Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nC077-0003ef-I6 for pgsql-hackers@arkaria.postgresql.org; Mon, 24 Jan 2022 14:14:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nC076-0001jH-DJ for pgsql-hackers@arkaria.postgresql.org; Mon, 24 Jan 2022 14:14:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nC076-0001j8-3t for pgsql-hackers@lists.postgresql.org; Mon, 24 Jan 2022 14:14:32 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nC073-0000Cd-PI for pgsql-hackers@lists.postgresql.org; Mon, 24 Jan 2022 14:14:31 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 20OEERxI1871566; Mon, 24 Jan 2022 09:14:27 -0500 From: Tom Lane To: Peter Eisentraut cc: pgsql-hackers@lists.postgresql.org Subject: Re: PSA: Autoconf has risen from the dead In-reply-to: <652d5f5d-27e7-b1db-03e0-c74cfdca40cd@enterprisedb.com> References: <1627398.1642955357@sss.pgh.pa.us> <652d5f5d-27e7-b1db-03e0-c74cfdca40cd@enterprisedb.com> Comments: In-reply-to Peter Eisentraut message dated "Mon, 24 Jan 2022 09:11:52 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1871564.1643033667.1@sss.pgh.pa.us> Date: Mon, 24 Jan 2022 09:14:27 -0500 Message-ID: <1871565.1643033667@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > I have patches ready for this at > https://github.com/petere/postgresql/tree/autoconf-updates. > My thinking was to wait until Autoconf 2.71 has trickled down into the > OS versions that developers are likely to use. I find that kind of irrelevant, because we expect people to install autoconf from source anyway to avoid distro-specific behavior. I suppose that waiting for it to get out into the wild might be good from the standpoint of being sure it's bug-free, though. Do these versions fix any bugs that affect us (i.e., that we've not already created workarounds for)? regards, tom lane