From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id 1CB173858C56 for ; Wed, 31 Aug 2022 15:58:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1CB173858C56 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-x534.google.com with SMTP id q63so13849902pga.9 for ; Wed, 31 Aug 2022 08:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=kA7n6pgNCZddrqa0buV+7OzLfWJsvy2hUyBiLH/4OQY=; b=NiEVyKqBUwxIZ/yCICqWTVYDjzXo7Ye/SmdzUFWqP9SEl564mF1yda59GYlF//GeYk Sr828EOhAL+4JiLVt+DQ5GaFEx9rsLfnCBoPF0m93o+SVqEcCPT/LDOXplj8IvQ7T+d/ uNDaQ6g/Ti8M9ysIefot+s4oCOUqy96eBulPTwJStnB7RdZGgh0LkvF1WbXmzQ3SDnCe ljECIJo9rWU4Giwcj8YRzastnpk2+h2meb+JEHelKrAMLgR2ZDXABCv5agTpWnhocR8r TkdhrRYnFd064nXqR0LAMl/86dM7nL+1zu7RE6ETtMNqRTq2yVgJu/zRD7PQLCpZJ55e YMkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=kA7n6pgNCZddrqa0buV+7OzLfWJsvy2hUyBiLH/4OQY=; b=g8nhLOWXnZYU551wsxPCkdTpQg9e0Vj935urB7yGBVHN9OAu6CWvgtIZfkOy4a64qv U6+J2llUEHvJce1cnMwPr2Hui53wzWUPJOQq90mhadoYPh7CtJs1UZ/p2IQyFN3TJF8X yHVEBhjRNAq+aMZnI9Ttmfl+gev6fwZ/BnCAhyJwDaq2wb4AxibTUe4CisfBhZoUZhiA 7NMRTm7KagVzeZfjjK604kTwsLCiQHTgFXFoXuFp16vqgq67ZgYG9VzaljHARKI9Od6l bFr5uZZHag08SVFW4EyJtY/SwUq9NovBxvXMT2LoZl5+zrVj9I0k1cg56uJ9/HmPwZaq LmKQ== X-Gm-Message-State: ACgBeo0BNH+TH4PKkX6aQBK9s1cJJWeIF+19UqEs5PESE/zihW2m1G8W Kc5FpHgWbOtjOBJAciHaB/W226Ng7gQ= X-Google-Smtp-Source: AA6agR7yMOZXbDPPa5iO9YpqbXfOsF9e5G5aqCOIg/GzEIBo4wJWiOdjxAMJqN9Ed+U/2kVxiK38Eg== X-Received: by 2002:a63:8448:0:b0:42b:b30f:afd7 with SMTP id k69-20020a638448000000b0042bb30fafd7mr16852799pgd.219.1661961495936; Wed, 31 Aug 2022 08:58:15 -0700 (PDT) Received: from [172.31.0.204] (c-73-98-188-51.hsd1.ut.comcast.net. [73.98.188.51]) by smtp.gmail.com with ESMTPSA id b7-20020a170903228700b00172ea32fa9bsm7927555plh.287.2022.08.31.08.58.15 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 31 Aug 2022 08:58:15 -0700 (PDT) Message-ID: Date: Wed, 31 Aug 2022 09:58:14 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH] regenerate configure files and config.h.in files Content-Language: en-US To: gcc-patches@gcc.gnu.org References: <8aab1f77-6f20-3c7d-9d2d-322664dcc90d@suse.cz> From: Jeff Law In-Reply-To: <8aab1f77-6f20-3c7d-9d2d-322664dcc90d@suse.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SCC_BODY_URI_ONLY,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 8/25/2022 3:42 AM, Martin Liška wrote: > Hi. > > I wrote a scipt that runs autoconf in all folders that have configure.ac > file and same for autoheader (where AC_CONFIG_HEADERS is present) and > this is the output. > > The script can be seen here: > https://github.com/marxin/script-misc/blob/master/gcc-autoconf-all.py > > I'm going to add the script to my daily Builbot tester. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > fixincludes/ChangeLog: > > * config.h.in: Regenerate. > * configure: Regenerate. > > libada/ChangeLog: > > * configure: Regenerate. > > libiberty/ChangeLog: > > * configure: Regenerate. > > libobjc/ChangeLog: > > * configure: Regenerate. > > liboffloadmic/ChangeLog: > > * configure: Regenerate. > * plugin/configure: Regenerate. > > libquadmath/ChangeLog: > > * configure: Regenerate. > > libssp/ChangeLog: > > * configure: Regenerate. > > libvtv/ChangeLog: > > * configure: Regenerate. > > zlib/ChangeLog: > > * configure: Regenerate. OK.  And ISTM that regeneration using the standard tools ought to be pre-approved for the future. jeff