From: Akim Demaille Date: Wed, 31 Oct 2001 10:40:12 +0000 (+0000) Subject: * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not X-Git-Tag: AUTOCONF-2.52f~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d8d8e147e38cd74a9536f82d613e7d72cab719;p=thirdparty%2Fautoconf.git * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be provided, while it is optional. * configure.ac: Adjust. --- diff --git a/ChangeLog b/ChangeLog index df40dd4c9..7ca95d189 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-10-31 Akim Demaille + + * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not + AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be + provided, while it is optional. + * configure.ac: Adjust. + 2001-10-26 Paul Eggert * NEWS, README, configure.ac, lib/Autom4te/General.pm, diff --git a/configure.ac b/configure.ac index 5c73fea65..cc3079bc9 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AM_INIT_AUTOMAKE(autoconf, 2.52e) # Initialize the test suite and build position independent wrappers. AC_CONFIG_TESTDIR(tests) -AC_CONFIG_FILES(tests/Makefile) +AC_CONFIG_FILES(tests/Makefile tests/atlocal) AC_CONFIG_FILES([tests/autoconf:tests/wrapsh.in], [chmod +x tests/autoconf]) AC_CONFIG_FILES([tests/autoheader:tests/wrappl.in], diff --git a/lib/autoconf/autotest.m4 b/lib/autoconf/autotest.m4 index 9bcde42a6..431cab3fa 100644 --- a/lib/autoconf/autotest.m4 +++ b/lib/autoconf/autotest.m4 @@ -99,8 +99,4 @@ AUTOTEST_PATH='m4_default([$2], [$1])' SHELL=\${CONFIG_SHELL-'$SHELL'} ATEOF ]) - -if test -f $srcdir/$1/atlocal.in; then - AC_CONFIG_FILES([$1/atlocal]) -fi ])# AC_CONFIG_TESTDIR