]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/libtool5.test, tests/ltcond.test, tests/ltcond2.test,
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 19:25:21 +0000 (19:25 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 19:25:21 +0000 (19:25 +0000)
* tests/ltconv.test: Run automake with --add-missing, because
the CVS version of libtoolize no longer install config.sub and
config.guess by default.

ChangeLog
tests/libtool5.test
tests/ltcond.test
tests/ltcond2.test
tests/ltconv.test

index 2d11700ed39bb74765958d5c97e7659b6e37d426..29e564274c5d4bab99948dd3b0eacde3a0709306 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-01-02  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/libtool5.test, tests/ltcond.test, tests/ltcond2.test,
+       * tests/ltconv.test: Run automake with --add-missing, because
+       the CVS version of libtoolize no longer install config.sub and
+       config.guess by default.
+
        Fix for PR automake/319:
        * aclocal.in (scan_m4_files): Scan configure.ac.
        (trace_used_macros, write_aclocal): Remove configure.ac from the
index e3927a851bd16a0c17b748ba9c3981fc4ee20335..1599541882522de023933c5f43eec7d82cfe140c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2002  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -46,4 +46,4 @@ END
 
 libtoolize
 $ACLOCAL
-$AUTOMAKE
+$AUTOMAKE --add-missing
index 6da569cf996441e9d5f982c4185383a3417d1c7d..2f69838be440e65440e4f898e355286034f578af 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -64,7 +64,7 @@ mkdir empty
 libtoolize
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE --add-missing
 
 # Install libraries in lib/, and the rest in empty/.
 # (in fact there is no "rest", so as the name imply empty/ is
index de6d7beec0575d195906840379b14777c30528a3..f35e21c9a39cbcd56f59f14b9581d8b3bb93a293 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -75,7 +75,7 @@ echo 'int main() { print(); return 0; }' >main.c
 libtoolize
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE --add-missing
 ./configure
 $MAKE check
 test -f check-ok
index 85b92a8ec4ca2a3fc6f0c6b09e06ac7b89d1601e..269514b6ccf7986c1217b2e0ee8b56922566d5d6 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -113,7 +113,7 @@ EOF
 libtoolize
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE --add-missing
 
 # Install libraries in lib/, programs in bin/, and the rest in empty/.
 # (in fact there is no "rest", so as the name imply empty/ is