public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] Find init.tcl on cygwin
@ 2002-12-18 23:04 Christopher Faylor
  2002-12-19  0:37 ` Mo DeJong
  2002-12-19  8:07 ` Keith Seitz
  0 siblings, 2 replies; 8+ messages in thread
From: Christopher Faylor @ 2002-12-18 23:04 UTC (permalink / raw)
  To: insight

This has been sitting in my sandbox for a long time.

Ok to check in?

cgf

2002-12-19  Christopher Faylor  <cgf@redhat.com>

	* win/tclWinInit.c (TclpInitLibraryPath): Default to correct location
	for installLib on cygwin.

Index: tclWinInit.c
===================================================================
RCS file: /cvs/uberbaum/tcl/win/tclWinInit.c,v
retrieving revision 1.4
diff -u -p -r1.4 tclWinInit.c
--- tclWinInit.c        26 Nov 2002 19:48:07 -0000      1.4
+++ tclWinInit.c        19 Dec 2002 07:02:02 -0000
@@ -196,7 +196,7 @@ TclpInitLibraryPath(path)
      */
 
     /* CYGNUS LOCAL */
-    sprintf(installLib, "share/tcl%s", TCL_VERSION);
+    sprintf(installLib, "usr/share/tcl%s", TCL_VERSION);
     /* END CYGNUS LOCAL */
     sprintf(developLib, "../tcl%s/library",
            ((TCL_RELEASE_LEVEL < 2) ? TCL_PATCH_LEVEL : TCL_VERSION));

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-12-19 22:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-18 23:04 [RFA] Find init.tcl on cygwin Christopher Faylor
2002-12-19  0:37 ` Mo DeJong
2002-12-19  8:11   ` Christopher Faylor
2002-12-19 14:12     ` Mo DeJong
2002-12-19  8:07 ` Keith Seitz
2002-12-19  8:25   ` Christopher Faylor
2002-12-19  8:57     ` Keith Seitz
2002-12-19  8:28   ` Fernando Nasser

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).