add SDL2_ttf support
[platform/upstream/SDL.git] / extension / SDL2_ttf-2.0.14 / autogen.sh
1 #!/bin/sh
2 #
3
4 set -e
5
6 aclocal -I acinclude
7 automake --foreign --include-deps --add-missing --copy
8 autoconf
9
10 #./configure $*
11 echo "Now you are ready to run ./configure"