Fix a remaining util-linux word in autogen

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
Gilles Espinasse 2012-02-25 10:01:02 +01:00 committed by Craig Small
parent d9c226c695
commit 22a56e6bfd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ test -f free.c || {
}
(autopoint --version) < /dev/null > /dev/null 2>&1 || {
echo "You must have autopoint installed to generate util-linux build system."
echo "You must have autopoint installed to generate procps-ng build system."
echo "The autopoint command is part of the GNU gettext package."
DIE=1
}