summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_prepend_options.m4
blob: 61299d226e42d79f25592316791fa93952d520d6 (plain)
1
2
3
4
5
6
7
AC_DEFUN([RUBY_PREPEND_OPTIONS],
	[# RUBY_PREPEND_OPTIONS($1)
	unset rb_opts; for rb_opt in $2; do
	AS_CASE([" [$]{rb_opts} [$]{$1-} "],
	[*" [$]{rb_opt} "*], [], ['  '], [ $1="[$]{rb_opt}"], [ rb_opts="[$]{rb_opts}[$]{rb_opt} "])
	done
	$1="[$]{rb_opts}[$]$1"])dnl