summaryrefslogtreecommitdiff
path: root/m4/zzgnulib.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-01-18 23:05:36 +0100
committerBruno Haible <bruno@clisp.org>2020-01-18 23:05:36 +0100
commit38b9f0600d698d2b24014f83abad97c9e76e2b87 (patch)
tree79a675844b1d289d3e95fbd5e50bd8ee22c801e7 /m4/zzgnulib.m4
parent7f5da041d3031c71d19da9947f95370ba5211255 (diff)
downloadgnulib-38b9f0600d698d2b24014f83abad97c9e76e2b87.tar.gz
Rename ~~gnulib.m4 to zzgnulib.m4.
Suggested by Paul Eggert. * m4/zzgnulib.m4: Renamed from m4/~~gnulib.m4. * gnulib-tool (func_get_filelist): Update. * pygnulib/GLModuleSystem.py (getFiles): Likewise.
Diffstat (limited to 'm4/zzgnulib.m4')
-rw-r--r--m4/zzgnulib.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/zzgnulib.m4 b/m4/zzgnulib.m4
new file mode 100644
index 0000000000..98fa68f51a
--- /dev/null
+++ b/m4/zzgnulib.m4
@@ -0,0 +1,23 @@
+# zzgnulib.m4 serial 1
+dnl Copyright (C) 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 with or without modifications, as long as this notice is preserved.
+
+dnl This file must be named something that sorts after all other
+dnl package- or gnulib-provided .m4 files - at least for those packages
+dnl that redefine AC_PROG_CC.
+
+dnl Redefine AC_PROG_CC so that it ends with invocations of gl_COMPILER_CLANG
+dnl and gl_COMPILER_PREPARE_CHECK_DECL.
+m4_define([AC_PROG_CC],
+ m4_defn([AC_PROG_CC])[
+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])