2006-01-03 Marco Gerards <marco@gnu.org>

* INSTALL: GNU Bison is required.
	* configure.ac: Rewritten the test to detect Bison.
	* Makefile.in (YACC): New variable.  Reported by Xun Sun
	<xun.sun.cn@gmail.com>.
This commit is contained in:
marco_g 2006-01-03 17:58:02 +00:00
parent af4b2d89a0
commit 144f1f986f
5 changed files with 73 additions and 154 deletions

View file

@ -68,6 +68,7 @@ LD = @LD@
RUBY = @RUBY@
LIBCURSES = @LIBCURSES@
LIBLZO = @LIBLZO@
YACC = @YACC@
### General variables.