diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2004-01-02 19:25:21 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2004-01-02 19:25:21 +0000 |
commit | 42250ebee854588687eca6cdc15a5a242c498cb1 (patch) | |
tree | 0090176794e23610ddc4da40aed8d74b1be819e4 /tests/ltconv.test | |
parent | b92504fc837e4cb4a367ac39908398af34c5ca6b (diff) | |
download | automake-42250ebee854588687eca6cdc15a5a242c498cb1.tar.gz |
* 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.
Diffstat (limited to 'tests/ltconv.test')
-rwxr-xr-x | tests/ltconv.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ltconv.test b/tests/ltconv.test index 85b92a8ec..269514b6c 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 |