--- IO-AIO/autoconf/configure 2005/07/31 18:14:48 1.1 +++ IO-AIO/autoconf/configure 2005/07/31 18:20:07 1.2 @@ -1241,20 +1241,9 @@ - ac_config_headers="$ac_config_headers config.h" + ac_config_headers="$ac_config_headers aconf.h" -# Enable GNU extensions. -# Define this here, not in acconfig's @TOP@ section, since definitions -# in the latter don't make it into the configure-time tests. - -cat >>confdefs.h <<\_ACEOF -#define _GNU_SOURCE 1 -_ACEOF - - -# do NOT define POSIX_SOURCE, since this clashes with many BSDs - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2873,7 +2862,7 @@ do case "$ac_config_target" in # Handling of arguments. - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "aconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS aconf.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };;