Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: gdb-patches@sources.redhat.com
Subject: [commit/config] Switch gdb to autoconf 2.59
Date: Fri, 07 Jan 2005 21:44:00 -0000	[thread overview]
Message-ID: <41DF0285.4070307@gnu.org> (raw)

[-- 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

             reply	other threads:[~2005-01-07 21:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-07 21:44 Andrew Cagney [this message]
2005-01-07 22:20 ` Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41DF0285.4070307@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox