* m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Remove undesired file
from dependency analysis first.
+2020-08-15 Bruno Haible <bruno@clisp.org>
+
+ canonicalize: Fix a problem of the autoconf test on MSVC/clang.
+ * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Remove undesired file
+ from dependency analysis first.
+
2020-08-15 Bruno Haible <bruno@clisp.org>
Determine asm output option and filename suffix for MSVC/clang.
-# canonicalize.m4 serial 32
+# canonicalize.m4 serial 33
dnl Copyright (C) 2003-2007, 2009-2020 Free Software Foundation, Inc.
AC_CHECK_FUNCS_ONCE([realpath])
AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
AC_CACHE_CHECK([whether realpath works], [gl_cv_func_realpath_works], [
+ rm -rf conftest.a conftest.d
touch conftest.a
mkdir conftest.d
AC_RUN_IFELSE([