summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-06 01:03:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-06 01:03:19 +0000
commitc30fb2a44a00e7c63f9ff36d5428d47c0449e59a (patch)
treec51f747a4727325cf441a8347a85e4309ad6bbe4 /autogen.sh
parentd3b1655142c41c1ecd0417b154c99a3c35ec338a (diff)
downloadatk-c30fb2a44a00e7c63f9ff36d5428d47c0449e59a.tar.gz
ATK 1.0.0 rc1ATK_1_0_0_RC1
Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com> * ATK 1.0.0 rc1 * tests/Makefile.am: Don't install libteststateset.la, libtestrelation.la. (#73655, James Henstridge) * autogen.sh: Add --enable-gtk-doc * configure.in: --disable-gtk-doc by default. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.)
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 67ea208..2a3d3cb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -79,7 +79,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."