quake2quest/Projects/Android/jni/SupportLibs/SDL2/SDL2_image/autogen.sh
2019-12-10 23:03:20 +00:00

8 lines
158 B
Bash

#!/bin/sh
#
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf
#./configure $*
echo "Now you are ready to run ./configure"