12006-07-29  Bruno Haible  <bruno@clisp.org>
2
3	* alloca.m4 (gl_PREREQ_ALLOCA): Add a dummy statement. Avoids a sh
4	syntax error.
5
62006-07-29  Bruno Haible  <bruno@clisp.org>
7
8	* relocatable.m4: Add comments.
9
102006-07-23  Bruno Haible  <bruno@clisp.org>
11
12	* openmp.m4: New file.
13	* Makefile.am (EXTRA_DIST): Add it.
14
152006-07-23  Bruno Haible  <bruno@clisp.org>
16
17	* tls.m4: New file, from gnulib.
18	* Makefile.am (EXTRA_DIST): Add it.
19
202006-07-22  Bruno Haible  <bruno@clisp.org>
21
22	* gl_list.m4: New file, from gnulib.
23	* Makefile.am (EXTRA_DIST): Add it.
24
252006-07-22  Bruno Haible  <bruno@clisp.org>
26
27	* strtol.m4: Update from gnulib.
28	* strtoul.m4: Update from gnulib.
29
30	* strerror_r.m4: Update from gnulib.
31
32	* stdbool.m4: Update from gnulib.
33
34	* minmax.m4: New file, from gnulib.
35	* Makefile.am (EXTRA_DIST): Add it.
36
37	* mbswidth.m4: Update from gnulib.
38
39	* wcwidth.m4: New file, from gnulib.
40	* Makefile.am (EXTRA_DIST): Add it.
41
42	* getopt.m4: Update from gnulib.
43
44	* fnmatch.m4: Update from gnulib.
45
46	* error.m4: Update from gnulib.
47	* extensions.m4: Update from gnulib.
48
492006-07-21  Bruno Haible  <bruno@clisp.org>
50
51	* gettext-0.15 released.
52
532006-07-21  Bruno Haible  <bruno@clisp.org>
54
55	* stdarg.m4: Update from gnulib.
56
572006-07-21  Bruno Haible  <bruno@clisp.org>
58
59	* javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to "1.1".
60
612006-07-19  Bruno Haible  <bruno@clisp.org>
62
63	* getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume that
64	getline works on glibc2 systems. Needed to avoid trouble in
65	relocatable.c.
66	Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
67
682006-06-28  Bruno Haible  <bruno@clisp.org>
69
70	Assume <dirent.h> on all Unix platforms. Assume closedir works.
71	* backupfile.m4 (gt_PREREQ_BACKUPFILE): Don't invoke AC_HEADER_DIRENT,
72	AC_FUNC_CLOSEDIR_VOID. Instead test for dirent.h.
73
742006-06-27  Bruno Haible  <bruno@clisp.org>
75
76	* Makefile.am (aclocal_DATA): Remove isc-posix.m4.
77
782006-06-27  Bruno Haible  <bruno@clisp.org>
79
80	Assume correct S_ISDIR macro.
81	* tmpdir.m4 (gt_TMPDIR): Remove AC_STAT_MACROS_BROKEN invocation.
82
832006-06-27  Bruno Haible  <bruno@clisp.org>
84
85	Assume working 'const'.
86	* fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_C_CONST invocation.
87
882006-06-27  Bruno Haible  <bruno@clisp.org>
89
90	* setlocale.m4 (gt_SETLOCALE): Assume <locale.h> exists.
91
922006-04-14  Bruno Haible  <bruno@clisp.org>
93
94	Assume autoconf >= 2.60.
95	* Makefile.am (docdir): Remove variable.
96
972006-06-17  Bruno Haible  <bruno@clisp.org>
98
99	* setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
100	whether errno is declared. Assume <errno.h> declares errno.
101
1022006-06-15  Eric Blake  <ebb9@byu.net>
103
104	* ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
105
1062006-06-04  Bruno Haible  <bruno@clisp.org>
107
108	* Makefile.am (aclocal_DATA): Remove inttypes.m4, add inttypes-h.m4.
109
1102006-06-04  Bruno Haible  <bruno@clisp.org>
111
112	* locale-fr.m4 (gt_LOCALE_FR): Require AM_LANGINFO_CODESET. Verify
113	that nl_langinfo(CODESET) is nonempty. Set LC_CTYPE to empty for the
114	test.
115	(gt_LOCALE_FR_UTF8): Likewise.
116	Needed for MacOS X 10.3.x, to make the lang-tcl test work.
117
1182006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119
120	* regex.m4 (gl_INCLUDED_REGEX): Fix M4 underquoting.
121
1222006-04-30  Bruno Haible  <bruno@clisp.org>
123
124	* relocatable.m4 (AC_RELOCATABLE): Also test for availability of
125	<unistd.h>, <mach-o/dyld.h>. _NSGetExecutablePath.
126
1272006-05-09  Bruno Haible  <bruno@clisp.org>
128
129	* javaexec.m4 (gt_JAVAEXEC): On Cygwin, set CLASSPATH_SEPARATOR to a
130	semicolon.
131	* javacomp.m4 (gt_JAVACOMP): Likewise. Use CLASSPATH_SEPARATOR for
132	the conftestver execution.
133
1342006-04-30  Bruno Haible  <bruno@clisp.org>
135
136	* stdarg.m4: New file.
137	* Makefile.am (EXTRA_DIST): Add it.
138
1392006-05-01  Bruno Haible  <bruno@clisp.org>
140
141	* javacomp.m4 (gt_JAVACOMP): Accept a source-version and an optional
142	target-version argument. Verify that the compiler groks source of the
143	specified source-version, or add -source option as necessary. Verify
144	that the compiler produces bytecode in the specified target-version,
145	or add -target and -source options as necessary. Make the result of
146	the test available as variable CONF_JAVAC. Also log error output in
147	config.log.
148
1492006-04-23  Bruno Haible  <bruno@clisp.org>
150
151	* unistd_h.m4: New file, from gnulib.
152	* Makefile.am (EXTRA_DIST): Add it.
153
1542006-04-14  Bruno Haible  <bruno@clisp.org>
155
156	Prepare for autoconf-2.60.
157	* regex.m4 (gl_INCLUDED_REGEX): Include <stdlib.h>, for exit()
158	declaration.
159
1602006-03-12  Bruno Haible  <bruno@clisp.org>
161
162	* javaexec.m4 (gt_JAVAEXEC): Make the result of the test available as
163	variable CONF_JAVA, for subsequent autoconf tests. Also log error
164	output in config.log.
165
1662006-03-11  Bruno Haible  <bruno@clisp.org>
167
168	* javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
169
1702005-12-04  Bruno Haible  <bruno@clisp.org>
171
172	* csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix' launcher
173	(untested).
174
1752005-12-04  Bruno Haible  <bruno@clisp.org>
176
177	* csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
178
1792005-11-24  Bruno Haible  <bruno@clisp.org>
180
181	Cygwin portability.
182	* relocatable.m4 (AC_RELOCATABLE): Require AC_EXEEXT. Arrange to set
183	RELOC_EXEEXT while invoking install-reloc.
184
1852005-09-20  Bruno Haible  <bruno@clisp.org>
186
187	* bison-i18n.m4: New file, from bison-2.1.
188	* Makefile.am (EXTRA_DIST): Add it.
189
1902005-08-23  Bruno Haible  <bruno@clisp.org>
191
192	* byteswap.m4: New file, from gnulib.
193	* Makefile.am (EXTRA_DIST): Add byteswap.m4.
194
1952005-08-13  Bruno Haible  <bruno@clisp.org>
196
197	* java.m4: New file.
198	* Makefile.am (EXTRA_DIST): Add it.
199
2002005-08-16  Bruno Haible  <bruno@clisp.org>
201
202	* strcase.m4: Remove file.
203	* Makefile.am (EXTRA_DIST): Remove it.
204
2052005-07-24  Bruno Haible  <bruno@clisp.org>
206
207	Tidy up exported symbols.
208	* Makefile.am (aclocal_DATA): Add visibility.m4.
209
2102005-07-16  Bruno Haible  <bruno@clisp.org>
211
212	* Makefile.am (aclocal_DATA): Add lock.m4.
213
2142005-07-05  Bruno Haible  <bruno@clisp.org>
215
216	* relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
217	SET_RELOCATABLE to a trivial value.
218
2192005-07-05  Bruno Haible  <bruno@clisp.org>
220
221	* mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
222	autoconf CVS. Needed for mingw.
223
2242005-05-01  Bruno Haible  <bruno@clisp.org>
225
226	* csharpexec-test.exe: New file.
227	* csharpexec.m4 (gt_CSHARPEXEC): Test whether the C# engine can execute
228	it.
229	* Makefile.am (examplesbuildaux_DATA, EXTRA_DIST): Add
230	csharpexec-test.exe.
231
2322005-05-01  Bruno Haible  <bruno@clisp.org>
233
234	* csharpcomp.m4 (gt_CSHARPCOMP): Check that cscc can actually compile
235	a trivial program.
236	Reported by Pierre <pierre42d@9online.fr>.
237
2382006-06-21  Bruno Haible  <bruno@clisp.org>
239
240	* gettext-0.14.6 released.
241
2422005-05-23  Bruno Haible  <bruno@clisp.org>
243
244	* gettext-0.14.5 released.
245
2462005-04-11  Bruno Haible  <bruno@clisp.org>
247
248	* gettext-0.14.4 released.
249
2502005-03-22  Bruno Haible  <bruno@clisp.org>
251
252	* Makefile.am (examplesbuildauxdir): Renamed from examplesconfigdir.
253	(examplesbuildaux_DATA): Renamed from examplesconfig_DATA.
254
2552005-03-14  Bruno Haible  <bruno@clisp.org>
256
257	* gettext-0.14.3 released.
258
2592005-03-01  Bruno Haible  <bruno@clisp.org>
260
261	* exitfail.m4, getopt.m4, hard-locale.m4, memchr.m4, pathmax.m4:
262	* quote.m4, quotearg.m4, regex.m4, restrict.m4, strdup.m4, strerror.m4:
263	* xreadlink.m4: Update from gnulib.
264
2652005-02-24  Bruno Haible  <bruno@clisp.org>
266
267	* gettext-0.14.2 released.
268
2692005-02-13  Bruno Haible  <bruno@clisp.org>
270
271	* locale-fr.m4 (gt_LOCALE_FR): If no locale was found or if the OS is
272	Darwin7, use 'none' instead of 'fr_FR'.
273	(gt_LOCALE_FR_UTF8): New macro.
274
2752005-02-13  Bruno Haible  <bruno@clisp.org>
276
277	* strtoul.m4: New file, from gnulib.
278	* strtol.m4: New file, from gnulib.
279	* Makefile.am (EXTRA_DIST): Add strtol.m4, strtoul.m4.
280
2812005-01-28  Bruno Haible  <bruno@clisp.org>
282
283	* stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
284	AIX, the replacement has to be done only after <string.h> is included,
285	therefore not in config.h. stpncpy.h does the replacement, and
286	stpncpy.c uses it.
287
2882005-01-19  Bruno Haible  <bruno@clisp.org>
289
290	* alloca.m4, allocsa.m4, backupfile.m4, canonicalize.m4, csharpcomp.m4:
291	* csharpexec.m4, csharp.m4, eaccess.m4, eealloc.m4, error.m4:
292	* exitfail.m4, extensions.m4, fnmatch.m4, gcj.m4, getline.m4:
293	* getndelim2.m4, getopt.m4, hard-locale.m4, hostname.m4, javacomp.m4:
294	* javaexec.m4, libgrep.m4, locale-fr.m4, mbrtowc.m4, mbstate_t.m4:
295	* mbswidth.m4, memchr.m4, mkdtemp.m4, onceonly.m4, pathmax.m4:
296	* quotearg.m4, quote.m4, readlink.m4, relocatable.m4, restrict.m4:
297	* setenv.m4, setlocale.m4, sig_atomic_t.m4, siginfo.m4:
298	* signalblocking.m4, ssize_t.m4, stdbool.m4, stpncpy.m4, strcase.m4:
299	* strdup.m4, strerror.m4, strerror_r.m4, tmpdir.m4, unionwait.m4:
300	* unlocked-io.m4, xreadlink.m4:
301	Use an all-permissive copyright notice, recommended by RMS.
302
3032005-01-14  Bruno Haible  <bruno@clisp.org>
304
305	* stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to
306	gnu_stpncpy. Needed for AIX.
307
3082005-01-08  Bruno Haible  <bruno@clisp.org>
309
310	* libgrep.m4: New file.
311	* hard-locale.m4: New file, from gnulib.
312	* memchr.m4: New file, from gnulib.
313	* regex.m4: New file, from gnulib.
314	* restrict.m4: New file, from gnulib.
315	* strdup.m4: New file, from gnulib.
316
3172005-01-06  Bruno Haible  <bruno@clisp.org>
318
319	* strcase.m4: New file, from gnulib.
320	* Makefile.am (EXTRA_DIST): Add it.
321
3222005-01-06  Bruno Haible  <bruno@clisp.org>
323
324	* stpncpy.m4: New file, from gnulib.
325	* Makefile.am (EXTRA_DIST): Add it.
326
3272005-01-06  Bruno Haible  <bruno@clisp.org>
328
329	* error.m4: Upgrade from gnulib.
330
3312005-01-06  Bruno Haible  <bruno@clisp.org>
332
333	* quote.m4: New file, from gnulib.
334	* Makefile.am (EXTRA_DIST): Add quote.m4.
335
3362005-01-06  Bruno Haible  <bruno@clisp.org>
337
338	* exitfail.m4: New file, from gnulib.
339	* Makefile.am (EXTRA_DIST): Add exitfail.m4.
340
3412005-01-06  Bruno Haible  <bruno@clisp.org>
342
343	* Makefile.am (EXTRA_DIST): Add getopt.m4.
344	* getopt.m4: New file, from gnulib.
345
3462005-01-06  Bruno Haible  <bruno@clisp.org>
347
348	* fnmatch.m4: Upgrade from gnulib.
349
3502005-01-06  Bruno Haible  <bruno@clisp.org>
351
352	* stdbool.m4: Upgrade to gnulib version.
353
3542004-11-02  Bruno Haible  <bruno@clisp.org>
355
356	* setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
357	returns void.
358
3592004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
360
361	* unlocked-io.m4: Add copyright notice.
362	(gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
363
3642004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
365
366	* quotearg.m4: Fix copyright date and/or serial number.
367
3682003-11-24  Bruno Haible  <bruno@clisp.org>
369
370	* allocsa.m4 (gl_ALLOCSA): Require also gl_AC_TYPE_LONG_LONG and
371	gt_TYPE_LONGDOUBLE.
372
3732003-09-17  Paul Eggert  <eggert@twinsun.com>
374
375	* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
376	to avoid spurious warnings like "AC_RUN_IFELSE was called before
377	gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
378
3792003-09-12  Paul Eggert  <eggert@twinsun.com>
380
381	* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
382	and AC_MINIX, too, so that their extensions are available.
383
3842003-09-10  Bruno Haible  <bruno@clisp.org>
385
386	* xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
387
3882003-09-10  Bruno Haible  <bruno@clisp.org>
389
390	* setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
391	<stdlib.h> and <string.h> checks.
392
3932004-04-26  Bruno Haible  <bruno@clisp.org>
394
395	* csharpcomp.m4 (gt_CSHARPCOMP): Avoid using !.
396	Reported by Alexandre Duret-Lutz.
397
3982004-04-19  Bruno Haible  <bruno@clisp.org>
399
400	* error.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
401
4022004-04-19  Bruno Haible  <bruno@clisp.org>
403
404	* mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
405
4062004-04-18  Jim Meyering  <jim@meyering.net>
407
408	* mbswidth.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
409	* mkdtemp.m4: Likewise.
410	* unlocked-io.m4: Likewise.
411	* quotearg.m4: Likewise.
412
4132004-03-18  Paul Eggert  <eggert@twinsun.com>
414            Bruno Haible  <bruno@clisp.org>
415
416	* mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
417	mbswidth.
418
4192004-03-08  Bruno Haible  <bruno@clisp.org>
420
421	* csharpcomp.m4 (gt_CSHARPCOMP): Test whether csc is not the chicken
422	scheme's 'csc' compiler.
423	Reported by Colin Marquardt <colin@marquardt-home.de>.
424
4252004-01-18  Bruno Haible  <bruno@clisp.org>
426
427	* csharp.m4 (gt_CSHARP_CHOICE): Drop extra quoting of the # sign.
428
4292004-02-07  Bruno Haible  <bruno@clisp.org>
430
431	* mbstate_t.m4: Update from gnulib.
432	* mbswidth.m4: Invoke AC_TYPE_MBSTATE_T instead of AC_MBSTATE_T.
433	* quotearg.m4: New file, from gnulib.
434	* Makefile.am (EXTRA_DIST): Add quotearg.m4.
435
4362004-02-02  Bruno Haible  <bruno@clisp.org>
437
438	* Makefile.am (aclocal_DATA): Add glibc2.m4.
439
4402004-01-29  Bruno Haible  <bruno@clisp.org>
441
442	* gettext-0.14.1 released.
443
4442004-01-29  Bruno Haible  <bruno@clisp.org>
445
446	* csharpcomp.m4 (gt_CSHARPCOMP): Fix typo.
447
4482004-01-28  Bruno Haible  <bruno@clisp.org>
449
450	* gettext-0.14 released.
451
4522004-01-10  Bruno Haible  <bruno@clisp.org>
453
454	* csharp.m4: New file.
455	* csharpcomp.m4 (gt_CSHARPCOMP): Require gt_CSHARP_CHOICE. Respect the
456	CSHARP_CHOICE given by the --enable-csharp option.
457	* csharpexec.m4 (gt_CSHARPEXEC): Require gt_CSHARP_CHOICE. Respect the
458	CSHARP_CHOICE given by the --enable-csharp option.
459	* Makefile.am (EXTRA_DIST): Add csharp.m4.
460
4612003-12-26  Bruno Haible  <bruno@clisp.org>
462
463	Support for C#.
464	* csharpcomp.m4: New file.
465	* csharpexec.m4: New file.
466	* Makefile.am (examplesconfig_DATA): Add them.
467	(EXTRA_DIST): Likewise.
468
4692003-11-30  Bruno Haible  <bruno@clisp.org>
470
471	* allocsa.m4: New file.
472	* eealloc.m4: New file.
473	* setenv.m4 (gl_PREREQ_SETENV): Require gl_ALLOCSA instead of
474	AC_FUNC_ALLOCA.
475	* Makefile.am (EXTRA_DIST): Add allocsa.m4, eealloc.m4.
476
4772003-12-17  Bruno Haible  <bruno@clisp.org>
478
479	* gettext-0.13.1 released.
480
4812003-11-30  Bruno Haible  <bruno@clisp.org>
482
483	* gettext-0.13 released.
484
4852003-11-23  Bruno Haible  <bruno@clisp.org>
486
487	* ssize_t.m4: New file, moved here from ../../gettext-runtime/m4/.
488	* Makefile.am (aclocal_DATA): Remove ssize_t.m4.
489	(EXTRA_DIST): Add ssize_t.m4.
490
4912003-11-16  Bruno Haible  <bruno@clisp.org>
492
493	* size_max.m4: Remove file, moved to ../../gettext-runtime/m4/.
494	* ssize_t.m4: Remove file, moved to ../../gettext-runtime/m4/.
495	* xsize.m4: Remove file, moved to ../../gettext-runtime/m4/.
496	* Makefile.am (aclocal_DATA): Add size_max.m4, ssize_t.m4, xsize.m4.
497	(EXTRA_DIST): Remove size_max.m4, ssize_t.m4, xsize.m4.
498
4992003-11-15  Bruno Haible  <bruno@clisp.org>
500
501	* Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New
502	variables.
503
5042003-11-09  Bruno Haible  <bruno@clisp.org>
505
506	* javaexec.m4 (gt_JAVAEXEC): Accept two optional arguments, denoting
507	a test class to execute.
508
5092003-11-11  Bruno Haible  <bruno@clisp.org>
510
511	* size_max.m4: New file, from gnulib.
512	* xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
513	* Makefile.am (EXTRA_DIST): Add size_max.m4.
514
5152003-11-04  Bruno Haible  <bruno@clisp.org>
516
517	* xsize.m4: New file.
518	* Makefile.am (EXTRA_DIST): Add it.
519
5202003-10-21  Bruno Haible  <bruno@clisp.org>
521
522	* canonicalize.m4 (gl_PREREQ_CANONICALIZE): Also test for readlink().
523
5242003-10-14  Bruno Haible  <bruno@clisp.org>
525
526	* sig_atomic_t.m4: New file.
527	* Makefile.am (EXTRA_DIST): Add it.
528
5292003-10-04  Bruno Haible  <bruno@clisp.org>
530
531	* flex.m4: Remove file.
532	* Makefile.am (EXTRA_DIST): Remove it.
533
5342003-09-04  Bruno Haible  <bruno@clisp.org>
535
536	* locale-fr.m4 (gt_LOCALE_FR): Add support for Solaris 7.
537
5382003-08-26  Bruno Haible  <bruno@clisp.org>
539
540	* fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
541	This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
542	followed by '#define fnmatch fnmatch_posix' gives an error.
543
5442003-08-24  Bruno Haible  <bruno@clisp.org>
545
546	* relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
547	since the substitution of @host@ may occur before the substitution of
548	@SET_RELOCATABLE@.
549
5502002-12-24  Bruno Haible  <bruno@clisp.org>
551
552	* mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
553	onceonly macros.
554
5552002-12-17  Bruno Haible  <bruno@clisp.org>
556
557	* mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
558	stdlib.h, string.h.
559
5602003-02-17  Bruno Haible  <bruno@clisp.org>
561
562	* mkdtemp.m4 (gl_PREREQ_MKDTEMP): New macro.
563	(gt_FUNC_MKDTEMP): Invoke it. Invoke jm_AC_TYPE_UINTMAX_T instead of
564	just jm_AC_HEADER_INTTYPES_H and jm_AC_HEADER_STDINT_H.
565
5662003-08-23  Bruno Haible  <bruno@clisp.org>
567
568	* getline.m4: Update from gnulib.
569	* getndelim2.m4: New file, from gnulib.
570	* Makefile.am (EXTRA_DIST): Add getndelim2.m4.
571
5722003-08-23  Bruno Haible  <bruno@clisp.org>
573
574	* fnmatch.m4: Replace with the version from gnulib.
575
5762002-12-24  Bruno Haible  <bruno@clisp.org>
577
578	* setenv.m4 (gt_FUNC_SETENV): New macro.
579	(gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
580	when invoked twice.
581	(gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
582	gt_FUNC_SETENV.
583
5842003-08-23  Bruno Haible  <bruno@clisp.org>
585
586	* stdbool.m4: Replace with the version from gnulib, without
587	AC_HEADER_STDBOOL.
588
5892003-08-23  Bruno Haible  <bruno@clisp.org>
590
591	* Makefile.am (EXTRA_DIST): Add extensions.m4.
592
5932003-08-08  Paul Eggert  <eggert@twinsun.com>
594
595	* extensions.m4: New file.
596	* unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
597	Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
598
5992003-07-01  Paul Eggert  <eggert@twinsun.com>
600
601	* xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
602	xreadlink.c now includes it unconditionally.
603
6042003-08-16  Paul Eggert  <eggert@twinsun.com>
605
606	* readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
607	fixing a typo.
608
6092003-07-01  Bruno Haible  <bruno@clisp.org>
610
611	* readlink.m4: New file, from gnulib.
612	* Makefile.am (EXTRA_DIST): Add it.
613
6142003-07-01  Bruno Haible  <bruno@clisp.org>
615
616	* ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
617	should be sufficient.
618	Reported by Paul Eggert.
619
6202003-07-01  Bruno Haible  <bruno@clisp.org>
621
622	* backupfile.m4 (gt_PREREQ_BACKUPFILE): Remove limits.h check.
623
6242003-05-28  Paul Eggert  <eggert@twinsun.com>
625
626	* pathmax.m4 (gl_PATHMAX): Don't check for limits.h.
627	* xreadlink.m4 (gl_XREADLINK): Likewise.
628
6292003-06-22  Bruno Haible  <bruno@clisp.org>
630
631	Portability to mingw32.
632	* ssize_t.m4 (gt_TYPE_SSIZE_T): Test for unistd.h.
633	* xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
634	Reported by Jeff Bonggren <jbon@cfl.rr.com>.
635
6362003-06-19  Bruno Haible  <bruno@clisp.org>
637
638	* Makefile.am (aclocal_DATA): Add intmax.m4, longdouble.m4,
639	longlong.m4, printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.
640
6412003-06-19  Bruno Haible  <bruno@clisp.org>
642
643	* locale-fr.m4: New file.
644	* Makefile.am (EXTRA_DIST): Add it.
645
6462003-05-22  Bruno Haible  <bruno@clisp.org>
647
648	* gettext-0.12.1 released.
649
6502003-05-17  Bruno Haible  <bruno@clisp.org>
651
652	* gettext-0.12 released.
653
6542003-05-09  Bruno Haible  <bruno@clisp.org>
655
656	* strerror_r.m4: New file, from gnulib.
657	* unlocked-io.m4: New file, from gnulib.
658	* Makefile.am (EXTRA_DIST): Add them.
659
6602003-04-29  Bruno Haible  <bruno@clisp.org>
661
662	* Makefile.am (aclocal_DATA): Add nls.m4 and po.m4.
663
6642003-04-10  Bruno Haible  <bruno@clisp.org>
665
666	* eaccess.m4: New file.
667	* Makefile.am (EXTRA_DIST): Add it.
668
6692003-04-06  Bruno Haible  <bruno@clisp.org>
670
671	* relocatable.m4 (AC_RELOCATABLE_NOP): New macro.
672	(AC_RELOCATABLE_LIBRARY): Use it.
673
6742003-04-05  Bruno Haible  <bruno@clisp.org>
675
676	* canonicalize.m4 (gl_CANONICALIZE): Use AC_CHECK_FUNCS, so that
677	HAVE_CANONICALIZE_FILE_NAME gets defined.
678	* error.m4 (jm_PREREQ_ERROR): New macro.
679	(gt_FUNC_ERROR_AT_LINE): Invoke it.
680
6812003-04-05  Bruno Haible  <bruno@clisp.org>
682
683	* relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of
684	${prefix}, not the current value.
685
6862003-03-18  Bruno Haible  <bruno@clisp.org>
687
688	* onceonly.m4: Update from gnulib.
689
6902003-02-28  Bruno Haible  <bruno@clisp.org>
691
692	Support for relocatable installation.
693	* canonicalize.m4: New file.
694	* relocatable.m4: New file.
695	* strerror.m4: New file.
696	* xreadlink.m4: New file.
697	* Makefile.am (EXTRA_DIST): Add them.
698
6992003-02-28  Bruno Haible  <bruno@clisp.org>
700
701	* pathmax.m4: New file, from gnulib.
702	* Makefile.am (EXTRA_DIST): Add it.
703
7042003-02-22  Bruno Haible  <bruno@clisp.org>
705
706	* flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed
707	any more with automake-1.7.2.
708
7092003-02-19  Bruno Haible  <bruno@clisp.org>
710
711	* stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in
712	declarations. Needed for HP-UX 11 cc.
713
7142003-02-12  Bruno Haible  <bruno@clisp.org>
715
716	* Makefile.am: Update for new directory structure.
717	(EXTRA_DIST): Add ChangeLog.0.
718
719
720See ChangeLog.0 for earlier changes.
721