Author: wyoung
Date: Thu Nov 22 04:11:21 2007
New Revision: 1878
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1878&view=rev
Log:
Made bootstrap script insensitive to missing unix2dos program. It only
really has to be present on official build systems.
Modified:
trunk/bootstrap
Modified: trunk/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap?rev=1878&r1=1877&r2=1878&view=diff
==============================================================================
--- trunk/bootstrap (original)
+++ trunk/bootstrap Thu Nov 22 04:11:21 2007
@@ -46,8 +46,8 @@
bakefilize &&
bakefile_gen $BF_OPTIONS &&
- mv autoconf_inc.m4 config &&
- unix2dos *.ds? > /dev/null 2>&1 &&
+ mv autoconf_inc.m4 config ;
+ unix2dos *.ds? > /dev/null 2>&1 ;
bakefile -f gnu -o Makefile.simple -DBUILDLIBRARY=no mysql++.bkl &&
aclocal -I config -I /usr/local/share/aclocal &&
autoheader &&
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits