summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-02 20:08:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-02 20:08:39 +0000
commitdfe5724765acc217ce43b4f96cc0d6dc2d73016c (patch)
treef4f403cf19baee12aa491a678383cae27ccade37 /autogen.sh
parentf832e3484d146343e6f6bf4b36c4f19746f521f2 (diff)
downloadgdk-pixbuf-dfe5724765acc217ce43b4f96cc0d6dc2d73016c.tar.gz
Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static
Sat Mar 2 14:32:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static (static linking causes problems with Xft changes.) * autogen.sh: Add --enable-gtk-doc by default. * Makefile.am: Add a 'mydistcheck' rule that passes --enable-gtk-doc to the configure since that is needed for 'make dist'. * docs/tutorial/Makefile.am (dist-hook): Don't distribute the PDF file. (Rule doesn't work on my system, plus it's big.) * gtk/Makefile.am: 'make dist' fixes.
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 bdaf6699c..3614e96fc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -105,7 +105,7 @@ autoconf
cd $ORIGDIR
if test -z "$AUTOGEN_SUBDIR_MODE"; then
- $srcdir/configure --enable-maintainer-mode "$@"
+ $srcdir/configure --enable-maintainer-mode --enable-gtk-doc "$@"
echo
echo "Now type 'make' to compile $PROJECT."