*** empty log message ***
[gnulib.git] / configure.in
index 6c5a7ed..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,12 +14,11 @@ AC_ISC_POSIX
 AC_MINIX
 
 AC_STDC_HEADERS
-AC_USG
+AC_HAVE_HEADERS(string.h)
 
 AC_ALLOCA
-dnl We would like to use AC_CONST, but then the test on __STDC__ fails,
-dnl and any package which does *not* use AC_CONST loses.
+AC_CONST
 
 AC_PREFIX(gcc)
 
-AC_OUTPUT(Makefile doc/Makefile test/Makefile)
+AC_OUTPUT(Makefile m4/Makefile lib/Makefile)