Signed-off-by: Karel Zak <kzak@redhat.com>
DIE=1
}
-#(gtkdocize --version) < /dev/null > /dev/null 2>&1 || {
-# echo
-# echo "You must have gtkdocize installed to generate util-linux-ng build system."
-# echo
-#}
-
if test "$DIE" -eq 1; then
exit 1
fi
echo " autoheader: $(autoheader --version | head -1)"
echo " automake: $(automake --version | head -1)"
#echo " libtoolize: $(libtoolize --version | head -1)"
-#echo " gtkdocize: $(gtkdocize --version | head -1)"
set -e
autopoint --force $AP_OPTS
aclocal -I m4 $AL_OPTS
autoconf $AC_OPTS
autoheader $AH_OPTS
-#gtkdocize --copy --docdir config
automake --add-missing $AM_OPTS