Let Automake support `configure.ac'.
authorAkim Demaille <akim@epita.fr>
Tue, 16 Jan 2001 11:15:21 +0000 (11:15 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 16 Jan 2001 11:15:21 +0000 (11:15 +0000)
commit4ea6c12e895daaa6114894538982cd394eb30d1a
tree982f31e0d0a590e78c7be2b086b95304fee5f14e
parent1e2c6b41ce0a1892d04a91aca27cd4ba952fbcdb
Let Automake support `configure.ac'.
* automake.in: In the comments, prefer `configure.ac' to
`configure.in'.
When using &am_conf_error, don't repeat `in configure.in', since
the function already reports it.
When referring to `configure.in' use `$configure_ac' instead.
(configure_ac): New global variable.
(scan_configure, scan_one_configure_file): Rename as...
(scan_autoconf_files, scan_one_autoconf_file): this.
(scan_autoconf_files): Compute $configure_ac.
(transform): New function.
(handle_configure): Use it to transform CONFIGURE_AC in
`remake.am' and in `remake-hdr.am'.
(common_files): Also consider `configure.ac'.
Use consistently single quotes.
* aclocal.in (configure_ac): New variable.
Use it.
* texi-vers.am: Depend on CONFIGURE_AC not configure.in.
* remake.am: Likewise.
* remake-hdr.am: Likewise.
12 files changed:
ChangeLog
NEWS
aclocal.in
automake.in
automake.texi
lib/am/remake-hdr.am
lib/am/texi-vers.am
remake-hdr.am
remake.am
stamp-vti
texi-vers.am
version.texi