Author: mysqlpp
Date: Thu Nov 27 08:58:38 2008
New Revision: 2429

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2429&view=rev
Log:
Removed --enable-maintainer-mode from configure script call in bootstrap
script.  That's an automake thing...hasn't worked since before the
Bakefile switch.

Modified:
    trunk/bootstrap

Modified: trunk/bootstrap
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap?rev=2429&r1=2428&r2=2429&view=diff
==============================================================================
--- trunk/bootstrap (original)
+++ trunk/bootstrap Thu Nov 27 08:58:38 2008
@@ -2,7 +2,7 @@
 
 ARGS=1
 BF_OPTIONS=
-MAINT_FLAGS="--cache-file=config.cache --enable-maintainer-mode"
+MAINT_FLAGS="--cache-file=config.cache
 while [ $ARGS != 0 ]
 do
        case "$1" in


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to