mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: color to ifchange
* configure.in: pass --color to ifchange from CONFIGURE_TTY for reconfig. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0bd9072758
commit
311a9eb0c5
1 changed files with 4 additions and 1 deletions
|
@ -4340,7 +4340,10 @@ guard=INCLUDE_RUBY_CONFIG_H
|
|||
grep -v "^#define PACKAGE_" confdefs.h
|
||||
echo "#endif /* $guard */"
|
||||
} | tr -d '\015' |
|
||||
${srcdir}/tool/ifchange "${config_h}" -
|
||||
(
|
||||
if test "x$CONFIGURE_TTY" = xyes; then color=--color; else color=; fi
|
||||
exec ${srcdir}/tool/ifchange $color "${config_h}" -
|
||||
)
|
||||
tr -d '\015' < largefile.h > confdefs.h
|
||||
rm largefile.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue