From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x35.google.com (mail-oa1-x35.google.com [IPv6:2001:4860:4864:20::35]) by sourceware.org (Postfix) with ESMTPS id 70A7A3858434 for ; Thu, 5 May 2022 09:55:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 70A7A3858434 Received: by mail-oa1-x35.google.com with SMTP id 586e51a60fabf-deb9295679so3721264fac.6 for ; Thu, 05 May 2022 02:55:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A+unzQqIEK8FZ9BP774XWd9VfLqeP57vt35tLRxGZY4=; b=GD1LCxk92IF8uO3kM300XZUseOOUlJfn+3O6h1Xytxnbtz6R7ShnFPmrMhooLsevuv KjIWjSuF4Cwp87+m6ZH0/4bBM+lfuWylJm8gFgFvf4K4Ljlvi3JRHTk6CZ/4N6oB3Jy5 A1/mD3nRGYCCvOGD572QPCJXXmawWnI7ji2OK03FWXYO8sfOV5HNip3VyAxoj8n69lhX zo5IWOsqXZy5RTu4f20asMznqIGuF08/WjQK7jgUSB3W7qVx8F94BRH4aQWIDSknAjhi Y2ICVJdq6Q70y5aRZuVUDqnvTMFlHymMqL104RWXu5fMKVUjNHYvW6mzRWUAGgn1IoKD kmyg== X-Gm-Message-State: AOAM530btBiZ/K5UA8X15lWSIzXnpHRthxLOliqZznr2GXkDyIyCs2r3 UM15QAY/jsQE9hr6sqFzYKyu+mTeQGgC2e/c3wJ0dzJFjRc= X-Google-Smtp-Source: ABdhPJziuQ0NdS3db1NSyaV9AkS3uDsbzhMCnKTTp9LhLOwBqPyFBkWu1SB7I1UTvr769jwSQ0Oxki3AT4ZNmZHhoAI= X-Received: by 2002:a05:6871:4216:b0:ee:13d0:2afb with SMTP id li22-20020a056871421600b000ee13d02afbmr331660oab.250.1651744509484; Thu, 05 May 2022 02:55:09 -0700 (PDT) MIME-Version: 1.0 From: Zopolis0 Date: Thu, 5 May 2022 19:54:57 +1000 Message-ID: Subject: How to regenerate configure? To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2022 09:55:14 -0000 While attempting to regenerate and modernise the autotools scripts in libjava, both autoconf and autoreconf have resulted in a broken configure script filled with errors such as "as_fn_executable_p: command not found". To my knowledge this is because they are lacking the line (outside of the config.status section) "as_executable_p=as_fn_executable_p", as can be seen on line 547 of gotools/configure. But I cannot see anything in gotools/ configure.ac that would seem to generate this line, so I presume it is a different way of generating configure.