diff options
| author | Xin LI <delphij@FreeBSD.org> | 2015-06-10 19:22:41 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2015-06-10 19:22:41 +0000 |
| commit | 5f0216bd883edee71bf81051e3c20505e4820903 (patch) | |
| tree | bf2d8b473f0726bcdeb36d064078c17b8e7d13cf /contrib/file/missing | |
| parent | fcf4d36e2516863a28bdd3d6bd891d40e1251a84 (diff) | |
| parent | 76c08169d47becb14ee96abce87cb4167fd159f9 (diff) | |
Notes
Diffstat (limited to 'contrib/file/missing')
| -rwxr-xr-x | contrib/file/missing | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/file/missing b/contrib/file/missing index cdea514931f5..f62bbae306c7 100755 --- a/contrib/file/missing +++ b/contrib/file/missing @@ -1,9 +1,9 @@ #! /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. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -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*) |
