From: kent Date: January 27 2006 12:38am Subject: bk commit into 4.1 tree (kent:1.2462) List-Archive: http://lists.mysql.com/commits/1704 Message-Id: <20060127003817.0E793818CE1@boortz.dyndns.org> Below is the list of changes that have just been committed into a local 4.1 repository of kent. When kent does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2462 06/01/27 01:38:05 kent@stripped +1 -0 configure.in: Generated "libmysql.ver" will be in \$(top_builddir) configure.in 1.403 06/01/27 01:37:13 kent@stripped +1 -1 Generated "libmysql.ver" will be in \$(top_builddir) # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: kent # Host: c-754072d5.010-2112-6f72651.cust.bredbandsbolaget.se # Root: /Users/kent/mysql/bk/mysql-4.1 --- 1.402/configure.in 2006-01-17 21:02:21 +01:00 +++ 1.403/configure.in 2006-01-27 01:37:13 +01:00 @@ -435,7 +435,7 @@ # libmysqlclient versioning when linked with GNU ld. if $LD --version 2>/dev/null|grep -q GNU; then - LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_srcdir)/libmysql/libmysql.ver" + LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/libmysql/libmysql.ver" AC_CONFIG_FILES(libmysql/libmysql.ver) fi AC_SUBST(LD_VERSION_SCRIPT)