Mercurial > sdl-ios-xcode
diff test/autogen.sh @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | 4950a25bd91e |
children |
line wrap: on
line diff
--- 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