From 6020a98fbbbfd57415c36c1c710a328e99ef675d Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Mon, 16 Sep 2024 21:46:51 +0200 Subject: [PATCH] ICU-22873 Update configure files from configure.ac using autoreconf. --- icu4c/source/configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/icu4c/source/configure b/icu4c/source/configure index 36cc2f58f8f0..b33b1926d998 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4473,6 +4473,14 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: versions of the compilers used:" >&5 +printf "%s\n" "$as_me: versions of the compilers used:" >&6;} +( + set -x + $CC --version + $CXX --version +) 2>&1 | sed 's/^/ /' >&6 + # pkg-config is needed for harfbuzz support