Re: [HACKERS] --with-mb=SQL_ASCII for 6.5.3 RPMs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] --with-mb=SQL_ASCII for 6.5.3 RPMs.
Date: 1999-12-23 17:46:07
Message-ID: 7043.945971167@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen <lamar(dot)owen(at)wgcr(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-12-23 17:47:22 Re: [HACKERS] empty concatenate
Previous Message Tom Lane 1999-12-23 17:35:43 Re: [HACKERS] empty concatenate