(fixfile): grep for $Id:, not $Id$, since the
[gnulib.git] / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(regex.c)
3 AC_CONFIG_AUX_DIR(config)
4
5 AC_PROG_CC
6 AC_PROG_INSTALL
7
8 dnl I'm not sure if AC_AIX and AC_DYNIX_SEQ are really necessary.  The
9 dnl Autoconf documentation isn't specific about which BSD functions they
10 dnl provide.
11 AC_AIX
12 AC_DYNIX_SEQ
13 AC_ISC_POSIX
14 AC_MINIX
15
16 AC_STDC_HEADERS
17 AC_HAVE_HEADERS(string.h)
18
19 AC_ALLOCA
20 AC_CONST
21
22 AC_PREFIX(gcc)
23
24 AC_OUTPUT(Makefile m4/Makefile lib/Makefile)