From 42250ebee854588687eca6cdc15a5a242c498cb1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 2 Jan 2004 19:25:21 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ tests/libtool5.test | 4 ++-- tests/ltcond.test | 4 ++-- tests/ltcond2.test | 4 ++-- tests/ltconv.test | 4 ++-- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d11700..29e5642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-01-02 Alexandre Duret-Lutz + * 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 diff --git a/tests/libtool5.test b/tests/libtool5.test index e3927a8..1599541 100755 --- a/tests/libtool5.test +++ b/tests/libtool5.test @@ -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 diff --git a/tests/ltcond.test b/tests/ltcond.test index 6da569c..2f69838 100755 --- a/tests/ltcond.test +++ b/tests/ltcond.test @@ -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 diff --git a/tests/ltcond2.test b/tests/ltcond2.test index de6d7be..f35e21c 100755 --- a/tests/ltcond2.test +++ b/tests/ltcond2.test @@ -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 diff --git a/tests/ltconv.test b/tests/ltconv.test index 85b92a8..269514b 100755 --- a/tests/ltconv.test +++ b/tests/ltconv.test @@ -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 -- 2.7.4