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 /INSTALL.txt | |
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 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 61759a9..bef6ecd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,9 +4,8 @@ Installation/Compilation instructions for "iemmatrix" 1) linux (and other autoconf-systems): ====================================== - "cd" into iemmatrix/src/ - run "aclocal" - run "autoconf" + "cd" into iemmatrix/ + run "./autogen.sh" run "./configure" (see "./configure --help" for valid options) run "make" run "make install" |