summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-01-03 21:36:31 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-01-03 21:36:31 (GMT)
commit0380dd9b7b1950744150693e5e52483c67bcc032 (patch)
tree91fce9fc16a7a80c7385b8f18861ea8d00df550f
parent3b1d7ec28be25134770d7524527acb44a128d9d9 (diff)
downloadtcl-0380dd9b7b1950744150693e5e52483c67bcc032.zip
tcl-0380dd9b7b1950744150693e5e52483c67bcc032.tar.gz
tcl-0380dd9b7b1950744150693e5e52483c67bcc032.tar.bz2
Fix quoting problem
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 6c745d4..672ac32 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1591,7 +1591,7 @@ dnl AC_CHECK_TOOL(AR, ar)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
- TCL_SHLIB_LD_EXTRAS="-soname \$@"
+ TCL_SHLIB_LD_EXTRAS="-soname \$[@]"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
DL_OBJS="tclLoadDl.o"