* alocal.in: Use Automake::Configure_ac.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Jun 2003 23:35:00 +0000 (23:35 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 2 Jun 2003 23:35:00 +0000 (23:35 +0000)
commit9f02b686c685da8630fbb86eac63cf1293f24310
tree1cd2690a4fcd3d1d8dc16a9ae03427150fdfb0e0
parent6735518ef1192a010961ca590f0ed361f97dc8a2
* alocal.in: Use Automake::Configure_ac.
($configure_ac): Delete.
(scan_configure): Adjust use of find_configure_ac;
* automake.in: Use Automake::Configure_ac.
($configure_ac): Delete.
(scan_autoconf_files): Adjust use of find_configure_ac;
* lib/Automake/Configure_ac.pm: New file.
* lib/Automake/General.pm (find_configure_ac): Delete.  Now
replaced by Automake::Configure_ac::search_configure_ac.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Configure_ac.pm.
* lib/Automake/Variable.pm: Use Automake::Configure_ac.
(require_variables): Adjust use of $configure_ac.
17 files changed:
ChangeLog
Makefile.in
aclocal.in
automake.in
configure
lib/Automake/Configure_ac.pm [new file with mode: 0644]
lib/Automake/General.pm
lib/Automake/Makefile.am
lib/Automake/Makefile.in
lib/Automake/Variable.pm
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
stamp-vti
tests/Makefile.in
version.texi