[smuxi: 1/6] README: add both autogen.sh and configure to compiling instructions



commit 233019b872ac913828ac46cbd1e926ae7d72153a
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed May 14 20:44:13 2014 +0200

    README: add both autogen.sh and configure to compiling instructions
    
    The advice about running `./configure` only really applies if you got
    the sources from a tarball (packager-friendly). Use both `./autogen.sh`
    and `./configure` instead, to make it more developer-friendly.

 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/README.md b/README.md
index 2936448..c27759a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Depending on your operating system and favorite distribution the installation of
 Compiling Source
 ================
 
-    ./configure
+    ./autogen.sh || ./configure
     make
 
 Installing


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]