aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
authorN.N <matju@users.sourceforge.net>2009-12-14 19:55:54 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:04:53 +0200
commitc235f09fc5ef83827ac53375015f469cd7e13eec (patch)
tree4639e88e27e105709a2bbd6352cec17808fdc5c9 /boot.sh
parent40194041a1efbf98c45185098e3795150a0128a4 (diff)
import version 0.36
svn path=/trunk/externals/august/readanysf~/; revision=12836
Diffstat (limited to 'boot.sh')
-rwxr-xr-xboot.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/boot.sh b/boot.sh
deleted file mode 100755
index 36ae3bc..0000000
--- a/boot.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 ..."