Author: mysqlpp
Date: Thu Oct 27 08:03:38 2011
New Revision: 2700
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2700&view=rev
Log:
Changed from separate calls to aclocal, autoconf, etc. in bootstrap
script to using autoreconf. Change recommended by Adrian Cornish.
Modified:
trunk/bootstrap
Modified: trunk/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/bootstrap?rev=2700&r1=2699&r2=2700&view=diff
==============================================================================
--- trunk/bootstrap (original)
+++ trunk/bootstrap Thu Oct 27 08:03:38 2011
@@ -80,9 +80,7 @@
rm -f config.cache
mv autoconf_inc.m4 config > /dev/null 2>&1 # don't care if it fails
set -x &&
- aclocal -I config -I $BAKEFILE_M4 &&
- autoheader &&
- autoconf &&
+ autoreconf --install -I config -I $BAKEFILE_M4 &&
./configure $MAINT_FLAGS $* &&
make lib/querydef.h lib/ssqls.h &&
set +x &&
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits