mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
2930fd4571
* [icu] Update to upstream version 71.1 * [icu] warn if autoconf-archive is not installed * [icu] update version database and add license field
15 lines
465 B
Diff
15 lines
465 B
Diff
diff --git a/source/configure.ac b/source/configure.ac
|
|
index d194c6d..33fcb2f 100644
|
|
--- a/source/configure.ac
|
|
+++ b/source/configure.ac
|
|
@@ -208,6 +208,8 @@ fi
|
|
#AC_CHECK_PROG(AUTOCONF, autoconf, autoconf, true)
|
|
#AC_CHECK_PROG(STRIP, strip, strip, true)
|
|
|
|
+m4_ifndef([AX_CHECK_COMPILE_FLAG], [AC_MSG_ERROR(['autoconf-archive' is missing])])
|
|
+
|
|
# TODO(ICU-20301): Remove fallback to Python 2.
|
|
AC_CHECK_PROGS(PYTHON, python3 "py -3" python "py")
|
|
AC_SUBST(PYTHON)
|
|
|