]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/byacc/configure.in
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / byacc / configure.in
1 dnl Process this file with 'autoconf' to produce a 'configure' script
2 dnl $Id: configure.in,v 1.14 2012/10/03 23:41:36 tom Exp $
3 AC_PREREQ(2.52.20011201)
4 AC_REVISION($Revision: 1.14 $)
5 AC_INIT(main.c)
6 AC_CONFIG_HEADER(config.h:config_h.in)
7
8 CF_CHECK_CACHE([AC_CANONICAL_SYSTEM])
9
10 AC_ARG_PROGRAM
11 CF_PROG_CC
12 AC_PROG_MAKE_SET
13 AC_PROG_INSTALL
14 CF_MAKE_TAGS
15 CF_PROG_LINT
16
17 CF_XOPEN_SOURCE
18 AC_CHECK_HEADERS(fcntl.h)
19 CF_MKSTEMP
20
21 CF_WITH_WARNINGS(Wwrite-strings)
22 CF_DISABLE_ECHO
23 CF_DISABLE_LEAKS
24
25 ###     output makefile
26 AC_OUTPUT(makefile)