summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/configure.in
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-08 20:46:38 +0000
committerbapt <bapt@FreeBSD.org>2014-10-08 20:46:38 +0000
commit32befc6ec2a645ec57a0873d93ecf222f0ceb4bc (patch)
treee5ba3c994bf24de96e19241f4b9a06d445e5fe86 /contrib/byacc/configure.in
parent0ebf86e1b131b204f5054f320e6d39a4a70bfa6b (diff)
downloadFreeBSD-src-32befc6ec2a645ec57a0873d93ecf222f0ceb4bc.zip
FreeBSD-src-32befc6ec2a645ec57a0873d93ecf222f0ceb4bc.tar.gz
Import byacc 20141006
Diffstat (limited to 'contrib/byacc/configure.in')
-rw-r--r--contrib/byacc/configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/byacc/configure.in b/contrib/byacc/configure.in
index 92afc35..df1fd44 100644
--- a/contrib/byacc/configure.in
+++ b/contrib/byacc/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 1.19 2014/04/22 22:56:51 tom Exp $
+dnl $Id: configure.in,v 1.20 2014/10/06 22:39:39 tom Exp $
AC_PREREQ(2.52.20011201)
-AC_REVISION($Revision: 1.19 $)
+AC_REVISION($Revision: 1.20 $)
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config_h.in)
@@ -54,6 +54,8 @@ CF_WITH_WARNINGS(Wwrite-strings)
CF_DISABLE_ECHO
CF_DISABLE_LEAKS
+AC_TYPE_MODE_T
+
### output makefile
AC_OUTPUT(makefile)
CF_MAKE_DOCS(yacc,1)
OpenPOWER on IntegriCloud