Mercurial > hg > xemacs-beta
diff configure.ac @ 4656:79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sun, 26 Jul 2009 19:58:40 +0900 |
parents | 6a6689b96f00 |
children | 32be564c53dd |
line wrap: on
line diff
--- a/configure.ac Sat Jul 18 23:51:21 2009 +0100 +++ b/configure.ac Sun Jul 26 19:58:40 2009 +0900 @@ -254,8 +254,10 @@ m4_divert_once([HELP_ENABLE], m4_bpatsubst([[$2]],[--enable\([^ ]+\) ],[--with\1 ]))dnl dnl Register both forms with the option checking list. dnl Options are only checked with autoconf > 2.61. -m4_append_uniq([_AC_USER_OPTS], [enable_]m4_bpatsubst([$1], -, _), [:])dnl -m4_append_uniq([_AC_USER_OPTS], [with_]m4_bpatsubst([$1], -, _), [:])dnl +m4_append_uniq([_AC_USER_OPTS], [enable_]m4_bpatsubst([$1], -, _), [ +])dnl +m4_append_uniq([_AC_USER_OPTS], [with_]m4_bpatsubst([$1], -, _), [ +])dnl # If --with-$1 or --without-$1 were given then copy the value to the # equivalent enable_$1 variable. if test "[${with_]m4_bpatsubst([$1], -, _)+set}" = set; then