summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das>2005-05-23 23:38:37 (GMT)
committerdas <das>2005-05-23 23:38:37 (GMT)
commiteb48751a1d339e4429e572bb0032b6f5b115c891 (patch)
treea5f2f46b49135b02207be6b0cb77b81a8ad50401 /unix/configure
parent953eca047bb96f6ef4a27c58aac2223d89c8aeb6 (diff)
downloadtcl-eb48751a1d339e4429e572bb0032b6f5b115c891.zip
tcl-eb48751a1d339e4429e572bb0032b6f5b115c891.tar.gz
tcl-eb48751a1d339e4429e572bb0032b6f5b115c891.tar.bz2
fixed typo in EXTRA_INSTALL_BINARIES
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 3f90777..3875e29 100755
--- a/unix/configure
+++ b/unix/configure
@@ -15405,7 +15405,7 @@ _ACEOF
HTML_DIR="${libdir}/Resources/Documentation/Reference/Tcl"
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='@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 "Finalizing Tcl.framework" && rm -f "$(LIB_INSTALL_DIR)/../Current" && ln -s "$(VERSION)" "$(LIB_INSTALL_DIR)/../Current" && for f in "$(LIB_FILE)" "$(STUB_LIB_FILE)" tclConfig.sh Resources Headers PrivateHeaders; do rm -f "$(LIB_INSTALL_DIR)/../../$$f" && ln -s "Versions/Current/$$f" "$(LIB_INSTALL_DIR)/../.."; done'
TCL_YEAR="`date +%Y`"
# Don't use AC_DEFINE for the following as the framework version define