X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=configure.in;h=dd90e555c431494630c1eefe493b14d8f3bd41b7;hb=b0ae5ee3dffb428d2332357ff31acdb022209590;hp=2491a2036d02b030a8f555cbd8e1aa4b00e6ac6a;hpb=e7562765bf08c5dee8aa0737ee2de4511b87e4e9;p=gnulib.git diff --git a/configure.in b/configure.in index 2491a2036..dd90e555c 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(regex.c) - -dnl Because regex may or may not be used with Autoconf, we need to know. -AC_DEFINE(USING_AUTOCONF) +AC_CONFIG_AUX_DIR(config) AC_PROG_CC AC_PROG_INSTALL @@ -23,4 +21,4 @@ AC_CONST AC_PREFIX(gcc) -AC_OUTPUT(Makefile doc/Makefile test/Makefile) +AC_OUTPUT(Makefile m4/Makefile lib/Makefile)