From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 33DAE1F466 for ; Sat, 18 Jan 2020 13:34:29 +0000 (UTC) Received: from localhost ([::1]:40354 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isoF9-0000vQ-NK for normalperson@yhbt.net; Sat, 18 Jan 2020 08:34:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42479) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isoF4-0000tm-Nb for bug-gnulib@gnu.org; Sat, 18 Jan 2020 08:34:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isoF3-0003R2-Ih for bug-gnulib@gnu.org; Sat, 18 Jan 2020 08:34:22 -0500 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::3]:29348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1isoF2-0003PF-Sw for bug-gnulib@gnu.org; Sat, 18 Jan 2020 08:34:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1579354457; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=+g2uL56ubzMO0JnF5IITrctK5wK0WT7H1OPdxTVnVY0=; b=VQsWyx783E9NKFUZz43GEQ5eNWx0xTxO4OowaP7nqHakq6ulfQTUIdHcFQAX6vxCw+ mVMiTq1dZprCmjslauV336rNN6yE9X9bMdQpvVm6O3XRJfqlX63r56UWscLPwNG73aoM xTp0eCHYMnLTBE4JmNfy2TBETKL79MCC81R1oCpEGQ9cH6P5nzKoMasKKQ3w4ekhbS6y FBFK7E2KxtgyzEywVikOTs1Ea2ft42uM5FHU4hH1PdH40NWhz3FPJShf7cqvmSBzKpP9 3a0IJubnSeZuZx9HkrDqxIsAWAYaDw38osCvgtJEvbWNlMPtHlfD9mKKF0gLw+7JOV1R GuLQ== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.1.4 DYNA|AUTH) with ESMTPSA id z0b9d9w0IDYHiNw (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Sat, 18 Jan 2020 14:34:17 +0100 (CET) From: Bruno Haible To: Paul Eggert Subject: Re: Messed up gl_COMPILER_PREPARE_CHECK_DECL Date: Sat, 18 Jan 2020 14:34:16 +0100 Message-ID: <2323216.mW919xj1Fl@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1836243.Q2fHsFcniS@omega> References: <20200110151102.GA6823@aun.utmark.mea> <7fb89678-cebb-cc01-4cb2-03ac6f17f719@cs.ucla.edu> <1836243.Q2fHsFcniS@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5301::3 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" > * m4/~~gnulib.m4: New file. Not sure whether this is needed, but it feels safer with this patch: 2020-01-18 Bruno Haible Ensure Automake does not drop ~~gnulib.m4. * m4/~~gnulib.m4 (gl_ZZGNULIB): New macro. * m4/gnulib-common.m4 (gl_COMMON): Require it. diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index 6c4cad6..276ed1a 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 @@ -1,4 +1,4 @@ -# 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, @@ -12,6 +12,7 @@ AC_DEFUN([gl_COMMON], [ 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], diff --git a/m4/~~gnulib.m4 b/m4/~~gnulib.m4 index bb5e910..f476918 100644 --- a/m4/~~gnulib.m4 +++ b/m4/~~gnulib.m4 @@ -15,3 +15,9 @@ m4_define([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])