mega-patch

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: mega-patch
Date: 1998-03-23 04:10:48
Message-ID: 199803230410.XAA03804@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have just made a change to allow configure to properly find tcl/tk.
The old code never found tk.h if it existed in /usr/include, and their
were other problems.

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.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-03-23 04:59:55 Re: [HACKERS] Newest Patch...try this one...
Previous Message t-ishii 1998-03-23 04:01:25 Re: Final Patch?