]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] missing: suggest Automake-NG, not mainstream Automake
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 27 Jun 2012 10:59:18 +0000 (12:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 27 Jun 2012 10:59:34 +0000 (12:59 +0200)
* lib/missing (program_details): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/missing

index b398a0216b37b6676c87bbc594c3fe06d0fbcb00..fec9b3d7a5ac314892643254a8b39dfeb0c277ff 100755 (executable)
@@ -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 "<https://lists.gnu.org/mailman/listinfo/automake-ng>"
       echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
       echo "<$gnu_software_URL/autoconf>"
       echo "<$gnu_software_URL/m4/>"