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 07B621F461 for ; Fri, 6 Sep 2019 22:25:46 +0000 (UTC) Received: from localhost ([::1]:60648 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6Mfo-0008UP-T5 for normalperson@yhbt.net; Fri, 06 Sep 2019 18:25:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52211) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6Mfj-0008UH-Sh for bug-gnulib@gnu.org; Fri, 06 Sep 2019 18:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6Mfe-0001Kl-AW for bug-gnulib@gnu.org; Fri, 06 Sep 2019 18:25:39 -0400 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::12]:23554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i6Mfd-0001Iz-R4 for bug-gnulib@gnu.org; Fri, 06 Sep 2019 18:25:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1567808731; 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=77HPZR88YV6ExDCbNChZuVMfdMkUlJZZa2266n/pjBU=; b=Zu9EzsE3dUcOT8wDSLPdwZ3YcGlwmqB4EQL8mVAyftF8qH7G8hMOQ5FQ2GU/M6S0oK VVbb4uvGH1GVmFA9hg39IRu2JDJ4zzYCE1gpRxtHwzzvcRl1xrigXZ2km/YqZq6vJPIu lb3/L70Pv2ik2AvFprlGgXkawMCeDri7X9hhdD3UojNE09PVeLGs7kC2RlCEkgLl9s88 98X+M9QvdTKABgd7cCtpTSWOA1LODCvvMrceGUmwcOffCBk91AsEeNL07DhJMJn7wTwB 9SRb4bTzsnwc7zKVbvBrVOEfwC/XjRHqu0iO7fLRdxmJevt0VMIs67gxZVq8mmtohIDD DSGw== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0zJZW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.27.0 DYNA|AUTH) with ESMTPSA id U0b0dfv86MPUzlq (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sat, 7 Sep 2019 00:25:30 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: error: GL_GENERATE_ERRNO_H does not appear in AM_CONDITIONAL Date: Sat, 07 Sep 2019 00:25:30 +0200 Message-ID: <1754402.8z8nhZRJLd@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: 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::12 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: Bruce Korb Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Bruce, > Hi, what is the correct fix? I've not rebuilt for a couple of years > and this is a new surprise. Thanks. > > Bootstrap messages: > > autoopts/Makefile.am:97: error: GL_GENERATE_ERRNO_H does not appear in > AM_CONDITIONAL > autoopts/Makefile.am:152: error: GL_GENERATE_STDDEF_H does not appear > in AM_CONDITIONAL These two message indicate that the 'configure' script was not correctly generated. There are many possible causes. Before you revisit your build system, I would - try the same thing from a pristine checkout (no leftover files from a couple of years ago), - verify that the -I options passed to aclocal contain the directory where errno_h.m4 and stddef_h.m4 have been copied to. Bruno