summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-04-29 02:20:35 (GMT)
committerdas <das@noemail.net>2007-04-29 02:20:35 (GMT)
commit05d11af8a17726241117e5ba355eadf3438af270 (patch)
tree6affa180f9142411ad4fcd8ce5158ce7b6e8e6b6 /unix/configure
parente9da93a7392496fae3e7b005da0a767d677be4f6 (diff)
downloadtcl-05d11af8a17726241117e5ba355eadf3438af270.zip
tcl-05d11af8a17726241117e5ba355eadf3438af270.tar.gz
tcl-05d11af8a17726241117e5ba355eadf3438af270.tar.bz2
* unix/Makefile.in (dist): copy license.terms to dist macosx dir.
* unix/configure.in: install license.terms into Tcl.framework. * unix/configure: autoconf-2.13 FossilOrigin-Name: 440757d134e81c32fb5c71ede88b8cebd24421cd
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 0ae6764..99246a6 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9112,6 +9112,7 @@ EOF
EXTRA_INSTALL="install-private-headers html-tcl"
EXTRA_BUILD_HTML='@ln -fs contents.htm $(HTML_INSTALL_DIR)/TclTOC.html'
EXTRA_INSTALL_BINARIES='@echo "Installing Info.plist to $(LIB_INSTALL_DIR)/Resources" && mkdir -p "$(LIB_INSTALL_DIR)/Resources" && $(INSTALL_DATA) Tcl-Info.plist "$(LIB_INSTALL_DIR)/Resources/Info.plist"'
+ EXTRA_INSTALL_BINARIES="$EXTRA_INSTALL_BINARIES"' && echo "Installing license.terms to $(LIB_INSTALL_DIR)/Resources" && $(INSTALL_DATA) "$(TOP_DIR)/license.terms" "$(LIB_INSTALL_DIR)/Resources"'
EXTRA_INSTALL_BINARIES="$EXTRA_INSTALL_BINARIES"' && echo "Finalizing Tcl.framework" && rm -f "$(LIB_INSTALL_DIR)/../Current" && ln -s "$(VERSION)" "$(LIB_INSTALL_DIR)/../Current" && for f in "$(LIB_FILE)" tclConfig.sh Resources Headers PrivateHeaders; do rm -f "$(LIB_INSTALL_DIR)/../../$$f" && ln -s "Versions/Current/$$f" "$(LIB_INSTALL_DIR)/../.."; done && f="$(STUB_LIB_FILE)" && rm -f "$(LIB_INSTALL_DIR)/../../$$f" && ln -s "Versions/$(VERSION)/$$f" "$(LIB_INSTALL_DIR)/../.."'
TCL_YEAR="`date +%Y`"
# Don't use AC_DEFINE for the following as the framework version define