diff options
author | hobbs <hobbs> | 2000-10-28 00:30:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-10-28 00:30:25 (GMT) |
commit | 5907ef28509328a25c88c96b50386719d37fe779 (patch) | |
tree | 8d0a81aef4263d307dc17cc95b2cbf5f91b97ee1 /unix/configure.in | |
parent | 2176f7767bdb85a0dd2898b23d4741d008f3c0a9 (diff) | |
download | tcl-5907ef28509328a25c88c96b50386719d37fe779.zip tcl-5907ef28509328a25c88c96b50386719d37fe779.tar.gz tcl-5907ef28509328a25c88c96b50386719d37fe779.tar.bz2 |
* unix/configure.in:
* unix/tcl.m4: added support for AIX-5.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 90b2e38..9c33928 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.61 2000/09/06 18:50:16 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.62 2000/10/28 00:30:26 hobbs Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 @@ -450,7 +450,7 @@ else BSD/OS*) ;; - AIX-*) + AIX-[[1-4]].*) ;; *) |