From: Karel Zak Date: Fri, 6 Nov 2009 23:06:53 +0000 (+0100) Subject: build-sys: remove gtkdocize from autogen.sh X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952f1d791a0ec308be03089867458b6d7f65b11b;p=util-linux build-sys: remove gtkdocize from autogen.sh Signed-off-by: Karel Zak --- diff --git a/autogen.sh b/autogen.sh index dc3d95be..f5e83f2a 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