OSDN Git Service

CRLF fixup
[pf3gnuchains/gcc-fork.git] / zlib / ChangeLog.gcj
1 2004-10-11  Tom Tromey  <tromey@redhat.com>
2
3         PR libgcj/14856:
4         * Imported zlib 1.2.1; merged local changes.
5
6 2005-06-15  Paolo Bonzini  <bonzini@gnu.org>
7
8         * Makefile.am: Remove useless multilib rules.
9         * configure.ac: Rewrite multilib support to use
10         features of recent automakes.
11         * aclocal.m4: Regenerate with Automake 1.8.5.
12         * Makefile.in: Regenerate with Automake 1.8.5.
13         * configure: Regenerate.
14
15 2004-04-12  Kelley Cook  <kcook@gcc.gnu.org>
16
17         * Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
18         * Makefile.in: Regenerate with automake 1.7.9.
19         * aclocal.m4: Likewise.
20         * configure: Regenerate.
21
22 2004-04-10  Kelley Cook  <kcook@gcc.gnu.org>
23
24         * configure.in: Rename file to ...
25         * configure.ac: ...this.
26         * Makefile.in: Regenerate.
27
28 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
29
30         * configure.in: Update to autoconf 2.59; clean up slightly.
31         * acinclude.m4: Update to autoconf 2.59.
32         * aclocal.m4: Regenerate. 
33         * Makefile.in: Regenerate.
34         * configure: Regenerate.
35
36 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
37
38         * configure.in: Add in AC_PREREQ(2.13)
39
40 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
41
42         * configure: Regenerate.
43
44 2003-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
45
46         PR bootstrap/7126
47         * configure.in: Correct zlib version number.
48         * configure: Regenerate.
49
50 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
51
52         * README: Note that zlib is not part of GCC.
53
54 2003-03-12  Andreas Schwab  <schwab@suse.de>
55
56         * configure.in:  Avoid trailing /. in toolexeclibdir.
57         * configure: Rebuilt.
58
59 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
60
61         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
62         config.status.
63         * configure: Rebuilt.
64
65 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
66
67         * configure.in (multiosdir): Set to nothing if compiler is not GCC
68         or if it doesn't support -print-multi-os-directory.
69         * configure: Rebuilt.
70
71 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
72
73         * Makefile.am (all-multi): Fix multilib parallel build.
74
75 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
76
77         * configure.in: Allow for PWDCMD to override hardcoded pwd.
78         * configure: Regenerate.
79
80         * ChangeLog: Move entries to ChangeLog.gcj.
81
82 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
83
84         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
85         script entry, and set LD to it when configuring multilibs.
86         * configure: Rebuilt.
87
88 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
89
90         * Makefile.am: Make target library a convenience library.
91         * Makefile.in: Rebuilt.
92
93 2002-03-11  Tom Tromey  <tromey@redhat.com>
94
95         * ChangeLog.gcj: Imported 1.1.4, while preserving local changes.
96
97 2001-07-03  Tom Tromey  <tromey@redhat.com>
98
99         Fix for PR bootstrap/3281:
100         * configure, Makefile.in: Rebuilt.
101         * configure.in: Set mkinstalldirs, for in-tree build.
102
103 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
104
105         * configure.in (AC_EXEEXT): Work around in case it expands to
106         nothing, as in autoconf 2.50.
107         * configure: Rebuilt.
108
109 2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
110
111         * acinclude.m4: Use ../libtool.m4.
112         * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR.
113         * acinclude.m4, configure, Makefile.in: Rebuilt.
114
115 2000-10-24  Chris Demetriou  <cgd@sibyte.com>
116
117         * configure.in: Invoke AC_PROG_CPP unconditionally before
118         conditional feature tests.
119
120 2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
121
122         * configure.in (zlib_basedir): Cope with empty with_target_subdir
123         * configure: Rebuilt.
124
125 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
126
127         * configure.in (multilib): Enable by default only for target.
128         * configure: Rebuilt.
129
130 Sun Sep  3 12:37:12 2000  Anthony Green  <green@redhat.com>
131
132         * configure.in: Add TARGET_LIBRARY conditional.
133         * configure: Rebuilt.
134         * Makefile.am: If we're building a build host library, call the
135         library libz.a and don't use libtool.
136         * Makefile.in: Rebuilt.
137
138 1999-10-04  Tom Tromey  <tromey@cygnus.com>
139
140         * configure: Rebuilt.
141         * configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't
142         actually let AC_EXEEXT run.
143
144 1999-09-28  Tom Tromey  <tromey@cygnus.com>
145
146         * aclocal.m4, configure: Rebuilt.
147         * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol.
148
149 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
150
151         * Makefile.in: Rebuilt.
152         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
153         builds.
154
155         * configure: Rebuilt.
156         * configure.in: Properly align --help output, fix capitalization.
157
158 1999-08-02  Tom Tromey  <tromey@cygnus.com>
159
160         * aclocal.m4, configure: Rebuilt for new libtool.
161
162 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
163
164         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
165         generate *-recursive for this Makefile, use *-am instead.
166         * Makefile.in: Rebuilt.
167
168 1999-06-21  Tom Tromey  <tromey@cygnus.com>
169
170         * Makefile.in: Rebuilt.
171         * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
172         -release.
173
174         * Makefile.in: Rebuilt.
175         * Makefile.am (toolexeclibdir): Define as libdir when
176         appropriate.
177         * configure: Rebuilt.
178         * configure.in (USE_LIBDIR): New conditional.
179
180 1999-05-10  Tom Tromey  <tromey@cygnus.com>
181
182         * configure, Makefile.in: Rebuilt.
183         * Makefile.am (EXTRA_LTLIBRARIES): New macro.
184         (toolexeclib_LTLIBRARIES): Use @target_all@.
185         * configure.in: Recognize --with-system-zlib.  Subst target_all.
186
187 1999-05-04  Tom Tromey  <tromey@cygnus.com>
188
189         * Makefile.in: Replace with automake-generated file.
190         * Makefile.am: New file.
191         * configure: Replaced with autoconf-generated script.
192         * aclocal.m4: New file.
193         * acinclude.m4: New file.
194         * configure.in: New file.
195         * Makefile: Removed.
196