From 88deb182c9a4d68ca0007518fb97e95668b156fe Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 8 Jan 2014 08:02:27 +0000 Subject: Import 2014-01-01 which allows to support bison's token-table and allows to build ntpd into vendor --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a828a70a46d4..477c187a3852 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with 'autoconf' to produce a 'configure' script -dnl $Id: configure.in,v 1.14 2012/10/03 23:41:36 tom Exp $ +dnl $Id: configure.in,v 1.15 2014/01/01 14:07:34 tom Exp $ AC_PREREQ(2.52.20011201) -AC_REVISION($Revision: 1.14 $) +AC_REVISION($Revision: 1.15 $) AC_INIT(main.c) AC_CONFIG_HEADER(config.h:config_h.in) @@ -24,3 +24,4 @@ CF_DISABLE_LEAKS ### output makefile AC_OUTPUT(makefile) +CF_MAKE_DOCS(yacc,1) -- cgit v1.2.3