summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:15 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-01-22 02:16:15 (GMT)
commit4d9c17e074e538425a139798c7af9e743f1f9857 (patch)
tree1bbcb81a9a473c06fde6039283eebb52bbee4e76 /unix
parentfb1f298154b447f1a78652a69405582c4d72e940 (diff)
downloadtk-4d9c17e074e538425a139798c7af9e743f1f9857.zip
tk-4d9c17e074e538425a139798c7af9e743f1f9857.tar.gz
tk-4d9c17e074e538425a139798c7af9e743f1f9857.tar.bz2
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).
* unix/configure: Autoconf 2.59
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 6562785..f16fbdc 100755
--- a/unix/configure
+++ b/unix/configure
@@ -4825,7 +4825,7 @@ fi
# Require ranlib early so we can override it in special cases below.
LDAIX_SRC=""
- if test x"$(SHLIB_VERSION)" = x; then
+ if test x"${SHLIB_VERSION}" = x; then
SHLIB_VERSION="1.0"
fi
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])