From 4988de96be4b514db8e4c5e88b00794ec67d08f6 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 18 Jun 2010 23:29:03 +0200 Subject: [PATCH] [build] Don't run gnome-doc-prepare We don't have any user documentation yet, so it's not needed. --- autogen.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index ce1f86f6..b220e638 100755 --- a/autogen.sh +++ b/autogen.sh @@ -64,13 +64,6 @@ check_autotool_version $LIBTOOLIZE 1.4.3 check_autotool_version intltoolize 0.35.0 check_autotool_version pkg-config 0.14.0 -if [ $(pkg-config --modversion gnome-doc-utils 2> /dev/null) ]; then - run gnome-doc-prepare --automake --force -else - echo "gnome-doc-utils not found; user help will not be built" - echo "AC_DEFUN([GNOME_DOC_INIT], [AC_MSG_NOTICE([])])" > gnome-doc-utils.make -fi - run intltoolize --force --copy run $LIBTOOLIZE --force --copy --automake run aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS