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
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2006-11-02 20:54:50 |
| Subject: Re: pgsql: Code the unknown options check without using m4 diversions. |
| Previous: | From: User Diogob | Date: 2006-11-01 21:16:17 |
| Subject: press - pr: almost done |