Re: pgsql: Code the unknown options check without using m4 diversions. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Code the unknown options check without using m4 diversions.
Date
Msg-id 2683.1162416689@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Code the unknown options check without using m4 diversions.  (petere@postgresql.org (Peter Eisentraut))
Responses Re: pgsql: Code the unknown options check without using m4 diversions.
List pgsql-committers
petere@postgresql.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

pgsql-committers by date:

Previous
From: diogob@pgfoundry.org (User Diogob)
Date:
Subject: press - pr: almost done
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Code the unknown options check without using m4 diversions.