summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-11 05:31:17 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-11 05:31:17 +0000
commitc88531e4b9210eb66bd07431563006bd52855484 (patch)
tree84f1220fd1dff8d421a8ca5d4fca4a2a3b494c78 /configure.in
parenta5c0e5a382d577b900c9a49fa09547dbf602e16c (diff)
* confgure.in: add RUBY_CANONICAL_BUILD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 99831020a7..ec4d3d7f86 100644
--- a/configure.in
+++ b/configure.in
@@ -25,8 +25,11 @@ then
(it is also a good idea to do 'make clean' before compiling))
fi
+AC_DEFUN(RUBY_CANONICAL_BUILD, [AC_REQUIRE([AC_CANONICAL_BUILD])])
+
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
+RUBY_CANONICAL_BUILD
dnl checks for fat-binary
fat_binary=no