diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-25 04:09:45 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-25 04:09:45 +0000 |
commit | fda58904db8acffb770b014c758b7b034d0ef495 (patch) | |
tree | b94d4c0fa706e7b9d1711995e5e41129574ea653 /gdb | |
parent | 9a58ff19cc7cf2601150fd549e2ebac16055178a (diff) | |
download | gdb-fda58904db8acffb770b014c758b7b034d0ef495.zip gdb-fda58904db8acffb770b014c758b7b034d0ef495.tar.gz gdb-fda58904db8acffb770b014c758b7b034d0ef495.tar.bz2 |
Revert use of autoconf 2.9, it was causing too many regressions.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 | ||||
-rwxr-xr-x | gdb/configure | 74 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/configure | 8 | ||||
-rwxr-xr-x | gdb/testsuite/gdb.chill/configure | 8 | ||||
-rw-r--r-- | gdb/testsuite/gdb.disasm/configure | 8 |
5 files changed, 42 insertions, 63 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8c73d4..71e39fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -11,13 +11,6 @@ Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com> address of cached data. Use BCACHE_ALIGNMENT to compute amount of space to allocate for each hashlink struct. -Sat Mar 23 17:10:56 1996 Fred Fish <fnf@cygnus.com> - - * configure, testsuite/configure, testsuite/gdb.base/configure, - testsuite/gdb.c++/configure, testsuite/gdb.chill/configure, - testsuite/gdb.disasm/configure, testsuite/gdb.stabs/configure: - Regenerated with autoconf 2.9. - Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com> * ch-lang.c (evaluate_subexp_chill): Fix typo. diff --git a/gdb/configure b/gdb/configure index 0f02405..2f69a0c 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.9 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.8 +# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -348,7 +348,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.9" + echo "configure generated by autoconf version 2.8" exit 0 ;; -with-* | --with-*) @@ -1878,15 +1878,13 @@ LIBS="-lICE $LIBS" cat > conftest.$ac_ext <<EOF #line 1880 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char IceConnectionNumber(); int main() { return 0; } int t() { IceConnectionNumber() ; return 0; } EOF -if { (eval echo configure:1890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1922,17 +1920,15 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <<EOF -#line 1926 "configure" +#line 1924 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char dnet_ntoa(); int main() { return 0; } int t() { dnet_ntoa() ; return 0; } EOF -if { (eval echo configure:1936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1959,17 +1955,15 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <<EOF -#line 1963 "configure" +#line 1959 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char dnet_ntoa(); int main() { return 0; } int t() { dnet_ntoa() ; return 0; } EOF -if { (eval echo configure:1973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2001,17 +1995,15 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <<EOF -#line 2005 "configure" +#line 1999 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char t_accept(); int main() { return 0; } int t() { t_accept() ; return 0; } EOF -if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2042,17 +2034,15 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <<EOF -#line 2046 "configure" +#line 2038 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char socket(); int main() { return 0; } int t() { socket() ; return 0; } EOF -if { (eval echo configure:2056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2149,12 +2139,12 @@ 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 -#line 2153 "configure" +#line 2143 "configure" #include "confdefs.h" #include <tclInt.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2158: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -2207,7 +2197,7 @@ if test "$cross_compiling" = yes; then else cat > conftest.$ac_ext <<EOF -#line 2211 "configure" +#line 2201 "configure" #include "confdefs.h" #include <stdio.h> @@ -2222,7 +2212,7 @@ main() { return 0; } EOF -{ (eval echo configure:2226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then tclmajor=`cat tclmajor` tclminor=`cat tclminor` @@ -2367,13 +2357,13 @@ else ac_cv_c_tclib="-l$installedtcllibroot" else cat > conftest.$ac_ext <<EOF -#line 2371 "configure" +#line 2361 "configure" #include "confdefs.h" Tcl_AppInit() { exit(0); } EOF -{ (eval echo configure:2377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then ac_cv_c_tcllib="-l$installedtcllibroot" else @@ -2483,12 +2473,12 @@ 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 -#line 2487 "configure" +#line 2477 "configure" #include "confdefs.h" #include <tk.h> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2482: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -2548,7 +2538,7 @@ if test "$cross_compiling" = yes; then else cat > conftest.$ac_ext <<EOF -#line 2552 "configure" +#line 2542 "configure" #include "confdefs.h" #include <stdio.h> @@ -2563,7 +2553,7 @@ cat > conftest.$ac_ext <<EOF return 0; } EOF -{ (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then tkmajor=`cat tkmajor` tkminor=`cat tkminor` @@ -2729,13 +2719,13 @@ else ac_cv_c_tklib="-l$installedtklibroot" else cat > conftest.$ac_ext <<EOF -#line 2733 "configure" +#line 2723 "configure" #include "confdefs.h" Tcl_AppInit() { exit(0); } EOF -{ (eval echo configure:2739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then ac_cv_c_tklib="-l$installedtklibroot" else @@ -2776,17 +2766,15 @@ else ac_save_LIBS="$LIBS" LIBS="-ldl $LIBS" cat > conftest.$ac_ext <<EOF -#line 2780 "configure" +#line 2770 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char main(); int main() { return 0; } int t() { main() ; return 0; } EOF -if { (eval echo configure:2790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2816,17 +2804,15 @@ else ac_save_LIBS="$LIBS" LIBS="-ldld $LIBS" cat > conftest.$ac_ext <<EOF -#line 2820 "configure" +#line 2808 "configure" #include "confdefs.h" -/* Override any gcc2 internal prototype to avoid an error. */ -char main(); int main() { return 0; } int t() { main() ; return 0; } EOF -if { (eval echo configure:2830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3457,7 +3443,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.9" + echo "$CONFIG_STATUS generated by autoconf version 2.8" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; @@ -3643,7 +3629,7 @@ rm -f conftest.vals cat > conftest.hdr <<\EOF s/[\\&%]/\\&/g s%[\\$`]%\\&%g -s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp +s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp s%ac_d%ac_u%gp s%ac_u%ac_e%gp EOF diff --git a/gdb/testsuite/gdb.base/configure b/gdb/testsuite/gdb.base/configure index a3ac357..ddc0fc0 100644 --- a/gdb/testsuite/gdb.base/configure +++ b/gdb/testsuite/gdb.base/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.9 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.8 +# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -330,7 +330,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.9" + echo "configure generated by autoconf version 2.8" exit 0 ;; -with-* | --with-*) @@ -709,7 +709,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.9" + echo "$CONFIG_STATUS generated by autoconf version 2.8" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/gdb/testsuite/gdb.chill/configure b/gdb/testsuite/gdb.chill/configure index a587ccb..332aa63 100755 --- a/gdb/testsuite/gdb.chill/configure +++ b/gdb/testsuite/gdb.chill/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.9 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.8 +# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -330,7 +330,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.9" + echo "configure generated by autoconf version 2.8" exit 0 ;; -with-* | --with-*) @@ -709,7 +709,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.9" + echo "$CONFIG_STATUS generated by autoconf version 2.8" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/gdb/testsuite/gdb.disasm/configure b/gdb/testsuite/gdb.disasm/configure index 0a82963..91f48f9 100644 --- a/gdb/testsuite/gdb.disasm/configure +++ b/gdb/testsuite/gdb.disasm/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.9 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.8 +# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -330,7 +330,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.9" + echo "configure generated by autoconf version 2.8" exit 0 ;; -with-* | --with-*) @@ -719,7 +719,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.9" + echo "$CONFIG_STATUS generated by autoconf version 2.8" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; |