summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeople doing a 16 bpc version of gimp <film@src.gnome.org>2003-02-12 01:34:54 +0000
committerPeople doing a 16 bpc version of gimp <film@src.gnome.org>2003-02-12 01:34:54 +0000
commit62b8cfd742502e433cae2cbac73b619b7a1ff0c8 (patch)
tree033258c8c3ec0435529d7b1edd7407a4e048c25b /autogen.sh
parentf8512ba5a2ebfafc765e83605f8c4104e2bf49b1 (diff)
Changed a lot of class names and wrote more gtk-docs. calvinw@mindspring.com
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c4ec26b0..889d9f70 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -79,8 +79,7 @@ autoconf
cd $ORIGDIR
if test -z "$AUTOGEN_SUBDIR_MODE"; then
- $srcdir/configure --disable-shared --enable-maintainer-mode "$@"
-
+ $srcdir/configure --enable-gtk-doc --enable-maintainer-mode "$@"
echo
echo "Now type 'make' to compile $PROJECT."
fi