diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-09 12:04:13 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-09 12:04:13 +0000 |
commit | 6e9cbb4cede0714733008e6c3f7e5e9f41c875c3 (patch) | |
tree | 544bcb41b3fdc9e9733c21d7d63e14479d6c9c1f | |
parent | 3f58fe886891956784f544444dbe16a937f0b7c6 (diff) |
added bootstrap-script
svn path=/trunk/externals/iem/iemmatrix/; revision=10997
-rwxr-xr-x | src/bootstrap.sh | 6 |
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'" |