cvs: Rebuild without gnuregex library
[dragonfly.git] / gnu / lib / libregex / configure.in
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(regex.c)
3
4AC_PROG_CC
5AC_PROG_INSTALL
6
7dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary. The
8dnl Autoconf documentation isn't specific about which BSD functions they
9dnl provide.
10AC_AIX
11AC_DYNIX_SEQ
12AC_ISC_POSIX
13AC_MINIX
14
15AC_STDC_HEADERS
16AC_HAVE_HEADERS(string.h)
17
18AC_ALLOCA
19AC_CONST
20
21AC_PREFIX(gcc)
22
23AC_OUTPUT(Makefile doc/Makefile test/Makefile)