From 05f71533d872a0dfd055ef36125e1492ef438468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 5 Mar 2015 15:03:22 +0000 Subject: 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 --- INSTALL.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'INSTALL.txt') 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" -- cgit v1.2.1