]> git.ipfire.org Git - thirdparty/automake.git/commit
cleanup: get rid of 'Automake::Configure_ac' module
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 25 May 2012 15:51:01 +0000 (17:51 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 26 May 2012 08:22:48 +0000 (10:22 +0200)
commitee6d72a6c823dc9dad8d7712608ccae1e2e9b6a0
treeeb72cd957330686282451ebf07f95dbeeb7f97a1
parentb89258d708b2bb7960834c521a285bb42d4a404b
cleanup: get rid of 'Automake::Configure_ac' module

Now that we unconditionally assume the Autoconf input is named
configure.ac, it's easier and clearer to inline the checks on
the existence of such a file directly in the automake and
aclocal scripts.

* automake.in (Automake::Configure_ac): Drop this import.
(Main code): Check the existence of configure.ac directly, instead
of calling the noe-removed 'require_configure_ac' function.
* aclocal.in: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
aclocal.in
automake.in
lib/Automake/Configure_ac.pm [deleted file]