Re: [HACKERS] Re: Problems compiling version 7

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Travis Bauer <trbauer@indiana.edu>, pgsql-general@postgresql.org, pgsql-hackers@postgresql.org
Date: 2000-05-10T22:24:19Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Ah, I see. Substituting into source files directly from configure ... very
> evil...
> (Before you ask why: What if I change Gen_fmgrtab.sh.in, do I have to
> re-configure?)

Yup, or at least re-run config.status.  I've griped that configure
writes far too many files myself.  But I didn't have much luck
convincing the other developers that it's a bad idea to set things up
that way, rather than writing just a small number of config files.

We're going to have to deal with the problem though if we ever want
to be able to build in a separate directory tree...

			regards, tom lane