+2020-01-18 Bruno Haible <bruno@clisp.org>
+
+ Ensure Automake does not drop ~~gnulib.m4.
+ * m4/~~gnulib.m4 (gl_ZZGNULIB): New macro.
+ * m4/gnulib-common.m4 (gl_COMMON): Require it.
+
2020-01-18 Bruno Haible <bruno@clisp.org>
Fix major regression from 2020-01-10.
-# gnulib-common.m4 serial 46
+# gnulib-common.m4 serial 47
dnl Copyright (C) 2007-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl Use AC_REQUIRE here, so that the code is expanded once only.
AC_REQUIRE([gl_00GNULIB])
AC_REQUIRE([gl_COMMON_BODY])
+ AC_REQUIRE([gl_ZZGNULIB])
])
AC_DEFUN([gl_COMMON_BODY], [
AH_VERBATIM([_Noreturn],
gl_COMPILER_CLANG
gl_COMPILER_PREPARE_CHECK_DECL
])
+
+# gl_ZZGNULIB
+# -----------
+# Witness macro that this file has been included. Needed to force
+# Automake to include this file after all other gnulib .m4 files.
+AC_DEFUN([gl_ZZGNULIB])