Re: [HACKERS] --with-mb=SQL_ASCII for 6.5.3 RPMs. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] --with-mb=SQL_ASCII for 6.5.3 RPMs.
Date
Msg-id 7043.945971167@sss.pgh.pa.us
Whole thread Raw
In response to --with-mb=SQL_ASCII for 6.5.3 RPMs.  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-hackers
Lamar Owen <lamar.owen@wgcr.org> writes:
> (I _know_ that the real fix lies in patching configure.in -- I'm
> just wanting to get the RPM out the door without having to learn how to
> run autoconf first -- unless that would be preferable).

1. Install autoconf (get it from any GNU archive).  Be sure you have
version 2.13 to ensure you get the same results as the rest of us.
Install is no harder than "configure; make; make install".  You do need
to have GNU m4, but if you are on a Linux box you probably already do.
Try "m4 --version" to check.

2. type "autoconf" in the pgsql/src directory.

Can't get much easier.  Changing configure.in is a LOT easier than
patching the output, IMHO...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Adriaan Joubert
Date:
Subject: Index corruption
Next
From: Lamar Owen
Date:
Subject: Re: [HACKERS] --with-mb=SQL_ASCII for 6.5.3 RPMs.