diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-22 11:48:52 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-22 11:48:52 +0000 |
commit | 3d5cbba16900a205ee6b28a519ad6638138608bf (patch) | |
tree | fcc00743e963f30b7a84dc65b8e992baa67c02ab | |
parent | d727cbbffc83accb258c8d5ae7668ada68c872cc (diff) | |
download | ruby-3d5cbba16900a205ee6b28a519ad6638138608bf.tar.gz ruby-3d5cbba16900a205ee6b28a519ad6638138608bf.tar.xz ruby-3d5cbba16900a205ee6b28a519ad6638138608bf.zip |
* config.guess: moved into tool/.
* config.sub: ditto.
* install-sh: ditto
* configure.in: follows the moves.
* LEGAL: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | LEGAL | 4 | ||||
-rw-r--r-- | configure.in | 3 | ||||
-rw-r--r-- | tool/config.guess (renamed from config.guess) | 0 | ||||
-rw-r--r-- | tool/config.sub (renamed from config.sub) | 0 | ||||
-rw-r--r-- | tool/install-sh (renamed from install-sh) | 0 |
6 files changed, 16 insertions, 3 deletions
@@ -1,3 +1,15 @@ +Fri May 22 20:29:01 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * config.guess: moved into tool/. + + * config.sub: ditto. + + * install-sh: ditto + + * configure.in: follows the moves. + + * LEGAL: ditto. + Fri May 22 20:10:18 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> * instruby.rb: moved into tool/. @@ -68,8 +68,8 @@ configure: This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -config.guess: -config.sub: +tool/config.guess: +tool/config.sub: parse.c: As long as you distribute these files with the file configure, they diff --git a/configure.in b/configure.in index baa0930a5..71614f975 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]) } diff --git a/config.guess b/tool/config.guess index 5186e37f4..5186e37f4 100644 --- a/config.guess +++ b/tool/config.guess diff --git a/config.sub b/tool/config.sub index 6759825a5..6759825a5 100644 --- a/config.sub +++ b/tool/config.sub diff --git a/install-sh b/tool/install-sh index e69de29bb..e69de29bb 100644 --- a/install-sh +++ b/tool/install-sh |