* tests/subpkg.test ($required): Drop "bison", it is not required anymore since commit `v1.11-502-g7e5ae80'. --- ChangeLog | 6 ++++++ tests/subpkg.test | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index c2fcf49..ab99cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-12-27 Stefano Lattarini <stefano.lattar...@gmail.com> + 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 <stefano.lattar...@gmail.com> + gitlog-to-changelog: new auxiliary script, synced from gnulib We have plans to stop maintaining a version-controlled ChangeLog diff --git a/tests/subpkg.test b/tests/subpkg.test index f197ad4..579a0a4 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 -- 1.7.7.3