mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* 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/trunk@8338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc404f009a
commit
b51cd234cf
3 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue