mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 00:35:28 +00:00
minor tidy-up to configury.
This commit is contained in:
parent
960b86dcb5
commit
163f669745
|
@ -1,11 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
cp acinclude.m4 aclocal.m4
|
cp acinclude.m4 aclocal.m4
|
||||||
|
|
||||||
if test "$AUTOCONF"x = x; then
|
"${AUTOCONF:-autoconf}"
|
||||||
AUTOCONF=autoconf
|
|
||||||
fi
|
|
||||||
|
|
||||||
$AUTOCONF || exit 1
|
|
||||||
rm aclocal.m4
|
rm aclocal.m4
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
|
|
Loading…
Reference in a new issue