summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-08-11 20:51:53 (GMT)
committerredman <redman@noemail.net>1999-08-11 20:51:53 (GMT)
commitf113685f5d5085651aaac743d2f2178c78fcc93d (patch)
tree3e8cb47088ede759e85b922719766517ee4c2c7e
parent87e2bbfbe3ab2412eeb2fb8ad4ecfc482412e908 (diff)
downloadtcl-f113685f5d5085651aaac743d2f2178c78fcc93d.zip
tcl-f113685f5d5085651aaac743d2f2178c78fcc93d.tar.gz
tcl-f113685f5d5085651aaac743d2f2178c78fcc93d.tar.bz2
Include the unix/aclocal.m4 file in the distribution.
FossilOrigin-Name: a5cfb8482357278acc3f49d420390e84d315b197
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 39aae51..df0cc5e 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.43 1999/07/30 22:26:23 wart Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.44 1999/08/11 20:51:54 redman Exp $
VERSION = @TCL_VERSION@
@@ -1046,6 +1046,7 @@ dist: $(UNIX_DIR)/configure
cp $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix
chmod 664 $(DISTDIR)/unix/Makefile.in
cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \
+ $(UNIX_DIR)/aclocal.m4 \
$(UNIX_DIR)/tclConfig.sh.in $(UNIX_DIR)/install-sh \
$(UNIX_DIR)/porting.notes $(UNIX_DIR)/porting.old \
$(UNIX_DIR)/README $(UNIX_DIR)/ldAix \