Fix compilation instructions.
authorode79 <oemmerson@gmx.com>
Sun, 22 May 2016 00:17:14 +0000 (01:17 +0100)
committerode79 <oemmerson@gmx.com>
Sun, 22 May 2016 00:17:14 +0000 (01:17 +0100)
There is no configure file, you have to run autogen.sh before make.

README

diff --git a/README b/README
index 7c152ff..9395d66 100644 (file)
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ See NEWS file.
 
 ======== Installation
 
-  Compilation: ./configure ; make
+  Compilation: ./autogen.sh ; make
   General install: make install
   Removal: make uninstall