1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

configure.in: note to remove a hack

* configure.in (rm): note to remove this hack when AC_PREREQ(2.70) or
  later.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-03-09 00:17:51 +00:00
parent 198a2eac90
commit 0230ff7020

View file

@ -13,6 +13,8 @@ AC_DISABLE_OPTION_CHECKING
# suppress error messages, rm: cannot remove 'conftest.dSYM', from # suppress error messages, rm: cannot remove 'conftest.dSYM', from
# AC_EGREP_CPP with CFLAGS=-g on Darwin. # AC_EGREP_CPP with CFLAGS=-g on Darwin.
#
# TODO: remove this hack when AC_PREREQ() becomes 2.70 or later.
rm() { rm() {
local recursive local recursive
for arg do for arg do