summary refs log tree commit diff
path: root/config.make.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-05 23:00:02 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-05 23:00:02 +0000
commitae113383fe0eb948c6b9755206ec9e3253b3d88d (patch)
tree0f42dca8f6d08a3b1abbd08717be76499279cdfa /config.make.in
parent2de00372a5a4b630478b6f3a8564b6225318ad14 (diff)
downloadglibc-ae113383fe0eb948c6b9755206ec9e3253b3d88d.tar.gz
glibc-ae113383fe0eb948c6b9755206ec9e3253b3d88d.tar.xz
glibc-ae113383fe0eb948c6b9755206ec9e3253b3d88d.zip
Update.
2001-02-05  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
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@