From 0921ebbcedf454aec8e95005807f6f564f812299 Mon Sep 17 00:00:00 2001 From: redman Date: Thu, 22 Jul 1999 00:38:39 +0000 Subject: * unix/Makefile.in: Added the Windows configure script to the distribution file list, already shipping configure.in and the .m4 files, but needed the configure script itself. --- ChangeLog | 4 ++++ unix/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12ade07..aa993d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-07-21 + * unix/Makefile.in: Added the Windows configure script to the + distribution file list, already shipping configure.in and the .m4 + files, but needed the configure script itself. + * win/makefile.vc: Changed version number of DDE package in VC++ makefile to use 1.1 instead of 1.0. diff --git a/unix/Makefile.in b/unix/Makefile.in index 74efe3e..8debce5 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.40 1999/07/20 00:11:55 hershey Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.41 1999/07/22 00:38:40 redman Exp $ VERSION = @TCL_VERSION@ @@ -1090,6 +1090,7 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR)/win cp $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win cp $(TOP_DIR)/win/configure.in \ + $(TOP_DIR)/win/configure \ $(TOP_DIR)/win/tclConfig.sh.in \ $(TOP_DIR)/win/tcl.m4 $(TOP_DIR)/win/aclocal.m4 \ $(DISTDIR)/win -- cgit v0.12