diff options
author | redman <redman> | 1999-07-22 00:38:39 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 00:38:39 (GMT) |
commit | 0921ebbcedf454aec8e95005807f6f564f812299 (patch) | |
tree | 883b1108c8aa89757e1f429f7c715d4b50bbd412 /unix/Makefile.in | |
parent | 410c93c86f9573d52b8a30998db4354a381d2421 (diff) | |
download | tcl-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.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |