ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/autoconf/configure
(Generate patch)

Comparing IO-AIO/autoconf/configure (file contents):
Revision 1.1 by root, Sun Jul 31 18:14:48 2005 UTC vs.
Revision 1.2 by root, Sun Jul 31 18:20:07 2005 UTC

1239 1239
1240 1240
1241 1241
1242 1242
1243 1243
1244 ac_config_headers="$ac_config_headers config.h" 1244 ac_config_headers="$ac_config_headers aconf.h"
1245 1245
1246
1247# Enable GNU extensions.
1248# Define this here, not in acconfig's @TOP@ section, since definitions
1249# in the latter don't make it into the configure-time tests.
1250
1251cat >>confdefs.h <<\_ACEOF
1252#define _GNU_SOURCE 1
1253_ACEOF
1254
1255
1256# do NOT define POSIX_SOURCE, since this clashes with many BSDs
1257 1246
1258ac_ext=c 1247ac_ext=c
1259ac_cpp='$CPP $CPPFLAGS' 1248ac_cpp='$CPP $CPPFLAGS'
1260ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1261ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871cat >>$CONFIG_STATUS <<\_ACEOF 2860cat >>$CONFIG_STATUS <<\_ACEOF
2872for ac_config_target in $ac_config_targets 2861for ac_config_target in $ac_config_targets
2873do 2862do
2874 case "$ac_config_target" in 2863 case "$ac_config_target" in
2875 # Handling of arguments. 2864 # Handling of arguments.
2876 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 2865 "aconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS aconf.h" ;;
2877 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 2866 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2878echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 2867echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2879 { (exit 1); exit 1; }; };; 2868 { (exit 1); exit 1; }; };;
2880 esac 2869 esac
2881done 2870done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines