diff -r e49147870aac -r 14717b52abc0 autogen.sh --- a/autogen.sh Mon May 01 06:58:33 2006 +0000 +++ b/autogen.sh Wed May 17 08:18:28 2006 +0000 @@ -6,7 +6,7 @@ # Regenerate configuration files cp acinclude.m4 aclocal.m4 found=false -for autoconf in autoconf autoconf259 +for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi done if test x$found = xfalse; then