]> git.gsnw.org Git - fping.git/commitdiff
add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87)
authorDavid Schweikert <david@schweikert.ch>
Sun, 1 Nov 2015 20:22:06 +0000 (21:22 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sun, 1 Nov 2015 20:22:06 +0000 (21:22 +0100)
README
README.md

diff --git a/README b/README
index d21c868580ff59ff0dfac0a8b7ec067bda861b7f..1468931a818d9a5e5d4d355333f1ccff1f0337a9 100644 (file)
--- a/README
+++ b/README
@@ -19,6 +19,9 @@ Installation
 ------------
 If you want to install fping from source, proceed as follows:
 
+0. Run ./autogen.sh
+   (only if you got the source from github)
+
 1. Run ./configure with the correct arguments
    (see: ./configure --help)
 
index b75968dd338477ab760c5f32122d770dd3847a78..0340d22c8a5bc613e81aec4e03bbf427bbd58de7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ _Mailing-list_:
 
 If you want to install fping from source, proceed as follows:
 
+0. Run ./autogen.sh
+   (only if you got the source from github)
 1. Run ./configure with the correct arguments
    (see: ./configure --help)
 2. Run make; make install