Re: Generating configure from configure.ac - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Generating configure from configure.ac
Date
Msg-id 20241126.111646.1676492470795718645.ishii@postgresql.org
Whole thread Raw
In response to Re: Generating configure from configure.ac  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Generating configure from configure.ac
List pgsql-hackers
> Tatsuo Ishii <ishii@postgresql.org> writes:
>> I ran autoconf 2.69 on my Ubuntu 20.04 laptop and got the same diffs
>> plus diffs related runstatedir:
> 
>> +  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
> 
>> If my understanding is correct, configure in the git repository has
>> been generated by autoconf 2.69 too. Maybe autoconf 2.69 generates
>> slightly different results depending on platform?
> 
> If you use a vendor-supplied package of autoconf, you are likely
> to get such diffs because of vendor patches.  The expectation in
> our usage is that committers will use exactly the GNU release
> of autoconf, which is available from
> 
> https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz

Thanks for the quick response. Ok, the point is always use autoconf
from the original source code, not use the autoconf coming with the
platform.

BTW, in my understanding, patch posters do not need to submit a patch
for configure, a patch for configure.ac is enough since configure will
be generated by committers anyway (if the patch gets committed).

Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Generating configure from configure.ac
Next
From: Tom Lane
Date:
Subject: Re: Generating configure from configure.ac