|
From: Tom H. <th...@cy...> - 2005-01-18 00:17:32
|
In message <slrncuntgf.eau.olly@roadkill.localnet>
Olly Betts <ol...@su...> wrote:
> Here's a patch against CVS HEAD:
>
> Index: configure.in
> ===================================================================
> RCS file: /cvsroot/valgrind/valgrind/configure.in,v
> retrieving revision 1.97
> diff -p -u -r1.97 configure.in
> --- configure.in 18 Oct 2003 14:05:42 -0000 1.97
> +++ configure.in 17 Jan 2005 17:24:43 -0000
> @@ -1,4 +1,5 @@
> # Process this file with autoconf to produce a configure script.
> +AC_PREREQ(2.59)
> AC_INIT(coregrind/vg_main.c) # give me a source file, any source file...
> AM_CONFIG_HEADER(config.h)
> AM_INIT_AUTOMAKE(valgrind, 20030725)
>
> With this patch in place, you'll get an error like this if your autoconf
> is too old (this is what 2.53 says):
Thanks for that. I've committed it now.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|