]> Savannah Git Hosting - gnulib.git/commit
Fix major regression from 2020-01-10.
authorBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2020 13:03:36 +0000 (14:03 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2020 13:03:36 +0000 (14:03 +0100)
commit378a9634ae02136c768244f87716998f51765b30
tree23504dd6da9d0174c147400aafc680871f2423f8
parent717766da8926e36cf86015c4a49554baa854e8e6
Fix major regression from 2020-01-10.

Reported by Paul Eggert in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-01/msg00079.html>.

* m4/00gnulib.m4 (gl_COMPILER_CLANG, gl_COMPILER_PREPARE_CHECK_DECL):
Don't AC_REQUIRE anything.
(gl_COMPILER_PREPARE_CHECK_DECL): Define through AC_DEFUN, not
AC_DEFUN_ONCE. Use _AC_COMPILE_IFELSE, not AC_COMPILE_IFELSE.
(_AC_CHECK_DECL_BODY): If ac_compile_for_check_decl has not been set,
use ac_compile instead.
(AC_CHECK_DECL): Remove override.
* m4/~~gnulib.m4: New file.
* gnulib-tool (func_get_filelist): Add also ~~gnulib.m4.
* pygnulib/GLModuleSystem.py (getFiles): Likewise.
ChangeLog
gnulib-tool
m4/00gnulib.m4
m4/~~gnulib.m4 [new file with mode: 0644]
pygnulib/GLModuleSystem.py