Author: mysqlpp
Date: Thu Oct 27 08:05:03 2011
New Revision: 2701

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2701&view=rev
Log:
Moved call to AC_BAKEFILE lower in the file, to squish complaints from
autoreconf about doing it too early.  Fix diagnosed by Adrian Cornish.

Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2701&r1=2700&r2=2701&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Oct 27 08:05:03 2011
@@ -26,10 +26,6 @@
 AC_SUBST(MYSQLPP_VERSION_MINOR)
 MYSQLPP_VERSION_BUGFIX=`echo $PACKAGE_VERSION | cut -f3 -d.`
 AC_SUBST(MYSQLPP_VERSION_BUGFIX)
-
-
-# Include Bakefile macros
-AC_BAKEFILE([m4_include(config/autoconf_inc.m4)])
 
 
 # Check for Standard C support
@@ -99,6 +95,10 @@
 STL_SLIST_EXTENSION
 
 
+# Include Bakefile macros
+AC_BAKEFILE([m4_include(config/autoconf_inc.m4)])
+
+
 #
 # Configure process complete; write out files generated from *.in.
 #


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

Reply via email to