diff options
author | redman <redman> | 1999-07-22 01:32:20 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 01:32:20 (GMT) |
commit | 4db5947bf5b968cca2974ac31288c6ceb6e83e7a (patch) | |
tree | 17b81808b7e55aae1bccbef26f2e5dc05ca60cc6 /unix | |
parent | 6868bd24578d2d2dadffc154cff565c2ebe95adf (diff) | |
download | tk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.zip tk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.tar.gz tk-4db5947bf5b968cca2974ac31288c6ceb6e83e7a.tar.bz2 |
* unix/Makefile.in: Add Windows configure script to distribution.
Diffstat (limited to 'unix')
-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 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 |