*** empty log message ***
[gnulib.git] / configure.in
blobf0fc780250952567ae8f309b32c9a2c70e72e4db
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(regex.c)
4 AC_PROG_CC
5 AC_PROG_INSTALL
7 dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary.  The
8 dnl Autoconf documentation isn't specific about which BSD functions they
9 dnl provide.
10 AC_AIX
11 AC_DYNIX_SEQ
12 AC_ISC_POSIX
13 AC_MINIX
15 AC_STDC_HEADERS
16 AC_HAVE_HEADERS(string.h)
18 AC_ALLOCA
19 AC_CONST
21 AC_PREFIX(gcc)
23 AC_OUTPUT(Makefile doc/Makefile test/Makefile)