[EMAIL PROTECTED] (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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to