summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
parent93a41a8a2d5c00aadff0f9387bb095c6be4580d4 (diff)
downloadlibgpod-289dc1abc2ce5d20d5fad2df8c69a2e544d23d70.tar.gz
libgpod-289dc1abc2ce5d20d5fad2df8c69a2e544d23d70.tar.xz
libgpod-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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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