Re: [HACKERS] mega-patch--tcl/tk configuration

From: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
To: maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] mega-patch--tcl/tk configuration
Date: 1998-03-23 15:35:35
Message-ID: 199803231535.IAA15339@trillium.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I also removed the version-specific stuff from tcl/tk searching, so they
will have to be called tcl.h/tcl.[a/so] and tk.h/tk.[a/so] without the
version numbers. You will also have to specify the search location for
those directories when prompted by configure.

This seems to defeat the purpose of the configure script. Isn't it
supposed to find whatever is needed, whereever it is, and let the rest
of the software do the right thing?

In that case, it seems to me that configure should be checking all the
relevant version-specific locations without requiring any prompts.
After a few iterations, the list of appropriate directories will be
more-or-less all inclusive, so all will be well. The --use-tcl or
whatever config option can also give an explicit location in case the
current ones are not appropriate.

But removing the other directories and requiring either a special
installation or response to a prompt seems to go against the nature
(and usefulness) of the configure system.

Cheers,
Brook

In response to

  • mega-patch at 1998-03-23 04:10:48 from Bruce Momjian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-03-23 15:49:12 Re: [HACKERS] mega-patch--tcl/tk configuration
Previous Message The Hermit Hacker 1998-03-23 15:34:16 Re: AW: [HACKERS] char types gone.