From 8d1e0c0a5a358a47c0f1683faeb45ba7ceaefb93 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 22 May 2009 11:48:52 +0000 Subject: * config.guess: moved into tool/. * config.sub: ditto. * install-sh: ditto * configure.in: follows the moves. * LEGAL: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index baa0930a55..71614f975b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl { AC_INIT() +AC_CONFIG_AUX_DIR(tool) AC_PREREQ(2.60) @@ -163,7 +164,7 @@ if test ${target_archs+set}; then when(*",$archs,"*) ;; when(*) - cpu=`$SHELL "$srcdir/config.sub" "${archs}-${target_os}" 2>&1` || { + cpu=`$SHELL "$ac_aux_dir/config.sub" "${archs}-${target_os}" 2>&1` || { AC_MSG_RESULT([failed]) AC_MSG_ERROR([$cpu]) } -- cgit v1.2.3