summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Maria Matejka <mq@ucw.cz>2018-08-14 14:36:44 +0200
committerJan Maria Matejka <mq@ucw.cz>2018-08-14 14:36:44 +0200
commit7ffc0a6534fb66ad27d22984e25bd0789f4404b6 (patch)
tree873979e975695abc7929178df20e544731ce8d4a /Makefile.in
parent78ca6ea8f0b8ab312b1e0ef56629a18e3efbce42 (diff)
Bison: A bit more verbose error messages in config.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6e281cfc..b755df44 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,7 @@ CPPFLAGS=-I$(objdir) -I$(srcdir) @CPPFLAGS@
CFLAGS=$(CPPFLAGS) @CFLAGS@
LDFLAGS=@LDFLAGS@
M4FLAGS=@M4FLAGS@
+BISONFLAGS=@BISONFLAGS@
LIBS=@LIBS@
DAEMON_LIBS=@DAEMON_LIBS@
CLIENT_LIBS=@CLIENT_LIBS@