|
From: Tom H. <th...@cy...> - 2005-01-18 00:16:47
|
CVS commit by thughes: Explicitly require autoconf 2.59 so AS_HELP_STRING works. M +1 -0 configure.in 1.144 --- valgrind/configure.in #1.143:1.144 @@ -1,3 +1,4 @@ # Process this file with autoconf to produce a configure script. +AC_PREREQ(2.59) AC_INIT(Valgrind, 2.3.0.CVS, val...@li...) AC_CONFIG_SRCDIR(coregrind/vg_main.c) |