]> git.ipfire.org Git - thirdparty/gcc.git/blame - zlib/ChangeLog.gcj
configure.ac: New name of configure.in.
[thirdparty/gcc.git] / zlib / ChangeLog.gcj
CommitLineData
076e5443
PB
12005-06-15 Paolo Bonzini <bonzini@gnu.org>
2
3 * Makefile.am: Remove useless multilib rules.
4 * configure.ac: Rewrite multilib support to use
5 features of recent automakes.
6 * aclocal.m4: Regenerate with Automake 1.8.5.
7 * Makefile.in: Regenerate with Automake 1.8.5.
8 * configure: Regenerate.
9
9fabf579
KC
102004-04-12 Kelley Cook <kcook@gcc.gnu.org>
11
12 * Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
13 * Makefile.in: Regenerate with automake 1.7.9.
14 * aclocal.m4: Likewise.
15 * configure: Regenerate.
16
11554edc
KC
172004-04-10 Kelley Cook <kcook@gcc.gnu.org>
18
19 * configure.in: Rename file to ...
20 * configure.ac: ...this.
21 * Makefile.in: Regenerate.
22
a8aea176
NN
232004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
24
25 * configure.in: Update to autoconf 2.59; clean up slightly.
26 * acinclude.m4: Update to autoconf 2.59.
27 * aclocal.m4: Regenerate.
28 * Makefile.in: Regenerate.
29 * configure: Regenerate.
30
d5b2f1be
KC
312004-01-14 Kelley Cook <kcook@gcc.gnu.org>
32
33 * configure.in: Add in AC_PREREQ(2.13)
34
e517f636
AM
352003-09-09 Alan Modra <amodra@bigpond.net.au>
36
37 * configure: Regenerate.
38
d59e375e
NN
392003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
40
41 PR bootstrap/7126
42 * configure.in: Correct zlib version number.
43 * configure: Regenerate.
44
21e7cbd2
GP
452003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
46
47 * README: Note that zlib is not part of GCC.
48
ff8b9ca8
AS
492003-03-12 Andreas Schwab <schwab@suse.de>
50
51 * configure.in: Avoid trailing /. in toolexeclibdir.
52 * configure: Rebuilt.
53
3343fdd2
AO
542003-02-20 Alexandre Oliva <aoliva@redhat.com>
55
56 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
57 config.status.
58 * configure: Rebuilt.
59
905280ac
AO
602003-02-19 Alexandre Oliva <aoliva@redhat.com>
61
62 * configure.in (multiosdir): Set to nothing if compiler is not GCC
63 or if it doesn't support -print-multi-os-directory.
64 * configure: Rebuilt.
65
6c5d742e
KG
662002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
67
68 * Makefile.am (all-multi): Fix multilib parallel build.
69
1e6347d8
RO
702002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
71
72 * configure.in: Allow for PWDCMD to override hardcoded pwd.
73 * configure: Regenerate.
74
75 * ChangeLog: Move entries to ChangeLog.gcj.
76
772002-05-08 Alexandre Oliva <aoliva@redhat.com>
78
79 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
80 script entry, and set LD to it when configuring multilibs.
81 * configure: Rebuilt.
82
0ccdf1ef
BM
832002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
84
85 * Makefile.am: Make target library a convenience library.
86 * Makefile.in: Rebuilt.
87
e1b56469
TT
882002-03-11 Tom Tromey <tromey@redhat.com>
89
90 * ChangeLog.gcj: Imported 1.1.4, while preserving local changes.
91
8b55628e
TT
922001-07-03 Tom Tromey <tromey@redhat.com>
93
94 Fix for PR bootstrap/3281:
95 * configure, Makefile.in: Rebuilt.
96 * configure.in: Set mkinstalldirs, for in-tree build.
97
1e6347d8
RO
982001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
99
100 * configure.in (AC_EXEEXT): Work around in case it expands to
101 nothing, as in autoconf 2.50.
102 * configure: Rebuilt.
103
0fd91e0a
AO
1042001-05-13 Alexandre Oliva <aoliva@redhat.com>
105
106 * acinclude.m4: Use ../libtool.m4.
107 * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR.
108 * acinclude.m4, configure, Makefile.in: Rebuilt.
109
35241f18
CD
1102000-10-24 Chris Demetriou <cgd@sibyte.com>
111
112 * configure.in: Invoke AC_PROG_CPP unconditionally before
113 conditional feature tests.
114
406b0a7c
AO
1152000-10-10 Alexandre Oliva <aoliva@redhat.com>
116
117 * configure.in (zlib_basedir): Cope with empty with_target_subdir
118 * configure: Rebuilt.
119
67d08194
AO
1202000-09-06 Alexandre Oliva <aoliva@redhat.com>
121
122 * configure.in (multilib): Enable by default only for target.
123 * configure: Rebuilt.
124
e093c992
AG
125Sun Sep 3 12:37:12 2000 Anthony Green <green@redhat.com>
126
127 * configure.in: Add TARGET_LIBRARY conditional.
128 * configure: Rebuilt.
129 * Makefile.am: If we're building a build host library, call the
130 library libz.a and don't use libtool.
131 * Makefile.in: Rebuilt.
132
5d836b57
TT
1331999-10-04 Tom Tromey <tromey@cygnus.com>
134
135 * configure: Rebuilt.
136 * configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't
137 actually let AC_EXEEXT run.
138
025fd00e
TT
1391999-09-28 Tom Tromey <tromey@cygnus.com>
140
141 * aclocal.m4, configure: Rebuilt.
142 * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol.
143
3ef1cea8
RO
144Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
145
146 * Makefile.in: Rebuilt.
147 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
148 builds.
149
150 * configure: Rebuilt.
151 * configure.in: Properly align --help output, fix capitalization.
152
e656c72f
TT
1531999-08-02 Tom Tromey <tromey@cygnus.com>
154
155 * aclocal.m4, configure: Rebuilt for new libtool.
156
44ebe2d0
AO
1571999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
158
159 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
160 generate *-recursive for this Makefile, use *-am instead.
161 * Makefile.in: Rebuilt.
162
b48ed568
TT
1631999-06-21 Tom Tromey <tromey@cygnus.com>
164
d0dd4837
TT
165 * Makefile.in: Rebuilt.
166 * Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
167 -release.
168
b48ed568
TT
169 * Makefile.in: Rebuilt.
170 * Makefile.am (toolexeclibdir): Define as libdir when
171 appropriate.
172 * configure: Rebuilt.
173 * configure.in (USE_LIBDIR): New conditional.
174
79a9a529
TT
1751999-05-10 Tom Tromey <tromey@cygnus.com>
176
177 * configure, Makefile.in: Rebuilt.
178 * Makefile.am (EXTRA_LTLIBRARIES): New macro.
179 (toolexeclib_LTLIBRARIES): Use @target_all@.
180 * configure.in: Recognize --with-system-zlib. Subst target_all.
181
dfac8a13
TT
1821999-05-04 Tom Tromey <tromey@cygnus.com>
183
184 * Makefile.in: Replace with automake-generated file.
185 * Makefile.am: New file.
186 * configure: Replaced with autoconf-generated script.
187 * aclocal.m4: New file.
188 * acinclude.m4: New file.
189 * configure.in: New file.
190 * Makefile: Removed.
191