From: Alexandre Duret-Lutz Date: Tue, 18 Jun 2002 20:08:01 +0000 (+0000) Subject: * tests/libtool2.test: Use required=libtoolize. X-Git-Tag: Release-1-6b~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36f71d37f3b22eaff3f630b5d595ff760e6757c;p=thirdparty%2Fautomake.git * tests/libtool2.test: Use required=libtoolize. * tests/install2.test: Use required=gzip. --- diff --git a/ChangeLog b/ChangeLog index 1f343feeb..86f4664e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-18 Alexandre Duret-Lutz + + * tests/libtool2.test: Use required=libtoolize. + * tests/install2.test: Use required=gzip. + 2002-06-18 Alexandre Duret-Lutz * tests/defs (required): Handle bison; set YACC automatically. diff --git a/tests/install2.test b/tests/install2.test index 82ada88ac..a99bd15ba 100755 --- a/tests/install2.test +++ b/tests/install2.test @@ -3,6 +3,7 @@ # Test for bug in `make dist' # From Pavel Roskin. +required=gzip . $srcdir/defs || exit 1 cat > configure.in << 'END' @@ -17,9 +18,6 @@ cat > Makefile.am << 'END' SUBDIRS = . END -# Likewise for gzip. -(gzip --version) > /dev/null 2>&1 || exit 77 - $ACLOCAL || exit 1 $AUTOCONF || exit 1 $AUTOMAKE -a || exit 1 diff --git a/tests/libtool2.test b/tests/libtool2.test index a8a150587..8f4d28435 100755 --- a/tests/libtool2.test +++ b/tests/libtool2.test @@ -2,12 +2,9 @@ # Make sure libtool clean targets exist. # Report from Eric Magnien. -required=libtool +required=libtoolize . $srcdir/defs || exit 1 -# This test requires libtoolize. -libtoolize --version || exit 77 - cat > configure.in << 'END' AC_INIT AM_INIT_AUTOMAKE(mypackage,0.1)