Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit/config] Switch gdb to autoconf 2.59
@ 2005-01-07 21:44 Andrew Cagney
  2005-01-07 22:20 ` Mark Kettenis
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2005-01-07 21:44 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

If there are problems yell.  Built on a PPC and i386 GNU/Linux system.

committed,
Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 5014 bytes --]

Index: ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: doc/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: gdbserver/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.

Index: testsuite/ChangeLog
2005-01-07  Andrew Cagney  <cagney@gnu.org>

	* configure.ac: Rename configure.in, require autoconf 2.59.
	* configure: Re-generate.
	* gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
	* gdb.stabs/configure: Re-generate.
	* gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
	* gdb.hp/configure: Re-generate.
	* gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.objdbg/configure: Re-generate.
	* gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.defects/configure: Re-generate.
	* gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.compat/configure: Re-generate.
	* gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.base-hp/configure: Re-generate.
	* gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
	autoconf 2.59.
	* gdb.hp/gdb.aCC/configure: Re-generate.

--- -	2005-01-07 11:35:39.486919000 -0500
+++ configure.ac	2005-01-07 10:29:49.594712456 -0500
@@ -20,7 +20,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.13)dnl
+AC_PREREQ(2.59)dnl
 AC_INIT(main.c)
 AC_CONFIG_HEADER(config.h:config.in)
 AM_MAINTAINER_MODE
--- -	2005-01-07 11:36:25.786341000 -0500
+++ doc/configure.ac	2005-01-07 10:30:39.408139664 -0500
@@ -1,4 +1,4 @@
-AC_PREREQ(2.12.1)
+AC_PREREQ(2.59)
 AC_INIT(refcard.tex)
 AC_PROG_INSTALL
 AC_PROG_LN_S
--- -	2005-01-07 11:36:29.344282000 -0500
+++ gdbserver/configure.ac	2005-01-07 10:31:27.166879232 -0500
@@ -19,6 +19,8 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
+AC_PREREQ(2.59)dnl
+
 AC_INIT(server.c)
 AC_CONFIG_HEADER(config.h:config.in)
 
--- -	2005-01-07 11:36:30.564185000 -0500
+++ testsuite/gdb.hp/gdb.aCC/configure.ac	2005-01-07 10:33:25.093951592 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(exception.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:31.749517000 -0500
+++ testsuite/gdb.hp/gdb.base-hp/configure.ac	2005-01-07 10:34:05.865753336 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(dollar.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:32.776349000 -0500
+++ testsuite/gdb.hp/gdb.compat/configure.ac	2005-01-07 10:34:35.632228144 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(xdb1.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:34.281998000 -0500
+++ testsuite/gdb.hp/gdb.defects/configure.ac	2005-01-07 10:35:15.514165168 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(bs14602.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:35.150272000 -0500
+++ testsuite/gdb.hp/gdb.objdbg/configure.ac	2005-01-07 10:35:48.369170448 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(objdbg01.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:36.227624000 -0500
+++ testsuite/gdb.hp/configure.ac	2005-01-07 10:36:17.035812456 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(gdb.aCC)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:37.445251000 -0500
+++ testsuite/gdb.stabs/configure.ac	2005-01-07 10:36:47.482183904 -0500
@@ -4,7 +4,7 @@
 dnl script appropriate for this directory.  For more information, check
 dnl any existing configure script.
 
-AC_PREREQ(2.5)
+AC_PREREQ(2.59)
 AC_INIT(weird.exp)
 
 CC=${CC-cc}
--- -	2005-01-07 11:36:39.135643000 -0500
+++ testsuite/configure.ac	2005-01-07 10:37:25.495405016 -0500
@@ -19,13 +19,7 @@
 # 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_PREREQ(2.59)
 AC_INIT(gdb.base)
 
 AC_CANONICAL_BUILD

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [commit/config] Switch gdb to autoconf 2.59
  2005-01-07 21:44 [commit/config] Switch gdb to autoconf 2.59 Andrew Cagney
@ 2005-01-07 22:20 ` Mark Kettenis
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 2005-01-07 22:20 UTC (permalink / raw)
  To: cagney; +Cc: gdb-patches

   Date: Fri, 07 Jan 2005 16:43:33 -0500
   From: Andrew Cagney <cagney@gnu.org>

   If there are problems yell.

Or fix them yourself ;-)

Thanks Andrew, this is good news!

Mark


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-07 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 21:44 [commit/config] Switch gdb to autoconf 2.59 Andrew Cagney
2005-01-07 22:20 ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox