From 6c890568ff69b3a6966b4619515cf27e2177bd74 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 25 Jun 1996 12:54:35 +0000 Subject: * configure.in (AC_PREREQ): autoconf 2.5 or higher. * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to @srcdir@. * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): autoconf 2.5 or higher. * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt. --- gdb/testsuite/ChangeLog | 23 +++++++++++++++++++---- gdb/testsuite/configure.in | 2 +- gdb/testsuite/gdb.base/configure | 8 ++++---- gdb/testsuite/gdb.base/configure.in | 2 +- gdb/testsuite/gdb.chill/configure | 8 ++++---- gdb/testsuite/gdb.chill/configure.in | 6 +----- gdb/testsuite/gdb.disasm/configure | 8 ++++---- gdb/testsuite/gdb.disasm/configure.in | 2 +- gdb/testsuite/gdb.stabs/configure.in | 2 +- 9 files changed, 36 insertions(+), 25 deletions(-) (limited to 'gdb/testsuite') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e5b55a6..83c8182 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,22 @@ +Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * configure.in (AC_PREREQ): autoconf 2.5 or higher. + * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to + @srcdir@. + * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): + autoconf 2.5 or higher. + * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt. + +Thu Jun 13 11:16:10 1996 Tom Tromey + + * configure: Regenerated. + * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to + avoid name clashes with SunOS headers. + +Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com) + + * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++. + Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com) * gdb.base/callfuncs.exp: Finish last change -- make sure the @@ -768,13 +787,11 @@ Sat Aug 12 15:05:36 1995 Jeffrey A. Law compiler output. * gdb.base/whatis.exp: Likewise. -start-sanitize-sh3e Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu) * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a failure (opcode table has been fixed to match reality). -end-sanitize-sh3e Mon Aug 14 09:01:59 1995 Fred Fish * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for @@ -814,7 +831,6 @@ Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com) "call inferior function with struct - returns float" and "call inferior function with struct - returns double". -start-sanitize-sh3e Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu) * gdb.disasm/sh3.s: Source for sh3 disassembler tests. @@ -822,7 +838,6 @@ Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu) * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment. * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests. -end-sanitize-sh3e Mon Aug 7 08:09:37 1995 Fred Fish * Makefile.in (CHILL_FOR_TARGET): Use previously defined diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index e13fce0..f329d51 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure dnl script appropriate for this directory. For more information, check dnl any existing configure script. -AC_PREREQ(1.118) +AC_PREREQ(2.5) AC_INIT(gdb.base) CC=${CC-cc} diff --git a/gdb/testsuite/gdb.base/configure b/gdb/testsuite/gdb.base/configure index ddc0fc0..015989c 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.8 -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.10 +# Copyright (C) 1992, 93, 94, 95, 96 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.8" + echo "configure generated by autoconf version 2.10" 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.8" + echo "$CONFIG_STATUS generated by autoconf version 2.10" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/gdb/testsuite/gdb.base/configure.in b/gdb/testsuite/gdb.base/configure.in index e949bf6..e5bcb19 100644 --- a/gdb/testsuite/gdb.base/configure.in +++ b/gdb/testsuite/gdb.base/configure.in @@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure dnl script appropriate for this directory. For more information, check dnl any existing configure script. -AC_PREREQ(1.118) +AC_PREREQ(2.5) AC_INIT(a1-selftest.exp) CC=${CC-cc} diff --git a/gdb/testsuite/gdb.chill/configure b/gdb/testsuite/gdb.chill/configure index 332aa63..3750121 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.8 -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.10 +# Copyright (C) 1992, 93, 94, 95, 96 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.8" + echo "configure generated by autoconf version 2.10" 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.8" + echo "$CONFIG_STATUS generated by autoconf version 2.10" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/gdb/testsuite/gdb.chill/configure.in b/gdb/testsuite/gdb.chill/configure.in index ac0d7b7..3eed026 100644 --- a/gdb/testsuite/gdb.chill/configure.in +++ b/gdb/testsuite/gdb.chill/configure.in @@ -1,10 +1,6 @@ dnl Process this file file with autoconf to produce a configure script. -dnl This file is a shell script fragment that supplies the information -dnl necessary to tailor a template configure script into the configure -dnl script appropriate for this directory. For more information, check -dnl any existing configure script. -AC_PREREQ(1.118) +AC_PREREQ(2.5) AC_INIT(chexp.exp) CC=${CC-cc} diff --git a/gdb/testsuite/gdb.disasm/configure b/gdb/testsuite/gdb.disasm/configure index 91f48f9..0fa9a52 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.8 -# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +# Generated automatically using autoconf version 2.10 +# Copyright (C) 1992, 93, 94, 95, 96 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.8" + echo "configure generated by autoconf version 2.10" 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.8" + echo "$CONFIG_STATUS generated by autoconf version 2.10" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; diff --git a/gdb/testsuite/gdb.disasm/configure.in b/gdb/testsuite/gdb.disasm/configure.in index 7792dea..91f3975 100644 --- a/gdb/testsuite/gdb.disasm/configure.in +++ b/gdb/testsuite/gdb.disasm/configure.in @@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure dnl script appropriate for this directory. For more information, check dnl any existing configure script. -AC_PREREQ(1.118) +AC_PREREQ(2.5) AC_INIT(sh3.mt) CC=${CC-cc} diff --git a/gdb/testsuite/gdb.stabs/configure.in b/gdb/testsuite/gdb.stabs/configure.in index db96cf4..16c3f5d 100644 --- a/gdb/testsuite/gdb.stabs/configure.in +++ b/gdb/testsuite/gdb.stabs/configure.in @@ -4,7 +4,7 @@ dnl necessary to tailor a template configure script into the configure dnl script appropriate for this directory. For more information, check dnl any existing configure script. -AC_PREREQ(1.118) +AC_PREREQ(2.5) AC_INIT(weird.exp) CC=${CC-cc} -- cgit v1.1