diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-24 06:56:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-24 06:56:21 +0000 |
commit | 66e33c9cf5d14cddbaac8dc66da6c72331d59711 (patch) | |
tree | cb27c907118f464d11bae4223d0955bd0660e5f4 /config/missing | |
parent | c5624a1702e2b1d94329189a46ca53964fc52293 (diff) | |
download | coreutils-66e33c9cf5d14cddbaac8dc66da6c72331d59711.tar.xz |
.
Diffstat (limited to 'config/missing')
-rw-r--r-- | config/missing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/missing b/config/missing index 6a37006e8..8d85d40f6 100644 --- a/config/missing +++ b/config/missing @@ -1,6 +1,6 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -165,7 +165,7 @@ WARNING: \`$1' is missing on your system. You should only need it if WARNING: \`$1' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. - You can get \`$1Help2man' as part of \`Autoconf' from any GNU + You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` |