* configure.in (AC_PREREQ): autoconf 2.5 or higher.
authorJason Molenda <crash@cygnus>
Tue, 25 Jun 1996 12:54:35 +0000 (12:54 +0000)
committerJason Molenda <crash@cygnus>
Tue, 25 Jun 1996 12:54:35 +0000 (12:54 +0000)
        * 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
gdb/testsuite/configure.in
gdb/testsuite/gdb.base/configure
gdb/testsuite/gdb.base/configure.in
gdb/testsuite/gdb.chill/configure
gdb/testsuite/gdb.chill/configure.in
gdb/testsuite/gdb.disasm/configure
gdb/testsuite/gdb.disasm/configure.in
gdb/testsuite/gdb.stabs/configure.in

index e5b55a68a7a601174cebe254717dbb65e708f6cc..83c81825443820ef3af82204ace562c4ed1bb1f1 100644 (file)
@@ -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  <tromey@thepub.cygnus.com>
+
+       * 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
 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  <law@rtl.cygnus.com>
        compiler output.
        * gdb.base/whatis.exp: Likewise.
 
        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).
 
 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  <fnf@cygnus.com>
 
        * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
 
        * 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".
        
        "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.
 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.
 
        * 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  <fnf@cygnus.com>
 
        * Makefile.in (CHILL_FOR_TARGET): Use previously defined
 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
 
        * Makefile.in (CHILL_FOR_TARGET): Use previously defined
index e13fce094f55ca3ae80046436e9ace812680e40e..f329d51a0a63f80c7ffaa2a6abef5a21bffcf2b0 100644 (file)
@@ -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.
 
 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}
 AC_INIT(gdb.base)
 
 CC=${CC-cc}
index ddc0fc01d168c4955f9cbab2c264a80d5f05db85..015989cd70d5230230fba01dfd10f60e12f5135c 100644 (file)
@@ -1,8 +1,8 @@
 #! /bin/sh
 
 # Guess values for system-dependent variables and create Makefiles.
 #! /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.
 #
 # 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)
     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-*)
     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 "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 ;;
     exit 0 ;;
   -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;
index e949bf62b41977d7a663716452d42ac38941c1ec..e5bcb19539b3b8959c0a4eec4cf1889ad87ccf29 100644 (file)
@@ -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.
 
 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}
 AC_INIT(a1-selftest.exp)
 
 CC=${CC-cc}
index 332aa633615acb4c60a44b86f2868e98ef2ba9d0..3750121698436d3d616a78bfce0db6381351462b 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 
 # Guess values for system-dependent variables and create Makefiles.
 #! /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.
 #
 # 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)
     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-*)
     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 "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 ;;
     exit 0 ;;
   -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;
index ac0d7b7f8da7f148cfbcb604a1325101fb9bbdca..3eed026de42b180ec7e5953053ec44f921547914 100644 (file)
@@ -1,10 +1,6 @@
 dnl Process this file file with autoconf to produce a configure script.
 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}
 AC_INIT(chexp.exp)
 
 CC=${CC-cc}
index 91f48f98a8fe72181831d9fb475cbe217c453f78..0fa9a52686306c68b27c6cff7f7fd4c45590a144 100644 (file)
@@ -1,8 +1,8 @@
 #! /bin/sh
 
 # Guess values for system-dependent variables and create Makefiles.
 #! /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.
 #
 # 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)
     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-*)
     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 "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 ;;
     exit 0 ;;
   -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;
index 7792deac42f6429bd290bc1b53f3076f8acc3414..91f3975b4f78b0d6f60f733d168fac1c8669964a 100644 (file)
@@ -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.
 
 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}
 AC_INIT(sh3.mt)
 
 CC=${CC-cc}
index db96cf44e5d6cebfc2ac2a4d57d5ebd1776a9876..16c3f5d34240dd07bb07d0b49054de0668cf3a42 100644 (file)
@@ -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.
 
 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}
 AC_INIT(weird.exp)
 
 CC=${CC-cc}
This page took 0.037504 seconds and 4 git commands to generate.