*** library/pkgIndex.tcl.in~ Fri Jun 27 15:53:05 1997 --- library/pkgIndex.tcl.in Tue Apr 21 23:26:06 1998 *************** *** 1,4 **** # Tcl package index file, version 1.0 ! set bltInfo [list load "[file join [file dirname $dir] libBLT@SHLIB_SUFFIX@]" BLT] ! package ifneeded BLT 2.3 $bltInfo --- 1,10 ---- # Tcl package index file, version 1.0 ! package ifneeded BLT @BLT_MAJOR_VERSION@.@BLT_MINOR_VERSION@ [list tclPkgSetup $dir BLT @BLT_MAJOR_VERSION@.@BLT_MINOR_VERSION@ { ! {../libBLT@SHLIB_SUFFIX@ load {::blt::barchart ::blt::beep ::blt::bgexec \ ! ::blt::bitmap ::blt::bltdebug ::blt::busy ::blt::cutbuffer \ ! ::blt::drag&drop ::blt::graph ::blt::htext ::blt::spline \ ! ::blt::stripchart ::blt::table ::blt::vector ::blt::watch \ ! ::blt::winop}} { ! bltGraph.tcl source {Blt_ActiveLegend Blt_ClosestPoint Blt_Crosshairs \ ! Blt_PrintKey Blt_ZoomStack}}}] *** src/bltPipe.c~ Mon Jun 23 18:06:45 1997 --- src/bltPipe.c Tue Apr 7 22:58:49 1998 *************** *** 446,452 **** } joinThisError = (errorFile == outputFile); ! pid = vfork(); if (pid == 0) { fd = errPipeOut; --- 446,452 ---- } joinThisError = (errorFile == outputFile); ! pid = fork(); if (pid == 0) { fd = errPipeOut;