summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKarel Zak2009-11-07 00:06:53 +0100
committerKarel Zak2009-11-07 00:06:53 +0100
commit952f1d791a0ec308be03089867458b6d7f65b11b (patch)
tree29a6c2d933ab80b847fbc7707d3c3cc77447ed8f /autogen.sh
parentRevert "build-sys: check for gtk-doc by default" (diff)
downloadkernel-qcow2-util-linux-952f1d791a0ec308be03089867458b6d7f65b11b.tar.gz
kernel-qcow2-util-linux-952f1d791a0ec308be03089867458b6d7f65b11b.tar.xz
kernel-qcow2-util-linux-952f1d791a0ec308be03089867458b6d7f65b11b.zip
build-sys: remove gtkdocize from autogen.sh
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 0 insertions, 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