AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
provided, while it is optional.
* configure.ac: Adjust.
+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,
# 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],
SHELL=\${CONFIG_SHELL-'$SHELL'}
ATEOF
])
-
-if test -f $srcdir/$1/atlocal.in; then
- AC_CONFIG_FILES([$1/atlocal])
-fi
])# AC_CONFIG_TESTDIR