]> sourceware.org Git - automake.git/commit
Let Automake support `configure.ac'.
authorAkim Demaille <akim@epita.fr>
Tue, 16 Jan 2001 11:15:20 +0000 (11:15 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 16 Jan 2001 11:15:20 +0000 (11:15 +0000)
commite26662b0f3d5ffe51aca8c0525ec444010d383d7
tree5a58c116a43dd6a197f4513f56b3ee4e1eb230ae
parent719be4d832d4f1d8b0383d248d2b89488d4758fd
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
This page took 0.033031 seconds and 5 git commands to generate.