summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-08-11 20:51:54 (GMT)
committerredman <redman>1999-08-11 20:51:54 (GMT)
commit1f23830c3b42dac13ef01142ecc6f8d19b09d111 (patch)
tree3e8cb47088ede759e85b922719766517ee4c2c7e
parent399c0fbbc698d37a131df0acaa371cfe0c033afa (diff)
downloadtcl-1f23830c3b42dac13ef01142ecc6f8d19b09d111.zip
tcl-1f23830c3b42dac13ef01142ecc6f8d19b09d111.tar.gz
tcl-1f23830c3b42dac13ef01142ecc6f8d19b09d111.tar.bz2
Include the unix/aclocal.m4 file in the distribution.
-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 \