Re: [HACKERS] Just a couple minor nits...

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] Just a couple minor nits...
Дата
Msg-id Pine.BSF.3.96.980228160436.230i-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Just a couple minor nits...  (Tom I Helbekkmo <tih@Hamartun.Priv.NO>)
Ответы Re: [HACKERS] Just a couple minor nits...
Список pgsql-hackers
On Sat, 28 Feb 1998, Tom I Helbekkmo wrote:

> Running "configure --help" says that a "--with-x" option is available,
> but makes no mention of "--with-perl" or "--with-tcl".

This goes out to everyone...try out configure now...I've just converted
over all the -enable/-with options so that they use AC_ARG_{ENABLE,WITH},
which are proper m4 macros, and which provide for the -help options...my
first pass through, I futzed up something that broke configure, but this
time through, it appears to be clean...

> If someone has time to fix this, they should probably at the same time
> make a small change to the "--with-tcl" handling: I use TK 4.2 and TCL
> 7.6, and they seem to work just fine.  The configure script, however,
> demands to find version 8.0 of both packages.  This is probably just a
> matter of adding "tk42" and "tcl76" to the lists of possible library
> names to be looked for.
>

    Take a look around line 611 in configure.in and let me know what
you'd like to have added or changed...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Michael J. Rogan"
Дата:
Сообщение: Rule plan size for views?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??