summaryrefslogtreecommitdiff
path: root/lib/missing
diff options
context:
space:
mode:
Diffstat (limited to 'lib/missing')
-rwxr-xr-xlib/missing13
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/missing b/lib/missing
index 3af282891..741ec426e 100755
--- a/lib/missing
+++ b/lib/missing
@@ -1,7 +1,7 @@
#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
-scriptversion=2013-10-28.13; # UTC
+scriptversion=2014-12-20.00; # UTC
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
@@ -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/>"
@@ -144,7 +145,7 @@ give_advice ()
program_details 'autoconf'
;;
autoheader*)
- echo "You should only need it if you modified 'acconfig.h' or"
+ echo "You should only need it if you modified either"
echo "$configure_deps."
program_details 'autoheader'
;;
@@ -184,10 +185,6 @@ give_advice ()
echo "any other file indirectly affecting the aspect of the manual."
echo "You might want to install the Texinfo package:"
echo "<$gnu_software_URL/texinfo/>"
- echo "The spurious makeinfo call might also be the consequence of"
- echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
- echo "want to install GNU make:"
- echo "<$gnu_software_URL/make/>"
;;
*)
echo "You might have modified some files without having the proper"