summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rwxr-xr-xext/intl/config.m489
1 files changed, 44 insertions, 45 deletions
diff --git a/ext/intl/config.m4 b/ext/intl/config.m4
index 135593cec4..05de6fd9b5 100755
--- a/ext/intl/config.m4
+++ b/ext/intl/config.m4
@@ -7,52 +7,51 @@ PHP_ARG_ENABLE(intl, whether to enable internationalization support,
if test "$PHP_INTL" != "no"; then
PHP_SETUP_ICU
- PHP_REQUIRE_CXX()
+ PHP_REQUIRE_CXX
PHP_NEW_EXTENSION(intl,
- php_intl.c \
- intl_error.c \
- intl_convert.c \
- collator/collator.c \
- collator/collator_class.c \
- collator/collator_sort.c \
- collator/collator_convert.c \
- collator/collator_locale.c \
- collator/collator_compare.c \
- collator/collator_attr.c \
- collator/collator_create.c \
- collator/collator_is_numeric.c \
- collator/collator_error.c \
- common/common_error.c \
- formatter/formatter.c \
- formatter/formatter_main.c \
- formatter/formatter_class.c \
- formatter/formatter_attr.c \
- formatter/formatter_data.c \
- formatter/formatter_format.c \
- formatter/formatter_parse.c \
- normalizer/normalizer.c \
- normalizer/normalizer_class.c \
- normalizer/normalizer_normalize.c \
- locale/locale.c \
- locale/locale_class.c \
- locale/locale_methods.c \
- msgformat/msgformat.c \
- msgformat/msgformat_attr.c \
- msgformat/msgformat_class.c \
- msgformat/msgformat_data.c \
- msgformat/msgformat_format.c \
- msgformat/msgformat_helpers.cpp \
- msgformat/msgformat_parse.c \
- grapheme/grapheme_string.c \
- grapheme/grapheme_util.c \
- ,$ext_shared,,$ICU_INCS)
+ php_intl.c \
+ intl_error.c \
+ intl_convert.c \
+ collator/collator.c \
+ collator/collator_class.c \
+ collator/collator_sort.c \
+ collator/collator_convert.c \
+ collator/collator_locale.c \
+ collator/collator_compare.c \
+ collator/collator_attr.c \
+ collator/collator_create.c \
+ collator/collator_is_numeric.c \
+ collator/collator_error.c \
+ common/common_error.c \
+ formatter/formatter.c \
+ formatter/formatter_main.c \
+ formatter/formatter_class.c \
+ formatter/formatter_attr.c \
+ formatter/formatter_data.c \
+ formatter/formatter_format.c \
+ formatter/formatter_parse.c \
+ normalizer/normalizer.c \
+ normalizer/normalizer_class.c \
+ normalizer/normalizer_normalize.c \
+ locale/locale.c \
+ locale/locale_class.c \
+ locale/locale_methods.c \
+ msgformat/msgformat.c \
+ msgformat/msgformat_attr.c \
+ msgformat/msgformat_class.c \
+ msgformat/msgformat_data.c \
+ msgformat/msgformat_format.c \
+ msgformat/msgformat_helpers.cpp \
+ msgformat/msgformat_parse.c \
+ grapheme/grapheme_string.c \
+ grapheme/grapheme_util.c,$ext_shared,,$ICU_INCS)
- PHP_ADD_BUILD_DIR($ext_builddir/collator)
- PHP_ADD_BUILD_DIR($ext_builddir/common)
- PHP_ADD_BUILD_DIR($ext_builddir/formatter)
- PHP_ADD_BUILD_DIR($ext_builddir/normalizer)
- PHP_ADD_BUILD_DIR($ext_builddir/locale)
- PHP_ADD_BUILD_DIR($ext_builddir/msgformat)
- PHP_ADD_BUILD_DIR($ext_builddir/grapheme)
+ PHP_ADD_BUILD_DIR([$ext_builddir/collator])
+ PHP_ADD_BUILD_DIR([$ext_builddir/common])
+ PHP_ADD_BUILD_DIR([$ext_builddir/formatter])
+ PHP_ADD_BUILD_DIR([$ext_builddir/normalizer])
+ PHP_ADD_BUILD_DIR([$ext_builddir/locale])
+ PHP_ADD_BUILD_DIR([$ext_builddir/msgformat])
+ PHP_ADD_BUILD_DIR([$ext_builddir/grapheme])
fi