branch | SDL-1.3 |
changeset 1659 | 14717b52abc0 |
parent 1564 | 4950a25bd91e |
--- a/test/autogen.sh Mon May 01 06:58:33 2006 +0000 +++ b/test/autogen.sh Wed May 17 08:18:28 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