Re: pgsql: Code the unknown options check without using m4 diversions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Code the unknown options check without using m4 diversions.
Date: 2006-11-01 21:31:29
Message-ID: 2683.1162416689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

petere(at)postgresql(dot)org (Peter Eisentraut) writes:
> Code the unknown options check without using m4 diversions.

I tried this out today and noted a problem:

$ ./configure --enable-foo --with-bar --without-baz --disable-other
...
configure: WARNING: option ignored: --enable-foo
configure: WARNING: option ignored: --enable-other
configure: WARNING: option ignored: --with-bar
configure: WARNING: option ignored: --with-baz
$

Cosmetic, of course, but it really ought to report what you actually
typed...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2006-11-02 20:54:50 Re: pgsql: Code the unknown options check without using m4 diversions.
Previous Message User Diogob 2006-11-01 21:16:17 press - pr: almost done