build-sys: remove gtkdocize from autogen.sh

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-11-07 00:06:53 +01:00
parent 38a1717fa1
commit 952f1d791a
1 changed files with 0 additions and 8 deletions

View File

@ -55,12 +55,6 @@ HAS_GTKDOC=1
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
@ -84,7 +78,6 @@ echo " autoconf: $(autoconf --version | head -1)"
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
@ -92,7 +85,6 @@ autopoint --force $AP_OPTS
aclocal -I m4 $AL_OPTS
autoconf $AC_OPTS
autoheader $AH_OPTS
#gtkdocize --copy --docdir config
automake --add-missing $AM_OPTS