From 7683cf8eb347c6ffee62705223e66d2b8ef6b910 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 18 Mar 2010 22:12:40 +0000 Subject: autogen.sh: Don't call configure with --enable-plugin-docs configure gives a nice warning: configure: WARNING: unrecognized options: --enable-plugin-docs and indeed, I could not find anything in the configure.ac or the m4 macros that would allow enabling that option. Remove it then. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 19bc2fd19..e8d943ad5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,7 +30,7 @@ then fi -CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs' +CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' autogen_options $@ -- cgit v1.2.3