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

ruby-changes:20731

From: ktsj <ko1@a...>
Date: Sun, 31 Jul 2011 22:47:04 +0900 (JST)
Subject: [ruby-changes:20731] ktsj:r32779 (ruby_1_9_3): * configure.in: fix typos.

ktsj	2011-07-31 22:45:55 +0900 (Sun, 31 Jul 2011)

  New Revision: 32779

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

  Log:
    * configure.in: fix typos.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/configure.in

Index: ruby_1_9_3/configure.in
===================================================================
--- ruby_1_9_3/configure.in	(revision 32778)
+++ ruby_1_9_3/configure.in	(revision 32779)
@@ -2610,18 +2610,18 @@
     AC_MSG_RESULT($gnumake)
 ])
 AS_IF([test "$gnumake" = yes], [ NULLCMD=: ], [
-    AC_MSG_CHECKING([for safe null command for ${Make-make}])
+    AC_MSG_CHECKING([for safe null command for ${MAKE-make}])
     mkdir conftest.dir
     echo 'A=1' > conftest.dir/Makefile
     echo 'B=$(A:1=@:)' >> conftest.dir/Makefile
     echo 'all:; $B 1 2 3 4 5 6 7 8 9' >> conftest.dir/Makefile
-    if (cd conftest.dir; ${Make-make} >/dev/null 2>/dev/null); then
+    if (cd conftest.dir; ${MAKE-make} >/dev/null 2>/dev/null); then
 	NULLCMD=:
     else
 	echo 'A=1' > conftest.dir/Makefile
 	echo 'B=$(A:1=@true)' >> conftest.dir/Makefile
 	echo 'all:; $B 1 2 3 4 5 6 7 8 9' >> conftest.dir/Makefile
-	if (cd conftest.dir; ${Make-make} >/dev/null 2>/dev/null); then
+	if (cd conftest.dir; ${MAKE-make} >/dev/null 2>/dev/null); then
 	    NULLCMD=true
 	else
 	    AC_MSG_ERROR(no candidate for safe null command)
Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 32778)
+++ ruby_1_9_3/ChangeLog	(revision 32779)
@@ -1,3 +1,7 @@
+Sun Jul 31 22:44:08 2011  Kazuki Tsujimoto  <kazuki@c...>
+
+	* configure.in: fix typos.
+
 Sun Jul 31 21:19:51 2011  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* lib/mkmf.rb (configuration:ECHO1): Same as the recent fix in

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

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