Re: [HACKERS] Just a couple minor nits... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Just a couple minor nits...
Date
Msg-id Pine.BSF.3.96.980228160436.230i-100000@thelab.hub.org
Whole thread Raw
In response to Just a couple minor nits...  (Tom I Helbekkmo <tih@Hamartun.Priv.NO>)
Responses Re: [HACKERS] Just a couple minor nits...  (Tom I Helbekkmo <tih@Hamartun.Priv.NO>)
List 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 by date:

Previous
From: "Michael J. Rogan"
Date:
Subject: Rule plan size for views?
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??