--- ./ltmain.sh Wed Nov 20 10:59:03 2002 +++ ../gcc-3.3/./ltmain.sh Sat Jun 7 13:44:01 2003 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f" --- ./gcc/configure Mon May 12 14:49:19 2003 +++ ../gcc-3.3/./gcc/configure Sat Jun 7 16:24:25 2003 @@ -8253,7 +8253,7 @@ echo '.byte 1' >> conftest2.s echo '.section "myfoosect", "a"' > conftest3.s echo '.byte 0' >> conftest3.s - if $gcc_cv_as -o conftest1.o conftest1.s \ + if $gcc_cv_as -o conftest1.o conftest1.s 2>/dev/null \ && $gcc_cv_as -o conftest2.o conftest2.s \ && $gcc_cv_as -o conftest3.o conftest3.s \ && $gcc_cv_ld -shared -o conftest1.so conftest1.o \ --- ./libf2c/libI77/configure Wed Apr 23 21:58:04 2003 +++ ../gcc-3.3/./libf2c/libI77/configure Thu Jun 26 12:45:42 2003 @@ -720,6 +720,9 @@ # handles 64-bit file sizes without needing these defines. echo $ac_n "checking whether _XOPEN_SOURCE may be defined""... $ac_c" 1>&6 echo "configure:723: checking whether _XOPEN_SOURCE may be defined" >&5 +if eval "test \"`echo '$''{'may_use_xopen_source'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else cat > conftest.$ac_ext <&6 if test $may_use_xopen_source = yes; then cat >> confdefs.h <<\EOF --- ./libf2c/libU77/configure Wed Apr 23 21:58:04 2003 +++ ../gcc-3.3/./libf2c/libU77/configure Thu Jun 26 21:36:26 2003 @@ -720,6 +720,9 @@ # handles 64-bit file sizes without needing these defines. echo $ac_n "checking whether _XOPEN_SOURCE may be defined""... $ac_c" 1>&6 echo "configure:723: checking whether _XOPEN_SOURCE may be defined" >&5 +if eval "test \"`echo '$''{'may_use_xopen_source'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else cat > conftest.$ac_ext <&6 if test $may_use_xopen_source = yes; then cat >> confdefs.h <<\EOF