Re: pg_config --configure ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_config --configure ...
Date: 2005-06-09 05:47:14
Message-ID: 200506090747.15184.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marc G. Fournier wrote:
> # ./configure `pg_config --configure`
> configure: error: invalid variable name: '--with-libraries

The intended mode of usage is

eval ./configure `pg_config --configure`

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2005-06-09 05:54:55 Re: Learning curves and such (was Re: pgFoundry)
Previous Message Tom Lane 2005-06-09 05:35:35 Re: interval->day AdjustIntervalForTypmod?