From: Stefano Lattarini Date: Tue, 27 Dec 2011 18:31:03 +0000 (+0100) Subject: tests: drop unnecessary requirement in 'subpkg.test' X-Git-Tag: v1.11.2b~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b2c71c376f45b51a0e41774ab0e3cdf8d17932;p=thirdparty%2Fautomake.git tests: drop unnecessary requirement in 'subpkg.test' * tests/subpkg.test ($required): Drop "bison", it is not required anymore since commit `v1.11-502-g7e5ae80'. --- diff --git a/ChangeLog b/ChangeLog index c2fcf498d..ab99cd31c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-27 Stefano Lattarini + + tests: drop unnecessary in 'subpkg.test' + * tests/subpkg.test ($required): Drop "bison", it is not required + anymore since commit `v1.11-502-g7e5ae80'. + 2011-12-27 Stefano Lattarini gitlog-to-changelog: new auxiliary script, synced from gnulib diff --git a/tests/subpkg.test b/tests/subpkg.test index f197ad45e..579a0a448 100755 --- a/tests/subpkg.test +++ b/tests/subpkg.test @@ -16,7 +16,7 @@ # Check subpackage handling. -required='gcc bison' +required=gcc . ./defs || Exit 1 set -e