summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 15:28:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 15:28:48 (GMT)
commit2b54268bb778bdb9fc04f710ecf0794d8a9ea255 (patch)
tree8b1dda05ce65bc7dfa0cd8a6a753a601d304a825 /unix
parent6acfb3e8004e844efbb3c1ca4483b0b421045fbf (diff)
downloadtcl-2b54268bb778bdb9fc04f710ecf0794d8a9ea255.zip
tcl-2b54268bb778bdb9fc04f710ecf0794d8a9ea255.tar.gz
tcl-2b54268bb778bdb9fc04f710ecf0794d8a9ea255.tar.bz2
unix/configure.in is not supposed to be executable in the distribution.
Don't re-generate unix/tclConfig.h.in and unix/configure as part of "make dist": This should be done with autoconf-2.59, not with whatever autoconf is present on this machine
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3f3fedc..79c41a32 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1655,13 +1655,8 @@ DISTROOT = /tmp/dist
DISTNAME = tcl${VERSION}${PATCH_LEVEL}
ZIPNAME = tcl${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip
DISTDIR = $(DISTROOT)/$(DISTNAME)
-$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
- $(UNIX_DIR)/aclocal.m4
- cd $(UNIX_DIR); autoconf
$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure
cd $(MAC_OSX_DIR); autoconf
-$(UNIX_DIR)/tclConfig.h.in: $(MAC_OSX_DIR)/configure
- cd $(MAC_OSX_DIR); autoheader; touch $@
$(TOP_DIR)/manifest.uuid:
printf "git." >$(TOP_DIR)/manifest.uuid
@@ -1680,7 +1675,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
$(UNIX_DIR)/README $(UNIX_DIR)/ldAix $(UNIX_DIR)/tcl.spec \
$(UNIX_DIR)/installManPage $(UNIX_DIR)/tclConfig.h.in \
$(UNIX_DIR)/tcl.pc.in $(DISTDIR)/unix
- chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in
+ chmod 775 $(DISTDIR)/unix/configure
chmod 775 $(DISTDIR)/unix/ldAix
@mkdir $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/*.[cdh] $(DISTDIR)/generic