From: Stefano Lattarini Date: Wed, 27 Jun 2012 10:59:18 +0000 (+0200) Subject: [ng] missing: suggest Automake-NG, not mainstream Automake X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918c16551aa842a6a601dddf27672374b9e2c7d6;p=thirdparty%2Fautomake.git [ng] missing: suggest Automake-NG, not mainstream Automake * lib/missing (program_details): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/missing b/lib/missing index b398a0216..fec9b3d7a 100755 --- a/lib/missing +++ b/lib/missing @@ -109,8 +109,9 @@ program_details () { case $1 in aclocal|automake) - echo "The '$1' program is part of the GNU Automake package:" - echo "<$gnu_software_URL/automake>" + echo "The '$1' program is part of the GNU Automake-NG package:" + # FIXME: maybe it's time for Automake-NG to have a page of its own? + echo "" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>"