From 9c22367433d2be7bd4df23dc70b2ae747d0b2ee0 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 17 Oct 2007 01:49:55 +0000 Subject: Add --enable-gtk-doc to the gnome-autogen.sh call. This allows make distcheck to work correctly and to use an unmodified copy of gnome-autogen.sh from the upstream gnome-common package. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1727 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 7 +++++++ autogen.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 259a0ea..700d7cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-16 Todd Zullinger + + * autogen.sh: add --enable-gtk-doc to the gnome-autogen.sh + call. This allows make distcheck to work correctly and to use + an unmodified copy of gnome-autogen.sh from the upstream + gnome-common package. + 2007-10-16 Christophe Fergeau * gnome-autogen.sh: switch to newer version of that file diff --git a/autogen.sh b/autogen.sh index 343f78f..0543b6e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,4 +11,4 @@ PKG_NAME="libgpod" echo " top-level $PKG_NAME directory" exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.7 . $srcdir/gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.7 . $srcdir/gnome-autogen.sh --enable-gtk-doc -- cgit