* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
[official-gcc.git] / zlib / ChangeLog.gcj
blob783616477a509d1ce7c72c952b1673fc37badd06
1 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3         * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
4         * Makefile.in: Regenerate.
6 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8         * Makefile.am: Add dummy install-pdf target.
9         * Makefile.in: Regenerate
11 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
13         * Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
14         * aclocal.m4: Regenerate.
15         * configure: Regenerate.
16         * Makefile.in: Regenerate.
18 2006-06-13  Carlos O'Donell  <carlos@codesourcery.com>
20         * Makefile.am: Add html and install-html stubs.
21         * Makefile.in: Regenerate.
22         * aclocal.m4: Regenerate.
24 2005-06-14  Tom Tromey  <tromey@redhat.com>
26         * Imported zlib 1.2.3; merged local changes.
28 2005-06-14  Tom Tromey  <tromey@redhat.com>
30         PR libgcj/19877:
31         * configure, aclocal.m4, Makefile.in: Rebuilt.
33 2005-06-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
35         * zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
37 2005-05-09  Mike Stump  <mrs@apple.com>
38         
39         * configure: Regenerate.
41 2005-04-12  Mike Stump  <mrs@apple.com>
43         * configure: Regenerate.
45 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
47         * configure: Regenerate for libtool change.
49 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
51         * Makefile.in, aclocal.m4: Regenerate with automake 1.9.3.
53 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
55         * zconf.h: Define NO_vsnprintf on Solaris 2.5.1.
57 2004-10-11  Tom Tromey  <tromey@redhat.com>
59         PR libgcj/14856:
60         * Imported zlib 1.2.1; merged local changes.
62 2005-06-15  Paolo Bonzini  <bonzini@gnu.org>
64         * Makefile.am: Remove useless multilib rules.
65         * configure.ac: Rewrite multilib support to use
66         features of recent automakes.
67         * aclocal.m4: Regenerate with Automake 1.8.5.
68         * Makefile.in: Regenerate with Automake 1.8.5.
69         * configure: Regenerate.
71 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
73         * Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
74         * Makefile.in: Regenerate with automake 1.7.9.
75         * aclocal.m4: Likewise.
76         * configure: Regenerate.
78 2004-04-10  Kelley Cook  <kcook@gcc.gnu.org>
80         * configure.in: Rename file to ...
81         * configure.ac: ...this.
82         * Makefile.in: Regenerate.
84 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
86         * configure.in: Update to autoconf 2.59; clean up slightly.
87         * acinclude.m4: Update to autoconf 2.59.
88         * aclocal.m4: Regenerate. 
89         * Makefile.in: Regenerate.
90         * configure: Regenerate.
92 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
94         * configure.in: Add in AC_PREREQ(2.13)
96 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
98         * configure: Regenerate.
100 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
102         PR bootstrap/7126
103         * configure.in: Correct zlib version number.
104         * configure: Regenerate.
106 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
108         * README: Note that zlib is not part of GCC.
110 2003-03-12  Andreas Schwab  <schwab@suse.de>
112         * configure.in:  Avoid trailing /. in toolexeclibdir.
113         * configure: Rebuilt.
115 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
117         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
118         config.status.
119         * configure: Rebuilt.
121 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
123         * configure.in (multiosdir): Set to nothing if compiler is not GCC
124         or if it doesn't support -print-multi-os-directory.
125         * configure: Rebuilt.
127 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
129         * Makefile.am (all-multi): Fix multilib parallel build.
131 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
133         * configure.in: Allow for PWDCMD to override hardcoded pwd.
134         * configure: Regenerate.
136         * ChangeLog: Move entries to ChangeLog.gcj.
138 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
140         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
141         script entry, and set LD to it when configuring multilibs.
142         * configure: Rebuilt.
144 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
146         * Makefile.am: Make target library a convenience library.
147         * Makefile.in: Rebuilt.
149 2002-03-11  Tom Tromey  <tromey@redhat.com>
151         * ChangeLog.gcj: Imported 1.1.4, while preserving local changes.
153 2001-07-03  Tom Tromey  <tromey@redhat.com>
155         Fix for PR bootstrap/3281:
156         * configure, Makefile.in: Rebuilt.
157         * configure.in: Set mkinstalldirs, for in-tree build.
159 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
161         * configure.in (AC_EXEEXT): Work around in case it expands to
162         nothing, as in autoconf 2.50.
163         * configure: Rebuilt.
165 2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
167         * acinclude.m4: Use ../libtool.m4.
168         * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR.
169         * acinclude.m4, configure, Makefile.in: Rebuilt.
171 2000-10-24  Chris Demetriou  <cgd@sibyte.com>
173         * configure.in: Invoke AC_PROG_CPP unconditionally before
174         conditional feature tests.
176 2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
178         * configure.in (zlib_basedir): Cope with empty with_target_subdir
179         * configure: Rebuilt.
181 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
183         * configure.in (multilib): Enable by default only for target.
184         * configure: Rebuilt.
186 Sun Sep  3 12:37:12 2000  Anthony Green  <green@redhat.com>
188         * configure.in: Add TARGET_LIBRARY conditional.
189         * configure: Rebuilt.
190         * Makefile.am: If we're building a build host library, call the
191         library libz.a and don't use libtool.
192         * Makefile.in: Rebuilt.
194 1999-10-04  Tom Tromey  <tromey@cygnus.com>
196         * configure: Rebuilt.
197         * configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't
198         actually let AC_EXEEXT run.
200 1999-09-28  Tom Tromey  <tromey@cygnus.com>
202         * aclocal.m4, configure: Rebuilt.
203         * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol.
205 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
207         * Makefile.in: Rebuilt.
208         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
209         builds.
211         * configure: Rebuilt.
212         * configure.in: Properly align --help output, fix capitalization.
214 1999-08-02  Tom Tromey  <tromey@cygnus.com>
216         * aclocal.m4, configure: Rebuilt for new libtool.
218 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
220         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
221         generate *-recursive for this Makefile, use *-am instead.
222         * Makefile.in: Rebuilt.
224 1999-06-21  Tom Tromey  <tromey@cygnus.com>
226         * Makefile.in: Rebuilt.
227         * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
228         -release.
230         * Makefile.in: Rebuilt.
231         * Makefile.am (toolexeclibdir): Define as libdir when
232         appropriate.
233         * configure: Rebuilt.
234         * configure.in (USE_LIBDIR): New conditional.
236 1999-05-10  Tom Tromey  <tromey@cygnus.com>
238         * configure, Makefile.in: Rebuilt.
239         * Makefile.am (EXTRA_LTLIBRARIES): New macro.
240         (toolexeclib_LTLIBRARIES): Use @target_all@.
241         * configure.in: Recognize --with-system-zlib.  Subst target_all.
243 1999-05-04  Tom Tromey  <tromey@cygnus.com>
245         * Makefile.in: Replace with automake-generated file.
246         * Makefile.am: New file.
247         * configure: Replaced with autoconf-generated script.
248         * aclocal.m4: New file.
249         * acinclude.m4: New file.
250         * configure.in: New file.
251         * Makefile: Removed.