Codebase list smpeg / scrub-obsolete/main autogen.sh
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

autogen.sh @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh
#
aclocal $ACLOCAL_FLAGS
automake --foreign
autoconf

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