* tests/confsub.test, tests/depdist.test, tests/extra5.test,
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 6 Dec 2001 19:23:24 +0000 (19:23 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 6 Dec 2001 19:23:24 +0000 (19:23 +0000)
tests/nobase.test, tests/stamph2.test,
tests/subdirbuiltsources.test: Require Autoconf.

ChangeLog
tests/confsub.test
tests/depdist.test
tests/extra5.test
tests/nobase.test
tests/stamph2.test
tests/subdirbuiltsources.test

index 6a15500..8255fd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-06  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/confsub.test, tests/depdist.test, tests/extra5.test,
+       tests/nobase.test, tests/stamph2.test,
+       tests/subdirbuiltsources.test: Require Autoconf.
+
 2001-12-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.texi (Dist): Document $(DISTCHECK_CONFIGURE_FLAGS).
index 4796965..28ec3e3 100755 (executable)
@@ -5,6 +5,9 @@
 
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
index b658d8b..85f1b7b 100755 (executable)
@@ -5,6 +5,9 @@
 
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 rm -f configure.in
 
 mkdir config
index 58f7b99..aa84681 100755 (executable)
@@ -5,6 +5,9 @@
 
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 echo AC_OUTPUT >> configure.in
 
 cat > Makefile.am << 'END'
index 888f340..caf1a2c 100755 (executable)
@@ -3,6 +3,9 @@
 
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 cat >> configure.in <<'EOF'
 AC_OUTPUT
 EOF
index f25e683..f46b4ef 100755 (executable)
@@ -3,6 +3,9 @@
 # Make sure stamp-h* files are created where we expect
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 cat > configure.in << END
 AC_INIT(Makefile.am)
 AM_INIT_AUTOMAKE($me, 1.0)
index 9ec8dcc..742fd0f 100755 (executable)
@@ -5,6 +5,10 @@
 # all-recursive-am which depended on BUILT_SOURCES.
 
 . $srcdir/defs || exit 1
+
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 set -e
 
 mkdir lib