diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-06-09 20:31:13 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-06-09 20:31:13 +0000 |
commit | 01ef8751ce7a0ea08eb66fd88e09beaec090a9ab (patch) | |
tree | 5d605aac16caa503c3f879d9489af44930f51ec9 /zlib/ChangeLog | |
parent | 54c6cfdcb65326375bdf3440670912345485dba5 (diff) | |
download | gcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.zip gcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.tar.gz gcc-01ef8751ce7a0ea08eb66fd88e09beaec090a9ab.tar.bz2 |
configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50.
* configure.in (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.
From-SVN: r43103
Diffstat (limited to 'zlib/ChangeLog')
-rw-r--r-- | zlib/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/zlib/ChangeLog b/zlib/ChangeLog index 57386a2..b1c1bbd 100644 --- a/zlib/ChangeLog +++ b/zlib/ChangeLog @@ -1,3 +1,9 @@ +2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net> + + * configure.in (AC_EXEEXT): Work around in case it expands to + nothing, as in autoconf 2.50. + * configure: Rebuilt. + ChangeLog file for zlib @@ -215,7 +221,7 @@ Changes in 1.0.6 (19 Jan 1998) - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) - added makelcc.bat for lcc-win32 (Tom St Denis) - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) -- Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. +- Avoid expanded $Id: ChangeLog,v 1.1 1999/05/04 19:30:26 tromey Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. - check for unistd.h in configure (for off_t) - remove useless check parameter in inflate_blocks_free - avoid useless assignment of s->check to itself in inflate_blocks_new |