mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
5 lines
143 B
Text
5 lines
143 B
Text
|
AC_DEFUN([RUBY_APPEND_OPTION],
|
||
|
[# RUBY_APPEND_OPTION($1)
|
||
|
AS_CASE([" [$]{$1-} "],
|
||
|
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="[$]$1 $2"])])dnl
|