aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 11:49:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 11:49:25 +0000
commitcf37bc1c8c0974c986b4734fbf50c6e290f8c3a0 (patch)
tree237ec9458d1986f3c2e9967c3769597d3c536137 /src/bootstrap.sh
parentaddca750177a7fc083bf685041ebed3a22d9c866 (diff)
renamed bootstrap.sh to autogen.sh as this is the standard name for such a script
svn path=/trunk/externals/iem/iemmatrix/; revision=14897
Diffstat (limited to 'src/bootstrap.sh')
-rwxr-xr-xsrc/bootstrap.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
deleted file mode 100755
index 66fdf74..0000000
--- a/src/bootstrap.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-aclocal && \
-autoconf && \
-echo "now run './configure'
-for help on args run './configure --help'"