aboutsummaryrefslogtreecommitdiffstats
path: root/tool/m4/ruby_append_options.m4
blob: 25ddfc9d4d287140f58c54dce016b4399fc85016 (plain)
1
2
3
4
5
6
AC_DEFUN([RUBY_APPEND_OPTIONS],
	[# RUBY_APPEND_OPTIONS($1)
	for rb_opt in $2; do
	AS_CASE([" [$]{$1-} "],
	[*" [$]{rb_opt} "*], [], ['  '], [ $1="[$]{rb_opt}"], [ $1="[$]$1 [$]{rb_opt}"])
	done])dnl