Author: wyoung
Date: Thu Jun 20 23:04:29 2013
New Revision: 2731

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2731&view=rev
Log:
Makefile target no longer runs autoreconf, since with older autotools
that drops flags passed to the tools, so that it may not do what you
expect, which is re-generate all the autotools products silently and
without breaking anything.  We rely only on a run of config.status now
to ensure that if something like mysql++.bkl changes, we re-generate
as much of the build system as is practical on systems we still have to
support.

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2731&r1=2730&r2=2731&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Thu Jun 20 23:04:29 2013
@@ -441,7 +441,6 @@
       <depends-on-file>lib/mysql++.h.in</depends-on-file>
       <depends-on-file>ssx/Doxyfile.in</depends-on-file>
       <command>bakefile_gen</command>
-      <command>autoreconf</command>
       <command>./config.status</command>
     </action>
 


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

Reply via email to