From: Andre Noll <maan@tuebingen.mpg.de>
Date: Sat, 4 Jun 2016 14:20:20 +0000 (+0200)
Subject: INSTALL: Link to the gengetopt web page.
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=b6858a167ec80f23a07115fb3c8389a401861822;p=adu.git

INSTALL: Link to the gengetopt web page.

Most people prefer to install the distro package rather than
downloading the tarball from the FTP server. This also removes the
sentence about a recent version of gengetopt, since there has been
no gengetopt release for a while and all moderately recent distros
ship the newest version.
---

diff --git a/INSTALL b/INSTALL
index 82c9f71..0853126 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,10 @@
 As adu is based on libosl, the object storage layer, you first have
 to install http://people.tuebingen.mpg.de/maan/osl/ (libosl).
 
-Adu's command line parser and the interactive help
-are generated using gnu gengetopt. You'll likely need a
-ftp://ftp.gnu.org/pub/gnu/gengetopt/ (recent version) to compile adu
-from source.
+Adu's command line parser and the interactive help are generated by
+http://www.gnu.org/software/gengetopt/gengetopt.html (gnu gengetopt).
+Hence the gengetopt package must be installed to compile adu from
+source.
 
 In order to generate the man page,
 ftp://ftp.gnu.org/pub/gnu/help2man (help2man)