aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 08:02:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 08:02:27 +0000
commit88deb182c9a4d68ca0007518fb97e95668b156fe (patch)
treea4f3ed26a34f3601ccbf045a9afe2fe80d32cc03 /configure.in
parent3eb8784e50aaba406aa8ed7b5cd4c6f160923c79 (diff)
downloadsrc-88deb182c9a4d68ca0007518fb97e95668b156fe.tar.gz
src-88deb182c9a4d68ca0007518fb97e95668b156fe.zip
Notes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
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)