]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] missing: no need to suggest GNU make explicitly
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 27 Jun 2012 11:05:00 +0000 (13:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 27 Jun 2012 11:05:00 +0000 (13:05 +0200)
* lib/missing (give_advice): Here.  In mainstream Automake, possible use
of GNU make was suggested as a remedy against useless remake of '.info'
files triggered by some buggy vendor make implementations.

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

index fec9b3d7a5ac314892643254a8b39dfeb0c277ff..cd1f739ab2115cdd59a6ed5651ffcd20fa06a711 100755 (executable)
@@ -185,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"