summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:02 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:02 (GMT)
commit2692c18baacd3eafcb049e85e49faf0c28e715ea (patch)
tree9aaf33b260eeca555d151ccf7f810061291f7651 /unix/tcl.m4
parent9c026cec4e9775bcdcc7009b9866e4e570ba8b6e (diff)
downloadtcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.zip
tcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.tar.gz
tcl-2692c18baacd3eafcb049e85e49faf0c28e715ea.tar.bz2
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).
* unix/configure: Autoconf 2.59
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 4a44599..c7f26ca 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1122,7 +1122,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
# Require ranlib early so we can override it in special cases below.
LDAIX_SRC=""
- AS_IF([test x"$(SHLIB_VERSION)" = x], [SHLIB_VERSION="1.0"])
+ AS_IF([test x"${SHLIB_VERSION}" = x], [SHLIB_VERSION="1.0"])
AC_REQUIRE([AC_PROG_RANLIB])