Cleaned up spec file including change of group, adding manifest file, style changes...
[external/byacc.git] / configure.in
1 dnl Process this file with 'autoconf' to produce a 'configure' script
2 dnl $Id: configure.in,v 1.6 2008/08/27 23:38:10 tom Exp $
3 AC_PREREQ(2.13.20020210)
4 AC_REVISION($Revision: 1.6 $)
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 AC_PROG_CC
12 AC_CONST
13 AC_PROG_MAKE_SET
14 AC_PROG_INSTALL
15
16 CF_ANSI_CC_REQD
17
18 CF_WITH_WARNINGS(Wwrite-strings)
19 CF_DISABLE_ECHO
20 CF_PROG_EXT
21 CF_DISABLE_LEAKS
22
23 ###     output makefile
24 AC_OUTPUT(makefile,,,cat)