summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-16 09:56:41 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-16 09:56:41 +0000
commit56135ebeb0ec94519036adbdf1da11b58965d708 (patch)
treef4c86026cfaaa2bfa34a2d3ddda7b8ab006637ed /autogen.sh
parentd609b0f7c5bae0fdb2e572add8b89692fb8c8805 (diff)
downloadgst-plugins-base-56135ebeb0ec94519036adbdf1da11b58965d708.tar.gz
gst-plugins-base-56135ebeb0ec94519036adbdf1da11b58965d708.tar.xz
Use GST_PLUGIN_DOCS macro in configure.ac, add
Original commit message from CVS: * autogen.sh: * configure.ac: * docs/Makefile.am: Use GST_PLUGIN_DOCS macro in configure.ac, add --enable-plugin-docs default to autogen.sh and use ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
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 2b174e23f..0fd038210 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,7 +25,7 @@ then
fi
. common/gst-autogen.sh
-CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
+CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs'
autogen_options $@