Re: Bug #860: [7.3.x] pg_config --configure not readily usable

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: j6m(at)cvni(dot)net, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #860: [7.3.x] pg_config --configure not readily usable
Date: 2002-12-27 17:30:19
Message-ID: 25240.1041010219@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The use of quotes in pg_config --configure makes it not longer
> usable as ./configure argument

Add an eval:

eval ./configure `pg_config --configure`

The change is necessary to handle configure arguments that contain
spaces...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-12-27 17:41:31 Re: small bug? "ERROR: exprType: Do not know how to get type for 711 node"
Previous Message Tom Lane 2002-12-27 17:04:04 Re: Bug #855: pg_dump crash on linux-xfs