diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 | ||||
-rwxr-xr-x | gdb/testsuite/configure | 6 | ||||
-rw-r--r-- | gdb/testsuite/configure.in | 11 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/gnat_ada.gin (renamed from gdb/testsuite/gdb.ada/gnat_ada.gpr.in) | 0 |
4 files changed, 20 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f401349eee..73669d99ccd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2004-07-27 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.ada/gnat_ada.gpr.in: Rename from here ... + * gdb.ada/gnat_ada.gin: ... to here. + * configure.in: Use gnat_ada.gin. + * configure: Regenerate. + 2004-07-16 Andrew Cagney <cagney@redhat.com> * lib/insight-support.exp: Delete file. diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index cbf36522f33..b8c9732d263 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -1049,7 +1049,8 @@ done ac_given_srcdir=$srcdir -trap 'rm -fr `echo "Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ +trap 'rm -fr `echo "Makefile \ + gdb.ada/Makefile gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gin \ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 @@ -1144,7 +1145,8 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ +CONFIG_FILES=\${CONFIG_FILES-"Makefile \ + gdb.ada/Makefile gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gin \ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile"} diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 4b95363488c..950600c65fc 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright 2002, 2003 +# Copyright 2002, 2003, 2004 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -19,6 +19,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. +# NOTE ON AUTOCONF VERSION: +# AC_PREREQ says 2.13. +# The output file says "Generated automatically using autoconf version 2.13". +# But that is wrong. This file must be processed with autoconf 000227, +# a special version which identifies itself as autoconf 2.13. + AC_PREREQ(2.13) AC_INIT(gdb.base) @@ -112,7 +118,8 @@ AC_CHECK_HEADERS(pthread.h) AC_EXEEXT AC_CONFIG_SUBDIRS($configdirs) -AC_OUTPUT([Makefile gdb.ada/Makefile gdb.ada/gnat_ada.gpr \ +AC_OUTPUT([Makefile \ + gdb.ada/Makefile gdb.ada/gnat_ada.gpr:gdb.ada/gnat_ada.gin \ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ gdb.cp/Makefile gdb.disasm/Makefile gdb.java/Makefile gdb.mi/Makefile \ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile]) diff --git a/gdb/testsuite/gdb.ada/gnat_ada.gpr.in b/gdb/testsuite/gdb.ada/gnat_ada.gin index 23cd5586dab..23cd5586dab 100644 --- a/gdb/testsuite/gdb.ada/gnat_ada.gpr.in +++ b/gdb/testsuite/gdb.ada/gnat_ada.gin |