From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Generating configure from configure.ac |
Date: | 2024-11-26 02:03:05 |
Message-ID: | 1577592.1732586585@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tatsuo Ishii <ishii(at)postgresql(dot)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
IME it's pretty painless to build it from source, so this isn't
a big deal. I recommend installing it into its own directory
(so it doesn't get messed up by system-software updates) and
adding that directory to your PATH.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2024-11-26 02:16:46 | Re: Generating configure from configure.ac |
Previous Message | Tom Lane | 2024-11-26 01:56:50 | Re: Potential ABI breakage in upcoming minor releases |