diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-05 23:00:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-05 23:00:02 +0000 |
commit | ae113383fe0eb948c6b9755206ec9e3253b3d88d (patch) | |
tree | 0f42dca8f6d08a3b1abbd08717be76499279cdfa /config.make.in | |
parent | 2de00372a5a4b630478b6f3a8564b6225318ad14 (diff) | |
download | glibc-ae113383fe0eb948c6b9755206ec9e3253b3d88d.tar.gz |
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.in | 1 |
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@ |