mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: fix for non-GNU-make
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36862468a8
commit
380e40af96
1 changed files with 3 additions and 1 deletions
|
@ -3788,7 +3788,9 @@ AC_MSG_RESULT($PACKAGE library version = $ruby_version)
|
|||
|
||||
AS_CASE([" $CPP "], [*" $CC "*], [CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s/^ *//;s/ *$//'`])
|
||||
|
||||
AC_CONFIG_FILES($firstmf:$firsttmpl, [], [firstmf="$firstmf" firsttmpl="$firsttmpl"])
|
||||
if test x"$firstmf" != x; then
|
||||
AC_CONFIG_FILES($firstmf:$firsttmpl, [], [firstmf="$firstmf" firsttmpl="$firsttmpl"])
|
||||
fi
|
||||
AC_CONFIG_FILES(Makefile, [
|
||||
tmpmk=confmk$$.tmp
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue