New header files.
[gnulib.git] / configure.in
index f087c0f..dd90e55 100644 (file)
@@ -1,5 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(regex.c)
+AC_CONFIG_AUX_DIR(config)
 
 AC_PROG_CC
 AC_PROG_INSTALL
@@ -13,11 +14,11 @@ AC_ISC_POSIX
 AC_MINIX
 
 AC_STDC_HEADERS
-AC_USG
+AC_HAVE_HEADERS(string.h)
 
 AC_ALLOCA
 AC_CONST
 
 AC_PREFIX(gcc)
 
-AC_OUTPUT(Makefile doc/Makefile test/Makefile)
+AC_OUTPUT(Makefile m4/Makefile lib/Makefile)