Author: mysqlpp
Date: Wed Jan 30 12:12:36 2008
New Revision: 2142
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2142&view=rev
Log:
Fixed a portability problem in new userman title page date stuff
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=2142&r1=2141&r2=2142&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jan 30 12:12:36 2008
@@ -30,7 +30,7 @@
# Build current date macro, for inclusion on userman's title page
-MYSQLPP_CONFIGURE_DATE=`date '+%B %-d, %Y'`
+MYSQLPP_CONFIGURE_DATE=`date '+%B %d, %Y'`
AC_SUBST(MYSQLPP_CONFIGURE_DATE)
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits