aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2005-08-13 01:23:03 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2005-08-13 01:23:03 +0000
commitd8daee409030811db4ebcf95395a96fc50ff3cf3 (patch)
tree87fb972fafcf3f0ae221a659f6a5ae4edcbe29c9 /boot.sh
parent5e05f47d61ebad8aee6c3831912b21ad5dcc36e3 (diff)
missed a few files from initial commit
svn path=/trunk/externals/august/readanysf~/; revision=3427
Diffstat (limited to 'boot.sh')
-rwxr-xr-xboot.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/boot.sh b/boot.sh
new file mode 100755
index 0000000..36ae3bc
--- /dev/null
+++ b/boot.sh
@@ -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 ..."