Bug #65900 --enable-maintainer-mode invalid
Submitted: 14 Jul 2012 16:02 Modified: 30 Aug 2012 21:25
Reporter: John Anderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.40 OS:Any (autogen/configure)
Assigned to: CPU Architecture:Any
Tags: autogen, configure, maintainer-mode

[14 Jul 2012 16:02] John Anderson
Description:
When autogen.sh calls configure it passes --eable-maintainer-mode to the configure script.  This configure option is non-existant which results in a warning.

How to repeat:
Run ./autogen.sh from mysql-workbench-5.2.40-gpl's source tree.  You should see the message:

configure: WARNING: unrecognized options: --enable-maintainer-mode

Suggested fix:
diff -Nuar mysql-workbench-gpl-5.2.40-src-orig/autogen.sh mysql-workbench-gpl-5.2.40-src-new/autogen.sh
--- mysql-workbench-gpl-5.2.40-src-orig/autogen.sh      2012-05-03 15:40:58.000000000 -0400
+++ mysql-workbench-gpl-5.2.40-src-new/autogen.sh       2012-07-14 11:32:12.922434589 -0400
@@ -150,7 +150,6 @@
   fi
 done
 
-conf_flags="--enable-maintainer-mode"
 
 if test x$NOCONFIGURE = x; then
   echo Running $srcdir/configure $conf_flags "$@" ...
[14 Jul 2012 17:06] Valeriy Kravchuk
Thank you for the problem report.
[30 Aug 2012 21:25] Philip Olson
Fixed as of the upcoming 5.2.43, and here's the changelog entry:

The "--enable-maintainer-mode" autoconf option was 
not available.Thank you for the report.

Thank you for the report.