diff options
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" |