List:Internals« Previous MessageNext Message »
From:Konstantin Osipov Date:July 18 2005 2:04pm
Subject:bk commit into 4.1 tree (konstantin:1.2341)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kostja. When kostja 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.2341 05/07/18 18:03:58 konstantin@stripped +1 -0
  Alleviate the autoconf requirement.

  configure.in
    1.384 05/07/18 18:03:54 konstantin@stripped +1 -1
    Alleviate the autoconf requirement.

# 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:	konstantin
# Host:	oak.local
# Root:	/home/kostja/mysql/mysql-4.1-root

--- 1.383/configure.in	2005-07-13 17:51:36 +04:00
+++ 1.384/configure.in	2005-07-18 18:03:54 +04:00
@@ -118,7 +118,7 @@
 AC_SUBST(SAVE_CXXLDFLAGS)
 AC_SUBST(CXXLDFLAGS)
 
-AC_PREREQ(2.58)dnl		Minimum Autoconf version required.
+AC_PREREQ(2.57)dnl		Minimum Autoconf version required.
 
 #AC_ARG_PROGRAM			# Automaticly invoked by AM_INIT_AUTOMAKE
 AM_SANITY_CHECK
Thread
bk commit into 4.1 tree (konstantin:1.2341)Konstantin Osipov18 Jul