summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-16 06:27:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-16 06:27:43 +0000
commitb370bd1239c285b10197e6f2bc1f6a711da2af7e (patch)
tree0a379d5b1d0c6ba2e5a7698882a0d74f7f6ce6fa /configure.in
parentdf9a79aa743709bbcbe9a587d139487bd0029a00 (diff)
downloadruby-b370bd1239c285b10197e6f2bc1f6a711da2af7e.tar.gz
ruby-b370bd1239c285b10197e6f2bc1f6a711da2af7e.tar.xz
ruby-b370bd1239c285b10197e6f2bc1f6a711da2af7e.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@8338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index afd962820..be313d598 100644
--- a/configure.in
+++ b/configure.in
@@ -195,6 +195,7 @@ esac
AC_PROG_LN_S
AC_PROG_MAKE_SET
+AC_PROG_INSTALL
# checks for UNIX variants that set C preprocessor variables
AC_AIX
@@ -202,7 +203,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