1 #!/bin/sh
2 #
3 aclocal
4 automake --foreign
5 autoconf
6
7 #./configure $*
8 echo "Now you are ready to run ./configure"