summaryrefslogtreecommitdiffstats
path: root/intl/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-24 01:07:34 +0000
committerBruno Haible <bruno@clisp.org>2001-03-24 01:07:34 +0000
commita9dd4a48e23fd6b70c967450d052541de2b1ee8f (patch)
tree8e221a546ef20760863c537f16a38c7f2f62fd28 /intl/Makefile.in
parent54662e5eec768002f941cff2ee45507a5b22e85a (diff)
downloadexternal_gettext-a9dd4a48e23fd6b70c967450d052541de2b1ee8f.zip
external_gettext-a9dd4a48e23fd6b70c967450d052541de2b1ee8f.tar.gz
external_gettext-a9dd4a48e23fd6b70c967450d052541de2b1ee8f.tar.bz2
Check for bison, to avoid spurious errors for people who don't have it.
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r--intl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index fcc4444..d2573dc 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -47,7 +47,7 @@ AR = ar
CC = @CC@
LIBTOOL = @LIBTOOL@
RANLIB = @RANLIB@
-YACC = bison -y -d
+YACC = @INTLBISON@ -y -d
YFLAGS = --name-prefix=__gettext
DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \