]> git.saurik.com Git - bison.git/commit - tests/java.at
Fix grep portability issues.
authorAkim Demaille <demaille@gostai.com>
Thu, 8 Jan 2009 08:41:21 +0000 (09:41 +0100)
committerAkim Demaille <demaille@gostai.com>
Thu, 8 Jan 2009 08:46:40 +0000 (09:46 +0100)
commit8defe11bfa8e614988f4f9cd66f9abcd051b8abb
treebfd1d8089da87d63771425bdf802043982732ac2
parent41930e7ad89f9a889b1c00fbd2842dded01ada1a
Fix grep portability issues.

Grep on Solaris does not support -q.
Reported by Summum Bonum.

* NEWS: Add a stub for 2.4.2.
* THANKS: Add Summum Bonum.
* tests/atlocal.in (EGREP): New.
(CC, CXX, XSLTPROC): Make it possible to override them via
envvars.
* tests/java.at: Use $EGREP instead of egrep.
Use AT_CHECK's ignore instead of grep's -q.
ChangeLog
NEWS
THANKS
tests/atlocal.in
tests/java.at