This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Tix shared library install issue.



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); \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]