diff options
author | redman <redman> | 1999-07-16 21:40:32 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-16 21:40:32 (GMT) |
commit | 1756fda322eff378c039da15c51d75082ce43fbb (patch) | |
tree | 121cf55c24012c2ddee02f1f036611ae5b0254c0 /tools | |
parent | 835d644cc3eed2b24fb0d60e6d71c0e011d71ca1 (diff) | |
download | tcl-1756fda322eff378c039da15c51d75082ce43fbb.zip tcl-1756fda322eff378c039da15c51d75082ce43fbb.tar.gz tcl-1756fda322eff378c039da15c51d75082ce43fbb.tar.bz2 |
* unix/aclocal.m4:
* unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE
floating flag to the compiler, should be -mieee. Patch from Don
Porter.
* tools/tcl.hpj.in: Change version number of .cnt file referenced
in .HPJ file.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.hpj.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcl.hpj.in b/tools/tcl.hpj.in index ff1cda5..e5fcd70 100644 --- a/tools/tcl.hpj.in +++ b/tools/tcl.hpj.in @@ -5,7 +5,7 @@ HCW=0 LCID=0x409 0x0 0x0 ;English (United States)
REPORT=Yes
TITLE=Tcl/Tk Reference Manual
-CNT=tcl81.cnt
+CNT=tcl82.cnt
COPYRIGHT=Copyright © 1999 Scriptics Corporation
HLP=tcl82.hlp
|