summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/configure.in
diff options
context:
space:
mode:
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