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

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

Right.  Even if the submitter includes a diff for configure,
it's best to redo it at the point of commit, just to make sure
it was done with a vanilla version of autoconf.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Generating configure from configure.ac
Next
From: vignesh C
Date:
Subject: Re: Improve the error message for logical replication of regular column to generated column.