author | Sam Lantinga <slouken@libsdl.org> |
Mon, 15 May 2006 06:30:38 +0000 | |
changeset 1832 | c687a8691de3 |
parent 1831 | edf421c61bc4 |
child 1833 | e566046c73d9 |
autogen.sh | file | annotate | diff | comparison | revisions |
--- a/autogen.sh Sun May 14 21:18:26 2006 +0000 +++ b/autogen.sh Mon May 15 06:30:38 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