aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Maria Matejka <mq@ucw.cz>2018-07-17 15:30:59 +0200
committerJan Maria Matejka <mq@ucw.cz>2018-08-14 14:01:39 +0200
commit86b9e8e39a0b42407c95921ca8262b0a75cad5f2 (patch)
tree3d874e8d8e225205ad364c7911485b3fdeb67b73 /Makefile.in
parent1279a83103262950ab99e8a6fe3c6cc2da8d42a8 (diff)
downloadbird-86b9e8e39a0b42407c95921ca8262b0a75cad5f2.tar.gz
M4: generate synchronization lines
This also includes Bison version check. Versions before 3.0 don't support them in a reliable way and we don't promise to work with versions older than 2.4.
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 8f6c0c8b..5665f1d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,6 +9,7 @@ MAKEFLAGS += -r
CPPFLAGS=-I$(objdir) -I$(srcdir) @CPPFLAGS@
CFLAGS=$(CPPFLAGS) @CFLAGS@
LDFLAGS=@LDFLAGS@
+M4FLAGS=@M4FLAGS@
LIBS=@LIBS@
DAEMON_LIBS=@DAEMON_LIBS@
CLIENT_LIBS=@CLIENT_LIBS@