]> andersk Git - splint.git/blame - src/configure.scan
noexpand always false.
[splint.git] / src / configure.scan
CommitLineData
885824d3 1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(Headers/misc.h)
3
4dnl Checks for programs.
5AC_PROG_CXX
6AC_PROG_YACC
7AC_PROG_CPP
8AC_PROG_LEX
9AC_PROG_CC
10
11dnl Checks for libraries.
12dnl Replace `main' with a function in -load:
13AC_CHECK_LIB(oad, main)
14
15dnl Checks for header files.
16AC_HEADER_STDC
17AC_CHECK_HEADERS(fcntl.h malloc.h sys/time.h unistd.h)
18
19dnl Checks for typedefs, structures, and compiler characteristics.
20AC_C_CONST
21AC_TYPE_MODE_T
22AC_TYPE_PID_T
23AC_TYPE_SIZE_T
24AC_STRUCT_TM
25
26dnl Checks for library functions.
27AC_FUNC_ALLOCA
28AC_TYPE_SIGNAL
29AC_CHECK_FUNCS(strerror strstr strtod)
30
31AC_OUTPUT(Makefile)
This page took 0.070478 seconds and 5 git commands to generate.