summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-10-17 01:49:55 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-10-17 01:49:55 +0000
commit289dc1abc2ce5d20d5fad2df8c69a2e544d23d70 (patch)
tree8e0fccad6ae0e0ad8a5107c1c2afacb7e8775576
parent93a41a8a2d5c00aadff0f9387bb095c6be4580d4 (diff)
downloadlibgpod-tmz-289dc1abc2ce5d20d5fad2df8c69a2e544d23d70.tar.gz
libgpod-tmz-289dc1abc2ce5d20d5fad2df8c69a2e544d23d70.tar.xz
libgpod-tmz-289dc1abc2ce5d20d5fad2df8c69a2e544d23d70.zip
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
-rw-r--r--ChangeLog7
-rwxr-xr-xautogen.sh2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 259a0ea..700d7cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-16 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * 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 <teuf@gnome.org>
* 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