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