# HG changeset patch # User Sam Lantinga # Date 1147675150 0 # Node ID e566046c73d9d91211d4522bc11f4aa6d6cc537d # Parent c687a8691de32cc713a18b1cf0cc2ba4a051d96c Added yet another variant of autoconf to the list diff -r c687a8691de3 -r e566046c73d9 test/autogen.sh --- a/test/autogen.sh Mon May 15 06:30:38 2006 +0000 +++ b/test/autogen.sh Mon May 15 06:39:10 2006 +0000 @@ -3,7 +3,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