From 952f1d791a0ec308be03089867458b6d7f65b11b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sat, 7 Nov 2009 00:06:53 +0100 Subject: [PATCH] build-sys: remove gtkdocize from autogen.sh Signed-off-by: Karel Zak --- autogen.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/autogen.sh b/autogen.sh index dc3d95be7..f5e83f2a0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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