diff options
Diffstat (limited to 'boot.sh')
-rwxr-xr-x | boot.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#!/bin/sh +rm -f config.cache +rm -f config.h +set -e +echo "Initial preparation...this can take awhile, so sit tight..." +aclocal-1.6 +#aclocal +#libtoolize --automake --copy --force +autoheader +autoconf +automake-1.6 --foreign --add-missing --copy +echo "You are now ready to run ./configure ..." |