mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
dnl -*- Autoconf -*-
|
|
AC_DEFUN([RUBY_PREPEND_OPTION],
|
|
[# RUBY_PREPEND_OPTION($1)
|
|
AS_CASE([" [$]{$1-} "],
|
|
[*" $2 "*], [], [' '], [ $1="$2"], [ $1="$2 [$]$1"])])dnl
|