diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-06 09:38:52 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-06 09:38:52 +0200 |
commit | 0855244f7ae75d89788c88015cca9c08fad3f39f (patch) | |
tree | 31bcd0be2e55049ef8f422ae06f8f6ca9c390c68 /missing | |
parent | 13c942daa6c0b30cf853bf7cac34b2482cb6cd15 (diff) | |
parent | 862e48598a05c6e02c302f522f545d94599ba0bf (diff) |
Merge tag 'upstream/3.16.0.1'
Upstream version 3.16.0.1
Diffstat (limited to 'missing')
-rwxr-xr-x | missing | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. @@ -160,7 +160,7 @@ give_advice () ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) |