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 [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly