From 742f792ffbb542a6dfd475efb46964314efd1768 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 18 Mar 2010 22:12:40 +0000 Subject: [PATCH] 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 77a69e7..6031368 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 $@ -- 2.7.4