Signed-off-by: Sami Kerola <kerolasa@iki.fi>
DIE=1
}
+(autopoint --version) < /dev/null > /dev/null 2>&1 || {
+ echo "You must have autopoint installed to generate util-linux build system."
+ echo "The autopoint command is part of the GNU gettext package."
+ DIE=1
+}
+
(autoconf --version) < /dev/null > /dev/null || {
echo "You must have autoconf installed to generate procps-ng build system."
DIE=1
fi
echo "Generate build-system by:"
+echo " autopoint: $(autopoint --version | head -1)"
echo " aclocal: $(aclocal --version | head -1)"
echo " autoconf: $(autoconf --version | head -1)"
echo " autoheader: $(autoheader --version | head -1)"