Blame m4/zzgnulib.m4

Packit Service 4684c1
# zzgnulib.m4 serial 1
Packit Service 4684c1
dnl Copyright (C) 2020 Free Software Foundation, Inc.
Packit Service 4684c1
dnl This file is free software; the Free Software Foundation
Packit Service 4684c1
dnl gives unlimited permission to copy and/or distribute it,
Packit Service 4684c1
dnl with or without modifications, as long as this notice is preserved.
Packit Service 4684c1
Packit Service 4684c1
dnl This file must be named something that sorts after all other
Packit Service 4684c1
dnl package- or gnulib-provided .m4 files - at least for those packages
Packit Service 4684c1
dnl that redefine AC_PROG_CC.
Packit Service 4684c1
Packit Service 4684c1
dnl Redefine AC_PROG_CC so that it ends with invocations of gl_COMPILER_CLANG
Packit Service 4684c1
dnl and gl_COMPILER_PREPARE_CHECK_DECL.
Packit Service 4684c1
m4_define([AC_PROG_CC],
Packit Service 4684c1
  m4_defn([AC_PROG_CC])[
Packit Service 4684c1
gl_COMPILER_CLANG
Packit Service 4684c1
gl_COMPILER_PREPARE_CHECK_DECL
Packit Service 4684c1
])
Packit Service 4684c1
Packit Service 4684c1
# gl_ZZGNULIB
Packit Service 4684c1
# -----------
Packit Service 4684c1
# Witness macro that this file has been included.  Needed to force
Packit Service 4684c1
# Automake to include this file after all other gnulib .m4 files.
Packit Service 4684c1
AC_DEFUN([gl_ZZGNULIB])