public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [Patch] Tix shared library install issue.
@ 2002-01-07  1:39 Ian Roxborough
  0 siblings, 0 replies; only message in thread
From: Ian Roxborough @ 2002-01-07  1:39 UTC (permalink / raw)
  To: pedwards, insight


Hi,

sorry I sat on this for so long.

This patch fixes a tix install problem where it can't
find shared tix library because it doesn't check for
it in "tix/tk8.3".  This problem has been around since
the tcl/tk upgrade and will should up if you are building
tix as a shared library.

Ian.


2002-01-07  Phil Edwards <pedwards@disaster.jaj.com>

	* unix/Makefile.in: When installing the tix
	shared library check in the "tk8.1" and "tk8.3"
	subdirectories for the library.

Index: unix/Makefile.in
===================================================================
RCS file: /cvs/src/src/tix/unix/Makefile.in,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.in
--- Makefile.in	2001/09/08 23:25:54	1.2
+++ Makefile.in	2002/01/07 09:17:04
@@ -108,7 +108,7 @@ config.status: configure
 install:: install-basic install-binaries
 	@echo done
 
-BINDIRS = tk4.0 tk4.1 tk4.2 tk4.3 tk8.0 itcl2.0 itcl2.1 itcl2.2
+BINDIRS = tk4.0 tk4.1 tk4.2 tk4.3 tk8.0 tk8.1 tk8.3 itcl2.0 itcl2.1 itcl2.2
 
 install-binaries::
 	@for i in $(BINDIRS); \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-07  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-07  1:39 [Patch] Tix shared library install issue Ian Roxborough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).