]> sourceware.org Git - automake.git/commitdiff
* 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 6a15500ae08bd212e8babafb77fe4ddf09243b1a..8255fd13794237f0c98e38707386c0db85b4e06f 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 4796965d840016736113638be99b7ca1c6bc683a..28ec3e3fef5dd4f69cc669ba677014f2fa9b0637 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 b658d8bf127d8c3937441eb741a73edfc7714ba0..85f1b7b6d7cfc5493cc8ad025ae22940a252ff32 100755 (executable)
@@ -5,6 +5,9 @@
 
 . $srcdir/defs || exit 1
 
+# Fail gracefully if no autoconf.
+$needs_autoconf
+
 rm -f configure.in
 
 mkdir config
index 58f7b99e3222353db48aba43a8cefda557f3117a..aa8468108951c7e19b41fa5db752f71555c99fd1 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 888f340d47a62f62e0bcce76127991a865396953..caf1a2c02e3e30feef426b4bc1ec160ddaf813b6 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 f25e68314e3f515bed82355be17cb136e914bd3c..f46b4ef8554ac2b0056c6ab9c64551564d11653e 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 9ec8dcc60637a9cd76ada8ca005fe3ebcdaf63ea..742fd0fd22f9b7ccefa3d9628587ad78ffd53c9b 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
This page took 0.041806 seconds and 5 git commands to generate.