Codebase list libsdl2-ttf / upstream/2.0.15+dfsg1 autogen.sh
upstream/2.0.15+dfsg1

Tree @upstream/2.0.15+dfsg1 (Download .tar.gz)

autogen.sh @upstream/2.0.15+dfsg1raw · history · blame

#!/bin/sh
#

set -e

aclocal -I acinclude
automake --foreign --include-deps --add-missing --copy
autoconf

#./configure $*
echo "Now you are ready to run ./configure"