comparison 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 3da232c5980a
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
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