| dnl ================================================================ | dnl ================================================================ | ||||
| AC_ARG_WITH([unicode-version], | AC_ARG_WITH([unicode-version], | ||||
| [AS_HELP_STRING([--with-unicode-version], [Unicode version to support @<:@default=6.2.0@:>@])], | |||||
| [AS_HELP_STRING([--with-unicode-version], [Unicode version to support @<:@default=7.0.0@:>@])], | |||||
| [AS_IF([test x"$withval" != x], | [AS_IF([test x"$withval" != x], | ||||
| [UCD_VERSION="$withval"])], | [UCD_VERSION="$withval"])], | ||||
| [UCD_VERSION="6.2.0"]) | |||||
| [UCD_VERSION="7.0.0"]) | |||||
| AC_SUBST(UCD_VERSION) | AC_SUBST(UCD_VERSION) | ||||