doom3quest/Projects/Android/jni/SupportLibs/SDL2/SDL2_image/autogen.sh

9 lines
158 B
Bash
Raw Normal View History

2021-04-18 18:14:05 +00:00
#!/bin/sh
#
aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf
#./configure $*
echo "Now you are ready to run ./configure"