diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-08 08:02:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-08 08:02:27 +0000 |
commit | 88deb182c9a4d68ca0007518fb97e95668b156fe (patch) | |
tree | a4f3ed26a34f3601ccbf045a9afe2fe80d32cc03 /configure.in | |
parent | 3eb8784e50aaba406aa8ed7b5cd4c6f160923c79 (diff) | |
download | src-88deb182c9a4d68ca0007518fb97e95668b156fe.tar.gz src-88deb182c9a4d68ca0007518fb97e95668b156fe.zip |
Notes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
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) |