summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-09 00:17:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-09 00:17:51 +0000
commit0230ff702061a4001e671c67bda1648af4eaf0d5 (patch)
tree3b2d08023373e6cb83f459a448ec0c34d322f204 /configure.in
parent198a2eac906e20b068404e1307eb91f1170cfd05 (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e3fbee0972..ac62d4322b 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,8 @@ AC_DISABLE_OPTION_CHECKING
# suppress error messages, rm: cannot remove 'conftest.dSYM', from
# AC_EGREP_CPP with CFLAGS=-g on Darwin.
+#
+# TODO: remove this hack when AC_PREREQ() becomes 2.70 or later.
rm() {
local recursive
for arg do