aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 12:04:13 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 12:04:13 +0000
commit6e9cbb4cede0714733008e6c3f7e5e9f41c875c3 (patch)
tree544bcb41b3fdc9e9733c21d7d63e14479d6c9c1f
parent3f58fe886891956784f544444dbe16a937f0b7c6 (diff)
added bootstrap-script
svn path=/trunk/externals/iem/iemmatrix/; revision=10997
-rwxr-xr-xsrc/bootstrap.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
new file mode 100755
index 0000000..66fdf74
--- /dev/null
+++ b/src/bootstrap.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal && \
+autoconf && \
+echo "now run './configure'
+for help on args run './configure --help'"