- (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't

understand "%lld", even though the compiler has "long long", so handle
   it as a special case.  Patch tested by mcaskill.scott at epa.gov.

(actually was included in previous commit)
This commit is contained in:
Darren Tucker 2005-10-25 18:52:31 +10:00
parent 537f1ed7df
commit e737455430
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
- (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
sizeof(long long) checks, to make fixing bug #1104 easier (no changes
yet).
- (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
understand "%lld", even though the compiler has "long long", so handle
it as a special case. Patch tested by mcaskill.scott at epa.gov.
20051017
- (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
@ -3110,4 +3113,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3921 2005/10/25 08:38:33 dtucker Exp $
$Id: ChangeLog,v 1.3922 2005/10/25 08:52:31 dtucker Exp $