Mercurial > sdl-ios-xcode
comparison test/autogen.sh @ 1563:b054590b967a
Fall back to autogen259 if autogen isn't available
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Mar 2006 06:54:24 +0000 |
parents | d94b080ff6ce |
children | 4950a25bd91e |
comparison
equal
deleted
inserted
replaced
1562:1d487a3fab41 | 1563:b054590b967a |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # | 2 # |
3 # Regenerate configuration files | 3 # Regenerate configuration files |
4 cp acinclude.m4 aclocal.m4 | 4 cp acinclude.m4 aclocal.m4 |
5 autoconf | 5 for autoconf in autoconf autoconf259 |
6 do if which $autoconf >/dev/null; then $autoconf; break; fi | |
7 done |