summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-07-10 11:21:40 -0400
committerKristian Høgsberg <krh@redhat.com>2008-07-10 11:21:40 -0400
commit19d14061d321b85d934dd6eff23fabe188137eda (patch)
tree4a8f2f16c6d63dea5017504675f590ecff404d5b
parentb98249e1f8a0ae4b068d1c1637578e15eee32cbf (diff)
autogen.sh: run gtkdocize before automake so gtk-doc.make is present.
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index a70e81e..6961b15 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -63,6 +63,8 @@ xlc )
am_opt=--include-deps;;
esac
+gtkdocize --copy --flavour no-tmpl
+
aclocalinclude="$ACLOCAL_FLAGS"
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
@@ -84,8 +86,6 @@ esac
intltoolize --copy --force --automake || exit 1
-gtkdocize --copy --flavour no-tmpl
-
conf_flags="--enable-maintainer-mode"
if test x$NOCONFIGURE = x; then