Mercurial > sdl-ios-xcode
comparison autogen.sh @ 1832:c687a8691de3
Added yet another variant of autoconf to the list
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 May 2006 06:30:38 +0000 |
parents | 4950a25bd91e |
children | 3da232c5980a |
comparison
equal
deleted
inserted
replaced
1831:edf421c61bc4 | 1832:c687a8691de3 |
---|---|
4 echo "This may take a while ..." | 4 echo "This may take a while ..." |
5 | 5 |
6 # Regenerate configuration files | 6 # Regenerate configuration files |
7 cp acinclude.m4 aclocal.m4 | 7 cp acinclude.m4 aclocal.m4 |
8 found=false | 8 found=false |
9 for autoconf in autoconf autoconf259 | 9 for autoconf in autoconf autoconf259 autoconf-2.59 |
10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi | 10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi |
11 done | 11 done |
12 if test x$found = xfalse; then | 12 if test x$found = xfalse; then |
13 echo "Couldn't find autoconf, aborting" | 13 echo "Couldn't find autoconf, aborting" |
14 exit 1 | 14 exit 1 |