diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 11:49:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-10 11:49:25 +0000 |
commit | cf37bc1c8c0974c986b4734fbf50c6e290f8c3a0 (patch) | |
tree | 237ec9458d1986f3c2e9967c3769597d3c536137 /src/autogen.sh | |
parent | addca750177a7fc083bf685041ebed3a22d9c866 (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/autogen.sh')
-rwxr-xr-x | src/autogen.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/autogen.sh b/src/autogen.sh new file mode 100755 index 0000000..66fdf74 --- /dev/null +++ b/src/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal && \ +autoconf && \ +echo "now run './configure' +for help on args run './configure --help'" |