diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-05 15:03:22 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-03-05 15:03:22 +0000 |
commit | 05f71533d872a0dfd055ef36125e1492ef438468 (patch) | |
tree | f0a87c939fad552c5a9b4c844a971bb4901ba617 /src | |
parent | 30d179909e5c9a237b6874c369fc7ac8fc92878c (diff) |
proper autotools build-system
there are few systems worse than autotools.
one of them is a build-system that is only halfway using autotools.
so let's completely go into autoworld
svn path=/trunk/externals/iem/iemmatrix/; revision=17432
Diffstat (limited to 'src')
-rwxr-xr-x | src/autogen.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/autogen.sh b/src/autogen.sh deleted file mode 100755 index 66fdf74..0000000 --- a/src/autogen.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -aclocal && \ -autoconf && \ -echo "now run './configure' -for help on args run './configure --help'" |