From ae113383fe0eb948c6b9755206ec9e3253b3d88d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 5 Feb 2001 23:00:02 +0000 Subject: Update. 2001-02-05 Ulrich Drepper * configure.in: Add check for bison. * config.make.in: Define BISON variable. * intl/Makefile: Use BISON instead of YACC when generating plural.c. Rename YFLAGS to BISONFLAGS. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 9c15cecda9..e0fa613293 100644 --- a/config.make.in +++ b/config.make.in @@ -81,6 +81,7 @@ MAKEINFO = @MAKEINFO@ AS = $(CC) -c MIG = @MIG@ PWD_P = @PWD_P@ +BISON = @BISON@ # Installation tools. INSTALL = @INSTALL@ -- cgit v1.2.3