Mercurial > sdl-ios-xcode
changeset 1833:e566046c73d9
Added yet another variant of autoconf to the list
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 May 2006 06:39:10 +0000 |
parents | c687a8691de3 |
children | 037715c96a85 |
files | test/autogen.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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