From 22a56e6bfd67847f1e337a521b69b4644dc3d5e2 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Sat, 25 Feb 2012 10:01:02 +0100 Subject: [PATCH] Fix a remaining util-linux word in autogen Signed-off-by: Gilles Espinasse --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }