summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 00:38:39 (GMT)
committerredman <redman>1999-07-22 00:38:39 (GMT)
commit0921ebbcedf454aec8e95005807f6f564f812299 (patch)
tree883b1108c8aa89757e1f429f7c715d4b50bbd412
parent410c93c86f9573d52b8a30998db4354a381d2421 (diff)
downloadtcl-0921ebbcedf454aec8e95005807f6f564f812299.zip
tcl-0921ebbcedf454aec8e95005807f6f564f812299.tar.gz
tcl-0921ebbcedf454aec8e95005807f6f564f812299.tar.bz2
* 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.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12ade07..aa993d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1999-07-21 <redman@scriptics.com>
+ * 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