List:Internals« Previous MessageNext Message »
From:msvensson Date:April 28 2005 11:48am
Subject:bk commit into 5.0 tree (msvensson:1.1910)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.1910 05/04/28 13:48:51 msvensson@neptunus.(none) +1 -0
  Removing duplicate AC_PREREQ macros
  Setting AC_PREREQ required version to 2.50 until we have sorted out what is required. The manual says 2.58.

  configure.in
    1.296 05/04/28 13:48:47 msvensson@neptunus.(none) +1 -3
    Removing duplicate AC_PREREQ macros

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0

--- 1.295/configure.in	2005-04-27 23:00:14 +02:00
+++ 1.296/configure.in	2005-04-28 13:48:47 +02:00
@@ -1,4 +1,4 @@
-dnl -*- ksh -*-
+bdnl -*- ksh -*-
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.50)dnl		Minimum Autoconf version required.
@@ -115,8 +115,6 @@
 AC_SUBST(SAVE_LDFLAGS)
 AC_SUBST(SAVE_CXXLDFLAGS)
 AC_SUBST(CXXLDFLAGS)
-
-AC_PREREQ(2.58)dnl		Minimum Autoconf version required.
 
 #AC_ARG_PROGRAM			# Automaticly invoked by AM_INIT_AUTOMAKE
 
Thread
bk commit into 5.0 tree (msvensson:1.1910)msvensson28 Apr