diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-16 06:27:43 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-16 06:27:43 +0000 |
commit | 57f7725cc01a030b88aae3c64b752a1cc7ba3c48 (patch) | |
tree | 317d66288a7f36f7ac24b68e4e2e4048812f81bb /configure.in | |
parent | 3fea4ffc9e76ed406901c8280edf8c25066c78db (diff) |
* configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL.
files need timestamps to be kept are only ar-archive on a few
platforms, and be installed by instruby.rb but not INSTALL.
fixed: [ruby-core:04721]
* mkconfig.rb: purge autoconf value variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4a56c235ae..e4980c9a5d 100644 --- a/configure.in +++ b/configure.in @@ -200,6 +200,7 @@ esac AC_PROG_LN_S AC_PROG_MAKE_SET +AC_PROG_INSTALL # checks for UNIX variants that set C preprocessor variables AC_AIX @@ -207,7 +208,6 @@ AC_MINIX AC_SUBST(RM, ['rm -f']) AC_SUBST(CP, ['cp']) -AC_SUBST(INSTALL, ['install -p']) if $as_mkdir_p; then AC_SUBST(MAKEDIRS, ['mkdir -p']) else |