]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
authorAkim Demaille <akim@epita.fr>
Wed, 31 Oct 2001 10:40:12 +0000 (10:40 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 31 Oct 2001 10:40:12 +0000 (10:40 +0000)
AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
provided, while it is optional.
* configure.ac: Adjust.

ChangeLog
configure.ac
lib/autoconf/autotest.m4

index df40dd4c913c2f1cd99accabd2ff459efbd006a2..7ca95d18963c615d51fbf0f18d42a1a74489374d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-31  Akim Demaille  <akim@epita.fr>
+
+       * 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  <eggert@twinsun.com>
 
        * NEWS, README, configure.ac, lib/Autom4te/General.pm,
index 5c73fea65996698b6a62c420bd51f022bcbcd433..cc3079bc92bb9a1d54dd4a2a1fbae923a6de4dfe 100644 (file)
@@ -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],
index 9bcde42a63989af269222a2797e5760275bf724e..431cab3fa022a3a96b4a08c9b9cd61e0a332c17f 100644 (file)
@@ -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