Author: wyoung
Date: Sat Feb 25 05:50:46 2006
New Revision: 1166
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1166&view=rev
Log:
Replaced mkbf mechanism with Bakefile's own bakefile_gen
Added:
branches/v2.1-bakefile/Bakefiles.bkgen
Removed:
branches/v2.1-bakefile/mkbf
Modified:
branches/v2.1-bakefile/bootstrap
Added: branches/v2.1-bakefile/Bakefiles.bkgen
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/Bakefiles.bkgen?rev=1166&view=auto
==============================================================================
--- branches/v2.1-bakefile/Bakefiles.bkgen (added)
+++ branches/v2.1-bakefile/Bakefiles.bkgen Sat Feb 25 05:50:46 2006
@@ -1,0 +1,14 @@
+<?xml version="1.0" ?>
+<bakefile-gen>
+ <input>
+ mysql++.bkl
+ lib/lib.bkl
+ examples/examples.bkl
+ </input>
+
+ <!-- List of output formats to generate: -->
+ <add-formats>
+ autoconf,mingw,msvc6prj
+ </add-formats>
+
+</bakefile-gen>
Modified: branches/v2.1-bakefile/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/bootstrap?rev=1166&r1=1165&r2=1166&view=diff
==============================================================================
--- branches/v2.1-bakefile/bootstrap (original)
+++ branches/v2.1-bakefile/bootstrap Sat Feb 25 05:50:46 2006
@@ -10,11 +10,10 @@
set -x
bakefilize &&
- ./mkbf autoconf &&
- ./mkbf msvc6prj &&
+ bakefile_gen &&
mv autoconf_inc.m4 config &&
- autoreconf -i &&
- aclocal -I config &&
+ rm {lib,examples}/autoconf_inc.m4 &&
+ aclocal -I config -I /usr/local/share/aclocal &&
autoheader &&
autoconf &&
./reconf $* &&
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits