Re: renaming configure.in to configure.ac

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Noah Misch <noah(at)leadboat(dot)com>
Subject: Re: renaming configure.in to configure.ac
Date: 2020-08-25 14:01:49
Message-ID: 1bc0059b-ba60-f15a-2b1f-22782ad717d5@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-07-24 15:23, Tom Lane wrote:
> Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
>> On 2020-07-17 10:46, Peter Eisentraut wrote:
>>> v1-0001-Rename-configure.in-to-configure.ac.patch
>
>> I have committed that, and I have sent feedback to the Autoconf
>> developers about our concerns about the slowness of some of the new tests.

The slow C++ feature test has been fixed in Autoconf git.

> Sounds good. Do we want to try Noah's idea of temporarily committing
> the remaining changes, to see if the buildfarm is happy?

I think to get value out of this you'd have to compare the config.status
output files (mainly pg_config.h and Makefile.global) before and after.
Otherwise you're just testing that the shell can parse the script.
Perhaps some manual tests on, say, AIX and HP-UX using the native shell
would be of some value.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-25 14:04:44 Re: "cert" + clientcert=verify-ca in pg_hba.conf?
Previous Message Peter Eisentraut 2020-08-25 13:57:11 Re: Fix for configure error in 9.5/9.6 on macOS 11.0 Big Sur