summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_prepend_options.m4
blob: 3cde02217f486d146d752af11e3915255e1b66e3 (plain)
1
2
3
4
5
6
7
8
# -*- Autoconf -*-
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