diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-25 00:06:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-25 00:06:54 +0000 |
commit | 9a55a687de80f41235f0e4a74910c6528df3902a (patch) | |
tree | 869fae13c2cc18c4b6d3f4fd383e0bb9544b1fcb /configure.in | |
parent | 4ecea33a988c00caa98cacf934e61e361d94e8af (diff) | |
download | src-9a55a687de80f41235f0e4a74910c6528df3902a.tar.gz src-9a55a687de80f41235f0e4a74910c6528df3902a.zip |
Import byacc 20140422vendor/byacc/20140422
Notes
Notes:
svn path=/vendor/byacc/dist/; revision=266637
svn path=/vendor/byacc/20140422/; revision=266638; tag=vendor/byacc/20140422
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 0cd7a1996ded..92afc35e22b0 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.18 2014/04/06 19:11:51 tom Exp $ +dnl $Id: configure.in,v 1.19 2014/04/22 22:56:51 tom Exp $ AC_PREREQ(2.52.20011201) -AC_REVISION($Revision: 1.18 $) +AC_REVISION($Revision: 1.19 $) AC_INIT(main.c) AC_CONFIG_HEADER(config.h:config_h.in) @@ -18,6 +18,7 @@ CF_PROG_LINT CF_XOPEN_SOURCE AC_CHECK_HEADERS(fcntl.h) CF_MKSTEMP +AC_HAVE_FUNCS(vsnprintf) AC_MSG_CHECKING(for maximum table size) AC_ARG_WITH([max-table-size], |