diff options
author | redman <redman@noemail.net> | 1999-07-22 01:32:20 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-22 01:32:20 (GMT) |
commit | 1ee5d6a46134a95cbc48eec9996a67a480c33a5f (patch) | |
tree | 17b81808b7e55aae1bccbef26f2e5dc05ca60cc6 /unix | |
parent | 326e62f375c727d2107ee9ca9fa0ac0ff45e5237 (diff) | |
download | tk-1ee5d6a46134a95cbc48eec9996a67a480c33a5f.zip tk-1ee5d6a46134a95cbc48eec9996a67a480c33a5f.tar.gz tk-1ee5d6a46134a95cbc48eec9996a67a480c33a5f.tar.bz2 |
* unix/Makefile.in: Add Windows configure script to distribution.
FossilOrigin-Name: 42241791755780e84d4edbf9c67d3087bf41d3ff
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 |