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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Code the unknown options check without using m4 diversions.
Date: 2006-11-02 20:54:50
Message-ID: 200611022154.50847.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-03 07:17:36 pgsql: Mention 'void' as the proper return type when there's nothing to
Previous Message Tom Lane 2006-11-01 21:31:29 Re: pgsql: Code the unknown options check without using m4 diversions.