head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	expect_5_21_7:1.1.1.1
	V5_21_7:1.1.1.1
	F1:1.1.1;
locks; strict;
comment	@# @;


1.3
date	97.10.11.12.39.00;	author markm;	state Exp;
branches;
next	1.2;

1.2
date	97.01.06.10.56.06;	author max;	state Exp;
branches;
next	1.1;

1.1
date	96.10.30.09.46.11;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.06.10.48.37;	author max;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks to
portlint!)
@
text
@--- Makefile.in.orig	Sun Sep 28 19:20:30 1997
+++ Makefile.in	Fri Oct 10 09:05:17 1997
@@@@ -186,6 +186,7 @@@@
 
 INSTALL = @@INSTALL@@
 INSTALL_PROGRAM = @@INSTALL_PROGRAM@@
+INSTALL_SCRIPT = @@INSTALL_SCRIPT@@
 INSTALL_DATA = @@INSTALL_DATA@@
 
 AR = ar
@@@@ -202,6 +203,7 @@@@
 	"HDEFS=$(HDEFS)" \
 	"INSTALL=$(INSTALL)" \
 	"INSTALL_DATA=$(INSTALL_DATA)" \
+	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
 	"LDFLAGS=$(LDFLAGS)" \
 	"RUNTEST=$(RUNTEST)" \
@@@@ -350,7 +352,7 @@@@
 	else true; fi
 	if [ -s $(EXP_SHARED_LIB_FILE) ] ; then \
 	  $(INSTALL_PROGRAM) $(EXP_SHARED_LIB_FILE) $(tcl_libdir)/$(EXP_SHARED_LIB_FILE) ; \
-	  $(INSTALL_PROGRAM) pkgIndex $(libdir)/pkgIndex.tcl ; \
+	  $(INSTALL_SCRIPT) pkgIndex $(libdir)/pkgIndex.tcl ; \
 	else true; fi
 
 expect_installed:	exp_main_exp.o $(EXP_LIB_FILE) install_shared_lib
@@@@ -430,7 +432,7 @@@@
 	${srcdir}/mkinstalldirs $(bindir_arch_indep) $(man1dir) $(SCRIPTDIR) $(EXECSCRIPTDIR)
 	-for i in $(SCRIPT_LIST) ; do \
 	  if [ -f $$i ] ; then \
-	    $(INSTALL_PROGRAM) $$i $(bindir_arch_indep)/$$i ; \
+	    $(INSTALL_SCRIPT) $$i $(bindir_arch_indep)/$$i ; \
 	    rm -f $$i ; \
 	  else true; fi ; \
 	done
@


1.2
log
@Upgrade, 5.21.6 -> 5.21.7.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sat Dec 28 01:50:41 1996
+++ Makefile.in	Mon Jan  6 18:40:39 1997
@@@@ -180,6 +180,7 @@@@
d11 1
a11 1
@@@@ -196,6 +197,7 @@@@
d19 10
a28 1
@@@@ -437,7 +439,7 @@@@
@


1.1
log
@Update to expect-5.21

This uses tk4.1 and the tcl7.5 in the source tree.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Wed Apr 24 10:37:25 1996
+++ Makefile.in	Sun Apr 28 09:40:54 1996
@@@@ -169,6 +169,7 @@@@
d11 1
a11 1
@@@@ -185,6 +186,7 @@@@
d19 1
a19 1
@@@@ -388,7 +390,7 @@@@
@


1.1.1.1
log
@Upgrade, 5.21.6 -> 5.21.7.
(Closing PR #2378.)
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sat Dec 28 01:50:41 1996
+++ Makefile.in	Mon Jan  6 18:40:39 1997
@@@@ -180,6 +180,7 @@@@
d11 1
a11 1
@@@@ -196,6 +197,7 @@@@
d19 1
a19 1
@@@@ -437,7 +439,7 @@@@
@
