From 6a4667f4dcf4dc55e0539f16274dc2f2025fc35a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 27 Nov 1995 18:19:15 +0000 Subject: [PATCH] * configure: Rebuild with autoconf 2.7. --- gas/ChangeLog | 4 ++++ gas/configure | 50 +++++++++++++++++++++++++++----------------------- ld/ChangeLog | 6 +++++- 3 files changed, 36 insertions(+), 24 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8811aacfb73..837d32b04c6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 27 13:18:25 1995 Ian Lance Taylor + + * configure: Rebuild with autoconf 2.7. + Tue Nov 21 18:39:01 1995 Ian Lance Taylor * aclocal.m4 (AC_PROG_CC): Remove local definition. diff --git a/gas/configure b/gas/configure index 34377f14f6b..8f05b34b001 100755 --- a/gas/configure +++ b/gas/configure @@ -1,7 +1,7 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.6 +# Generated automatically using autoconf version 2.7 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -334,7 +334,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.6" + echo "configure generated by autoconf version 2.7" exit 0 ;; -with-* | --with-*) @@ -650,8 +650,10 @@ test "$host_alias" != "$target_alias" && if test "$program_transform_name" = s,x,x,; then program_transform_name= else - # Double any \ or $. - echo 's,\\,\\\\,g; s,\$,$$,g' > conftestsed + # Double any \ or $. echo might interpret backslashes. + cat <<\EOF_SED > conftestsed +s,\\,\\\\,g; s,\$,$$,g +EOF_SED program_transform_name="`echo $program_transform_name|sed -f conftestsed`" rm -f conftestsed fi @@ -1429,7 +1431,7 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error @@ -1443,7 +1445,7 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error @@ -1476,7 +1478,7 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -1528,7 +1530,7 @@ else ac_cv_c_cross=yes else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext < int main() { return 0; } @@ -1584,7 +1586,7 @@ if eval "test \"`echo '$''{'ac_cv_func_alloca'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext < #include @@ -1972,7 +1974,7 @@ if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext <&6 else cat > conftest.$ac_ext <> $CONFIG_STATUS < conftest.subs <<\CEOF +sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; + s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF $ac_vpsub $extrasub s%@CFLAGS@%$CFLAGS%g diff --git a/ld/ChangeLog b/ld/ChangeLog index 5c4c98f5ddd..1ed5b63ea4a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 27 13:12:09 1995 Ian Lance Taylor + + * configure: Rebuild with autoconf 2.7. + Fri Nov 24 18:35:35 1995 Doug Evans * scripttempl/pe.sc: Two .junk's is too much junk. @@ -9,7 +13,7 @@ Tue Nov 21 16:14:32 1995 Ian Lance Taylor * configure, config.in: Rebuild with autoconf 2.6. * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR - being unsupported if this is not a relocaeable link and the input + being unsupported if this is not a relocateable link and the input BFD supports it, since ldctor_build_sets can cope with that case. Fri Nov 17 16:23:15 1995 Stan Shebs -- 2.30.2