Codebase list libsdl-console / debian/2.1-5 autogen.sh
debian/2.1-5

Tree @debian/2.1-5 (Download .tar.gz)

autogen.sh @debian/2.1-5raw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

aclocal -I .
automake --foreign --add-missing --copy
autoconf

echo "Now you are ready to run ./configure"