Fix a remaining util-linux word in autogen
authorGilles Espinasse <g.esp@free.fr>
Sat, 25 Feb 2012 09:01:02 +0000 (10:01 +0100)
committerCraig Small <csmall@enc.com.au>
Sat, 25 Feb 2012 21:39:16 +0000 (08:39 +1100)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
autogen.sh

index d707245eb5e70ce56b5d15c6d36b930dc411859d..d5767a7ee10983eeba0d6f4b0e8dc45d74db48fb 100755 (executable)
@@ -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
 }