File: configure.in

package info (click to toggle)
byacc 20100610-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,152 kB
  • ctags: 1,819
  • sloc: ansic: 7,501; sh: 3,037; yacc: 2,473; makefile: 197
file content (27 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dnl Process this file with 'autoconf' to produce a 'configure' script
dnl $Id: configure.in,v 1.9 2010/06/09 09:29:49 tom Exp $
AC_PREREQ(2.13.20020210)
AC_REVISION($Revision: 1.9 $)
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config_h.in)

CF_CHECK_CACHE([AC_CANONICAL_SYSTEM])

AC_ARG_PROGRAM
AC_PROG_CC
AC_CONST
AC_PROG_MAKE_SET
AC_PROG_INSTALL
CF_MAKE_TAGS
CF_PROG_LINT

CF_ANSI_CC_REQD
CF_XOPEN_SOURCE

CF_WITH_WARNINGS(Wwrite-strings)
CF_DISABLE_ECHO
CF_PROG_EXT
CF_DISABLE_LEAKS

###	output makefile
AC_OUTPUT(makefile,,,cat)