This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

gprof/configure upgrade as well


Along the same lines as my previous patch.  Okay to commit?

2004-04-14  Ben Elliston  <bje@au.ibm.com>

	* configure.in (AC_PREREQ): Require Autoconf 2.57.
	* configure: Regenerate with Autoconf 2.59.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/gprof/configure.in,v
retrieving revision 1.19
diff -u -p -r1.19 configure.in
--- configure.in	26 Aug 2003 17:19:19 -0000	1.19
+++ configure.in	14 Apr 2004 06:06:30 -0000
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.13)
+AC_PREREQ(2.57)
 AC_INIT(gprof.c)
 
 AC_CANONICAL_SYSTEM


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