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

From Tom Lane
Subject Re: Generating configure from configure.ac
Date
Msg-id 1577592.1732586585@sss.pgh.pa.us
Whole thread Raw
In response to Generating configure from configure.ac  (Tatsuo Ishii <ishii@postgresql.org>)
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

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Potential ABI breakage in upcoming minor releases
Next
From: Tatsuo Ishii
Date:
Subject: Re: Generating configure from configure.ac