12012-01-23  Mark Wielaard  <mjw@redhat.com>
2
3	* configure.ac: Set version to 0.153, update copyright years.
4
52012-01-20  Roland McGrath  <roland@hack.frob.com>
6
7	* configure.ac: Handle --enable-deterministic-archives.
8
92011-10-08  Roland McGrath  <roland@hack.frob.com>
10
11	* configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
12	Use POSIX.2 $((...)) syntax instead of $[...].
13	Reported by Mike Frysinger <vapier@gentoo.org>.
14
152011-10-08  Mike Frysinger  <vapier@gentoo.org>
16
17	* configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
18
192011-10-02  Ulrich Drepper  <drepper@gmail.com>
20
21	* configure.ac: Check for __cxa_demangle in libstdc++.
22
232011-02-08  Roland McGrath  <roland@redhat.com>
24
25	* configure.ac (C99 check): Use AC_LANG_SOURCE.
26
27	* configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
28
292010-09-13  Ulrich Drepper  <drepper@redhat.com>
30
31	* configure.ac (ALL_LINGUAS): Add languages which have some
32	translations.
33
342010-04-15  Roland McGrath  <roland@redhat.com>
35
36	* configure.ac (LOCALEDIR, DATADIRNAME): Removed.
37
382009-09-21  Ulrich Drepper  <drepper@redhat.com>
39
40	* configure.ac: Update for more modern autoconf.
41
422009-08-26  Roland McGrath  <roland@redhat.com>
43
44	* configure.ac (zip_LIBS): Check for liblzma too.
45
462009-04-19  Roland McGrath  <roland@redhat.com>
47
48	* configure.ac (eu_version): Round down here, not in version.h macros.
49
502009-04-17  Roland McGrath  <roland@redhat.com>
51
52	* configure.ac (eu_version): Compute number 1000 times larger,
53	let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
54
552009-01-23  Roland McGrath  <roland@redhat.com>
56
57	* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
58
59	* configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
60	building with compiler support but no working runtime support.
61
622009-01-22  Ulrich Drepper  <drepper@redhat.com>
63
64	* Makefile.am (rpm): The tarball is now bzip2-compressed.
65
662009-01-10  Ulrich Drepper  <drepper@redhat.com>
67
68	* configure.ac: Require gcc with TLS support.
69	Rename USE_TLS to USE_LOCKS.  The option is renamed to
70	--enable-thread-safety.
71
722009-01-08  Roland McGrath  <roland@redhat.com>
73
74	* configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
75
762009-01-05  Roland McGrath  <roland@redhat.com>
77
78	* configure.ac (eu_ZIPLIB): New macro.
79	Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
80
812008-12-30  Ulrich Drepper  <drepper@redhat.com>
82
83	* configure.ac: We need automake 1.8 now.
84
852008-12-24  Roland McGrath  <roland@redhat.com>
86
87	* configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
88	distribute only in .tar.bz2 form now.
89
902008-12-16  Roland McGrath  <roland@redhat.com>
91
92	* Makefile.am (pkginclude_HEADERS): New variable, install version.h.
93	* configure.ac: Create it, substituting @eu_version@ with
94	PACKAGE_VERSION canonicalized to four digits of decimal.
95
962008-08-25  Roland McGrath  <roland@redhat.com>
97
98	* configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
99
1002008-08-21  Roland McGrath  <roland@redhat.com>
101
102	* configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
103	move the contents to lib/eu-config.h instead of keeping them here.
104
1052007-12-20  Ulrich Drepper  <drepper@redhat.com>
106
107	* configure.ac: Add support for --enable-debugpred.
108	Update likely/unlikely macros for it.
109
1102007-06-05  Ulrich Drepper  <drepper@redhat.com>
111
112	* Makefile.am: Remove traces of mini builds.
113	* configure.ac: Don't use libelf-po/POTFILES.in as config file
114	anymore.
115
1162007-05-16  Roland McGrath  <roland@redhat.com>
117
118	* configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
119
1202006-11-02  Roland McGrath  <roland@redhat.com>
121
122	* Makefile.am (EXTRA_DIST): Add EXCEPTION file.
123
1242006-08-29  Roland McGrath  <roland@redhat.com>
125
126	* configure.ac: Use AM_MAINTAINER_MODE.
127
1282006-07-12  Ulrich Drepper  <drepper@redhat.com>
129
130	* configure.ac (internal_function): Don't use internal visibility.
131
1322006-07-05  Ulrich Drepper  <drepper@redhat.com>
133
134	* configure.ac: Add dummy automake conditional to get dependencies
135	for non-generic linker right.  See src/Makefile.am.
136
1372005-11-18  Roland McGrath  <roland@redhat.com>
138
139	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
140
1412005-11-16  Roland McGrath  <roland@redhat.com>
142
143	* configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
144	In config.h, define ELFUTILS_HEADER macro.
145
1462005-11-15  Roland McGrath  <roland@redhat.com>
147
148	* Makefile.am (all_SUBDIRS): Add backends.
149	* configure.ac: Write backends/Makefile.
150
151	* configure.ac: Add --enable-tests-rpath option.
152
1532005-09-16  Roland McGrath  <roland@redhat.com>
154
155	* configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
156	Don't set it, since on IA64 you get error messages for unaligned
157	accesses, and on Alpha it's at least very slow.
158
1592005-08-29  Ulrich Drepper  <drepper@redhat.com>
160
161	* configure.ac: Fix GCOV make condition generation.
162
1632005-08-28  Ulrich Drepper  <drepper@redhat.com>
164
165	* configure.ac: Add --enable-gcov option.
166
1672005-08-06  Ulrich Drepper  <drepper@redhat.com>
168
169	* configure.ac: Add --enable-gprof option.
170
1712005-07-27  Roland McGrath  <roland@redhat.com>
172
173	* Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
174
1752005-07-21  Roland McGrath  <roland@redhat.com>
176
177	* configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
178
1792005-06-01  Roland McGrath  <roland@redhat.com>
180
181	* Makefile.am (all_SUBDIRS): Add libdwfl.
182	* configure.ac: Write libdwfl/Makefile.
183
1842005-05-19  Roland McGrath  <roland@redhat.com>
185
186	* configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
187
1882005-05-10  Ulrich Drepper  <drepper@redhat.com>
189
190	* configure.ac: Define MODVERSION in config.h.
191
1922005-02-22  Ulrich Drepper  <drepper@redhat.com>
193
194	* Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
195	* configure.ac: Don't use doc subdir for now.
196
1972005-02-15  Ulrich Drepper  <drepper@redhat.com>
198
199	* configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
200
2012005-02-06  Ulrich Drepper  <drepper@redhat.com>
202
203	* configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
204
205	* Makefile.am (EXTRA_DIST): Remove splint.rc.
206	* splint.rc: Removed.
207
2082004-09-25  Ulrich Drepper  <drepper@redhat.com>
209
210	* configure.ac: Make compile with gcc 4.0.
211
2122004-03-06  Ulrich Drepper  <drepper@redhat.com>
213
214	* configure.ac: Use AS_HELP_STRING where applicable.
215
2162004-01-23  Ulrich Drepper  <drepper@redhat.com>
217
218	* configure.ac: Check for C99 compiler.
219
220	* configure.ac: Change locking macros in config.h to at least
221	evaluate the parameter.  Define base_cpu to none for generic linker.
222
2232004-01-21  Ulrich Drepper  <drepper@redhat.com>
224
225	* configure.ac: Print error message in case --disable-generic is
226	used if no linker support for the architecture is available.
227
2282004-01-18  Ulrich Drepper  <drepper@redhat.com>
229
230	* configure.ac: Dont generate libebl-po/Makefile.in,
231	libdw-po/Makefile.in, libasm-po/Makefile.in.
232
233	* Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
234
2352004-01-17  Ulrich Drepper  <drepper@redhat.com>
236
237	* configure.ac: Pretty printing of help message.
238
239	* configure.ac: Move AC_SYS_LARGEFILE test to the front.
240
241	* configure.ac: Add --enable-mudflap option.
242
2432004-01-17  Ulrich Drepper  <drepper@redhat.com>
244
245	* configure.ac: Major cleanups.  Use aux dir.
246	* config.guess: Moved to new config subdir.
247	* config.rpath: Likewise.
248	* config.sub: Likewise.
249	* depcomp: Likewise.
250	* install-sh: Likewise.
251	* missing: Likewise.
252	* mkinstalldirs: Likewise.
253	* Makefile.am (mini_SUBDIRS): Add config.
254	(EXTRA_DIST): Remove config.rpath.
255
256	* configure.ac: Add AC_REVISION.
257
258	* configure.ac: Add --enable-mudflap option.
259
2602004-01-11  Ulrich Drepper  <drepper@redhat.com>
261
262	* configure.ac: Drop libdwarf directory.  Add libdw-po.
263	* Makefile.am (all_SUBDIRS): Likewise.
264	* elfutils.spec: Don't distribute anything from libdwarf.
265
2662004-01-05  Ulrich Drepper  <drepper@redhat.com>
267
268	* Makefile.am: Support separate libelf built.
269
270	* elfutils.spec.in: Create separata elfutils-libelf-devel package.
271	Install libdw DSOs.
272
273	* configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
274	name.
275
2762003-08-13  Ulrich Drepper  <drepper@redhat.com>
277
278	* elfutils.spec.in: Remove references to libebl.so.
279
2802003-08-11  Ulrich Drepper  <drepper@redhat.com>
281
282	* Moved to CVS archive.
283
2842000-08-25  Ulrich Drepper  <drepper@redhat.com>
285
286	* The beginning.  See the NEWS file for the time being.
287