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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Code the unknown options check without using m4 diversions.
Дата
Msg-id 2683.1162416689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Code the unknown options check without using m4 diversions.  (petere@postgresql.org (Peter Eisentraut))
Ответы Re: pgsql: Code the unknown options check without using m4 diversions.  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: diogob@pgfoundry.org (User Diogob)
Дата:
Сообщение: press - pr: almost done
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Code the unknown options check without using m4 diversions.