]> err.no Git - util-linux/commitdiff
build-sys: remove gtkdocize from autogen.sh
authorKarel Zak <kzak@redhat.com>
Fri, 6 Nov 2009 23:06:53 +0000 (00:06 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Nov 2009 23:06:53 +0000 (00:06 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
autogen.sh

index dc3d95be77dfbd0e24243850e53c631f1908e14d..f5e83f2a07f7fb514f7c4e1ec329c493b38340a6 100755 (executable)
@@ -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