diff options
author | gjb <gjb@FreeBSD.org> | 2014-10-14 15:37:19 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-10-14 15:37:19 +0000 |
commit | 49bc9d1f7ffccd05cb04d7cb7b41a1ee2f39b46d (patch) | |
tree | acfa7870dec8e734f823d6db57d1b0799de03ad1 /contrib/byacc/configure.in | |
parent | 8521a45a5518d0da7ec2b53f2abb0f433d612a61 (diff) | |
parent | 594c54630f7d35d5f8feece66ae5ef818703cd18 (diff) | |
download | FreeBSD-src-49bc9d1f7ffccd05cb04d7cb7b41a1ee2f39b46d.zip FreeBSD-src-49bc9d1f7ffccd05cb04d7cb7b41a1ee2f39b46d.tar.gz |
Reintegrate head@r273095
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/byacc/configure.in')
-rw-r--r-- | contrib/byacc/configure.in | 6 |
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) |