This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] mention autoconf 2.59 instead of 2.13 in gdb/CONTRIBUTE


I was going to point out this file to someone, when I noticed that
it was in need of this small update.

Checked in as obvious.

-- 
Pedro Alves
2008-10-27  Pedro Alves  <pedro@codesourcery.com>

	* CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of
	2.13 and configure.in.

---
 gdb/CONTRIBUTE |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: src/gdb/CONTRIBUTE
===================================================================
--- src.orig/gdb/CONTRIBUTE	2008-10-27 17:30:14.000000000 +0000
+++ src/gdb/CONTRIBUTE	2008-10-27 17:33:13.000000000 +0000
@@ -115,19 +115,19 @@ o	Please read your patch before submitti
 	to re-formatting / split it.
 
 
-o	If ``gdb/configure.in'' is modified then you don't
+o	If ``gdb/configure.ac'' is modified then you don't
 	need to include patches to the regenerated file
 	``configure''.
 
 	The maintainer will re-generate those files
-	using autoconf (2.13 as of 2000-02-29).
+	using autoconf (2.59 as of 2005-01-07).
 
 
 o	If ``gdb/gdbarch.sh'' is modified, you don't
 	need to include patches to the generated files
 	``gdbarch.h'' and ``gdbarch.c''.
 
-	See ``gdb/configure.in'' above.
+	See ``gdb/configure.ac'' above.
 
 
 o	When submitting a patch that fixes a bug

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]