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

From Peter Eisentraut
Subject Re: pgsql: Code the unknown options check without using m4 diversions.
Date
Msg-id 200611022154.50847.peter_e@gmx.net
Whole thread Raw
In response to Re: pgsql: Code the unknown options check without using m4 diversions.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> $ ./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

Frankly, I don't think we can make that work.  It would require changing
parts of Autoconf that are not set up to be changed.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Code the unknown options check without using m4 diversions.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Mention 'void' as the proper return type when there's nothing to