summaryrefslogtreecommitdiff
path: root/tool/m4/ruby_prepend_options.m4
diff options
context:
space:
mode:
-rw-r--r--tool/m4/ruby_prepend_options.m48
1 files changed, 0 insertions, 8 deletions
@@ -1,8 +0,0 @@
-# -*- 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