Re: pg_config Makefile includes hyphens in configure arguments - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_config Makefile includes hyphens in configure arguments
Date
Msg-id Pine.LNX.4.30.0205051742230.12960-100000@peter.localdomain
Whole thread Raw
In response to pg_config Makefile includes hyphens in configure arguments  ("Joel Burton" <joel@joelburton.com>)
List pgsql-hackers
Joel Burton writes:

> Feeding `pg_config --configure` into configure no longer works, as the
> output of `pg_config --configure` now includes hypens (as in
> "'--enable-cassert' '--enable-debug'"), which configure rejects.

[ apostrophes, I assume ]

Try
   eval configure `pg_config --configure`

This allows correct behaviour with arguments that contain spaces.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Musings
Next
From: Tom Lane
Date:
Subject: Re: Musings