From: Gilles Espinasse Date: Sat, 25 Feb 2012 09:01:02 +0000 (+0100) Subject: Fix a remaining util-linux word in autogen X-Git-Tag: v3.3.3~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22a56e6bfd67847f1e337a521b69b4644dc3d5e2;p=procps-ng Fix a remaining util-linux word in autogen Signed-off-by: Gilles Espinasse --- diff --git a/autogen.sh b/autogen.sh index d707245e..d5767a7e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 }