diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-01-22 02:11:43 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-01-22 02:11:43 (GMT) |
commit | 79991d263855d0cf180c797d3f9f3804b76bd328 (patch) | |
tree | 93bb91bede225f22edef36c627014e6942647b2b /unix/configure | |
parent | 0222c4039bb0ff157f8b1d2b12421d1ffb4109a5 (diff) | |
download | tk-79991d263855d0cf180c797d3f9f3804b76bd328.zip tk-79991d263855d0cf180c797d3f9f3804b76bd328.tar.gz tk-79991d263855d0cf180c797d3f9f3804b76bd328.tar.bz2 |
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).
* unix/configure: Autoconf 2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index e01fb34..9485330 100755 --- a/unix/configure +++ b/unix/configure @@ -4583,7 +4583,7 @@ fi PLAT_OBJS="" PLAT_SRCS="" LDAIX_SRC="" - if test x"$(SHLIB_VERSION)" = x; then + if test x"${SHLIB_VERSION}" = x; then SHLIB_VERSION="1.0" fi |