summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 01:32:20 (GMT)
committerredman <redman>1999-07-22 01:32:20 (GMT)
commit4db5947bf5b968cca2974ac31288c6ceb6e83e7a (patch)
tree17b81808b7e55aae1bccbef26f2e5dc05ca60cc6
parent6868bd24578d2d2dadffc154cff565c2ebe95adf (diff)
downloadtk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.zip
tk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.tar.gz
tk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.tar.bz2
* unix/Makefile.in: Add Windows configure script to distribution.
-rw-r--r--ChangeLog4
-rw-r--r--unix/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4585fb1..729b177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-21 <redman@scriptics.com>
+
+ * unix/Makefile.in: Add Windows configure script to distribution.
+
1999-07-16 <redman@scriptics.com>
* unix/Makefile.in:
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 90bcfbf..7b02837 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.24 1999/07/16 21:43:28 redman Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.25 1999/07/22 01:32:20 redman Exp $
# Current Tk version; used in various names.
@@ -946,6 +946,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/tkConfig.sh.in \
$(TOP_DIR)/win/aclocal.m4 \
$(DISTDIR)/win