[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: ./configure or ./config.status --clean
From: |
Guido Draheim |
Subject: |
Re: RFC: ./configure or ./config.status --clean |
Date: |
Thu, 04 Apr 2002 10:58:20 +0200 |
Es schrieb Peter Eisentraut:
>
> Akim Demaille writes:
>
> > What I'm doing now is buying my freedom. The freedom to extend
> > Autoconf without 1. requiring from the rest of the world that they
> > adjust their distclean rules, 2. requiring that Automake folks release
> > a newer Automake etc., not to mention that it needs 1. writing
> > documentation, 2. telling the people to read it.
>
> All of these are good goals, but there are at least three other ways to
> achieve them:
>
> 1. _AC_EXTRA_CLEAN_FILES([configure.lineno autom4te.cache])
>
> To be traced by automake.
>
> 2. AC_SUBST(ac_extra_clean_files, [configure.lineno autom4te.cache])
>
> To be added to DISTCLEANFILES in automake-generated makefiles.
>
AC_SUBST(ac_extra_clean_files, [configure.lineno])
AM_ADD(DISTCLEANFILES,ac_extra_clean_files)
Makefile.am:
(nothing special)
Makefile.in:
DISTCLEANFILES = @ac_extra_clean_files@
good??
- Re: RFC: ./configure or ./config.status --clean, (continued)
- Re: RFC: ./configure or ./config.status --clean, Eric Siegerman, 2002/04/02
- Re: RFC: ./configure or ./config.status --clean, Peter Eisentraut, 2002/04/02
- Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/03
- Re: RFC: ./configure or ./config.status --clean, Peter Eisentraut, 2002/04/03
- Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/03
- Re: RFC: ./configure or ./config.status --clean, Roger Leigh, 2002/04/03
- Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/04
- Re: RFC: ./configure or ./config.status --clean, Peter Eisentraut, 2002/04/04
- Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/04
- Re: RFC: ./configure or ./config.status --clean,
Guido Draheim <=
Re: RFC: ./configure or ./config.status --clean, Russ Allbery, 2002/04/02
Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/02
Re: RFC: ./configure or ./config.status --clean, Akim Demaille, 2002/04/03
Re: RFC: ./configure or ./config.status --clean, Russ Allbery, 2002/04/02