[前][次][番号順一覧][スレッド一覧]

ruby-changes:27982

From: nobu <ko1@a...>
Date: Mon, 1 Apr 2013 18:42:16 +0900 (JST)
Subject: [ruby-changes:27982] nobu:r40034 (trunk): configure.in: prereq 2.67

nobu	2013-04-01 18:41:42 +0900 (Mon, 01 Apr 2013)

  New Revision: 40034

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40034

  Log:
    configure.in: prereq 2.67
    
    * configure.in: skip autoconf 2.64 and 2.66, 2.67 seems short-lived
      but stick on it for Debian Squeeze.

  Modified files:
    trunk/ChangeLog
    trunk/configure.in

Index: configure.in
===================================================================
--- configure.in	(revision 40033)
+++ configure.in	(revision 40034)
@@ -3,7 +3,7 @@ AC_INIT() https://github.com/ruby/ruby/blob/trunk/configure.in#L3
 {
 AC_CONFIG_AUX_DIR(tool)
 
-AC_PREREQ(2.62)
+AC_PREREQ(2.67)
 
 AC_DEFUN([RUBY_PREREQ_AC],
 	[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), [-1],
@@ -306,7 +306,6 @@ if test ${target_archs+set}; then https://github.com/ruby/ruby/blob/trunk/configure.in#L306
     target=`echo $target | sed "s/^$target_cpu-/-/"`
     target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"`
     if test "${universal_binary-no}" = yes; then
-	RUBY_PREREQ_AC(2.63, [ to compile universal binary])
 	AC_SUBST(try_header,try_compile)
 	target_cpu=universal
 	real_cross_compiling=$cross_compiling
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40033)
+++ ChangeLog	(revision 40034)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Apr  1 18:41:35 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* configure.in: skip autoconf 2.64 and 2.66, 2.67 seems short-lived
+	  but stick on it for Debian Squeeze.
+
 Mon Apr  1 14:22:52 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in: check clang version by predefined macro values.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]