From: Alexandre Duret-Lutz Date: Thu, 21 Mar 2002 17:10:48 +0000 (+0000) Subject: * tests/pr211.test: s/requires/required/, otherwise the test fails X-Git-Tag: branchpoint-1-6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae32780215156dc03fd3a572dc520428cd69dd9;p=thirdparty%2Fautomake.git * tests/pr211.test: s/requires/required/, otherwise the test fails if libtool is not installed. --- diff --git a/ChangeLog b/ChangeLog index 79294e1bc..9f4386208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-21 Alexandre Duret-Lutz + + * tests/pr211.test: s/requires/required/, otherwise the test fails + if libtool is not installed. + 2002-03-21 Alexandre Duret-Lutz * tests/dirname.test: Don't use $SHELL when calling ./configure. diff --git a/tests/pr211.test b/tests/pr211.test index 1d9fb0fdc..761eb76a6 100755 --- a/tests/pr211.test +++ b/tests/pr211.test @@ -2,7 +2,7 @@ # Test for PR 211. -requires=libtoolize +required=libtoolize . $srcdir/defs || exit 1 cat > configure.in << 'END'