doom3quest/Projects/Android/jni/SupportLibs/SDL2/SDL2_net/autogen.sh
2021-04-18 19:14:05 +01: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"