ruby-changes:10418
From: akr <ko1@a...>
Date: Mon, 2 Feb 2009 18:34:42 +0900 (JST)
Subject: [ruby-changes:10418] Ruby:r21965 (trunk): strip trailing spaces.
akr 2009-02-02 18:34:36 +0900 (Mon, 02 Feb 2009) New Revision: 21965 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21965 Log: strip trailing spaces. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 21964) +++ configure.in (revision 21965) @@ -156,7 +156,7 @@ # /usr/lib/arch_tool -archify_list $TARGET_ARCHS ARCH_FLAG= - for archs in $TARGET_ARCHS + for archs in $TARGET_ARCHS do ARCH_FLAG="$ARCH_FLAG -arch $archs" done @@ -831,7 +831,7 @@ test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no AC_MSG_CHECKING(for setjmp type) -AC_ARG_WITH(setjmp-type, +AC_ARG_WITH(setjmp-type, [ --with-setjmp-type select setjmp type], [ case $withval in __builtin_setjmp) setjmp_prefix=__builtin_;; @@ -1007,7 +1007,7 @@ fi AC_FUNC_GETPGRP -AC_FUNC_SETPGRP +AC_FUNC_SETPGRP AC_C_BIGENDIAN AC_C_CONST @@ -1269,7 +1269,7 @@ [AC_CHECK_HEADERS(valgrind/memcheck.h)]) dnl wheather use dln_a_out or not -AC_ARG_WITH(dln-a-out, +AC_ARG_WITH(dln-a-out, [ --with-dln-a-out use dln_a_out if possible], [ case $withval in dnl ( @@ -1534,7 +1534,7 @@ #define USE_DLN_A_OUT #include "dln.c" ], - [], + [], rb_cv_dln_a_out=yes, rb_cv_dln_a_out=no)]) if test "$rb_cv_dln_a_out" = yes; then -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/