Work around a bug in both the Linux and SunOS 64-bit kernels:
[gnulib.git] / m4 / ChangeLog
1 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Work around a bug in both the Linux and SunOS 64-bit kernels:
4         nanosleep mishandles sleeps for longer than 2**31 seconds.
5         Problem reported by Frank v Waveren in
6         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
7         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8         Check for nanosleep bug.
9         (LIB_NANOSLEEP): Append clock_gettime library if needed.
10
11 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * isapipe.m4: New file.
14
15 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * fcntl_h.m4: New file.
18
19 2006-08-28  Eric Blake  <ebb9@byu.net>
20
21         * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
22
23 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24
25         * inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
26         * stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most recent
27         change to stdint.m4, since we're now addressing the problem in a
28         different way.
29
30 2006-08-28  Bruno Haible  <bruno@clisp.org>
31
32         * inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
33         macros.
34
35 2006-08-22  Eric Blake  <ebb9@byu.net>
36
37         * codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
38
39 2006-08-26  Bruno Haible  <bruno@clisp.org>
40
41         * inttypes.m4: New file.
42         * _inttypes_h.m4: Remove file.
43         * inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST PRI_MACROS_BROKEN.
44         * stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45
46         * imaxabs.m4: New file.
47
48         * imaxdiv.m4: New file.
49
50 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51
52         * config-h.m4: New file.
53
54 2006-08-23  Bruno Haible  <bruno@clisp.org>
55
56         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
57         as unusable.
58
59         * lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
60         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
61         (gl_LOCK): New macro.
62
63 2006-08-18  Bruno Haible  <bruno@clisp.org>
64
65         * lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
66         on OSF/1 to no.
67         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
68
69 2006-08-22  Eric Blake  <ebb9@byu.net>
70
71         * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
72         * inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
73         * longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
74         * intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
75
76 2006-08-22  Bruno Haible  <bruno@clisp.org>
77
78         * readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
79         <utmpx.h> exists.
80
81 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
82
83         * rijndael.m4 (gl_ARCFOUR):
84         * arctwo.m4 (gl_ARCTWO):
85         * check-version.m4 (gl_CHECK_VERSION):
86         * crc.m4 (gl_CRC):
87         * des.m4 (gl_DES):
88         * gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
89         * gc.m4 (gl_GC):
90         * getdelim.m4 (gl_FUNC_GETDELIM):
91         * getline.m4 (gl_FUNC_GETLINE):
92         * getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
93         * hmac-md5.m4 (gl_HMAC_MD5):
94         * hmac-sha1.m4 (gl_HMAC_SHA1):
95         * md2.m4 (gl_MD2):
96         * md4.m4 (gl_MD4):
97         * pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
98         * read-file.m4 (gl_FUNC_READ_FILE):
99         * readline.m4 (gl_FUNC_READLINE):
100         * rijndael.m4 (gl_RIJNDAEL):
101         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
102         to get the necessary .h files and whatnot.
103
104 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
105
106         * mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
107
108         * argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
109         * dev-ino.m4, same-inode.m4: Remove.
110
111         * _inttypes_h.m4 (gl_INTTYPES_H):
112         * acl.m4 (AC_FUNC_ACL):
113         * backupfile.m4 (gl_BACKUPFILE):
114         * c-strtod.m4 (gl_C99_STRTOLD):
115         * canon-host.m4 (gl_CANON_HOST):
116         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
117         * chdir-long.m4 (gl_FUNC_CHDIR_LONG):
118         * chdir-safer.m4 (gl_CHDIR_SAFER):
119         * cloexec.m4 (gl_CLOEXEC):
120         * close-stream.m4 (gl_CLOSE_STREAM):
121         * closeout.m4 (gl_CLOSEOUT):
122         * dirfd.m4 (gl_FUNC_DIRFD):
123         * dirname.m4 (gl_DIRNAME):
124         * exclude.m4 (gl_EXCLUDE):
125         * exitfail.m4 (gl_EXITFAIL):
126         * fcntl-safer.m4 (gl_FCNTL_SAFER):
127         * file-type.m4 (gl_FILE_TYPE):
128         * filemode.m4 (gl_FILEMODE):
129         * filenamecat.m4 (gl_FILE_NAME_CONCAT):
130         * fpending.m4 (gl_FUNC_FPENDING):
131         * fprintftime.m4 (gl_FPRINTFTIME):
132         * fts.m4 (gl_FUNC_FTS):
133         * getcwd.m4 (gl_FUNC_GETCWD_NULL):
134         * getdate.m4 (gl_GETDATE):
135         * gethrxtime.m4 (gl_GETHRXTIME):
136         * getpagesize.m4 (gl_GETPAGESIZE):
137         * getpass.m4 (gl_FUNC_GETPASS):
138         * gettime.m4 (gl_GETTIME):
139         * getugroups.m4 (gl_GETUGROUPS):
140         * glob.m4 (gl_GLOB_SUBSTITUTE):
141         * group-member.m4 (gl_FUNC_GROUP_MEMBER):
142         * hard-locale.m4 (gl_HARD_LOCALE):
143         * hash.m4 (gl_HASH):
144         * idcache.m4 (gl_IDCACHE):
145         * lchmod.m4 (gl_FUNC_LCHMOD):
146         * lchown.m4 (gl_FUNC_LCHOWN):
147         * long-options.m4 (gl_LONG_OPTIONS):
148         * lstat.m4 (gl_FUNC_LSTAT):
149         * md5.m4 (gl_MD5):
150         * memcasecmp.m4 (gl_MEMCASECMP):
151         * memcoll.m4 (gl_MEMCOLL):
152         * mempcpy.m4 (gl_FUNC_MEMPCPY):
153         * memrchr.m4 (gl_FUNC_MEMRCHR):
154         * memxor.m4 (gl_MEMXOR):
155         * mkancesdirs.m4 (gl_MKANCESDIRS):
156         * mkdir-p.m4 (gl_MKDIR_PARENTS):
157         * modechange.m4 (gl_MODECHANGE):
158         * mountlist.m4 (gl_MOUNTLIST):
159         * nanosleep.m4 (gl_FUNC_NANOSLEEP):
160         * openat.m4 (gl_FUNC_OPENAT):
161         * pathmax.m4 (gl_PATHMAX):
162         * physmem.m4 (gl_PHYSMEM):
163         * posixtm.m4 (gl_POSIXTM):
164         * posixver.m4 (gl_POSIXVER):
165         * quote.m4 (gl_QUOTE):
166         * quotearg.m4 (gl_QUOTEARG):
167         * readtokens.m4 (gl_READTOKENS):
168         * readutmp.m4 (gl_READUTMP):
169         * regex.m4 (gl_REGEX):
170         * safe-read.m4 (gl_SAFE_READ):
171         * safe-write.m4 (gl_SAFE_WRITE):
172         * same.m4 (gl_SAME):
173         * save-cwd.m4 (gl_SAVE_CWD):
174         * savedir.m4 (gl_SAVEDIR):
175         * settime.m4 (gl_SETTIME):
176         * sha1.m4 (gl_SHA1):
177         * sig2str.m4 (gl_FUNC_SIG2STR):
178         * stat-macros.m4 (gl_STAT_MACROS):
179         * stat-time.m4 (gl_STAT_TIME):
180         * stdio-safer.m4 (gl_FOPEN_SAFER):
181         * stdlib-safer.m4 (gl_STDLIB_SAFER):
182         * strdup.m4 (gl_FUNC_STRDUP):
183         * strftime.m4 (gl_FUNC_GNU_STRFTIME):
184         * strndup.m4 (gl_FUNC_STRNDUP):
185         * strnlen.m4 (gl_FUNC_STRNLEN):
186         * strverscmp.m4 (gl_FUNC_STRVERSCMP):
187         * time_r.m4 (gl_TIME_R):
188         * timespec.m4 (gl_TIMESPEC):
189         * unistd-safer.m4 (gl_UNISTD_SAFER):
190         * unlinkdir.m4 (gl_UNLINKDIR):
191         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
192         * userspec.m4 (gl_USERSPEC):
193         * utimecmp.m4 (gl_UTIMECMP):
194         * utimens.m4 (gl_UTIMENS):
195         * xalloc.m4 (gl_XALLOC):
196         * xgetcwd.m4 (gl_XGETCWD):
197         * xnanosleep.m4 (gl_XNANOSLEEP):
198         * xreadlink.m4 (gl_XREADLINK):
199         * xstrtod.m4 (gl_XSTRTOD):
200         * yesno.m4 (gl_YESNO):
201         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
202         to get the necessary .h files and whatnot.
203
204 2006-08-19  Bruno Haible  <bruno@clisp.org>
205
206         BeOS portability.
207         * mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
208         exist.
209
210 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
211
212         Remove files that are no longer needed by their respective modules.
213         * obstack.m4: Remove.
214         * strerror_r.m4: Remove.
215         * uint32_t.m4: Remove.
216         * uintptr_t.m4: Remove.
217         * ullong_max.m4: Remove.
218         * xstrtoimax.m4: Remove.
219         * xstrtoumax.m4: Remove.
220
221         * cycle-check.m4 (gl_CYCLE_CHECK): Do not require gl_AC_TYPE_UINTMAX_T,
222         gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib dependencies now
223         capture this.
224
225         * cycle-check.m4 (gl_CYCLE_CHECK):
226         Do not use AC_LIBSOURCES, since gnulib modules now do this.
227         * fsusage.m4 (gl_FSUSAGE): Likewise.
228         * human.m4 (gl_HUMAN): Likewise.
229         * inttostr.m4 (gl_INTTOSTR): Likewise.
230         * xstrtol.m4 (gl_XSTRTOL): Likewise.
231
232         * filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
233
234         * filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
235         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
236         stdint.
237         * human.m4 (gl_HUMAN): Likewise.
238         * inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
239         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
240         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
241         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
242         * xstrtol (gl_XSTRTOL): Likewise.
243
244         * gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
245         AC_TYPE_LONG_LONG_INT.
246         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
247         * strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
248         * strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
249         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
250
251         * human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
252         on stdbool.
253
254         * xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
255         (gl_PREREQ_XSTRTOUL): Remove.
256
257         * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
258
259         * posixver.m4: Fix comment since head -1 now works even in POSIX mode.
260
261 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
262             Bruno Haible  <bruno@clisp.org>
263
264         * bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
265         and is a script that invokes bison. Tighten the code. Add comments.
266
267 2006-08-18  Bruno Haible  <bruno@clisp.org>
268
269         * bison-i18n.m4: New file, from bison.
270
271 2006-08-18  Bruno Haible  <bruno@clisp.org>
272
273         * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
274         sys/statvfs.h. When getmntinfo was found, check its declaration and
275         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
276
277 2006-08-18  Jim Meyering  <jim@meyering.net>
278
279         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
280         since gethrxtime may revert to using clock_gettime via gettime.c.
281         Gabor Z. Papp reported that gethrxtime-using programs failed to
282         link due to unresolved clock_gettime on a linux-2.4.x system.
283
284 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
285
286         Update from coreutils.
287
288         2006-08-15  Jim Meyering  <jim@meyering.net>
289
290         * openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
291
292         2006-01-17  Jim Meyering  <jim@meyering.net>
293
294         * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
295
296         2006-01-11  Jim Meyering  <jim@meyering.net>
297
298         * openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
299         Check for the lchmod function.
300
301 2006-08-11  Bruno Haible  <bruno@clisp.org>
302
303         * wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h> before
304         <wchar.h>. Needed for OSF/1 and BSD/OS.
305
306 2006-08-10  Jim Meyering  <jim@meyering.net>
307
308         * cycle-check.m4: New file.
309         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
310         * dev-ino.m4, same-inode.m4: New files.
311
312 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
313
314         * argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
315         * gc.m4 (gl_PREREQ_GC): Likewise.
316         * glob.m4 (gl_PREREQ_GLOB): Likewise.
317         * inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
318         * inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
319         * memxor.m4 (gl_MEMXOR): Likewise.
320         * restrict.m4: Remove; no longer needed.  All remaining uses of
321         gl_C_RESTRICT replaced by AC_C_RESTRICT.
322
323         Merge from coreutils.
324         * regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
325         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
326         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
327         * time_r.m4 (gl_TIME_R): Likewise.
328
329 2006-07-31  Bruno Haible  <bruno@clisp.org>
330
331         * localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
332         <stdlib.h>, <string.h>.
333
334 2006-07-30  Bruno Haible  <bruno@clisp.org>
335
336         * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
337
338 2006-07-28  Simon Josefsson  <jas@extundo.com>
339
340         * netinet_in_h.m4: New file.
341
342 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
343
344         * inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
345
346 2006-07-28  Bruno Haible  <bruno@clisp.org>
347
348         * mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
349
350 2006-07-27  Bruno Haible  <bruno@clisp.org>
351
352         * stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
353         test.
354
355 2006-07-26  Eric Blake  <ebb9@byu.net>
356
357         * unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
358
359 2006-07-26  Bruno Haible  <bruno@clisp.org>
360
361         * stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
362         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
363         INT_FAST*_MIN, INTPTR_MIN.
364
365 2006-07-25  Bruno Haible  <bruno@clisp.org>
366
367         * stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of complex
368         commands.
369
370 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
373         (gl_STDIO_SAFER): Remove.
374
375 2006-07-24  Bruno Haible  <bruno@clisp.org>
376
377         * tmpdir.m4: New file, from GNU gettext.
378
379 2006-07-23  Eric Blake  <ebb9@byu.net>
380
381         * stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
382
383 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
384
385         * close-stream.m4: New file.
386
387 2006-07-22  Bruno Haible  <bruno@clisp.org>
388
389         Merge from GNU gettext 0.15.
390
391         2006-03-25  Bruno Haible  <bruno@clisp.org>
392
393                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
394
395         2006-07-21  Bruno Haible  <bruno@clisp.org>
396
397                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
398                 "1.1".
399
400         2006-05-09  Bruno Haible  <bruno@clisp.org>
401
402                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
403                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
404                 for the conftestver execution.
405
406         2006-05-01  Bruno Haible  <bruno@clisp.org>
407
408                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
409                 optional target-version argument. Verify that the compiler
410                 groks source of the specified source-version, or add -source
411                 option as necessary. Verify that the compiler produces
412                 bytecode in the specified target-version, or add -target and
413                 -source options as necessary. Make the result of the test
414                 available as variable CONF_JAVAC. Also log error output in
415                 config.log.
416
417         2006-03-11  Bruno Haible  <bruno@clisp.org>
418
419                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
420
421         2006-05-09  Bruno Haible  <bruno@clisp.org>
422
423                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
424                 CLASSPATH_SEPARATOR to a semicolon.
425
426         2006-03-12  Bruno Haible  <bruno@clisp.org>
427
428                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
429                 available as variable CONF_JAVA, for subsequent autoconf
430                 tests. Also log error output in config.log.
431
432         2006-07-19  Bruno Haible  <bruno@clisp.org>
433
434                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
435                 that getline works on glibc2 systems. Needed to avoid trouble
436                 in relocatable.c.
437                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
438
439         2005-12-04  Bruno Haible  <bruno@clisp.org>
440
441                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
442                 launcher (untested).
443
444         2005-12-04  Bruno Haible  <bruno@clisp.org>
445
446                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
447
448         2006-07-22  Bruno Haible  <bruno@clisp.org>
449
450                 * gettext.m4: Update from GNU gettext-0.15.
451                 * nls.m4: Likewise.
452                 * po.m4: Likewise.
453                 * inttypes-pri.m4: Likewise.
454                 * inttypes-h.m4: Renamed from inttypes.m4.
455                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
456
457 2006-07-17  Bruno Haible  <bruno@clisp.org>
458
459         * gl_list.m4: New file.
460
461 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * mkancesdirs.m4: New file.
464         * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
465         Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed.
466         Require gl_FUNC_LCHOWN, since dirchownmod.c needs it.
467
468 2006-07-11  Eric Blake  <ebb9@byu.net>
469
470         * absolute-header.m4: Fix comments to match recent change.
471
472 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
473
474         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
475         to stdint.m4.
476
477 2006-07-10  Derek R. Price  <derek@ximbiot.com>
478         and Paul Eggert  <eggert@cs.ucla.edu>
479
480         * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
481         * savedir.m4:
482         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
483         macros into the GNU _D_EXACT_NAMLEN.
484
485 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
486
487         * stdint.m4 (gl_STDINT_H): Like yesterday's change to
488         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
489         "no/such/file/stdint.h" when there is no such file, so that
490         the resulting C code can be parsed by dodgy compilers.
491         Problems reported by Bob Proulx.
492
493 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
494
495         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
496         around the absolute name, to work around a problem with the HP-UX
497         11.23 native C compiler, reported by Bob Proulx.
498
499 2006-07-09  Jim Meyering  <jim@meyering.net>
500
501         * glob.m4: Remove a doubled word in a comment.
502
503 2006-07-08  Jim Meyering  <jim@meyering.net>
504
505         * link-follow.m4: Remove one of two adjacent "whether"s in a comment.
506         * getopt.m4: Remove one of two adjacent "your"s in a comment.
507         * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
508
509 2006-07-06  Derek R. Price  <derek@ximbiot.com>
510         and Paul Eggert  <eggert@cs.ucla.edu>
511
512         * backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
513         of invoking obsolescent AC_HEADER_DIRENT macro.
514         * d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
515         * d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
516         * dirfd.m4 (gl_FUNC_DIRFD): Likewise.
517         * fts.m4 (gl_FUNC_FTS_CORE): Likewise.
518         * getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
519         * glob.m4 (gl_PREREQ_GLOB): Likewise.
520         * savedir.m4 (gl_SAVEDIR): Likewise.
521         * readdir.m4: Remove; no longer needed.
522
523 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
524
525         * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
526         with only one argument, for Autoconf 2.60.
527         * fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
528         expand to nothing, so add a shell command to avoid syntax error.
529         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
530
531 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
532
533         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
534         no longer needed.  Check for isblank decl.
535         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
536         * regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
537         of existence.
538
539 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
540
541         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
542         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
543         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer needed.
544         All uses removed.
545         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
546         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
547         * exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer needed.
548         * getdate.m4 (gl_GETDATE): Likewise.
549         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
550         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
551         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
552         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
553         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
554         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
555         * exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
556         needed.
557
558 2006-07-05  Derek R. Price  <derek@ximbiot.com>
559
560         * calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
561         no longer needed.
562         * exclude.m4 (gl_EXCLUDE): Likewise.
563         * getdate.m4 (gl_GETDATE): Likewise.
564         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
565         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
566         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
567         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
568         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
569
570 2006-07-05  Eric Blake  <ebb9@byu.net>
571
572         * sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
573         to avoid 'header present but could not be compiled' on cygwin.
574
575 2006-07-03  Bruno Haible  <bruno@clisp.org>
576
577         * strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
578         the function exists, before testing against AIX.
579         Reported by Martin Lambers <marlam@marlam.de>.
580
581 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
582
583         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
584         to the absolute name, not just one, to bypass Sun C 5.8's
585         "warning: #include of /usr/include/... may be non-portable".
586
587 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
588
589         * absolute-header.m4: Renamed from full-header-path.m4.
590         This is to keep the terminology clean; POSIX talks about
591         "absolute pathnames", not "full pathnames", but the GNU
592         Coding Standards say to use "path" for something else;
593         so use "absolute" to keep both sides happy.
594         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
595         Set gl_absolute_header, not gl_full_header_path.
596         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
597         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
598         All uses changed.
599
600         Merge from coreutils.
601
602         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
603
604         * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
605         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
606         want to require the building of c-strtod.o.
607         * lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
608         needs -lm directly.
609         * xstrtod.m4 (gl_XSTRTOLD): New macro.
610
611         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
612
613         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
614         --as-needed option if available.  Problem reported by Albert Chin in
615         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
616         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
617         cc merely issues a bunch of annoying warnings for --as-needed
618         (this problem was reported by Bob Proulx).  Also, try linking with
619         -lm to detect a bug in binutils 2.16 (this problem was reported
620         by Ralf Wildenhues).
621
622         2006-06-18  Jim Meyering  <jim@meyering.net>
623
624         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
625         * getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
626         * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
627         also check for glibc-2.4's abort-inducing bug.
628
629         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
630         Low-probability clean-up should be to use rmdir to get rid of
631         the just-created directory, not unlink.
632
633         * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
634         configure fail, and request a bug report to inform us about it.
635         Add a comment that, barring reports to the contrary, in 2007 we'll
636         assume ftruncate is universally available.
637
638         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
639
640         * filemode.m4 (gl_FILEMODE): Check for strmode declaration.
641
642         2006-03-12  Jim Meyering  <jim@meyering.net>
643
644         * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
645         * cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
646         * same.m4 (gl_SAME): Likewise.
647         * root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
648
649         2006-03-11  Eric Blake  <ebb9@byu.net>
650
651         * double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
652         * dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
653         * dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
654         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
655
656 2006-07-02  Eric Blake  <ebb9@byu.net>
657
658         * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
659
660 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
661
662         * stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
663         test cases, so that config.log is a bit easier to follow.
664
665 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
666
667         * longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
668         but fix a bug, by requiring at least 64 bits.
669         * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
670         * longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
671         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
672         * ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
673
674         * stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
675         changes.  Make 2.59 a prerequisite.  Check and substitute for
676         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
677         inttypes.h.  Do not use special include files; just use the
678         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
679         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
680         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
681         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
682         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
683         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
684         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
685         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
686         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
687         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
688         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
689         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
690         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
691         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
692         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
693         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
694         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
695         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
696         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
697         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
698         WINT_MAX.  Check for C99 conformance more strictly, by detecting
699         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
700         not check for things that C99 does not require, e.g., int8_t.  If
701         a test isn't needed unless <stdint.h> isn't working, and is
702         unlikely to be needed for any other reason, then don't do it
703         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
704         size_t, since we assume C89 freestanding at least.  Do not check
705         for sig_atomic_t, wchar_t, or wint_t, since the code now does
706         the right thing even if the types are not defined.  Instead use:
707         (gl_STDINT_TYPE_PROPERTIES): New macro.
708         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
709         testing whether <sys/types.h> clashes, as Autoconf does this for
710         us now.  All uses removed.
711         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
712         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
713         (gl_CHECK_TYPE_SAME):
714         Remove; no longer needed.
715         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
716         exists, since we'll return 0 anyway in that case.
717         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
718
719 2006-07-01  Eric Blake  <ebb9@byu.net>
720
721         * stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
722
723 2006-07-01  Eric Blake  <ebb9@byu.net>
724
725         * stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
726         Reported by Andreas Buening.
727
728 2006-06-29  Eric Blake  <ebb9@byu.net>
729
730         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
731
732 2006-06-29  Eric Blake  <ebb9@byu.net>
733
734         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
735
736 2006-06-29  Derek R. Price  <derek@ximbiot.com>
737
738         * strftime.m4: Don't call AC_FUNC_STRFTIME.
739
740 2006-06-29  Derek R. Price  <derek@ximbiot.com>
741
742         * c-bs-a.m4: Removed.
743
744 2006-06-28  Derek R. Price  <derek@ximbiot.com>
745
746         * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
747
748         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
749         it's obsolete.
750         * strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
751
752 2006-06-28  Bruno Haible  <bruno@clisp.org>
753
754         * wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
755         gt_TYPE_WCHAR_T.
756
757 2006-06-28  Eric Blake  <ebb9@byu.net>
758
759         * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
760         * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
761
762 2006-06-28  Simon Josefsson  <jas@extundo.com>
763
764         * getaddrinfo.m4: Look for getnameinfo prototypes too.
765
766 2006-06-27  Simon Josefsson  <jas@extundo.com>
767
768         * sys_select_h.m4: New file, suggested by Bruno Haible, Paul
769         Eggert and Martin Lambers.
770
771 2006-06-27  Bruno Haible  <bruno@clisp.org>
772
773         * stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
774         result to 0, not to empty.
775         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
776
777 2006-06-26  Bruno Haible  <bruno@clisp.org>
778
779         * stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
780
781 2006-06-26  Bruno Haible  <bruno@clisp.org>
782
783         * stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
784         SGI C compiler in pre-C99 mode.
785         Suggested by Mark D. Baushke and Larry Jones.
786
787 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
788
789         * stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
790
791 2006-06-26  Simon Josefsson  <jas@extundo.com>
792
793         * inet_ntop.m4: Don't check for sys/types.h, we assume it is
794         present.
795
796 2006-06-23  Bruno Haible  <bruno@clisp.org>
797
798         * stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
799
800 2006-06-22  Simon Josefsson  <jas@extundo.com>
801
802         * sockpfaf.m4: Include winsock2.h too, to make it work under
803         MinGW.
804
805 2006-06-21  Simon Josefsson  <jas@extundo.com>
806
807         * getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
808         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
809         of using the (limited) gnulib implementation on Windows XP.
810
811         * inet_pton.m4: New file.
812
813 2006-06-19  Bruno Haible  <bruno@clisp.org>
814
815         * stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
816         and FULL_PATH_INTTYPES_H in angle brackets.
817         Reported by Mark D. Baushke <mdb@gnu.org>.
818
819 2006-06-17  Bruno Haible  <bruno@clisp.org>
820
821         * stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
822         <sys/inttypes.h>.
823
824 2006-06-16  Eric Blake  <ebb9@byu.net>
825
826         * rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
827         errno.
828
829 2006-06-17  Bruno Haible  <bruno@clisp.org>
830
831         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
832         whether errno is declared. Assume <errno.h> declares errno.
833
834 2006-06-15  Bruno Haible  <bruno@clisp.org>
835
836         * stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
837         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
838         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
839         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
840         gl_CHECK_TYPE_SAME): New macros.
841
842 2006-06-15  Bruno Haible  <bruno@clisp.org>
843
844         * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
845
846 2006-06-15  Eric Blake  <ebb9@byu.net>
847
848         * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
849
850 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
851             Bruno Haible  <bruno@clisp.org>
852
853         * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
854         check for the declaration of strnlen and a run test that exposes the
855         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
856         rpl_strndup.
857
858 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
859
860         * c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
861         compile test, for Tru64 4.0D.
862
863 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
864
865         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
866         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
867         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
868         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
869         not really conditional on the cache.
870         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
871
872 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
873
874         * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
875         test for C99 conformance; (bool) 0.5 is an integer constant
876         expression, but (bool) -0.5 is not.  Problem reported by Fedor
877         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
878
879 2006-05-11  Simon Josefsson  <jas@extundo.com>
880
881         * xvasprintf.m4: Fix obvious typo.
882
883 2006-05-09  Bruno Haible  <bruno@clisp.org>
884
885         * xvasprintf.m4: New file.
886
887 2006-05-08  Bruno Haible  <bruno@clisp.org>
888
889         * stdarg.m4: New file, from GNU gettext.
890
891 2006-05-05  Jim Meyering  <jim@meyering.net>
892
893         * warning.m4: New file, derived from bison's file by the same name.
894
895 2006-05-02  Bruno Haible  <bruno@clisp.org>
896
897         * full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
898         test from here...
899         * _inttypes_h.m4 (gl_INTTYPES_H): ... to here.
900
901 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
902
903         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
904         to define main with arguments, for C++.  Reported by Eric Blake.
905         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
906         Prefer 'int main ()' to 'int main (void)', for C++.
907         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
908         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
909         for 'main', for C99 and C++.
910
911 2006-04-23  Bruno Haible  <bruno@clisp.org>
912
913         * poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
914         assigned exactly once.
915
916 2006-04-23  Bruno Haible  <bruno@clisp.org>
917
918         * poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the poll()
919         implementation in AIX.
920         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
921
922 2006-03-04  Eric Blake  <ebb9@byu.net>
923
924         * strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
925
926 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
927
928         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
929         Don't assume that exit status -1 is valid.
930         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
931         * putenv.m4 (gl_FUNC_PUTENV): Likewise.
932         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
933         * readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
934         * rename.m4 (vb_FUNC_RENAME): Likewise.
935         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
936         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
937         functions can be used without declaring them, or that you can
938         exit with status -1.
939         * utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
940
941 2006-04-20  Bruno Haible  <bruno@clisp.org>
942
943         * argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
944         one argument, so that the code will be portable to Autoconf 2.60.
945         * getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
946         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
947         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
948
949 2006-04-19  Derek Price  <derek@ximbiot.com>
950             Eric Blake  <ebb9@byu.net>
951
952         * full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h> rather
953         than "/full/path.h".  Update comment to match.  Shorten & generalize
954         m4_translit call via AS_TR_CPP.
955
956 2006-04-18  Derek Price  <derek@ximbiot.com>
957             Paul Eggert  <eggert@cs.ucla.edu>
958
959         * _inttypes_h.m4, full-header-path.m4, include_next: New files.
960
961 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
962
963         * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
964
965 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
966
967         * regex.m4 (gl_REGEX): Check for new glibc interface to
968         translation table.
969
970 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
971
972         * argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
973         `__error_t_defined', so argp.h will not typedef the former.
974
975 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
976
977         * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
978         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
979         glibc names.  Even if glibc is changed to conform to POSIX, the
980         traditional names will be available anyway, since regex depends on
981         the extensions module.  Also, fix a longstanding typo in the
982         implementation of Spencer ERE test #75 from grep 2.3.  Problems
983         reported by Emanuele Giaquinta.  Also, change sense of cached
984         variable, so that the message makes sense.
985
986 2006-03-17  Jim Meyering  <jim@meyering.net>
987
988         * regex.m4 (gl_REGEX): Fix typo in last change:
989         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
990
991 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
992
993         * regex.m4 (gl_REGEX): Don't check for off_t, since the code
994         no longer needs it.  Instead, check that regoff_t is as least
995         as wide as ptrdiff_t.
996
997         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
998         so that our regex.h stays compatible with the installed regex.
999         This is helpful for installers who configure --without-included-regex.
1000         Problem reported by Emanuele Giaquinta.
1001
1002 2006-03-15  Eric Blake  <ebb9@byu.net>
1003
1004         * dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
1005
1006 2006-03-08  Simon Josefsson  <jas@extundo.com>
1007
1008         * gc-random.m4: Permit 'no' as variable values and fix warnings,
1009         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1010
1011 2006-03-08  Simon Josefsson  <jas@extundo.com>
1012
1013         * gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
1014         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1015
1016 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
1019         Problem reported by Juan Manuel Guerrero.
1020
1021 2006-03-07  Simon Josefsson  <jas@extundo.com>
1022
1023         * unistd_h.m4: New file.
1024
1025 2006-03-07  Simon Josefsson  <jas@extundo.com>
1026
1027         * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
1028         test to be side-effect free by storing the result in the cache
1029         variable gl_cv_lib_readline, and moving the assignment of
1030         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
1031         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1032
1033 2006-03-07  Simon Josefsson  <jas@extundo.com>
1034
1035         * gc-random.m4: New file, mostly from gc.m4.  Warn instead of
1036         error on missing devices (the functions will return an error).
1037
1038         * gc.m4: Move random stuff to gc-random.m4
1039
1040 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
1041
1042         * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
1043         our replacement poll.h in any case, to avoid a differing
1044         declaration from a system header.  Seen on AIX.
1045
1046 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1047
1048         * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
1049         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
1050         pedantically.
1051         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1052         * timespec.m4 (gl_TIMESPEC): Likewise.
1053
1054         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
1055         not "==".  Reported by Ralf Wildenhues.
1056
1057 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1058
1059         Sync from coreutils.
1060         * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
1061         gl_CHDIR_SAFER.
1062
1063 2006-02-22  Jim Meyering  <jim@meyering.net>
1064
1065         Sync from coreutils.
1066         * chdir-safer.m4: New file.
1067
1068 2006-02-17  Eric Blake  <address@hidden>
1069
1070         * getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
1071
1072 2006-02-15  Eric Blake  <ebb9@byu.net>
1073
1074         * sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
1075         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
1076         'present but cannot compile' warnings on cygwin.
1077         * socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
1078         use ws2tcpip.h if sys/socket.h works.
1079         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
1080         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
1081
1082 2006-02-14  Jim Meyering  <jim@meyering.net>
1083
1084         Sync from coreutils.
1085         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent)
1086         unconditionally so that tests of $ac_cv_func_getmntent (e.g., in
1087         gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses of that
1088         variable, to accommodate the rare case in which getmntent is
1089         available in none of the libraries checked.  This happens at
1090         least on FreeBSD 5.0.
1091
1092 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1093
1094         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
1095         __EXTENSIONS__ if this causes compilation to fail.  Problem
1096         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
1097         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
1098
1099 2006-01-25  Simon Josefsson  <jas@extundo.com>
1100
1101         * getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
1102         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
1103         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
1104
1105 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1106
1107         * stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
1108         so that we test the test.
1109         Check for yet another HP-UX cc bug involving *bool |= bool.
1110
1111 2006-01-24  Bruno Haible  <bruno@clisp.org>
1112
1113         * stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
1114         Patch by Paul Eggert.
1115
1116 2006-01-24  Jim Meyering  <jim@meyering.net>
1117
1118         * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
1119         Reported by Mark D. Baushke.
1120
1121 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1122
1123         * getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
1124
1125 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1126
1127         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
1128         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
1129         Suggested by Bruno Haible.
1130
1131 2006-01-19  Simon Josefsson  <jas@extundo.com>
1132
1133         * socklen.m4: Look in ws2tcpip.h too, for mingw32.
1134
1135 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
1136
1137         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
1138         it's not portable and it doesn't work with cross-compiles.
1139         Problem reported by Bruno Haible.  Fix missing-$ typo in
1140         'test "gl_cv_ignore_unused_libraries" ...' that prevented
1141         -zignore from being used with Sun's C compiler.
1142
1143 2006-01-12  Bruno Haible  <bruno@clisp.org>
1144
1145         * ldd.m4: New file.
1146
1147 2006-01-08  Bruno Haible  <bruno@clisp.org>
1148
1149         Ensure automatic ordering between gl_LOCK and gl_ARGP.
1150         * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
1151         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
1152
1153 2006-01-10  Jim Meyering  <jim@meyering.net>
1154
1155         * fpending.m4: Also include <stdio.h>, for Dragonfly.
1156         Patch by Joerg Sonnenberger.
1157
1158 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1159
1160         * memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
1161         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
1162         People who are still concerned with buggy memcmp implementations
1163         can invoke gl_FUNC_MEMCMP themselves.
1164
1165 2006-01-10  Simon Josefsson  <jas@extundo.com>
1166
1167         * sys_socket_h.m4: New file.
1168
1169 2006-01-10  Bruno Haible  <bruno@clisp.org>
1170
1171         * localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
1172         Reported by Werner Lemberg <wl@gnu.org>.
1173
1174 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1175
1176         Sync from coreutils.
1177         * lib-ignore.m4: New file.
1178         * lchmod.m4: New file.
1179
1180 2006-01-09  Jim Meyering  <jim@meyering.net>
1181
1182         Sync from coreutils.
1183         * openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
1184         Require openat-priv.h.
1185
1186 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
1187
1188         Sync from coreutils.
1189         * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
1190
1191 2005-10-16  Bruno Haible  <bruno@clisp.org>
1192
1193         * stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
1194
1195 2005-12-16  Jim Meyering  <jim@meyering.net>
1196
1197         * fprintftime.m4: New file.
1198
1199 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1200
1201         * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
1202         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
1203
1204 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1205
1206         * argp.m4:  Check if program_invocation_name and
1207         program_invocation_short_name are declared and define appropriate
1208         macros if they are not.
1209
1210 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
1211
1212         * stat-time.m4 (gl_STAT_TIME): Add check for
1213         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
1214         porting problem reported by Georg Schwarz in
1215         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
1216
1217 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1218
1219         * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
1220         Use implementation from Albert Chin, with some
1221         comments/corrections by Stepan Kasal and myself.
1222
1223 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1224
1225         * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
1226         statement, to work around an HP-UX 10.20 compiler bug reported by
1227         Peter O'Gorman.
1228
1229 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1230
1231         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
1232         or gettimeofday; no longer needed.
1233
1234 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
1235
1236         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
1237         variables to suggest the intended function of the PATH_MAX check.
1238
1239 2005-10-30  Kean Johnston  <jkj@sco.com>
1240
1241         Trivial changes to support SCO systems.
1242         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
1243         as PATH_MAX.
1244         * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
1245         where __ptr is null when no I/O is pending.
1246
1247 2005-10-28  Simon Josefsson  <jas@extundo.com>
1248
1249         * inet_ntop.m4: More tests.
1250
1251         * gc-md2.m4, md2.m4: New file.
1252
1253 2005-10-22  Simon Josefsson  <jas@extundo.com>
1254
1255         * gc.m4: Don't be fooled by --disable-*random-device parameters,
1256         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
1257
1258 2005-10-21  Simon Josefsson  <jas@extundo.com>
1259
1260         * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
1261         Bruno Haible <bruno@clisp.org>.
1262
1263         * gc-des.m4: New file.
1264
1265 2005-10-21  Simon Josefsson  <jas@extundo.com>
1266
1267         * arctwo.m4: New file.
1268
1269         * gc-arctwo.m4: New file.
1270
1271 2005-10-19  Simon Josefsson  <jas@extundo.com>
1272
1273         * gc-arcfour.m4: New file.
1274
1275         * gc-rijndael.m4: New file.
1276
1277 2005-10-19  Simon Josefsson  <jas@extundo.com>
1278
1279         * gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
1280         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
1281         <kasal@ucw.cz>.
1282
1283 2005-10-19  Simon Josefsson  <jas@extundo.com>
1284
1285         * gc-md4.m4: New file.
1286
1287 2005-10-18  Simon Josefsson  <jas@extundo.com>
1288
1289         * md4.m4: New file.
1290
1291 2005-10-17  Bruno Haible  <bruno@clisp.org>
1292
1293         * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that
1294         it can also be used in a test.
1295
1296 2005-10-11  Simon Josefsson  <jas@extundo.com>
1297
1298         * md5.m4: Remove call to uint32_t.m4.
1299
1300 2005-10-15  Simon Josefsson  <jas@extundo.com>
1301
1302         * rijndael.m4: New file.
1303
1304 2005-10-14  Simon Josefsson  <jas@extundo.com>
1305
1306         * arcfour.m4: New file.
1307
1308 2005-10-12  Bruno Haible  <bruno@clisp.org>
1309
1310         * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
1311         Reported by Stepan Kasal <kasal@ucw.cz>.
1312
1313 2005-10-12  Simon Josefsson  <jas@extundo.com>
1314
1315         * gc-pbkdf2-sha1.m4: New file.
1316
1317         * gc-hmac-sha1.m4: New file.
1318
1319         * gc-sha1: New file.
1320
1321         * hmac-sha1.m4: New file.
1322
1323 2005-10-12  Simon Josefsson  <jas@extundo.com>
1324
1325         * gc-md5.m4, gc-hmac-md5: New files.
1326
1327         * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
1328
1329 2005-10-11  Simon Josefsson  <jas@extundo.com>
1330
1331         * crc.m4: New file.
1332
1333 2005-10-07  Simon Josefsson  <jas@extundo.com>
1334
1335         * memxor.m4: Remove gl_C_RESTRICT call.
1336
1337 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1338
1339         * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
1340         promotes to int, not unsigned int, to catch the AIX 5.3
1341         compiler bug.
1342
1343 2005-10-06  Simon Josefsson  <jas@extundo.com>
1344
1345         * hmac-md5.m4: New file.
1346
1347         * memxor.m4: Require gl_C_RESTRICT.
1348
1349 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1350
1351         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
1352         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
1353         needed, since the source code now assumes these .h files.
1354
1355 2005-10-05  Simon Josefsson  <jas@extundo.com>
1356
1357         * memxor.m4: New file.
1358
1359 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1360
1361         Sync from coreutils.
1362         * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
1363         * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
1364         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
1365         ULLONG_MAX doesn't work with 2.7.2.1.
1366
1367 2005-10-02  Jim Meyering  <jim@meyering.net>
1368
1369         Sync from coreutils.
1370         * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
1371         from glibc-2.2.5 that fails for read-only files.
1372
1373 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
1374
1375         Sync from coreutils.
1376         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
1377         against `yes', rather than just testing for nonempty.
1378
1379 2005-10-01  Simon Josefsson  <jas@extundo.com>
1380
1381         * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
1382         and Darwin.
1383
1384         * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
1385         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
1386         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
1387         freeaddrinfo and gai_strerror are declared by the POSIX headers.
1388         Check if struct addrinfo is declared.
1389
1390 2005-10-01  Jim Meyering  <jim@meyering.net>
1391
1392         Sync from coreutils.
1393
1394         * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
1395         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
1396         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
1397         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1398         in the inet and nsl libraries.  Required on Solaris 5.7.
1399
1400 2005-09-24  Jim Meyering  <jim@meyering.net>
1401
1402         Sync from coreutils.
1403         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1404         in the inet and nsl libraries.  Required on Solaris 5.7.
1405
1406 2005-09-26  Bruno Haible  <bruno@clisp.org>
1407
1408         * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't compile
1409         mbchar.c if they are not both present.
1410         * mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
1411         * mbiter.m4 (gl_MBITER): Likewise.
1412         * strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
1413         * strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
1414         * strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
1415
1416 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
1417
1418         * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
1419         and similarly for the other external symbols.  Problem reported
1420         by James Gallager.
1421
1422         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
1423         bug reported by Jim Meyering.
1424
1425         * utimens.m4 (gl_UTIMENS): Check for futimesat.
1426         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
1427         not needed, since socklen is a prerequisite module.
1428
1429 2005-09-23  Jim Meyering  <jim@meyering.net>
1430
1431         Sync from coreutils.
1432         Correct build failure (socklen_t not defined) on at least
1433         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
1434         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
1435
1436 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1437
1438         Sync from coreutils.
1439         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
1440
1441 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1442
1443         Sync from coreutils.
1444
1445         * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
1446         * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
1447         * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
1448         * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
1449         * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
1450         * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
1451         * userspec.m4, xgetcwd.m4, xreadlink.m4:
1452         Don't bother checking for string.h, stdlib.h, unistd.h.
1453         * fts.m4 (gl_FUNC_FTS_CORE): Don't require
1454         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
1455         module's job.
1456         * jm-macros.m4 (gl_MACROS): Likewise.
1457         * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
1458
1459         * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
1460         (gl_GETDATE): Use it.
1461
1462         * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
1463
1464 2005-09-22  Jim Meyering  <jim@meyering.net>
1465
1466         Sync from coreutils.
1467
1468         * lstat.m4 (gl_FUNC_LSTAT):
1469         Use AC_LIBSOURCES to require lstat.c and lstat.h.
1470         Remove obsolete comment.
1471         * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
1472         * xstrtod.m4: Likewise.
1473
1474         * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
1475
1476 2005-09-19  Simon Josefsson  <jas@extundo.com>
1477
1478         * socklen.m4: Fix typo.
1479
1480 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1481
1482         * st_mtim.m4: Remove.  Superseded by...
1483         * stat-time.m4: New file.
1484         * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
1485         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
1486
1487 2005-09-15  Derek Price  <derek@ximbiot.com>
1488
1489         * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
1490
1491 2005-09-12  Derek Price  <derek@ximbiot.com>
1492
1493         Make canon-host require getaddrinfo.
1494         * canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
1495         AC_LIBSOURCE canon-host.h.  Call...
1496         (gl_PREREQ_CANON_HOST): ...this new function, which requires
1497         gl_GETADDRINFO.
1498         * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
1499
1500 2005-09-12  Derek Price  <derek@ximbiot.com>
1501             Paul Eggert  <eggert@cs.ucla.edu>
1502
1503         * glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
1504         glob_.h, glob-libc.h.
1505         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
1506
1507 2005-08-31  Simon Josefsson  <jas@extundo.com>
1508
1509         * socklen.m4: New file.
1510
1511 2005-09-03  Derek Price  <derek@ximbiot.com>
1512
1513         * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
1514         From Larry Jones <lawrence.jones@ugs.com>.
1515
1516 2005-08-27  Bruno Haible  <bruno@clisp.org>
1517
1518         Support for lib vs. lib64 distinction on biarch platforms.
1519         * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
1520         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
1521         * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
1522
1523 2005-09-01  Jim Meyering  <jim@meyering.net>
1524
1525         * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
1526         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
1527         Require gl_STAT_MACROS, too.
1528
1529 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1530
1531         * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
1532         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
1533         and large-file glibc and in 32-bit large-file Solaris.
1534
1535 2005-08-28  Bruno Haible  <bruno@clisp.org>
1536
1537         * gnulib-tool.m4: New file.
1538
1539 2005-08-27  Jim Meyering  <jim@meyering.net>
1540
1541         * stdlib-safer.m4: New file.  From coreutils.
1542         * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
1543         * fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
1544         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
1545         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
1546         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
1547
1548 2005-08-24  Simon Josefsson  <jas@extundo.com>
1549
1550         * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
1551         __fsetlocking.
1552
1553 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
1554
1555         * regex.m4: Add AC_PREREQ(2.50).
1556         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
1557
1558 2005-08-25  Bruno Haible  <bruno@clisp.org>
1559
1560         * minmax.m4: Require autoconf 2.52.
1561         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
1562         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
1563         alternatives of translit over the alphabet.
1564         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
1565
1566 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1567
1568         * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
1569         for GNU regex features.
1570
1571 2005-08-24  Jim Meyering  <jim@meyering.net>
1572
1573         Sync from coreutils.
1574         * fcntl-safer.m4: New file.
1575
1576         * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
1577         and object files for this module.
1578
1579 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1580
1581         * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
1582         All contents moved to gl_REGEX.
1583         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
1584         assume that it does.
1585
1586 2005-08-20  Bruno Haible  <bruno@clisp.org>
1587
1588         * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
1589
1590 2005-08-17  Bruno Haible  <bruno@clisp.org>
1591
1592         * strcasestr.m4: New file.
1593
1594 2005-08-17  Bruno Haible  <bruno@clisp.org>
1595
1596         * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
1597         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
1598
1599 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
1600
1601         * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
1602         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
1603         and gl_GETOPT are both invoked via different paths (as happens
1604         with GNU tar CVS because it uses both argp and getopt), the former
1605         wins.
1606
1607 2005-08-16  Bruno Haible  <bruno@clisp.org>
1608
1609         * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always.
1610         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
1611
1612 2005-08-16  Bruno Haible  <bruno@clisp.org>
1613
1614         * mbfile.m4: New file.
1615
1616 2005-08-16  Bruno Haible  <bruno@clisp.org>
1617
1618         * mbiter.m4: New file.
1619
1620 2005-08-16  Bruno Haible  <bruno@clisp.org>
1621
1622         * mbchar.m4: New file.
1623
1624 2005-08-16  Bruno Haible  <bruno@clisp.org>
1625
1626         * tls.m4: New file, from GNU gettext.
1627
1628 2005-08-12  Bruno Haible  <bruno@clisp.org>
1629
1630         * readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
1631
1632 2005-08-12  Simon Josefsson  <jas@extundo.com>
1633
1634         * readline.m4: Look for termcap, curses or ncurses if required.
1635
1636 2005-08-11  Simon Josefsson  <jas@extundo.com>
1637
1638         * readline.m4: New file.
1639
1640 2005-08-10  Simon Josefsson  <jas@extundo.com>
1641
1642         * strnlen.m4: New file.
1643
1644         * strndup.m4: Don't check for strnlen declaration, done in
1645         strnlen.m4.
1646
1647 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1648
1649         * onceonly_2_57.m4: Really require Autoconf 2.57.
1650
1651 2005-08-02  Simon Josefsson  <jas@extundo.com>
1652
1653         * getline.m4: Separate out getdelim stuff into separate module.
1654
1655         * getdelim.m4: New file.
1656
1657 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1658
1659         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
1660         normal way.
1661         * getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
1662         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
1663         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
1664         (gl_GETOPT): Use the new macros.  Most of the implementation
1665         is moved to the new macros.  This is for programs like Emacs
1666         that don't want all the functionality of gl_GETOPT.
1667
1668 2005-07-26  Bruno Haible  <bruno@clisp.org>
1669
1670         * lock.m4: Update from GNU gettext.
1671
1672 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1673
1674         * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
1675         obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
1676
1677 2005-07-24  Bruno Haible  <bruno@clisp.org>
1678
1679         * visibility.m4: New file.
1680
1681 2005-07-18  Bruno Haible  <bruno@clisp.org>
1682
1683         * lock.m4: New file, from GNU gettext.
1684
1685 2005-06-01  Bruno Haible  <bruno@clisp.org>
1686
1687         * poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
1688         When using lib/poll.c, define poll as rpl_poll.
1689
1690 2005-07-14  Bruno Haible  <bruno@clisp.org>
1691
1692         * argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
1693         Instead, test for *_unlocked function declarations directly.
1694
1695 2005-07-14  Derek Price  <derek@ximbiot.com>
1696
1697         * glob.m4 (gl_GLOB): Cache glob interface check result.  Add check for
1698         glob symlink bug.
1699
1700 2005-07-10  Bruno Haible  <bruno@clisp.org>
1701
1702         * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
1703         Needed when size_t is smaller than 'unsigned int'.
1704         Reported by Paul Eggert.
1705
1706 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1707
1708         * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
1709         * same.m4 (gl_SAME): Likewise.
1710         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
1711
1712         * regex.m4: Adjust to new libc regex implementation.
1713         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
1714         all the .c and .h parts of (the new) regex.
1715         Quote the m4 stuff better.
1716         Check for RE_ICASE bug of old gnulib.
1717         Check for REG_STARTEND of recent libc.
1718         Rename local variables from jm_* to gl_*.
1719         Quote operand of "test -f".
1720         Say "recent enough" version of libc, not "version 2".
1721         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
1722         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
1723         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
1724         Remove check for btowc, isascii.
1725         Require AM_LANGINFO_CODESET.
1726
1727 2005-07-05  Bruno Haible  <bruno@clisp.org>
1728
1729         * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
1730         autoconf CVS. Needed for mingw.
1731
1732 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1733
1734         Remove the dependency of the strftime module on the tzset module.
1735         * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
1736
1737 2005-07-02  Jim Meyering  <jim@meyering.net>
1738
1739         * chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
1740         * getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
1741         * pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
1742         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
1743
1744 2005-06-28  Simon Josefsson  <jas@extundo.com>
1745
1746         * check-version.m4: New file, suggested by Jim Meyering
1747         <jim@meyering.net>.
1748
1749 2005-06-24  Derek Price  <derek@ximbiot.com>
1750         and Bruno Haible  <bruno@clisp.org>
1751
1752         Remove stat module & update lstat.
1753         * lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
1754         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1755         * stat.m4: Remove this file.
1756
1757 2005-06-20  Derek Price  <derek@ximbiot.com>
1758
1759         * bison.m4: Note that precious decls of YACC & YFLAGS will be
1760         unnecessary for Autoconfs > 2.59c.
1761
1762 2005-06-16  Derek Price  <derek@ximbiot.com>
1763
1764         * bison.m4: Declare YACC & YFLAGS precious.
1765
1766 2005-06-08  Bruno Haible  <bruno@clisp.org>
1767
1768         * csharpcomp.m4: New file, from GNU gettext.
1769
1770 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1771
1772         Sync from coreutils.
1773         * mkdir-p.m4: Renamed from makepath.m4.
1774         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
1775         Rename files from makepath.c to mkdir-p.c, and from
1776         makepath.h to mkdir-p.h.
1777         * filenamecat.m4: Renamed from path-concat.m4.
1778         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
1779         Rename files from path-concat.c to filenamecat.c,
1780         and from path-concat.h to filenamecat.h.
1781         * getcwd-path-max.m4: Don't use "path" or "filename" to mean
1782         "file name" in local variables or comments.
1783         * rename.m4: Likewise.
1784
1785 2005-06-01  Bruno Haible  <bruno@clisp.org>
1786
1787         * csharp.m4: New file, from GNU gettext.
1788         * csharpexec.m4: New file, from GNU gettext.
1789
1790 2005-05-31  Derek Price  <derek@ximbiot.com>
1791             Paul Eggert  <eggert@cs.ucla.edu>
1792
1793         Sync from cvs.
1794         * glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
1795
1796 2005-05-29  Derek Price  <derek@ximbiot.com>
1797             Paul Eggert  <eggert@cs.ucla.edu>
1798
1799         * glob.m4: New file.
1800
1801 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1802
1803         * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
1804         and don't require gt_INTTYPES_PRI.
1805
1806 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1807
1808         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
1809         _POSIX_PTHREAD_SEMANTICS for Solaris.
1810
1811 2005-05-25  Derek Price  <derek@ximbiot.com>
1812             Paul Eggert  <eggert@cs.ucla.edu>
1813
1814         * getlogin_r.m4: New files.
1815
1816 2005-05-22  Bruno Haible  <bruno@clisp.org>
1817
1818         * minmax.m4: New file.
1819         Based on a patch by Derek Price <derek@ximbiot.com>.
1820
1821 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1822
1823         * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
1824         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
1825
1826 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
1827
1828         * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
1829         of -1.
1830
1831 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
1834         Don't check for stddef.h.
1835         * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
1836         don't use its results.
1837         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
1838         since we include them unconditionally.  Don't require
1839         AM_STDBOOL_H, since stdbool is a prerequisite.
1840         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
1841         since we assume C89 or better.
1842         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
1843         as we don't use their results.
1844         Don't check for fchdir, memmove, memset, strrchr, as we use
1845         them unconditionally.
1846         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
1847         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
1848
1849 2005-05-18  Jim Meyering  <jim@meyering.net>
1850
1851         * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
1852         Reported by Yoann Vandoorselaere.
1853
1854 2005-05-17  Jim Meyering  <jim@meyering.net>
1855
1856         * fts.m4: New file, from coreutils.
1857
1858 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1859
1860         Sync from coreutils.
1861         * unlinkdir.m4: New file.
1862
1863 2005-05-10  Derek Price  <derek@ximbiot.com>
1864
1865         * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
1866         possible.
1867
1868 2005-05-10  Simon Josefsson  <jas@extundo.com>
1869
1870         * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
1871         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1872
1873 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1874             Bruno Haible  <bruno@clisp.org>
1875
1876         * inet_ntop.m4: New file.
1877
1878 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
1879
1880         * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
1881         needless checks.
1882
1883 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1884
1885         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.
1886         * lchown.m4 (gl_FUNC_CHOWN): Likewise.
1887         (gl_PREREQ_CHOWN): Remove.
1888         * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
1889         it.  Don't require AC_HEADER_STAT.
1890         (gl_PREREQ_LSTAT): Remove.
1891         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
1892         Don't require AC_HEADER_STAT.
1893         * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
1894         (gl_PREREQ_RMDIR): Remove.
1895         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
1896         mention stat-macros.h or AC_HEADER_STAT, since we'll make
1897         the stat-macros module a prerequisite.
1898         * file-type.m4 (gl_FILE_TYPE): Likewise.
1899         * filemode.m4 (gl_FILEMODE): Likewise.
1900         * makepath.m4 (gl_MAKEPATH): Likewise.
1901         * modechange.m4 (gl_MODECHANGE): Likewise.
1902         * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
1903         variable names.
1904         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
1905         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
1906         variable prefixes.
1907         * fcntl-safer.m4: Remove.
1908         * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
1909         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
1910         Invoke gl_PREREQ_FD_SAFER.
1911         (gl_PREREQ_FD_SAFER): New macro.
1912         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
1913         * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
1914         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
1915         Remove duplicate call to AC_LIBOBJ(readutmp).
1916         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
1917
1918         * mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
1919         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
1920
1921 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1922
1923         * byteswap.m4: New file.
1924
1925 2005-04-25  karl
1926
1927         * gettext.m4: Update from GNU gettext 0.14.4.
1928
1929 2005-04-15  Simon Josefsson  <jas@extundo.com>
1930
1931         * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
1932
1933 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
1934
1935         * getcwd-path-max.m4: Return success on systems such as Cygwin
1936         where no absolute path name can be longer than PATH_MAX.
1937
1938 2005-03-22  Jim Meyering  <jim@meyering.net>
1939
1940         * stat-macros.m4 (gl_STAT_MACROS): New file/macro.
1941
1942 2005-03-21  Jim Meyering  <jim@meyering.net>
1943         and  Paul Eggert  <eggert@cs.ucla.edu>
1944
1945         * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4, canonicalize.m4,
1946         cloexec.m4, closeout.m4, dirfd.m4, dirname.m4, exclude.m4,
1947         exitfail.m4, file-type.m4, filemode.m4, fpending.m4, fsusage.m4,
1948         getcwd.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4,
1949         getugroups.m4, group-member.m4, hard-locale.m4, hash.m4, human.m4,
1950         idcache.m4, inttostr.m4, long-options.m4, makepath.m4, md5.m4,
1951         memcasecmp.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4,
1952         path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4,
1953         quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4,
1954         safe-write.m4, same.m4, savedir.m4, settime.m4, sha1.m4, sig2str.m4,
1955         strdup.m4, strftime.m4, strndup.m4, strverscmp.m4, timespec.m4,
1956         unlocked-io.m4, userspec.m4, utimecmp.m4, utimens.m4, xalloc.m4,
1957         xnanosleep.m4, xstrtol.m4, yesno.m4:
1958         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
1959         for these modules.
1960
1961 2005-03-21  Jim Meyering  <jim@meyering.net>
1962
1963         * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
1964         * memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
1965
1966 2005-03-16  Bruno Haible  <bruno@clisp.org>
1967
1968         * stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
1969         HAVE_LONGLONG_64BIT.
1970
1971 2005-03-14  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib-link.m4, gettext.m4, nls.m4, po.m4:
1974         Update from GNU gettext 0.14.3.
1975
1976 2005-03-10  Jim Meyering  <jim@meyering.net>
1977
1978         * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
1979
1980 2005-03-07  Bruno Haible  <bruno@clisp.org>
1981
1982         * mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
1983
1984 2005-03-03  Bruno Haible  <bruno@clisp.org>
1985
1986         * inttypes.m4, isc-posix.m4, once-only.m4:
1987         Use an all-permissive copyright notice, recommended by RMS.
1988
1989 2005-03-03  Derek R. Price  <derek@ximbiot.com>
1990
1991         * mmap-anon.m4: New file.
1992         * pagealign_alloc.m4: New file.
1993
1994 2005-01-28  Bruno Haible  <bruno@clisp.org>
1995
1996         * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
1997         AIX, the replacement has to be done only after <string.h> is included,
1998         therefore not in config.h. stpncpy.h does the replacement, and
1999         stpncpy.c uses it.
2000
2001 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2002
2003         * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
2004         to detect nanosleep bug.
2005
2006 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2007
2008         * gethrxtime.m4, xnanosleep.m4: New files.
2009         * gettime.m4 (gl_GETTIME): Check for nanotime.
2010
2011 2005-02-24  Bruno Haible  <bruno@clisp.org>
2012
2013         * gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
2014         * lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
2015         * progtest.m4:
2016         Update from GNU gettext 0.14.2.
2017         * glibc2.m4: New file, from GNU gettext 0.14.2.
2018
2019 2005-02-22  Simon Josefsson  <jas@extundo.com>
2020
2021         * iconvme.m4: New file.
2022
2023 2005-02-23  Jim Meyering  <jim@meyering.net>
2024
2025         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
2026         Thanks to Bruno Haible for catching it.
2027
2028 2005-02-22  Jim Meyering  <jim@meyering.net>
2029
2030         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
2031
2032 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2033
2034         * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
2035
2036 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2037
2038         Sync from coreutils.
2039         * getloadavg.m4, glibc.m4, search-libs.m4: Remove.
2040
2041         Remove files that are specific to coreutils.
2042         * check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
2043
2044 2005-01-28  Bruno Haible  <bruno@clisp.org>
2045
2046         * javacomp.m4: New file, from GNU gettext.
2047
2048 2005-01-26  Bruno Haible  <bruno@clisp.org>
2049
2050         * javaexec.m4: New file, from GNU gettext.
2051
2052 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2053
2054         * sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
2055         must be defined if the header file was not found, in order
2056         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
2057
2058 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2059
2060         * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
2061         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
2062         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
2063         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
2064         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
2065         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
2066         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
2067         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
2068         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
2069         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
2070         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
2071         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
2072         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
2073         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
2074         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
2075         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
2076         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
2077         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
2078         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
2079         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
2080         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
2081         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
2082         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
2083         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
2084         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
2085         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
2086         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
2087         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
2088         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
2089         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
2090         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
2091         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
2092         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
2093         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
2094         xstrtol.m4, xstrtoumax.m4, yesno.m4:
2095         Use an all-permissive copyright notice, recommended by RMS.
2096
2097 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2098
2099         * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
2100
2101 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2102
2103         Merge from coreutils.
2104         * ullong_max.m4: New file.
2105         * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
2106         (gl_MACROS): Assume localeconv exists.
2107
2108 2005-01-18  Jim Meyering  <jim@meyering.net>
2109
2110         Merge from coreutils.
2111         * chdir-long.m4, openat.m4: New files.
2112         * save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
2113         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
2114         * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
2115         is sane and DOES follow symlinks.  Besides, testing 20 different
2116         systems found no broken chown implementations.
2117         Prompted by a change in rsync's copy of this macro.
2118         * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
2119
2120         * lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
2121
2122         * utimes.m4: Work around tests/touch/empty-file failure on a system
2123         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
2124         NULL-means-set-to-current-time semantics.
2125         Remove temporary file immediately, rather than waiting
2126         for configure's at-exit trap code to do it.
2127
2128 2005-01-18  Bruno Haible  <bruno@clisp.org>
2129
2130         * allocsa.m4, codeset.m4, copy-file.m4, eaccess.m4, eealloc.m4:
2131         * eoverflow.m4, execute.m4, fatal-signal.m4, findprog.m4, glibc21.m4:
2132         * iconv.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4, lib-link.m4:
2133         * lib-prefix.m4, linebreak.m4, localcharset.m4, longdouble.m4:
2134         * longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mkdtemp.m4:
2135         * pipe.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4:
2136         * sig_atomic_t.m4, signalblocking.m4, signed.m4, size_max.m4:
2137         * ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4, stpncpy.m4:
2138         * strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, ucs4-utf.m4:
2139         * uintmax_t.m4, ulonglong.m4, unicodeio.m4, utf-ucs4.m4, vasnprintf.m4:
2140         * vasprintf.m4, wait-process.m4, wchar_t.m4, wint_t.m4, xsize.m4:
2141         Use an all-permissive copyright notice, recommended by RMS.
2142
2143 2005-01-06  Bruno Haible  <bruno@clisp.org>
2144
2145         * stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
2146
2147 2005-01-04  Jim Meyering  <jim@meyering.net>
2148
2149         Changes imported from coreutils.
2150         * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
2151         as the mkstemp template, use a temporary directory and an
2152         8.3-friendly template to avoid trouble on systems like DJGPP.
2153         Reported by Juan M. Guerrero via Stepan Kasal.
2154         * (gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of close.
2155         Remove the temporary directory right away, rather than waiting
2156         for configure's at-exit trap code to do it.
2157         Suggestion from Stepan Kasal.
2158
2159 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
2160
2161         * c-strtod.m4 (gl_C99_STRTOLD): New macro.
2162         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2163
2164 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2165
2166         * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
2167
2168 2004-12-18  Bruno Haible  <bruno@clisp.org>
2169
2170         * fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
2171
2172 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
2175         spurious "-l"s.  Problem reported by Stepan Kasal.
2176
2177 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
2178
2179         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
2180         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
2181
2182 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         Changes imported from coreutils.
2185         * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
2186         exist.
2187         * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
2188
2189 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
2190
2191         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
2192         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
2193
2194         * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
2195
2196 2004-11-30  Simon Josefsson  <jas@extundo.com>
2197
2198         * base64.m4: New file.
2199
2200 2004-11-30  Simon Josefsson  <jas@extundo.com>
2201
2202         * restrict.m4: Add copyright and copying conditions.
2203
2204 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2205
2206         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
2207         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
2208         Use the _ONCE methods, for efficiency.
2209         Check for fcntl.h.  In test program, include <errno.h>
2210         and <fcntl.h> if available.  Remove old K&R cruft from
2211         test program.  Check for common errors in GNU/Linux,
2212         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
2213         don't do AC_LIBOBJ, as that's getcwd.m4's job.
2214         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
2215         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
2216         name accordingly.
2217         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
2218         accommodate new getcwd.c.
2219         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
2220         * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
2221         * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
2222         that's all we need now.
2223
2224 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
2225
2226         * utimens.m4 (gl_UTIMENS): Check for futimes function.
2227
2228 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2229
2230         * argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
2231         argp-parse.c depends on getopt internals, that means we should
2232         always use our getopt, to be on the safe side.
2233         * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
2234         order not to spoil the result of an eventual previous invocation
2235         of gl_GETOPT_SUBSTITUTE.
2236
2237 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2238
2239         * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
2240         that mishandle size_t overflow.
2241
2242 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2243
2244         * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
2245
2246 2004-11-13  Jim Meyering  <jim@meyering.net>
2247
2248         * jm-macros.m4: Do require gl_FUNC_FPENDING.
2249
2250 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
2251
2252         * getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
2253         of replacing opterr, getopt, etc.  This should handle the
2254         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
2255
2256 2004-11-11  Simon Josefsson  <jas@extundo.com>
2257
2258         * strtok_r.m4: New file.
2259
2260         * getopt.m4: Replace opterr.
2261
2262 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
2263
2264         * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
2265
2266 2004-11-10  Jim Meyering  <jim@meyering.net>
2267
2268         * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
2269
2270 2004-11-08  Simon Josefsson  <jas@extundo.com>
2271
2272         * getaddrinfo.m4: New file.
2273
2274 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2275
2276         * strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
2277         gl_FUNC_STRFTIME.
2278         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
2279         and AC_REQUIRE when possible, to avoid duplicate checks.
2280         Check for <wchar.h>.
2281
2282 2004-11-09  Bruno Haible  <bruno@clisp.org>
2283
2284         * sockpfaf.m4: New file.
2285
2286 2004-11-03  Albert Chin <china@thewrittenword.com>
2287             Paul Eggert  <eggert@cs.ucla.edu>
2288
2289         * uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
2290         equivalent, substitute $ac_type for equivalent type rather than
2291         blindly using uint32_t *always* which won't work if uint32_t is not
2292         available.  Define _UINT32_T to work around typedef of uint32_t if
2293         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
2294         2.5.1.
2295
2296 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
2297
2298         * jm-macros.m4: Sync from coreutils.
2299         (gl_MACROS): Check for mbrlen, for pathchk.
2300         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
2301
2302 2004-11-02  Bruno Haible  <bruno@clisp.org>
2303
2304         * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
2305         returns void.
2306
2307 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2308
2309         * getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
2310         fflush_unlocked, flockfile, funlockfile, funlockfile,
2311         fputs_unlocked, putc_unlocked.
2312
2313 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2314
2315         * getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
2316
2317 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
2318
2319         * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
2320         implementation of getopt_long.  Problem reported by Alexander Taler in:
2321         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
2322
2323 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2324
2325         * vsnprintf.m4: New file.
2326
2327 2004-10-05  Bruno Haible  <bruno@clisp.org>
2328
2329         * strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
2330         for the declaration of strsep.
2331
2332 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2333
2334         * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
2335
2336         * unlocked-io.m4: Add copyright notice.
2337         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
2338
2339 2004-10-04  Simon Josefsson  <jas@extundo.com>
2340
2341         * memmem.m4: New file.
2342
2343 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2344
2345         * strsep.m4: New file.
2346
2347 2004-09-30  Simon Josefsson  <jas@extundo.com>
2348
2349         * snprintf.m4: New file.
2350
2351 2004-09-09  Bruno Haible  <bruno@clisp.org>
2352
2353         * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
2354         modifications.
2355         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
2356
2357 2004-09-08  Bruno Haible  <bruno@clisp.org>
2358
2359         * stdint.m4: New file, taken from GNU clisp with modifications.
2360
2361 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2362
2363         * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
2364
2365 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
2366
2367         * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
2368         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
2369         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
2370         Check for program_invocation_name, program_invocation_short_name,
2371         flockfile, funlockfile, features.h, _getopt_long_only_r.
2372
2373 2004-08-12  Simon Josefsson  <jas@extundo.com>
2374
2375         * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
2376         as discussed with Paul Eggert in threads rooted at
2377         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
2378         and
2379         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
2380         Before, the test was empty, and relied on ELIDE_CODE in source
2381         code.)
2382         (gl_PREREQ_GETOPT): New macro.
2383         (gl_GETOPT): Use them.
2384
2385 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2386
2387         Merge from coreutils.
2388
2389         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
2390
2391         * obstack.m4 (gl_PREREQ_OBSTACK): Require
2392         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
2393
2394 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2395
2396         * uint32_t.m4, uintptr_t.m4: New files.
2397         * sha1.m4: Renamed from sha.m4.
2398         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
2399
2400 2004-08-08  Simon Josefsson  <jas@extundo.com>
2401
2402         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
2403         Check getpass declaration.
2404
2405 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2406
2407         More merge from coreutils.
2408
2409         * utimens.m4, utimecmp.m4: New files.
2410         * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
2411         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
2412         prereq.m4, sha.m4: Import changes from coreutils.
2413
2414 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2415
2416         Merge from coreutils.
2417
2418         * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
2419         New files.
2420
2421         * dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
2422         FILESYSTEM_PREFIX_LEN ->
2423         FILE_SYSTEM_PREFIX_LEN.
2424         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
2425         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
2426         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
2427         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
2428
2429         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
2430         prerequisite modules now handle the DOS stuff.
2431         Don't check for unistd.h.
2432
2433 2004-08-03  Simon Josefsson  <jas@extundo.com>
2434
2435         * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
2436
2437 2004-08-02  Simon Josefsson  <jas@extundo.com>
2438
2439         * getsubopt.m4: New file.
2440
2441 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2442
2443         * fatal.m4: Remove, as the "fatal" module wasn't used or working.
2444
2445 2004-07-13  Robert Millan  <robertmh@gnu.org>
2446
2447         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
2448
2449 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2450
2451         * argz.m4: New file, which is autoupdated from libtool.
2452
2453 2004-06-01  Jim Meyering  <jim@meyering.net>
2454
2455         * calloc.m4: New file.
2456
2457 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2458
2459         Merge from coreutils CVS.
2460
2461         * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
2462         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
2463         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
2464         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
2465         xstrtol.m4: Fix copyright date and/or serial number.
2466
2467         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
2468         See if we need an fchown replacement.
2469         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
2470         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
2471         and use the replacement function if we detect either defect.
2472
2473         * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
2474         gl_UTIMECMP.
2475
2476 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2477
2478         * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
2479         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
2480         Also, fix a typo in a diagnostic.
2481
2482 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2483
2484         * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
2485         or AC_FUNC_REALLOC.
2486
2487 2004-05-20  Andreas Schwab  <schwab@suse.de>
2488
2489         * free.m4: Replace free if it not known to work, not the other
2490         way round.
2491
2492 2004-05-17  Derek R. Price  <derek@ximbiot.com>
2493             Paul Eggert  <eggert@cs.ucla.edu>
2494
2495         * argp: Depend on alloca.
2496
2497 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2498
2499         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
2500         for backward compatibility with older code.  We need our own
2501         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
2502         it under some other name, and our alloca.h will define it.
2503
2504 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2505
2506         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
2507         Check for gettimeofday.
2508         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
2509         Check for settimeofday, stime.
2510
2511 2004-04-20  Paul Eggert  <eggert@twinsun.com>
2512
2513         * host-os.m4: Add a copyright notice.
2514
2515 2004-04-20  Jim Meyering  <jim@meyering.net>
2516
2517         Change UTILS_ to gl_ in AC_DEFINE'd names.
2518         Change utils_- and jm_-prefixed variables, too.
2519         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
2520         UTILS_FUNC_MKDIR_TRAILING_SLASH.
2521         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2522
2523         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
2524         Don't emit trailing blanks.
2525         Also rename jm_-prefixed variables to have gl_ prefix.
2526
2527         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
2528         Also rename jm_-prefixed variables to have gl_ prefix.
2529
2530         * jm-macros.m4: Reflect the renamings.
2531         * prereq.m4: Likewise.
2532
2533 2004-04-19  Jim Meyering  <jim@meyering.net>
2534
2535         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
2536         now that readutmp.c may call `free (0)'.
2537
2538 2004-04-19  Bruno Haible  <bruno@clisp.org>
2539
2540         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
2541         * inttypes_h.m4: Likewise.
2542         * stdint_h.m4: Likewise.
2543         * intmax_t.m4: Likewise.
2544         * uintmax_t.m4: Likewise.
2545
2546 2004-04-18  Jim Meyering  <jim@meyering.net>
2547
2548         * prereq.m4: Don't forbid jm_ prefix.
2549
2550         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
2551         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
2552         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
2553         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
2554         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
2555         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
2556         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
2557         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
2558         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
2559         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
2560         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
2561         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
2562         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
2563         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
2564         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
2565         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2566
2567 2004-04-16  Jim Meyering  <jim@meyering.net>
2568
2569         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
2570         coreutils' stat program.
2571         (gl_PREREQ): Don't require jm_PREREQ_STAT.
2572
2573 2004-03-31  Jim Meyering  <jim@meyering.net>
2574
2575         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
2576         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2577         * xalloc.m4: Likewise.
2578
2579 2004-03-30  Jim Meyering  <jim@meyering.net>
2580
2581         * realloc.m4: Remove file, since now it does no more than
2582         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
2583         the `configure.ac' section of module/realloc.
2584         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
2585
2586 2004-03-30  Paul Eggert  <eggert@twinsun.com>
2587
2588         Merge from coreutils.
2589
2590         * inttostr.m4: New file.
2591         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
2592         Require AM_STDBOOL_H and gl_TIMESPEC instead.
2593         Require gl_CLOCK_TIME.
2594         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
2595
2596 2004-03-30  Jim Meyering  <jim@meyering.net>
2597
2598         Merge from coreutils.
2599
2600         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
2601         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
2602         on some systems one must include <grp.h> before it.
2603         Reported by Christian Krackowizer.
2604
2605 2004-03-29  Paul Eggert  <eggert@twinsun.com>
2606
2607         * cloexec.m4: New file.
2608
2609 2004-03-18  Paul Eggert  <eggert@twinsun.com>
2610             Bruno Haible  <bruno@clisp.org>
2611
2612         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
2613         mbswidth.
2614
2615 2004-03-07  Paul Eggert  <eggert@twinsun.com>
2616
2617         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
2618         All uses changed.  Check for sa_sigaction member; this fixes
2619         a bug first reported by Jason Andrade in
2620         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
2621
2622 2004-01-18  Simon Josefsson  <jas@extundo.com>
2623
2624         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
2625
2626 2004-02-18  Bruno Haible  <bruno@clisp.org>
2627
2628         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
2629         Reported by Derek Robert Price <derek@ximbiot.com>.
2630
2631 2004-02-06  Karl Berry  <karl@gnu.org>
2632
2633         * po.m4: update from gettext 0.14.1.
2634
2635 2004-02-03  Bruno Haible  <bruno@clisp.org>
2636
2637         * pipe.m4: New file, from GNU gettext.
2638
2639 2004-01-27  Bruno Haible  <bruno@clisp.org>
2640
2641         * execute.m4: New file, from GNU gettext.
2642
2643 2003-11-24  Bruno Haible  <bruno@clisp.org>
2644
2645         * allocsa.m4: New file, from GNU gettext.
2646
2647 2003-11-24  Bruno Haible  <bruno@clisp.org>
2648
2649         * eealloc.m4: New file, from GNU gettext.
2650
2651 2004-01-15  Paul Eggert  <eggert@twinsun.com>
2652
2653         Merge from coreutils.
2654
2655         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
2656         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
2657         (gl_DEFAULT_POSIX2_VERSION): Move
2658         the documentation from 'configure' into 'config.hin',
2659         so that 'configure --help' isn't burdened by it and
2660         we don't have to worry about its formatting there.
2661         Reword the documentation so that it's more succinct
2662         and can be run together into a single paragraph.
2663         * same.m4 (gl_SAME): Check for pathconf.
2664
2665 2004-01-15  Jim Meyering  <jim@meyering.net>
2666
2667         Merge from coreutils.
2668
2669         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
2670         if no library is required.
2671         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
2672         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
2673         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
2674         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
2675         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
2676         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
2677         value, $ac_cv_search_crypt, if it's "none required".
2678         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
2679         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
2680         not gl_FUNC_GETLOADAVG.
2681         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
2682         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
2683
2684 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
2685
2686         Merge from coreutils.
2687
2688         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
2689         value, $ac_cv_search_nanosleep, if it's "none required".
2690
2691 2003-12-03  Bruno Haible  <bruno@clisp.org>
2692
2693         * gettext.m4: Upgrade from gettext-0.13.
2694         * po.m4: Upgrade from gettext-0.13.
2695         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
2696         * intmax.m4: New file, from gettext-0.13.
2697         * printf-posix.m4: New file, from gettext-0.13.
2698
2699 2003-11-25  Bruno Haible  <bruno@clisp.org>
2700
2701         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
2702         gt_TYPE_SSIZE_T.
2703
2704 2003-11-17  Bruno Haible  <bruno@clisp.org>
2705
2706         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
2707
2708 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2709
2710         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
2711         gl_PTRDIFF_MAX.
2712
2713 2003-11-11  Bruno Haible  <bruno@clisp.org>
2714
2715         * size_max.m4: New file.
2716         * ptrdiff_max.m4: New file.
2717         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
2718         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
2719         (gl_XALLOC): Invoke it.
2720
2721 2003-11-04  Bruno Haible  <bruno@clisp.org>
2722
2723         * xsize.m4: New file.
2724
2725 2003-11-03  Bruno Haible  <bruno@clisp.org>
2726
2727         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
2728
2729 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
2730
2731         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
2732         netbsd*-gnu*.  Suggested by Robert Millan.
2733
2734 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2735
2736         * xalloc.m4 (gl_XALLOC): Undo previous change.
2737
2738 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2739
2740         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
2741         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
2742         after the 'gnu' in these cases.  This fixes some bugs in the
2743         previous change, and is based on suggestions by Robert Millan.
2744
2745 2003-10-28  Paul Eggert  <eggert@twinsun.com>
2746
2747         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
2748         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
2749         NetBSD kernels.  Requested by Richard Stallman.
2750
2751 2003-10-26  Paul Eggert  <eggert@twinsun.com>
2752
2753         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
2754         now uses inline.
2755
2756 2003-10-23  Paul Eggert  <eggert@twinsun.com>
2757
2758         * getline.m4 (AM_FUNC_GETLINE):
2759         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
2760         hosts.  Problem reported by Derek Robert Price in
2761         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
2762         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
2763         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
2764
2765 2003-10-20  Bruno Haible  <bruno@clisp.org>
2766
2767         * wait-process.m4: New file.
2768
2769 2003-10-14  Bruno Haible  <bruno@clisp.org>
2770
2771         * sig_atomic_t: New file, from GNU gettext.
2772         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
2773
2774 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2775
2776         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
2777
2778 2003-10-10  Simon Josefsson  <jas@extundo.com>
2779
2780         * argp.m4: Add AC_C_INLINE.
2781
2782 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2783
2784         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
2785
2786 2003-10-06  Bruno Haible  <bruno@clisp.org>
2787
2788         * fatal-signal.m4: New file.
2789         * signalblocking.m4: New file, from GNU gettext.
2790
2791 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2792
2793         * free.m4: New file.
2794
2795 2003-09-26  Bruno Haible  <bruno@clisp.org>
2796
2797         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
2798         Don't define stpncpy through config.h; it's now done through stpncpy.h.
2799
2800 2003-09-25  Simon Josefsson  <jas@extundo.com>
2801             Bruno Haible  <bruno@clisp.org>
2802
2803         * getdomainname.m4: New file.
2804
2805 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2806
2807         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
2808         to avoid spurious warnings like "AC_RUN_IFELSE was called before
2809         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
2810
2811 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2812
2813         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
2814
2815         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
2816         and AC_MINIX, too, so that their extensions are available.
2817
2818         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
2819         This macro has been superseded by gl_BACKUPFILE.
2820
2821         More patches to assume C89 or better.
2822
2823         * error.m4 (gl_ERROR): Don't check for vprintf.
2824
2825         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
2826         unconditionally.
2827         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
2828         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
2829         Include <string.h>, <stdlib.h> unconditionally.
2830         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
2831         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
2832         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
2833         or for string.h.
2834         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
2835         or strtoul.
2836
2837         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
2838         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
2839         * userspec.m4 (gl_USERSPEC): Likewise.
2840         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
2841         * xstrtod.m4 (gl_XSTRTOD): Likewise.
2842         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
2843         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
2844         memcpy, memset.
2845         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
2846         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
2847         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
2848         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
2849         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
2850         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
2851         strtoul.
2852
2853 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2854
2855         More patches to assume C89 or better.
2856         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
2857         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
2858         string.h, memchr, STDC_HEADERS.
2859
2860 2003-09-10  Bruno Haible  <bruno@clisp.org>
2861
2862         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
2863         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
2864         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
2865         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
2866         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
2867         <stdlib.h> and <string.h> checks.
2868         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
2869         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
2870
2871 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2872
2873         More patches to assume C89 or better.
2874         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
2875         * getopt.m4 (gl_GETOPT): Don't check for string.h.
2876         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
2877         or for string.h.
2878         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
2879         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
2880         headers.
2881         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
2882         string.h.
2883         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
2884         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
2885         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
2886         or for string.h.
2887         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
2888         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
2889         C headers.
2890         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
2891         memcpy.
2892         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
2893         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
2894         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
2895         * memcoll.m4 (gl_MEMCOLL): Likewise.
2896         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
2897         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
2898         string.h, free.
2899         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
2900         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
2901         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
2902         C headers, or for string.h.
2903         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
2904         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
2905         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
2906         headers, memory.h, stdlib.h, string.h, strings.h.
2907         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
2908         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
2909         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
2910         strchr.
2911         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
2912         headers, memory.h, string.h.
2913         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
2914         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
2915         free.
2916         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
2917         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
2918         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
2919         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
2920         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
2921         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
2922
2923 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
2924
2925         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
2926         C89 spec.
2927
2928 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2929
2930         Assume C89 or better; remove K&R cruft.
2931         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
2932         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
2933         string.h, getenv, malloc.
2934         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
2935         headers.
2936         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
2937         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
2938         do not check for strerror.
2939         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
2940         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
2941         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
2942         do not check for doprnt or vprintf.
2943         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
2944         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
2945
2946 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2947
2948         * time_r.m4: New file.
2949         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
2950         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
2951         Check for timegm declaration.
2952         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
2953         Do not check for gmtime_r.
2954         Replace mktime if __mktime_internal does not exist and if mktime
2955         hasn't been replaced already.
2956
2957 2003-08-31  Simon Josefsson  <jas@extundo.com>
2958
2959         * timegm.m4: New file.
2960
2961 2003-08-26  Bruno Haible  <bruno@clisp.org>
2962
2963         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
2964         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
2965         followed by '#define fnmatch fnmatch_posix' gives an error.
2966
2967 2003-08-27  Jim Meyering  <jim@meyering.net>
2968
2969         * mkstemp.m4: Require that the system mkstemp be able to create
2970         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
2971         would fail after 32.  Reported by Danny Levinson.  Details here:
2972         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2973
2974 2003-08-20  Karl Berry  <karl@gnu.org>
2975
2976         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
2977
2978 2003-08-19  Jim Meyering  <jim@meyering.net>
2979
2980         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
2981         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
2982
2983 2003-08-19  Bruno Haible  <bruno@clisp.org>
2984
2985         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
2986
2987 2003-08-18  Jim Meyering  <jim@meyering.net>
2988
2989         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
2990         * lib-ld.m4: Likewise.
2991
2992 2003-08-17  Simon Josefsson  <jas@extundo.com>
2993
2994         * argp.m4: New file.
2995
2996 2003-08-17  Simon Josefsson  <jas@extundo.com>
2997
2998         * xstrndup.m4: New file.
2999
3000 2003-08-16  Jim Meyering  <jim@meyering.net>
3001
3002         * utimes.m4 (gl_FUNC_UTIMES): New file.
3003         * utimes.m4: Removed.
3004         * utimes-null.m4: Renamed from utimes.m4.
3005
3006         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
3007         to 1MB, so as not to render systems with no stack size limit (e.g.,
3008         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
3009         Include <unistd.h>.  On some systems,
3010         it is required for the definition of _SC_PAGESIZE.
3011
3012 2003-08-16  Paul Eggert  <eggert@twinsun.com>
3013
3014         Merges from coreutils, etc.
3015         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
3016         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
3017         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
3018         fixing a typo.
3019         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
3020         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
3021
3022 2003-08-16  Jim Meyering  <jim@meyering.net>
3023         and Paul Eggert  <eggert@cs.ucla.edu>
3024
3025         Merges from coreutils, etc.
3026
3027         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
3028         using the latest version from cvs.  This avoids problems with #line
3029         directives using a vendor (Sun) compiler.
3030         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
3031         Don't set GETGROUPS_LIB here; now it's
3032         done via getgroups.m4's wrapper function.
3033         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
3034         rather than just in sh-util/configure.in, so that the
3035         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
3036         same.
3037         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
3038         AC_FUNC_GETLOADAVG where to find getloadavg.c.
3039         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
3040         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
3041         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
3042         Remove code that is now done by the newly-required macros.
3043         Append $(EXEEXT) to DF_PROG.
3044         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
3045         Do not invoke or require the following here,
3046         since prereq.m4 or some gnulib .m4 now does this for us:
3047         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
3048         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
3049         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
3050         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
3051         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
3052         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
3053         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
3054         AC_FUNC_OBSTACK.
3055         Do not replace the following functions, as this is now the job
3056         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
3057         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
3058         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
3059         atexit getpass, strdup, getpagesize.
3060         Replace 'raise'.
3061         Do not check for the following functions, as this is now the job
3062         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
3063         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
3064         setregid.
3065         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
3066         Check for sys/sysctl.h.
3067         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
3068         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
3069         of checking for ssize_t ourselves.
3070
3071         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
3072         Require every macro that gnulib/modules/* suggests for us.
3073         (jm_PREREQ_ADDEXT): New macro.
3074         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
3075         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
3076
3077         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
3078         (gl_PHYSMEM): Use it.
3079         Also check for `table' function.
3080         Check for new headers and functions.
3081         Add check for sys/sysmp.h.
3082         With suggestions from Kaveh Ghazi.
3083         Ignore headers that are present but cannot be compiled.  This
3084         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
3085         C 5.4.
3086
3087 2003-08-16  Jim Meyering  <jim@meyering.net>
3088
3089         Merges from coreutils.
3090         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
3091         prefix.  Adjust cache variables similarly.  Create 500 rather than
3092         just 300 files, to exercise bug on Darwin6.5, too.
3093         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
3094         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
3095         Reported by mkc@mathdogs.com.
3096         Also change use of $am_cv_sys_posix_termios
3097         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
3098         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
3099         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
3100         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
3101         /proc/mounts until it finds one with matching device number.  This is
3102         unnecessary when the FILE argument *is* a mount point.  No stat call
3103         is necessary in that case.  So, disable the statvfs-testing code on
3104         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
3105         as RedHat bug# 84846.
3106         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
3107         to 1MB, so as not to render systems with no stack size limit (e.g.,
3108         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
3109         Include <unistd.h>.  On some systems,
3110         it is required for the definition of _SC_PAGESIZE.
3111
3112 2003-08-15  Jim Meyering  <jim@meyering.net>
3113         and Paul Eggert  <eggert@cs.ucla.edu>
3114
3115         Merges from coreutils, etc.
3116         * strftime.m4 (_jm_STRFTIME_PREREQS):
3117         Require gl_FUNC_TZSET_CLOBBER.
3118         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
3119         ut_exit.ut_termination, and ut_exit.e_termination members.
3120
3121 2003-08-14  Paul Eggert  <eggert@twinsun.com>
3122
3123         Help the merge from coreutils.
3124         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
3125         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
3126         * tzset.m4: Use it too.
3127
3128 2003-08-14  Jim Meyering  <jim@meyering.net>
3129
3130         Merge from coreutils.
3131         * tzset.m4: New file.
3132         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
3133         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
3134         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
3135         is inadequate on such systems: 1) detecting whether a file system
3136         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
3137         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
3138         merely /MOUNT_POINT.  Reported by Mike Jetzer.
3139
3140 2003-08-13  Paul Eggert  <eggert@twinsun.com>
3141
3142         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
3143         Check for isascii.
3144
3145         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
3146         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
3147         Undo previous (whitespace-only) change.
3148
3149 2003-08-12  Paul Eggert  <eggert@twinsun.com>
3150
3151         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
3152         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
3153         Normalize leading white space and remove trailing white space.
3154
3155         Merge from coreutils
3156         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
3157
3158         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
3159         0.12.1.  These files are now being upgraded automatically by
3160         ../config/srclist-update.
3161
3162 2003-08-11  Bruno Haible  <bruno@clisp.org>
3163
3164         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
3165
3166 2003-08-09  Paul Eggert  <eggert@twinsun.com>
3167
3168         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
3169         apparently Emacs's Unicode mode got confused before my 2003-08-05
3170         checkin.
3171
3172 2003-08-08  Paul Eggert  <eggert@twinsun.com>
3173
3174         * extensions.m4: New file.
3175         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
3176         Require gl_USE_SYSTEM_EXTENSIONS.
3177         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
3178         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
3179
3180 2003-08-07  Paul Eggert  <eggert@twinsun.com>
3181
3182         * restrict.m4: New file.
3183         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
3184
3185 2003-08-07  Bruno Haible  <bruno@clisp.org>
3186
3187         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
3188         the module 'getndelim2' compatible with the module 'getline'.
3189
3190 2003-08-05  Paul Eggert  <eggert@twinsun.com>
3191
3192         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
3193         byte with "\201" to avoid glitches when editing that source file
3194         with multi-gnome-terminal.
3195
3196 2003-07-31  Bruno Haible  <bruno@clisp.org>
3197
3198         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
3199
3200 2003-07-18  Bruno Haible  <bruno@clisp.org>
3201
3202         * getndelim2.m4: New file.
3203         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
3204         invoke gl_PREREQ_GETNDELIM2.
3205         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
3206         gl_PREREQ_GETNDELIM2.
3207         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
3208         gl_GETNDELIM2.
3209
3210 2003-07-17  Bruno Haible  <bruno@clisp.org>
3211
3212         * Makefile.am.in: Remove file.
3213         * Makefile.am: Remove file.
3214         * Makefile.in: Remove file.
3215
3216 2003-07-17  Bruno Haible  <bruno@clisp.org>
3217
3218         * getnline.m4: New file.
3219
3220 2003-07-14  Simon Josefsson  <jas@extundo.com>
3221
3222         * mempcpy.m4: New file.
3223
3224 2003-07-10  Jim Meyering  <jim@meyering.net>
3225
3226         * clock_time.m4: Remove trailing blank.
3227         * intmax_t.m4: Likewise.
3228
3229 2003-07-01  Paul Eggert  <eggert@twinsun.com>
3230
3231         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
3232         xreadlink.c now includes it unconditionally.
3233
3234 2003-07-01  Bruno Haible  <bruno@clisp.org>
3235
3236         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
3237         should be sufficient.
3238         Reported by Paul Eggert.
3239
3240 2003-06-25  Bruno Haible  <bruno@clisp.org>
3241
3242         * readlink.m4: New file.
3243
3244 2003-06-22  Bruno Haible  <bruno@clisp.org>
3245
3246         Portability to mingw32.
3247         * ssize_t.m4: New file, from GNU gettext.
3248         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
3249         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
3250
3251 2003-06-11  Bruno Haible  <bruno@clisp.org>
3252
3253         * sysexits.m4: New file.
3254
3255 2003-06-10  Simon Josefsson  <jas@extundo.com>
3256
3257         * strchrnul.m4: New file.
3258
3259 2003-06-07  Bruno Haible  <bruno@clisp.org>
3260
3261         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
3262         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
3263         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
3264         directory.
3265         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
3266         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
3267         directory.
3268
3269 2003-06-04  Paul Eggert  <eggert@twinsun.com>
3270
3271         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
3272         locale.h, localeconv.  This merges changes from coreutils.
3273
3274         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
3275         It can be removed after the next Autoconf is released.
3276         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
3277         needed.
3278
3279 2003-05-30  Bruno Haible  <bruno@clisp.org>
3280
3281         * gettext.m4: Upgrade to gettext-0.12.1.
3282         * nls.m4: New file, from gettext-0.12.1.
3283         * po.m4: New file, from gettext-0.12.1.
3284         * progtest.m4: Upgrade to gettext-0.12.1.
3285
3286 2003-05-28  Paul Eggert  <eggert@twinsun.com>
3287
3288         Assume the headers required for C89 freestanding compilers.
3289         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
3290         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
3291         * human.m4 (gl_HUMAN): Likewise.
3292         * pathmax.m4 (gl_PATHMAX): Likewise.
3293         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
3294         * userspec.m4 (gl_USERSPEC): Likewise.
3295         * xreadlink.m4 (gl_XREADLINK): Likewise.
3296         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
3297         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
3298
3299 2003-05-26  Jim Meyering  <jim@meyering.net>
3300
3301         Merge in a change from coreutils:
3302         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
3303         that is guaranteed to be `no'.  Use `no_such_member' to indicate
3304         that condition, rather than `-1' which is slightly misleading.
3305         Change the name of the cache variable to have the gl_ prefix.
3306         Prompted by a patch from Richard Dawe for DJGPP.
3307
3308 2003-05-17  Bruno Haible  <bruno@clisp.org>
3309
3310         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
3311         expansion for AC_EGREP_CPP.
3312         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
3313         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
3314         Suggested by Akim Demaille <akim@epita.fr> in
3315         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
3316
3317 2003-04-21  Paul Eggert  <eggert@twinsun.com>
3318
3319         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
3320         code which expansion is under static control.  Patch imported from
3321         Akim Demaille's patch to Bison; see
3322         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
3323
3324 2003-04-14  Bruno Haible  <bruno@clisp.org>
3325
3326         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
3327
3328 2003-04-10  Bruno Haible  <bruno@clisp.org>
3329
3330         * findprog.m4: New file.
3331         * eaccess.m4: New file.
3332
3333 2003-04-04  Bruno Haible  <bruno@clisp.org>
3334
3335         * linebreak.m4: New file.
3336
3337 2003-04-03  Bruno Haible  <bruno@clisp.org>
3338
3339         * utf-ucs4.m4: New file.
3340         * ucs4-utf.m4: New file.
3341
3342 2003-03-30  Bruno Haible  <bruno@clisp.org>
3343
3344         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
3345
3346 2003-03-28  Bruno Haible  <bruno@clisp.org>
3347
3348         * copy-file.m4: New file.
3349
3350 2003-03-18  Bruno Haible  <bruno@clisp.org>
3351
3352         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
3353         * onceonly_2_57.m4: Likewise.
3354
3355 2003-03-17  Bruno Haible  <bruno@clisp.org>
3356
3357         * onceonly.m4: Require autoconf 2.54 or newer.
3358         (m4_quote): Remove macro.
3359         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
3360
3361 2003-03-14  Bruno Haible  <bruno@clisp.org>
3362
3363         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
3364         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
3365
3366 2003-03-13  Paul Eggert  <eggert@twinsun.com>
3367
3368         * onceonly.m4 (m4_quote): New macro.
3369         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3370         Quote AC_FOREACH variable-expansions properly.
3371
3372 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
3373
3374         * poll.m4: New file.
3375
3376 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
3377
3378         * mathl.m4: New file.
3379
3380 2003-02-17  Bruno Haible  <bruno@clisp.org>
3381
3382         * mkdtemp.m4: New file, from GNU gettext with modifications.
3383
3384 2003-02-02  Jim Meyering  <jim@meyering.net>
3385
3386         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
3387         e.g. glibc-2.2.93.
3388
3389 2003-01-31  Bruno Haible  <bruno@clisp.org>
3390
3391         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
3392         'rpl_rename'.
3393         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
3394         'rpl_strnlen'.
3395         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
3396         'rpl_strtod'.
3397         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
3398         'rpl_utime'.
3399
3400 2003-01-30  Bruno Haible  <bruno@clisp.org>
3401
3402         * signed.m4: New file, from GNU gettext.
3403         * longdouble.m4: New file, from GNU gettext.
3404         * wchar_t.m4: New file, from GNU gettext.
3405         * wint_t.m4: New file, from GNU gettext.
3406         * vasnprintf.m4: New file.
3407         * vasprintf.m4: New file.
3408
3409 2003-01-29  Bruno Haible  <bruno@clisp.org>
3410
3411         * stpncpy.m4: New file.
3412
3413 2003-01-23  Jim Meyering  <jim@meyering.net>
3414
3415         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
3416         from working on systems without dirfd (at least Irix and OSF1/Tru64).
3417
3418 2003-01-16  Jim Meyering  <jim@meyering.net>
3419
3420         * regex.m4: The `regex' struct is both input and output.
3421         Initialize it before each use.  Patch by Tim Waugh.
3422
3423 2003-01-11  Bruno Haible  <bruno@clisp.org>
3424
3425         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
3426         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
3427         suffix.
3428
3429 2003-01-11  Bruno Haible  <bruno@clisp.org>
3430
3431         * md5.m4 (gl_MD5): Require AC_C_INLINE.
3432
3433 2003-01-11  Bruno Haible  <bruno@clisp.org>
3434
3435         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
3436
3437 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3438
3439         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3440         to avoid collisions with libcurses and libreadline.
3441
3442         * getstr.m4: Remove.
3443         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
3444
3445 2003-01-10  Bruno Haible  <bruno@clisp.org>
3446
3447         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
3448
3449 2003-01-09  Bruno Haible  <bruno@clisp.org>
3450
3451         * stdbool.m4 (AM_STDBOOL_H): New macro.
3452
3453 2002-12-31  Paul Eggert  <eggert@twinsun.com>
3454
3455         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
3456
3457 2002-12-24  Bruno Haible  <bruno@clisp.org>
3458
3459         General infrasructure.
3460         * README: Rewritten.
3461         * onceonly.m4: New file.
3462         * onceonly_2_57.m4: New file.
3463
3464         Module atexit.
3465         * atexit.m4: New file.
3466
3467         Module strtod.
3468         * strtod.m4: New file.
3469
3470         Module strtol.
3471         * strtol.m4: New file.
3472
3473         Module strtoul.
3474         * strtoul.m4: New file.
3475
3476         Module memchr.
3477         * memchr.m4: New file.
3478
3479         Module memcmp.
3480         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
3481         (jm_FUNC_MEMCMP): Invoke it.
3482
3483         Module memcpy.
3484         * memcpy.m4: New file.
3485
3486         Module memmove.
3487         * memmove.m4: New file.
3488
3489         Module memset.
3490         * memset.m4: New file.
3491
3492         Module strcspn.
3493         * strcspn.m4: New file.
3494
3495         Module strpbrk.
3496         * strpbrk.m4: New file.
3497
3498         Module strstr.
3499         * strstr.m4: New file.
3500
3501         Module strerror.
3502         * strerror.m4: New file.
3503
3504         Module mktime.
3505         * mktime.m4: Renamed from jm-mktime.m4.
3506         (gl_PREREQ_MKTIME): New macro.
3507         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
3508
3509         Module malloc.
3510         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
3511         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
3512         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
3513
3514         Module realloc.
3515         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
3516         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
3517         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
3518
3519         Module strftime.
3520         * tm_gmtoff.m4: New file, extracted from strftime.m4.
3521         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
3522         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
3523         gl_TM_GMTOFF.
3524         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
3525
3526         Module xalloc.
3527         * xalloc.m4: New file.
3528
3529         Module alloca.
3530         * alloca.m4: New file.
3531
3532         Module putenv.
3533         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
3534         (jm_FUNC_PUTENV): Invoke it.
3535
3536         Module setenv.
3537         * setenv.m4 (gt_FUNC_SETENV): New macro.
3538         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
3539         when invoked twice.
3540         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
3541         gt_FUNC_SETENV.
3542
3543         Module memrchr.
3544         * memrchr.m4: New file.
3545
3546         Module stpcpy.
3547         * stpcpy.m4: New file.
3548
3549         Module strcase.
3550         * strcase.m4: New file.
3551
3552         Module strdup.
3553         * strdup.m4: New file.
3554
3555         Module strnlen.
3556         * strnlen.m4: New file.
3557
3558         Module strndup.
3559         * strndup.m4: New file.
3560
3561         Module xstrtod.
3562         * xstrtod.m4: New file.
3563
3564         Module xstrtol.
3565         * xstrtol.m4: New file.
3566
3567         Module getdate.
3568         * getdate.m4: New file.
3569
3570         Module unlocked-io.
3571         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
3572         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
3573         * jm-glibc-io.m4n: Remove file.
3574
3575         Module long-options.
3576         * long-options.m4: New file.
3577
3578         Module md5.
3579         * md5.m4: New file.
3580
3581         Module sha.
3582         * sha.m4: New file.
3583
3584         Module getstr.
3585         * getstr.m4: New file.
3586
3587         Module getline.
3588         * getline.m4 (gl_PREREQ_GETLINE): New macro.
3589         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
3590         <sys/types.h>, for size_t. Use the function name gnu_getline, not
3591         simply getline. Infoke gl_PREREQ_GETLINE.
3592
3593         Module obstack.
3594         * obstack.m4: New file.
3595
3596         Module hash.
3597         * hash.m4: New file.
3598
3599         Module readtokens.
3600         * readtokens.m4: New file.
3601
3602         Module strverscmp.
3603         * strverscmp.m4: New file.
3604
3605         Module stdbool.
3606         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
3607
3608         Module strtoll.
3609         * strtoll.m4: New file.
3610
3611         Module strtoull.
3612         * strtoull.m4: New file.
3613
3614         Module strtoimax.
3615         * strtoimax.m4: New file.
3616
3617         Module strtoumax.
3618         * strtoumax.m4: New file.
3619
3620         Module xstrtoimax.
3621         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
3622         Moved the strtol prerequisites to strtol.m4.
3623         Moved the strtoll prerequisites to strtoll.m4.
3624         Moved the strtoimax prerequisites to strtoimax.m4.
3625
3626         Module xstrtoumax.
3627         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
3628         Moved the strtoul prerequisites to strtoul.m4.
3629         Moved the strtoull prerequisites to strtoull.m4.
3630         Moved the strtoumax prerequisites to strtoumax.m4.
3631
3632         Module chown.
3633         * chown.m4 (gl_PREREQ_CHOWN): New macro.
3634         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
3635
3636         Module dup2.
3637         * dup2.m4: New file.
3638
3639         Module ftruncate.
3640         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
3641         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
3642
3643         Module getgroups.
3644         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
3645         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
3646
3647         Module gettimeofday.
3648         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
3649         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
3650         gl_PREREQ_GETTIMEOFDAY.
3651
3652         Module mkdir.
3653         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
3654         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
3655
3656         Module mkstemp.
3657         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
3658         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
3659         jm_AC_TYPE_UINTMAX_T.
3660         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
3661
3662         Module stat.
3663         * stat.m4 (gl_PREREQ_STAT): New macro.
3664         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
3665
3666         Module lstat.
3667         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
3668         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
3669
3670         Module timespec.
3671         * timespec.m4 (gl_TIMESPEC): New macro.
3672         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
3673         * st_mtim.m4: Indentation.
3674
3675         Module nanosleep.
3676         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
3677         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
3678         gl_PREREQ_NANOSLEEP.
3679
3680         Module regex.
3681         * regex.m4 (jm_PREREQ_REGEX): New macro.
3682         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
3683         (gl_REGEX): New macro.
3684
3685         Module rename.
3686         * rename.m4 (gl_PREREQ_RENAME): New macro.
3687         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
3688
3689         Module rmdir.
3690         * rmdir.m4: New file.
3691
3692         Module utime.
3693         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
3694         * utime.m4 (gl_PREREQ_UTIME): New macro.
3695         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
3696
3697         Module dirname.
3698         * dirname.m4: New file.
3699
3700         Module getopt.
3701         * getopt.m4: New file.
3702
3703         Module unistd-safer.
3704         * unistd-safer.m4: New file.
3705
3706         Module fnmatch.
3707         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
3708         declaration.
3709         (gl_PREREQ_FNMATCH_EXTRA): New macro.
3710         (gl_FUNC_FNMATCH_POSIX): New macro.
3711         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
3712         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
3713         simply fnmatch.
3714
3715         Module exclude.
3716         * exclude.m4: New file.
3717
3718         Module human.
3719         * human.m4: New file.
3720
3721         Module acl.
3722         * acl.m4: Nop.
3723
3724         Module backupfile.
3725         * backupfile.m4: New file.
3726         * d-ino.m4: Indentation.
3727
3728         Module fsusage.
3729         * fsusage.m4 (gl_FSUSAGE): New macro.
3730         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
3731         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
3732
3733         Module dirfd.
3734         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
3735
3736         Module euidaccess.
3737         * euidaccess.m4: New file.
3738
3739         Module file-type.
3740         * file-type.m4: New file.
3741
3742         Module fileblocks.
3743         * fileblocks.m4: New file.
3744
3745         Module filemode.
3746         * filemode.m4: New file.
3747
3748         Module isdir.
3749         * isdir.m4: New file.
3750
3751         Module lchown.
3752         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
3753         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
3754
3755         Module makepath.
3756         * makepath.m4: New file.
3757
3758         Module modechange.
3759         * modechange.m4: New file.
3760
3761         Module mountlist.
3762         * mountlist.m4: New file.
3763         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
3764         Indentation.
3765
3766         Module path-concat.
3767         * path-concat.m4: New file.
3768
3769         Module pathmax.
3770         * pathmax.m4: New file.
3771
3772         Module same.
3773         * same.m4: New file.
3774
3775         Module save-cwd.
3776         * save-cwd.m4: New file.
3777
3778         Module savedir.
3779         * savedir.m4: New file.
3780
3781         Module xgetcwd.
3782         * xgetcwd.m4: New file.
3783         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
3784
3785         Module xreadlink.
3786         * xreadlink.m4: New file.
3787
3788         Module safe-read.
3789         * safe-read.m4: New file.
3790
3791         Module safe-write.
3792         * safe-write.m4: New file.
3793
3794         Module closeout.
3795         * closeout.m4: New file.
3796
3797         Module stdio-safer.
3798         * stdio-safer.m4: New file.
3799
3800         Module getpass.
3801         * getpass.m4: New file.
3802
3803         Module getugroups.
3804         * getugroups.m4: New file.
3805
3806         Module group-member.
3807         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
3808         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
3809
3810         Module idcache.
3811         * idcache.m4: New file.
3812
3813         Module userspec.
3814         * userspec.m4: New file.
3815
3816         Module gettime.
3817         * clock_time.m4: New file.
3818         * gettime.m4: New file.
3819
3820         Module settime.
3821         * settime.m4: New file.
3822
3823         Module posixtm.
3824         * posixtm.m4: New file.
3825
3826         Module gethostname.
3827         * gethostname.m4: New file.
3828
3829         Module canon-host.
3830         * canon-host.m4: New file.
3831
3832         Module gettext.
3833         * codeset.m4: New file, from gettext-0.11.5.
3834         * gettext.m4: New file, from gettext-0.11.5.
3835         * glibc21.m4: New file, from gettext-0.11.5.
3836         * iconv.m4: New file, from gettext-0.11.5.
3837         * intdiv0.m4: New file, from gettext-0.11.5.
3838         * inttypes-pri.m4: New file, from gettext-0.11.5.
3839         * inttypes.m4: New file, from gettext-0.11.5.
3840         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
3841         * isc-posix.m4: New file, from gettext-0.11.5.
3842         * lcmessage.m4: New file, from gettext-0.11.5.
3843         * lib-ld.m4: New file, from gettext-0.11.5.
3844         * lib-link.m4: New file, from gettext-0.11.5.
3845         * lib-prefix.m4: New file, from gettext-0.11.5.
3846         * progtest.m4: New file, from gettext-0.11.5.
3847         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
3848         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
3849         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
3850
3851         Module localcharset.
3852         * localcharset.m4: New file.
3853
3854         Module hard-locale.
3855         * hard-locale.m4: New file.
3856
3857         Module mbswidth.
3858         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
3859         onceonly macros.
3860         * mbrtowc.m4: Add comment.
3861
3862         Module memcasecmp.
3863         * memcasecmp.m4: New file.
3864
3865         Module memcoll.
3866         * memcoll.m4: New file.
3867
3868         Module unicodeio.
3869         * unicodeio.m4: New file.
3870
3871         Module rpmatch.
3872         * rpmatch.m4: New file.
3873
3874         Module yesno.
3875         * yesno.m4: New file.
3876
3877         Module exitfail.
3878         * exitfail.m4: New file.
3879
3880         Module c-stack.
3881         * c-stack.m4 (gl_C_STACK): New macro.
3882         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
3883
3884         Module error.
3885         * error.m4 (gl_ERROR): New macro.
3886         (jm_PREREQ_ERROR): Use onceonly macros.
3887
3888         Module fatal.
3889         * fatal.m4: New file.
3890
3891         Module getloadavg.
3892         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
3893         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
3894
3895         Module getpagesize.
3896         * getpagesize.m4: New file.
3897
3898         Module getusershell.
3899         * getusershell.m4: New file.
3900
3901         Module physmem.
3902         * physmem.m4: New file.
3903
3904         Module posixver.
3905         * posixver.m4: New file.
3906
3907         Module quotearg.
3908         * quotearg.m4: New file.
3909
3910         Module quote.
3911         * quote.m4: New file.
3912
3913         Module readutmp.
3914         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
3915
3916         Module sig2str.
3917         * sig2str.m4: New file.
3918
3919         Other.
3920         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
3921         ulonglong.m4.
3922         * intmax_t.m4: New file.
3923         * d-type.m4: Indentation.
3924         * jm-macros.m4: Update.
3925         * prereq.m4 (jm_PREREQ): Update.
3926         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
3927         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
3928         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
3929         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
3930         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
3931         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
3932         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
3933         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
3934         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
3935         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
3936         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
3937         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
3938         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
3939         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
3940         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
3941         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
3942         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
3943         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
3944         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
3945
3946 2002-12-18  Bruno Haible  <bruno@clisp.org>
3947
3948         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
3949         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
3950
3951 2002-12-17  Bruno Haible  <bruno@clisp.org>
3952
3953         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
3954         stdlib.h, string.h.
3955
3956 2002-12-11  Bruno Haible  <bruno@clisp.org>
3957
3958         * setenv.m4: New file, from gettext-0.11.5.
3959
3960 2002-12-06  Paul Eggert  <eggert@twinsun.com>
3961
3962         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
3963         a pain in practice to deal with generated m4 files.  This change
3964         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
3965
3966         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
3967         and jm-glibc-io.m4, as they are no longer a special case.
3968         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
3969         kludge and the auto-generation stuff.  Check only whether the
3970         functions are declared, not whether they exist, since older hosts
3971         that don't declare the functions can't use the optimization anyway.
3972
3973 2002-07-06  Jim Meyering  <meyering@lucent.com>
3974
3975         * README: Don't mention Makefile.am.in.
3976         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
3977
3978 2002-06-11  Paul Eggert  <eggert@twinsun.com>
3979
3980         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
3981
3982 2002-06-22  Jim Meyering  <meyering@lucent.com>
3983
3984         * c-stack.m4: New file, from diffutils-2.8.2.
3985         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
3986
3987         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
3988         now that configure.ac uses AC_GNU_SOURCE.
3989         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
3990         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
3991
3992         Update to latest tools.  Suggestions from Paul Eggert.
3993         * stdbool.m4: New file, from diffutils-2.8.2.
3994         * gnu-source.m4: Update from diffutils-2.8.2.
3995         * fnmatch.m4: Likewise.
3996         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
3997         to AC_HEADER_STDBOOL
3998
3999 2002-06-21  Jim Meyering  <meyering@lucent.com>
4000
4001         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
4002         * mbrtowc.m4: Likewise.
4003
4004         * mbstate_t.m4: Update from diffutils-2.8.2.
4005         * mbswidth.m4: Reflect name change:
4006         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
4007         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
4008
4009         * lib-link.m4: Update from gettext-0.11.2.
4010         * gettext.m4: Likewise.
4011
4012         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
4013         From Alfred M. Szmidt.
4014
4015 2002-05-19  Paul Eggert  <eggert@twinsun.com>
4016
4017         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
4018
4019 2002-06-07  Jim Meyering  <meyering@lucent.com>
4020
4021         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
4022         They're needed at least for NetBSD 1.5.2.
4023         ($statxfs_includes): Include those same headers.
4024         ($statxfs_includes): Include sys/vfs.h if available.
4025         ($statxfs_includes): Likewise for sys/statvfs.h.
4026         Check for the following members in both structs statfs and statvfs:
4027         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
4028
4029 2002-06-01  Jim Meyering  <meyering@lucent.com>
4030
4031         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
4032         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
4033
4034 2002-05-28  Jim Meyering  <meyering@lucent.com>
4035
4036         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
4037         Reported by Volker Borchert.
4038
4039 2002-05-27  Jim Meyering  <meyering@lucent.com>
4040
4041         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
4042         localtime.
4043
4044         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
4045         use the replacement function; it wouldn't resolve at link time.
4046         Reported by Volker Borchert.
4047
4048 2002-04-30  Jim Meyering  <meyering@lucent.com>
4049
4050         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
4051
4052 2002-04-29  Paul Eggert  <eggert@twinsun.com>
4053
4054         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
4055         Do not check for alloca.h (no longer used) or stdbool.h (was never
4056         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
4057
4058 2002-04-28  Paul Eggert  <eggert@twinsun.com>
4059
4060         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
4061
4062 2002-04-29  Jim Meyering  <meyering@lucent.com>
4063
4064         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
4065         * prereq.m4: Add jm_PREREQ_STRNLEN.
4066         Use AC_FUNC_STRNLEN here instead.
4067
4068         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
4069         With autoconf-2.53a, it's part of AC_PROG_CC.
4070
4071 2002-04-28  Paul Eggert  <eggert@twinsun.com>
4072
4073         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
4074         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
4075
4076 2002-04-24  Jim Meyering  <meyering@lucent.com>
4077
4078         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
4079         (jm_PREREQ): Use it.
4080
4081         * getloadavg.m4: Check for these headers: locale.h unistd.h
4082         mach/mach.h fcntl.h.
4083         Check for this function: setlocale.
4084
4085 2002-04-16  Jim Meyering  <meyering@lucent.com>
4086
4087         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
4088         ut_pid, ut_id, ut_exit.
4089
4090 2002-04-12  Jim Meyering  <meyering@lucent.com>
4091
4092         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
4093         check for f_type in sys/mount.h.  Instead, just test for the existence
4094         of the getmntinfo function.  Needed for Darwin 5.3.
4095
4096         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
4097         This is necessary at least on Darwin 5.3.
4098
4099         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
4100         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
4101         in the library, and that makes some versions of ranlib object.
4102
4103 2002-04-09  Jim Meyering  <meyering@lucent.com>
4104
4105         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
4106         to be more precise.  Rather than saying we're checking whether the
4107         function `works', say what we're testing.
4108         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
4109         Reported by Bruno Haible.
4110
4111 2002-02-27  Paul Eggert  <eggert@twinsun.com>
4112
4113         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
4114         Check for clock_settime.
4115
4116 2002-02-25  Paul Eggert  <eggert@twinsun.com>
4117
4118         * acl.m4: New file.
4119         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
4120         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
4121
4122 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
4123
4124         * codeset.m4: Upgrade to gettext-0.11.
4125         * gettext.m4: Upgrade to gettext-0.11.
4126         * glibc21.m4: Upgrade to gettext-0.11.
4127         * iconv.m4: Upgrade to gettext-0.11.
4128         * isc-posix.m4: Upgrade to gettext-0.11.
4129         * lcmessage.m4: Upgrade to gettext-0.11.
4130         * lib-ld.m4: New file, from gettext-0.11.
4131         * lib-link.m4: New file, from gettext-0.11.
4132         * lib-prefix.m4: New file, from gettext-0.11.
4133         * progtest.m4: Upgrade to gettext-0.11.
4134
4135 2002-02-15  Paul Eggert  <eggert@twinsun.com>
4136
4137         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
4138         (jm_PREREQ): Use it.
4139
4140 2002-01-26  Jim Meyering  <meyering@lucent.com>
4141
4142         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
4143         * strnlen.m4: Remove file, now that it's part of autoconf.
4144
4145 2002-01-22  Paul Eggert  <eggert@twinsun.com>
4146
4147         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
4148
4149 2002-01-19  Jim Meyering  <meyering@lucent.com>
4150
4151         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
4152         Remove useless quotes: DF_PROG="df".
4153         * strnlen.m4: New file.
4154
4155 2001-12-14  Jim Meyering  <meyering@lucent.com>
4156
4157         * jm-macros.m4 (jm_MACROS): Check for iswspace.
4158         Suggestion from Bruno Haible.
4159
4160 2001-11-20  Jim Meyering  <meyering@lucent.com>
4161
4162         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
4163         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
4164
4165 2001-11-19  Jim Meyering  <meyering@lucent.com>
4166
4167         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
4168         directory.  Use "conftestXXXXXX" as the template.
4169         Suggestion from Paul Eggert.
4170
4171         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
4172         so the test doesn't mistakenly hit the max-open-files limit.
4173
4174 2001-11-18  Jim Meyering  <meyering@lucent.com>
4175
4176         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
4177
4178 2001-11-17  Jim Meyering  <meyering@lucent.com>
4179
4180         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
4181         Prompted by a report from Bob Proulx.
4182
4183         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
4184         Instead, require UTILS_FUNC_MKSTEMP.
4185
4186 2001-11-11  Jim Meyering  <meyering@lucent.com>
4187
4188         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
4189         Now, that's done as part of AC_FUNC_STRTOD.
4190
4191 2001-10-22  Paul Eggert  <eggert@twinsun.com>
4192
4193         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
4194         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
4195
4196 2001-11-10  Jim Meyering  <meyering@lucent.com>
4197
4198         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
4199         (jm_PREREQ): Use it.
4200
4201 2001-11-09  Jim Meyering  <meyering@lucent.com>
4202
4203         * jm-macros.m4: Require autoconf-2.52f.
4204         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
4205         Use these AC_-prefixed names, not the AM_-prefixed ones.
4206
4207         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
4208
4209 2001-11-04  Jim Meyering  <meyering@lucent.com>
4210
4211         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
4212
4213 2001-11-03  Jim Meyering  <meyering@lucent.com>
4214
4215         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
4216         of AC_DEFUN.
4217
4218         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
4219         know the name of the variable in the macro definition.
4220
4221 2001-11-01  Jim Meyering  <meyering@lucent.com>
4222
4223         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
4224         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
4225
4226 2001-10-20  Paul Eggert  <eggert@twinsun.com>
4227
4228         * error.m4 (jm_PREREQ_ERROR):
4229         Do not invoke AC_CHECK_FUNCS with strerror_r, as
4230         AC_FUNC_STRERROR_R does that.
4231         Check for strerror declaration.
4232
4233         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
4234         are supposed to have them these days.
4235         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
4236         Merge changes from latest Autoconf CVS.
4237         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
4238         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
4239         POSIX decided to standardize on the int flavor of strerror_r.
4240
4241 2001-09-30  Jim Meyering  <meyering@lucent.com>
4242
4243         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
4244         `struct fsstat' has the `f_fstypename' member.
4245         Use that to define FS_TYPE, which is now used to make
4246         the getfsstat link test tighter.
4247
4248 2001-09-29  Jim Meyering  <meyering@lucent.com>
4249
4250         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
4251         [one-argument getmntent function]): Include stdio.h before mntent.h.
4252         SunOS 4.1.x needs it for the declaration of `FILE'.
4253         Patch by Volker Borchert.
4254
4255         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
4256         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
4257         sys/fs_types.h, and make the link-test for getfsstat guard #include
4258         directives with appropriate #if HAVE_*_H tests so that we can
4259         detect getfsstat on Apple Darwin1.3.7 systems.
4260         Reported by Nelson Beebe.
4261         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
4262
4263 2001-09-28  Paul Eggert  <eggert@twinsun.com>
4264
4265         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
4266         #defines strtoimax.  Also treat the other strto* functions
4267         like strtoimax.
4268
4269         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4270         Check for strtoul and strtoumax,
4271         as those declarations are made even in the signed case.
4272         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
4273         Likewise, for strtol and strtoimax.
4274
4275 2001-09-24  Jim Meyering  <meyering@lucent.com>
4276
4277         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
4278
4279 2001-09-23  Jim Meyering  <meyering@lucent.com>
4280
4281         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
4282         instead of the mere test for existence of mntent.h.  The latter
4283         would get a false-positive on AIX 3.4 systems.
4284         In the outer getmntent if-block, don't die if neither of the getmntent
4285         tests succeeds.  Instead, just fall through and continue with the
4286         remaining tests.
4287
4288 2001-09-22  Jim Meyering  <meyering@lucent.com>
4289
4290         * gettext.m4: New file.  From gettext.
4291         * lcmessage.m4: Sync with gettext -- this changes only comments.
4292         * progtest.m4: Likewise
4293         * isc-posix.m4: Decrement serial number to sync with gettext.
4294         * glibc21.m4: Likewise.
4295
4296         * libintl.m4: Remove.  No longer used.
4297
4298 2001-09-20  Jim Meyering  <meyering@lucent.com>
4299
4300         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
4301         strtoimax.
4302         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
4303         strtoumax.
4304
4305 2001-09-17  Jim Meyering  <meyering@lucent.com>
4306
4307         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
4308         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
4309         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
4310         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
4311         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
4312         whenever the right hand side need not be expanded by the shell.
4313
4314 2001-09-16  Paul Eggert  <eggert@twinsun.com>
4315
4316         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
4317         library.  It's not correct, as some older glibcs are buggy.
4318         fnmatch wasn't fixed until glibc 2.2.
4319
4320         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
4321         special shell magic here.
4322
4323 2001-09-16  Jim Meyering  <meyering@lucent.com>
4324
4325         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
4326         * jm-macros.m4: Require it.
4327
4328 2001-09-15  Jim Meyering  <meyering@lucent.com>
4329
4330         * jm-macros.m4: Check for help2man.
4331
4332 2001-09-11  Jim Meyering  <meyering@lucent.com>
4333
4334         * host-os.m4 (UTILS_HOST_OS): New file/macro.
4335         The body, by Paul Eggert, was moved here from configure.in.
4336         * jm-macros.m4: Require UTILS_HOST_OS.
4337
4338 2001-09-04  Paul Eggert  <eggert@twinsun.com>
4339
4340         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
4341         (jm_PREREQ): Use it.
4342
4343 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4344
4345         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
4346         sys/param.h, as pathmax.h includes them.
4347
4348 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4349
4350         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
4351         (jm_PREREQ_XGETCWD): New macro.
4352
4353         * getcwd.m4: New file.
4354
4355 2001-09-01  Jim Meyering  <meyering@lucent.com>
4356
4357         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
4358         Used by df.
4359
4360 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4361
4362         Simplify code, partly by assuming autoconf 2.52 semantics.
4363
4364         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
4365
4366         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
4367         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
4368         All uses removed.
4369         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
4370         Move AC_REQUIRE to next-to-top level, to avoid confusion.
4371         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
4372         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
4373         * jm-macros.m4 (jm_MACROS): Likewise.
4374
4375         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
4376
4377         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4378         Quote first arg of AC_DEFUN.
4379         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
4380         since they are needed to parse the include file even if we need
4381         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
4382         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
4383         but with opposite signedness.
4384
4385 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4386
4387         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
4388         (jm_PREREQ_EXCLUDE): New macro.
4389
4390 2001-08-26  Jim Meyering  <meyering@lucent.com>
4391
4392         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
4393
4394         * xstrtoimax.m4: New file.
4395         * xstrtoumax.m4: Add comments explaining why we
4396         AC_REPLACE_FUNCS(strtol).
4397
4398 2001-06-20  Paul Eggert  <eggert@twinsun.com>
4399
4400         * inttypes.m4: Add AC_PREREQ(2.13).
4401         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
4402         (jm_AC_TYPE_INTMAX_T): New macro.
4403         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
4404
4405         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
4406
4407         * longlong.m4: Renamed from ulonglong.m4.
4408         * inttypes.m4: Renamed from inttypes_h.m4.
4409         * uintmax_t.m4: Removed.
4410
4411 2001-08-12  Jim Meyering  <meyering@lucent.com>
4412
4413         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
4414         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
4415         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
4416         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
4417         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
4418         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
4419         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
4420         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
4421         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
4422         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
4423         utime.m4, utimes.m4, xstrtoumax.m4:
4424         Quote the first argument in each use of AC_DEFUN.
4425
4426 2001-08-05  Jim Meyering  <meyering@lucent.com>
4427
4428         * jm-macros.m4: Require autoconf-2.52.
4429
4430 2001-08-03  Paul Eggert  <eggert@twinsun.com>
4431
4432         The following changes are from gettext 0.10.39 as maintained by
4433         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
4434
4435         * codeset.m4: Upgrade to serial AM1.
4436         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
4437         all uses changed.  Quote first arg of AC_DEFUN.
4438         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
4439
4440         * iconv.m4: Upgrade to serial AM2.
4441         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
4442         Add --with-libconv-prefix.
4443         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
4444         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
4445         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
4446         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
4447         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
4448
4449         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
4450         * getline.m4 (AM_FUNC_GETLINE): Likewise.
4451         * glibc21.m4 (jm_GLIBC21): Likewise.
4452         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
4453         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
4454         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
4455         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4456         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
4457         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
4458
4459         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
4460         string.h any more.
4461
4462         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
4463         not the default value.
4464
4465         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
4466         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
4467         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
4468         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
4469         Also check for iswcntrl, used for wcwidth fallback.
4470         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
4471         to Autoconf 2.13.
4472
4473 2001-08-03  Jim Meyering  <meyering@lucent.com>
4474
4475         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
4476         as it was in the original.  Reported by Paul Eggert.
4477
4478 2001-07-16  Jim Meyering  <meyering@lucent.com>
4479
4480         * gettimeofday.m4: New file.
4481         Prompted by a report from Bernhard Baehr.
4482
4483 2001-07-15  Jim Meyering  <meyering@lucent.com>
4484
4485         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
4486         Now it's in ../Makefile.cfg.
4487
4488 2001-07-04  Jim Meyering  <meyering@lucent.com>
4489
4490         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
4491         that generates jm-glibc-io.m4 so that it doesn't trigger any make
4492         distcheck failure.
4493
4494 2001-07-02  Jim Meyering  <meyering@lucent.com>
4495
4496         The following changes were prompted by suggestions from Bruno Haible.
4497
4498         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
4499         is now generated.
4500         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
4501         definition of EXTRA_DIST.
4502         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
4503         ensure that the generated file is created/updated whenever the list
4504         of $(unlocked_functions) is changed.
4505         (jm-glibc-io.m4): New rule.
4506         (unlocked-io.h): New rule -- currently unused.
4507
4508 2001-06-24  Jim Meyering  <meyering@lucent.com>
4509
4510         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
4511         unmatched right bracket, rather than kludging it with an extra,
4512         falsely-matching quote in a comment.  Patch by Akim Demaille.
4513
4514 2001-05-27  Jim Meyering  <meyering@lucent.com>
4515
4516         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
4517         Check for ut_type in struct utmp.
4518
4519 2001-05-22  Jim Meyering  <meyering@lucent.com>
4520
4521         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
4522         now that we use the package-supplied version unconditionally.
4523         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
4524
4525 2001-05-21  Jim Meyering  <meyering@lucent.com>
4526
4527         * regex.m4: Change a couple backticks to single quotes to avoid shell
4528         syntax errors.
4529
4530 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
4531
4532         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
4533
4534 2001-05-11  Paul Eggert  <eggert@twinsun.com>
4535
4536         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
4537         Don't bother to check library strftime, since
4538         we'll be using our own my_strftime function anyway.
4539         Define my_strftime instead of strftime.
4540
4541 2001-05-15  Jim Meyering  <meyering@lucent.com>
4542
4543         * regex.m4: Use proper quoting so brackets appear in the test program.
4544         Reported by, and with help from, Bruno Haible.
4545
4546 2001-05-13  Jim Meyering  <meyering@lucent.com>
4547
4548         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
4549
4550 2000-11-26  Paul Eggert  <eggert@twinsun.com>
4551
4552         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
4553
4554 2001-04-21  Jim Meyering  <meyering@lucent.com>
4555
4556         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
4557         doesn't interfere.
4558
4559 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
4560
4561         * ftruncate.m4: Check for chsize.
4562         Link with ftruncate.o unconditionally if ftruncate is missing.
4563         This was required when cross-compiling to i586-mingw32msvc.
4564
4565 2001-03-24  Jim Meyering  <meyering@lucent.com>
4566
4567         * jm-macros.m4: Require autoconf-2.49d.
4568
4569 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
4570
4571         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
4572
4573 2001-03-17  Jim Meyering  <meyering@lucent.com>
4574
4575         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
4576         now that the version in autoconf is equivalent.
4577         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
4578
4579         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
4580         Suggestion from Akim Demaille.
4581
4582         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
4583         (jm_PREREQ_TEMPNAME): New function.
4584
4585 2001-02-25  Paul Eggert  <eggert@twinsun.com>
4586
4587         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
4588         lacks mkstemp.  Compile our own tempname.c if we compile our own
4589         mkstemp.c, as mkstemp relies on tempname.
4590
4591 2001-03-01  Jim Meyering  <meyering@lucent.com>
4592
4593         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
4594         AH_VERBATIM really does output its argument verbatim.
4595
4596 2001-02-18  Paul Eggert  <eggert@twinsun.com>
4597
4598         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
4599
4600 2001-02-17  Jim Meyering  <meyering@lucent.com>
4601
4602         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
4603         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
4604         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
4605         UnixWare 7.1.1.
4606
4607         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
4608         rather than AC_CACHE_VAL.
4609
4610 2001-02-17  Paul Eggert  <eggert@twinsun.com>
4611
4612         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
4613         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
4614         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
4615         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
4616
4617 2001-02-07  Jim Meyering  <meyering@lucent.com>
4618
4619         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
4620
4621 2001-02-05  Jim Meyering  <meyering@lucent.com>
4622
4623         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
4624         it includes the patch required for `large file' support with at least
4625         HP-UX's 10.20 /bin/cc.
4626
4627 2001-02-03  Jim Meyering  <meyering@lucent.com>
4628
4629         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
4630         AS_IF, now that it works once again (mysteriously).
4631         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4632
4633 2001-01-30  Jim Meyering  <meyering@lucent.com>
4634
4635         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
4636         * chown.m4: Rename conftestchown to conftest.chown.
4637         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
4638         * utimes.m4: s/conftestdata/conftest.data/
4639         Inspired by Pavel Roskin's change in autoconf.
4640
4641 2001-01-27  Jim Meyering  <meyering@lucent.com>
4642
4643         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
4644         a use of AS_IF.
4645         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4646
4647 2001-01-26  Jim Meyering  <meyering@lucent.com>
4648
4649         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
4650         quotearg.c includes it.
4651
4652 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
4653
4654         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
4655         has const.
4656
4657 2001-01-20  Jim Meyering  <meyering@lucent.com>
4658
4659         Be sure that headers are checked before used in code compiled
4660         for the type checks.
4661         * jm-macros.m4 (jm_MACROS): Remove all header checks.
4662         In place of that, invoke jm_CHECK_ALL_TYPES.
4663         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
4664         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
4665         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
4666         The check for ssize_t was mistakenly run before the test for unistd.h.
4667
4668         The configure-time check for stdbool.h was missing.
4669         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
4670         (jm_PREREQ_HASH): New function.
4671
4672 2001-01-17  Jim Meyering  <meyering@lucent.com>
4673
4674         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
4675         for autoconf-2.49c.
4676         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
4677
4678 2001-01-14  Jim Meyering  <meyering@lucent.com>
4679
4680         * rename.m4: Use temporary directories named conftestdir{,2}, not
4681         foo and bar.  Create conftestdir/ in the script, not in the C code.
4682         Remove directories in the script, not in the C code.
4683         Remove conftestdir{,2} before trying to create the directory.
4684         Make the entire configure script fail if the mkdir fails.
4685
4686 2001-01-02  Volker Borchert  <bt@teknon.de>
4687
4688         * rename.m4: New file.
4689         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
4690
4691 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
4692
4693         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
4694         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
4695         so `make install' also works in VPATH builds.
4696
4697 2001-01-01  Jim Meyering  <meyering@lucent.com>
4698
4699         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
4700         on systems with utmpx.h.  It's necessary for the declaration of utmp's
4701         ut_user member.  Reported by Andreas Jaeger.
4702
4703         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
4704         They are required for the declarations of getgrgid and getpwuid resp.
4705         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
4706         Reported by Andreas Jaeger.
4707
4708 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4709
4710         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
4711         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
4712         can be used in subdirectories.
4713
4714 2000-12-26  Jim Meyering  <meyering@lucent.com>
4715
4716         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
4717         with autoheader.
4718
4719 2000-12-17  Jim Meyering  <meyering@lucent.com>
4720
4721         * dos.m4 (jm_AC_DOS): New file and macro.
4722         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
4723
4724 2000-12-06  Paul Eggert  <eggert@twinsun.com>
4725
4726         * off_t-format.m4: Remove this file.
4727         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
4728
4729 2000-12-06  Jim Meyering  <meyering@lucent.com>
4730
4731         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
4732         strtoull, we may well need the replacement strtoul, too.
4733         Check for declarations of strtoul and strtoull.
4734         Check for strtol.  Mainly as a cue to cause automake to include
4735         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
4736         Check for limits.h -- strtol.c needs it.
4737
4738 2000-12-02  Jim Meyering  <meyering@lucent.com>
4739
4740         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
4741         * jm-macros.m4 (jm_MACROS): require it.
4742
4743 2000-11-30  Jim Meyering  <meyering@lucent.com>
4744
4745         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
4746
4747 2000-11-30  Jim Meyering  <meyering@lucent.com>
4748
4749         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
4750
4751 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
4752
4753         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
4754
4755 2000-11-04  Jim Meyering  <meyering@lucent.com>
4756
4757         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
4758
4759 2000-10-29  Jim Meyering  <meyering@lucent.com>
4760
4761         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
4762         * ls-mntd-fs.m4: Likewise
4763
4764 2000-10-28  Jim Meyering  <meyering@lucent.com>
4765
4766         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
4767         (jm_PREREQ_MEMCHR): New function.
4768
4769 2000-10-21  Jim Meyering  <meyering@lucent.com>
4770
4771         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
4772         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
4773         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
4774
4775 2000-09-18  Jim Meyering  <meyering@lucent.com>
4776
4777         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
4778         Otherwise, everyone ends up linking with -lelf for some configurations.
4779         Reported by Mike Stone.
4780
4781 2000-08-26  Jim Meyering  <meyering@lucent.com>
4782
4783         * jm-macros.m4: Use jm_FUNC_FPENDING.
4784         * fpending.m4: New file.
4785
4786 2000-08-20  Jim Meyering  <meyering@lucent.com>
4787
4788         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
4789         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
4790         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
4791
4792 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4793
4794         Improve fileutils installation on systems where running
4795         programs (like install) can't be unlinked.
4796         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
4797         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
4798
4799 2000-08-06  Paul Eggert  <eggert@twinsun.com>
4800
4801         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
4802         not char, for compatibility with glibc 2.1.3 strftime.c.
4803
4804 2000-07-23  Paul Eggert  <eggert@twinsun.com>
4805
4806         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
4807
4808 2000-07-23  Jim Meyering  <meyering@lucent.com>
4809
4810         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
4811         getgrgid, getpwuid, getuid.
4812
4813 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
4814
4815         * mbswidth.m4: New file.
4816         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
4817
4818 2000-07-14  Jim Meyering  <meyering@lucent.com>
4819
4820         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
4821
4822 2000-07-10  Paul Eggert  <eggert@twinsun.com>
4823
4824         From a suggestion by Bruno Haible.
4825         * mbstate_t.m4 (AC_MBSTATE_T):
4826         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
4827         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
4828         and mbstate_t, to a single-part test that simply defines mbstate_t.
4829         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
4830
4831 2000-07-10  Jim Meyering  <meyering@lucent.com>
4832
4833         * strerror_r.m4: Mirror the correction made in autoconf.
4834
4835         * gnu-source.m4: Output to confdefs.h directly.
4836         Suggestion from Akim Demaille.
4837
4838 2000-07-09  Jim Meyering  <meyering@lucent.com>
4839
4840         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
4841         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
4842
4843         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
4844         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
4845
4846 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
4847
4848         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
4849         to strerror_r.
4850         Include <ctype.h> for use of isalpha.
4851
4852 2000-07-05  Paul Eggert  <eggert@twinsun.com>
4853         and Bruno Haible  <haible@clisp.cons.org>
4854
4855         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
4856         only if the test for an object-type mbstate_t fails.  This
4857         prevents us from mistakenly reporting that mbstate_t is a
4858         system object type after we "#define mbstate_t int" to work
4859         around its lack.
4860
4861 2000-07-04  Jim Meyering  <meyering@lucent.com>
4862
4863         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
4864         of the deprecated AC_CHECKING.
4865
4866 2000-07-03  Jim Meyering  <meyering@lucent.com>
4867
4868         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
4869
4870 2000-07-03  Paul Eggert  <eggert@twinsun.com>
4871
4872         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
4873         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
4874
4875 2000-07-02  Jim Meyering  <meyering@lucent.com>
4876
4877         * mbstate_t.m4: Also define mbstate_t, if necessary.
4878
4879         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
4880         AC_LIBOBJ(function_name).
4881         * chown.m4: Likewise.
4882         * fnmatch.m4: Likewise.
4883         * ftruncate.m4: Likewise.
4884         * getgroups.m4: Likewise.
4885         * getline.m4: Likewise.
4886         * group-member.m4: Likewise.
4887         * jm-macros.m4: Likewise.
4888         * lstat.m4: Likewise.
4889         * malloc.m4: Likewise.
4890         * memcmp.m4: Likewise.
4891         * nanosleep.m4: Likewise.
4892         * putenv.m4: Likewise.
4893         * realloc.m4: Likewise.
4894         * regex.m4: Likewise.
4895         * stat.m4: Likewise.
4896         * strftime.m4: Likewise.
4897
4898 2000-07-01  Jim Meyering  <meyering@lucent.com>
4899
4900         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
4901         problem.
4902
4903 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4904
4905         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
4906         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
4907
4908 2000-07-01  Jim Meyering  <meyering@lucent.com>
4909
4910         * uptime.m4: Put double quotes around use of $cross_compiling.
4911
4912 2000-06-28  Jim Meyering  <meyering@lucent.com>
4913
4914         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
4915         by quotearg.c, for which we perform this test.  From Bruno Haible.
4916
4917 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4918
4919         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
4920         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
4921         <utmpx.h> exists, put readutmp.o into LIBOBJS.
4922
4923 2000-06-25  Jim Meyering  <meyering@lucent.com>
4924
4925         * mbstate_t.m4: Include stdio.h before wchar.h to work around
4926         Linux header bug when _XOPEN_SOURCE is defined to 500.
4927
4928 2000-06-24  Jim Meyering  <meyering@lucent.com>
4929
4930         * strerror_r.m4: Revive this file -- to try out an experimental
4931         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
4932         for which strerror does return char*, but which lacks a conveniently
4933         accessible declaration of the function.  If the compile-test says
4934         strerror_r doesn't work, then resort to a `run'-test that works on
4935         BeOS and segfaults on DEC Unix.
4936
4937 2000-06-19  Paul Eggert  <eggert@twinsun.com>
4938
4939         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
4940         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
4941
4942 2000-06-23  Jim Meyering  <meyering@lucent.com>
4943
4944         * afs.m4: Add missing AC_MSG_RESULT.
4945         Reported by Bruno Haible.
4946
4947         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
4948         Suggestion from Bruno Haible.
4949
4950 2000-06-21  Jim Meyering  <meyering@lucent.com>
4951
4952         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
4953
4954 2000-06-18  Jim Meyering  <meyering@lucent.com>
4955
4956         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
4957
4958         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
4959         `checking whether...' message to be consistent with that of the
4960         lstat test.
4961
4962 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
4963
4964         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
4965
4966 2000-06-12  Jim Meyering  <meyering@lucent.com>
4967
4968         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
4969         from autoconf, and tweak the latter to accept an optional argument.
4970         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
4971         the optional argument, `lib'.
4972
4973 2000-06-08  Jim Meyering  <meyering@lucent.com>
4974
4975         * largefile.m4: Remove file (now that it's part of autoconf).
4976
4977 2000-06-04  Paul Eggert  <eggert@twinsun.com>
4978
4979         Rewrite largefile configuration so that we don't need to run
4980         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
4981         AC_CANONICAL_HOST in configure.in -- jmm]
4982
4983         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
4984         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
4985         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
4986         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
4987         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
4988         All uses changed.
4989         Instead of inspecting the output of getconf, try to compile the
4990         test program without and with the macro definition.
4991         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
4992         for getconf.  Instead, check for the needed flags by compiling
4993         test programs.
4994
4995 2000-06-03  Jim Meyering  <meyering@lucent.com>
4996
4997         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
4998         now that autoconf requires that.
4999
5000         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
5001         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
5002         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
5003
5004 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
5005
5006         * glibc21.m4: New file.
5007         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
5008
5009 2000-05-28  Jim Meyering  <meyering@lucent.com>
5010
5011         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
5012         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5013         * stat.m4: Likewise.
5014         * lstat.m4: Likewise.
5015         * lstat-slash.m4: Remove file (absorbed into autoconf).
5016
5017         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
5018         * strerror_r.m4: Remove file (absorbed into autoconf).
5019
5020 2000-05-26  Jim Meyering  <meyering@lucent.com>
5021
5022         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
5023
5024 2000-05-24  Jim Meyering  <meyering@lucent.com>
5025
5026         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
5027         autoconf requires that.
5028         * lib-check.m4: Likewise.
5029         * jm-macros.m4: Likewise.
5030         * strftime.m4: Likewise.
5031
5032         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
5033         now that autoconf requires that.
5034
5035 2000-05-22  Jim Meyering  <meyering@lucent.com>
5036
5037         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5038         * lstat.m4: Likewise.
5039
5040 2000-05-20  Jim Meyering  <meyering@lucent.com>
5041
5042         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
5043         (jm_PREREQ): Use it.
5044
5045 2000-05-09  Jim Meyering  <meyering@lucent.com>
5046
5047         * gettext.m4: Rename this...
5048         * libintl.m4: ...to this.
5049
5050 2000-05-06  Jim Meyering  <meyering@lucent.com>
5051
5052         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
5053         (AC_REPLACE_FUNCS): Add strnlen.
5054
5055         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
5056         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
5057
5058         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
5059         AC_SEARCH_LIBS call for nanosleep.
5060         (LIB_NANOSLEEP): Set and AC_SUBST.
5061
5062 2000-05-03  Paul Eggert  <eggert@twinsun.com>
5063
5064         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
5065         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
5066         2.1.3 bug.  This avoids a clash when files like regex.c define
5067         _GNU_SOURCE.
5068
5069 2000-05-05  Jim Meyering  <meyering@lucent.com>
5070
5071         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
5072         call for clock_gettime.
5073         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
5074
5075         * search-libs.m4: Update from autoconf.
5076
5077         su doesn't work on Solaris 2.6.
5078         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
5079         <shadow.h>.  Reported by Dragos Harabor.
5080
5081 2000-05-03  Jim Meyering  <meyering@lucent.com>
5082
5083         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
5084
5085 2000-05-02  Paul Eggert  <eggert@twinsun.com>
5086
5087         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
5088         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
5089         compile-time test, rather than inspecting host and OS, to
5090         decide whether to define _LARGEFILE_SOURCE.
5091
5092 2000-05-01  Jim Meyering  <meyering@lucent.com>
5093
5094         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
5095
5096         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
5097         Based on a patch from Bruno Haible.
5098
5099 2000-04-18  Jim Meyering  <meyering@lucent.com>
5100
5101         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
5102         (jm_PREREQ): Use it.
5103
5104 2000-04-17  Jim Meyering  <meyering@lucent.com>
5105
5106         Get it right :-)
5107         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
5108         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
5109         Suggestion from Akim Demaille.
5110
5111 2000-04-14  Jim Meyering  <meyering@lucent.com>
5112
5113         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
5114         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
5115
5116 2000-04-13  Jim Meyering  <meyering@lucent.com>
5117
5118         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
5119         to insert required #ifndef into config.h.in.
5120         Suggestion from Akim Demaille.
5121
5122 2000-04-12  Jim Meyering  <meyering@lucent.com>
5123
5124         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
5125         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
5126         Christian Krackowizer.
5127
5128         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
5129         * jm-macros.m4 (_GNU_SOURCE): Define.
5130         (AC_SYS_LARGEFILE): Require.
5131         (AM_C_PROTOTYPES): Require.
5132
5133 2000-04-05  Paul Eggert  <eggert@twinsun.com>
5134
5135         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
5136         IRIX if the installer said otherwise.
5137
5138 2000-04-05  Jim Meyering  <meyering@lucent.com>
5139
5140         Portability tweaks required for ultrix4.3.
5141         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
5142         (jm_CHECK_DECLS): Add getutent to the list of functions.
5143         (_jm_DECL_HEADERS): Add utmpx.h.
5144         From John David Anglin.
5145
5146         * strftime.m4: Back out the 2000-04-02 change.
5147         Instead of that change, simply undefine putenv in the test program.
5148
5149 2000-04-03  Jim Meyering  <meyering@lucent.com>
5150
5151         * gettext.m4: Fix typo in comment.
5152
5153         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
5154         textutils/configure.in).  Suggestion from Paul Eggert.
5155         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
5156
5157 2000-04-02  Paul Eggert  <eggert@twinsun.com>
5158
5159         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
5160         variable in the shell rather than using putenv, which isn't
5161         portable.  This avoids the configure-time inter-test dependency
5162         on the potentially-renamed putenv function.
5163
5164 2000-03-30  Paul Eggert  <eggert@twinsun.com>
5165
5166         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
5167         before checking struct stat.st_blksize, so that
5168         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
5169
5170 2000-03-29  Paul Eggert  <eggert@twinsun.com>
5171
5172         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
5173         since strftime.c uses HAVE_STRFTIME to decide whether to use
5174         the underlying strftime.
5175
5176 2000-03-10  Jim Meyering  <meyering@lucent.com>
5177
5178         * lib-check.m4: Look for getspnam in -lgen, too.
5179         From Marco Franzen.
5180
5181 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
5182
5183         * codeset.m4: New file.
5184         * iconv.m4: New file.
5185         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
5186
5187 2000-03-04  Jim Meyering  <meyering@lucent.com>
5188
5189         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
5190         for lib/localcharset.c.
5191
5192 2000-03-03  Jim Meyering  <meyering@lucent.com>
5193
5194         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
5195
5196 2000-03-02  Jim Meyering  <meyering@lucent.com>
5197
5198         * timespec.m4: Require AC_HEADER_TIME before the cache check so
5199         the messages come out on separate lines.
5200
5201         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
5202         rather than jm_CHECK_DECLARATIONS.
5203         * decl.m4: Remove now-unused file.
5204
5205         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
5206
5207 2000-02-27  Jim Meyering  <meyering@lucent.com>
5208
5209         * check-decl.m4: Add getenv to the list.
5210
5211 2000-02-23  Jim Meyering  <meyering@lucent.com>
5212
5213         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
5214         in place of my hack.
5215
5216 2000-02-10  Jim Meyering  <meyering@lucent.com>
5217
5218         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
5219         gnu_nanosleep to rpl_nanosleep.
5220
5221 2000-02-09  Jim Meyering  <meyering@lucent.com>
5222
5223         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
5224         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
5225
5226 2000-02-08  Akim Demaille  <akim@epita.fr>
5227
5228         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
5229         `[' and `]' and remove uses of `changequote'.
5230         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
5231         (AC_SYS_LARGEFILE): Likewise.
5232         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
5233         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
5234         of changequote.
5235         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
5236         * readdir.m4 (jm_FUNC_READDIR): Likewise
5237         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
5238         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
5239
5240 2000-02-05  Jim Meyering  <meyering@lucent.com>
5241
5242         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
5243         Remove explicit use of AC_HEADER_TIME.  It is required by
5244         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
5245         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
5246         in autoconf whereby the expansion of the latter ended up preceding
5247         the expansion of its prerequisite, AC_HEADER_TIME.
5248         Reported by Volker Borchert.
5249
5250 2000-02-03  Jim Meyering  <meyering@lucent.com>
5251
5252         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
5253
5254 2000-02-02  Jim Meyering  <meyering@lucent.com>
5255
5256         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
5257         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
5258         Reported by Eli Zaretskii.
5259
5260 2000-01-31  Jim Meyering  <meyering@lucent.com>
5261
5262         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
5263         functions.  Add the time.h and sys/time.h headers along with the
5264         AC_REQUIRE'ment of AC_HEADER_TIME.
5265
5266 2000-01-30  Jim Meyering  <meyering@lucent.com>
5267
5268         * lib-check.m4: Clean up some kludgy old shadow password tests.
5269
5270         * prereq.m4 (utmp_includes): Define.
5271         Check for ut_user and ut_name members in both struct utmpx
5272         and struct utmp.
5273
5274 2000-01-29  Jim Meyering  <meyering@lucent.com>
5275
5276         * lib-check.m4: New file containing library-related checks from
5277         fileutils and sh-utils (textutils had none).
5278
5279 2000-01-28  Jim Meyering  <meyering@lucent.com>
5280
5281         * perl.m4: Change format of warning message to look more like that
5282         from the missing script.  Suggestion from François Pinard.
5283
5284 2000-01-25  Jim Meyering  <meyering@lucent.com>
5285
5286         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
5287         as time.h in the compile check.
5288         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
5289         Fix typo in cross-compiling case: s/yes/no/.
5290
5291 2000-01-23  Jim Meyering  <meyering@lucent.com>
5292
5293         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
5294
5295         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
5296         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
5297
5298         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
5299         s/space/ac_fsusage_space/.
5300         (jm_FILE_SYSTEM_USAGE): Take two parameters.
5301
5302         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
5303         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
5304         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
5305
5306         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
5307         AC_SUBST these here, rather than just in sh-util/configure.in, so
5308         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
5309         all the same.
5310         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
5311         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
5312         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
5313         (AC_SUBST(POW_LIBM)): Likewise.
5314         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
5315
5316 2000-01-22  Jim Meyering  <meyering@lucent.com>
5317
5318         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
5319
5320         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
5321
5322         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
5323         configure.in
5324         (AC_CHECK_HEADERS): Likewise for sh-utils.
5325         (AC_CHECK_HEADERS): Likewise for textutils.
5326         Merge the three lists of headers.
5327
5328         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
5329         from fileutils' configure.in.
5330
5331         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
5332         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
5333
5334         * check-decl.m4: Use #if rather than #ifdef.
5335         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
5336         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
5337         (_jm_DECL_HEADERS): Define new function.
5338         (jm_CHECK_DECLARATIONS): Require it.
5339
5340 2000-01-19  Jim Meyering  <meyering@lucent.com>
5341
5342         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
5343         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
5344         defines `struct timespec' in <sys/time.h>
5345
5346         * c-bs-a.m4: Remove uses of changequote altogether.
5347         Thanks to Akim for explaining.
5348
5349 2000-01-16  Jim Meyering  <meyering@lucent.com>
5350
5351         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
5352         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
5353         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
5354         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
5355
5356 2000-01-16  Jim Meyering  <meyering@lucent.com>
5357
5358         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
5359         because the latter didn't work.
5360
5361 2000-01-15  Jim Meyering  <meyering@lucent.com>
5362
5363         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
5364         (AC_REPLACE_FUNCS): Add memcpy and memset.
5365         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
5366         Add strpbrk.
5367         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
5368
5369 2000-01-12  Jim Meyering  <meyering@lucent.com>
5370
5371         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
5372         (jm_PREREQ): Use it.
5373         (jm_PREREQ_READUTMP): New macro.
5374         (jm_PREREQ): Use it.
5375
5376 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5377
5378         Quote multibyte characters correctly.
5379         * c-bs-a.m4: New file.
5380         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
5381         (jm_PREREQ): Use it.
5382
5383 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5384
5385         * uintmax_t.m4: Port to autoconf 2.13.
5386
5387 2000-01-08  Jim Meyering  <meyering@ascend.com>
5388
5389         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
5390         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
5391
5392 2000-01-04  Jim Meyering  <meyering@ascend.com>
5393
5394         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
5395         jm_STRUCT_DIRENT_D_TYPE.
5396         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
5397         jm_STRUCT_DIRENT_D_INO.
5398         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
5399         jm_STRUCT_UTIMBUF.
5400         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
5401         * utime.m4: Likewise.
5402
5403         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
5404         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
5405
5406 2000-01-03  Paul Eggert  <eggert@twinsun.com>
5407
5408         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
5409         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
5410
5411 2000-01-02  Jim Meyering  <meyering@ascend.com>
5412
5413         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
5414         remember if this is necessary.
5415
5416 1999-12-26  Jim Meyering  <meyering@ascend.com>
5417
5418         * jm-macros.m4: Use it here.
5419         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
5420
5421 1999-12-23  Jim Meyering  <meyering@ascend.com>
5422
5423         * jm-macros.m4: Check for clock_gettime (moved from
5424         fileutils/configure.in)
5425         Check for gettimeofday.
5426
5427 1999-12-20  Jim Meyering  <meyering@ascend.com>
5428
5429         * strftime.m4: Remove kludge, now that I'm using the fixed
5430         autoconf-2.14a-1999-12-20.
5431
5432 1999-12-19  Jim Meyering  <meyering@ascend.com>
5433
5434         * lstat-slash.m4: New file.
5435         * jm-macros.m4: Use the new macro:
5436         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5437
5438 1999-12-07  Jim Meyering  <meyering@ascend.com>
5439
5440         * perl.m4: Require that File::Compare be available, too.
5441         Too many systems seem to lack it.
5442
5443         * strftime.m4: Add checks for most of the cpp macros tested in
5444         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
5445
5446 1999-11-18  Paul Eggert  <eggert@twinsun.com>
5447
5448         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
5449         problem with the QNX 4.25 shell, which doesn't propagate exit
5450         status of failed commands inside shell assignments.
5451
5452 1999-11-17  Jim Meyering  <meyering@ascend.com>
5453
5454         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
5455
5456 1999-11-07  Jim Meyering  <meyering@ascend.com>
5457
5458         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
5459
5460 1999-11-06  Jim Meyering  <meyering@ascend.com>
5461
5462         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
5463         * jm-macros.m4 (jm_MACROS): Use it here.
5464
5465 1999-11-05  Jim Meyering  <meyering@ascend.com>
5466
5467         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
5468         of textutils, fileutils, and sh-utils into this one (shared between
5469         those packages) file.
5470         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
5471         AC_STRUCT_ST_BLKSIZE.
5472
5473 1999-11-03  Jim Meyering  <meyering@ascend.com>
5474
5475         * ssize_t.m4: Remove file.  No longer needed since the new version of
5476         AC_CHECK_TYPE checks includes unistd.h.
5477         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
5478         Suggestion from Akim Demaille.
5479
5480 1999-10-30  Jim Meyering  <meyering@ascend.com>
5481
5482         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
5483         m4-quoted string.
5484         * ls-mntd-fs.m4: Likewise.
5485         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
5486         * jm-winsz1.m4: Likewise.
5487
5488         * const.m4: Remove file, since the fix made it into the experimental
5489         version of autoconf.
5490         * mktime.m4: Likewise.
5491
5492         * check-type.m4: Remove file, now that the latest version of
5493         AC_CHECK_TYPE takes a third arg to specify additional #includes.
5494
5495         * ssize_t.m4: New file, requires experimental version of autoconf.
5496         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
5497         AC_CHECK_TYPE.
5498
5499 1999-10-04  Jim Meyering  <meyering@ascend.com>
5500
5501         * jm-macros.m4: Don't require autoconf-2.14.1.
5502
5503 1999-09-22  Paul Eggert  <eggert@twinsun.com>
5504
5505         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
5506         2.95.1 bug with HP-UX 10.20.
5507
5508 1999-09-17  Jim Meyering  <meyering@ascend.com>
5509
5510         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
5511         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
5512         due to missing strdup (against sh-utils-2.0).
5513
5514 1999-08-29  Jim Meyering  <meyering@ascend.com>
5515
5516         * jm-macros.m4: Require jm_BISON.
5517         * bison.m4: New file.
5518
5519 1999-08-17  Paul Eggert  <eggert@twinsun.com>
5520
5521         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
5522         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
5523
5524 1999-08-05  Jim Meyering  <meyering@ascend.com>
5525
5526         * getline.m4: Rename test file from conftestdata to conftest.data
5527         to avoid conflicts with `conftest' on 8+3 filesystems.
5528         Suggestion from Eli Zaretskii.
5529
5530 1999-08-04  Jim Meyering  <meyering@ascend.com>
5531
5532         * jm-macros.m4: Move a 4-line block of code from the configure.in of
5533         fileutils and sh-utils (textutils's getline test was inadequate).
5534         (AM_FUNC_GETLINE): Run this test.
5535         (AC_CHECK_FUNCS): Check for getdelim.
5536         Reported by Bob Proulx.
5537
5538 1999-08-02  Jim Meyering  <meyering@ascend.com>
5539
5540         * jm-macros.m4: Add a comment.
5541
5542 1999-08-01  Jim Meyering  <meyering@ascend.com>
5543
5544         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
5545
5546 1999-08-01  Paul Eggert  <eggert@twinsun.com>
5547
5548         * lfs.m4: Remove this file.
5549         * largefile.m4: New file.  It contains the old contents of
5550         lfs.m4, except that all names with prefix AC_LFS have been
5551         changed to use the prefix AC_SYS_LARGEFILE instead, to be
5552         compatible with future autoconf versions.  Also, some minor m4
5553         quoting problems have been fixed.
5554
5555 1999-07-16  Paul Eggert  <eggert@twinsun.com>
5556
5557         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
5558         that we can shift, multiply and divide unsigned long long
5559         values; Ultrix cc can't do it.
5560
5561 1999-07-14  Paul Eggert  <eggert@twinsun.com>
5562
5563         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5564         <inttypes.h> defines strtoumax as a macro (and not as a
5565         function).
5566
5567 1999-07-05  Paul Eggert  <eggert@twinsun.com>
5568
5569         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
5570         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
5571         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
5572         and simplify the shell code.
5573
5574 1999-07-03  Paul Eggert  <eggert@twinsun.com>
5575
5576         * mktime.m4: New file, which is a preview of what should appear
5577         in the next public autoconf release.
5578
5579 1999-07-20  Jim Meyering  <meyering@ascend.com>
5580
5581         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
5582
5583 1999-07-15  Jim Meyering  <meyering@ascend.com>
5584
5585         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
5586
5587 1999-05-22  Jim Meyering  <meyering@ascend.com>
5588
5589         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
5590
5591 1999-05-20  Jim Meyering  <meyering@ascend.com>
5592
5593         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
5594         Add a colon after each `then' in case $4 is empty.
5595
5596 1999-05-16  Jim Meyering  <meyering@ascend.com>
5597
5598         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
5599
5600 1999-05-10  Jim Meyering  <meyering@ascend.com>
5601
5602         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
5603
5604         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
5605         AC_FUNC_MKTIME.
5606
5607 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5608
5609         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
5610
5611 1999-05-04  Paul Eggert  <eggert@twinsun.com>
5612
5613         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
5614         not CPPFLAGS, so that linking works correctly in IRIX.
5615
5616 1999-04-30  Paul Eggert  <eggert@twinsun.com>
5617
5618         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
5619
5620 1999-04-20  Jim Meyering  <meyering@ascend.com>
5621
5622         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
5623         AC_REPLACE xstroull if necessary.  From Paul Eggert.
5624         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
5625
5626 1999-04-20  Paul Eggert  <eggert@twinsun.com>
5627
5628         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
5629         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
5630         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
5631         jm_AC_TYPE_UNSIGNED_LONG_LONG.
5632         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
5633
5634         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
5635
5636 1999-04-18  Jim Meyering  <meyering@ascend.com>
5637
5638         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
5639         * jm-macros.m4: Use it.
5640
5641 1999-04-06  Jim Meyering  <meyering@ascend.com>
5642
5643         * strftime.m4: Remove test for %f.
5644
5645 1999-03-29  Jim Meyering  <meyering@ascend.com>
5646
5647         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
5648         superset of the AC_TYPE_* checks in the textutils, fileutils,
5649         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
5650         AC_TYPE_PID_T.
5651
5652 1999-03-28  Jim Meyering  <meyering@ascend.com>
5653
5654         * jm-macros.m4: Define GNU_PACKAGE here.
5655         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
5656         replaced e.g., in the *.sh files of the sh-utils.
5657
5658 1999-03-20  Jim Meyering  <meyering@ascend.com>
5659
5660         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
5661         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
5662         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
5663
5664 1999-03-19  Jim Meyering  <meyering@ascend.com>
5665
5666         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
5667
5668 1999-03-12  Jim Meyering  <meyering@ascend.com>
5669
5670         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
5671
5672 1999-03-07  Jim Meyering  <meyering@ascend.com>
5673
5674         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
5675
5676 1999-02-17  Jim Meyering  <meyering@ascend.com>
5677
5678         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
5679         in macro definition.  From Eli Zaretskii and Alain Magloire.
5680
5681 1999-02-07  Jim Meyering  <meyering@ascend.com>
5682
5683         * group-member.m4: New file -- extracted from sh-utils' configure.in.
5684
5685         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
5686         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
5687
5688 1999-02-06  Jim Meyering  <meyering@ascend.com>
5689
5690         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
5691         * fnmatch.m4: Likewise.
5692         * getgroups.m4: Likewise.
5693         * lstat.m4: Likewise.
5694         * malloc.m4: Likewise.
5695         * putenv.m4: Likewise.
5696         * realloc.m4: Likewise.
5697         * regex.m4: Likewise.
5698         * stat.m4: Likewise.
5699         * strftime.m4: Likewise.
5700         Suggestion from Alain Magloire.
5701
5702         * chown.m4: Use `.$ac_objext', not `.o'.
5703         * fnmatch.m4: Likewise.
5704         * getgroups.m4: Likewise.
5705         * getline.m4: Likewise.
5706         * lstat.m4: Likewise.
5707         * malloc.m4: Likewise.
5708         * memcmp.m4: Likewise.
5709         * putenv.m4: Likewise.
5710         * realloc.m4: Likewise.
5711         * regex.m4: Likewise.
5712         * stat.m4: Likewise.
5713         * strftime.m4: Likewise.
5714         Suggestion from Alain Magloire.
5715
5716         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
5717         an argument.
5718
5719         * regex.m4: Add a run-time Test for proper operation of
5720         re_compile_pattern.
5721
5722 1999-01-31  Jim Meyering  <meyering@ascend.com>
5723
5724         * getloadavg.m4: Check for locale.h and the function, setlocale.
5725
5726 1999-01-30  Jim Meyering  <meyering@ascend.com>
5727
5728         * check-type.m4: Use 3-arg form of AC_DEFINE.
5729
5730         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
5731         rather than my private copy, now that the official one is up to date.
5732         * mktime.m4: Remove file.
5733
5734         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
5735         * uptime.m4: Likewise.
5736         * uintmax_t.m4: Likewise.
5737
5738 1999-01-28  Jim Meyering  <meyering@ascend.com>
5739
5740         * jm-macros.m4: Use jm_AFS.
5741         * afs.m4: New file (from fileutils' configure.in).
5742
5743         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
5744         * chown.m4: Likewise.
5745         * d-ino.m4: Likewise.
5746         * d-type.m4: Likewise.
5747         * fnmatch.m4: Likewise.
5748         * getgroups.m4: Likewise.
5749         * gettext.m4: Likewise.
5750         * jm-mktime.m4: Likewise.
5751         * jm-winsz2.m4: Likewise.
5752         * lcmessage.m4: Likewise.
5753         * ls-mntd-fs.m4: Likewise.
5754         * malloc.m4: Likewise.
5755         * memcmp.m4: Likewise.
5756         * putenv.m4: Likewise.
5757         * realloc.m4: Likewise.
5758         * st_mtim.m4: Likewise.
5759         * strftime.m4: Likewise.
5760
5761 1999-01-16  Jim Meyering  <meyering@ascend.com>
5762
5763         * jm-macros.m4 (ARGMATCH_DIE): Define.
5764         (ARGMATCH_DIE_DECL): Define.
5765
5766 1999-01-12  Jim Meyering  <meyering@ascend.com>
5767
5768         * Makefile.am.in: Rewrite to avoid using fmt.
5769         Reported by Lars Hecking.
5770
5771 1999-01-10  Jim Meyering  <meyering@ascend.com>
5772
5773         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
5774         gross kludge.
5775         * inttypes_h.m4: Likewise.
5776         * lstat.m4: Likewise.
5777         * malloc.m4: Likewise.
5778         * readdir.m4: Likewise.
5779         * realloc.m4: Likewise.
5780         * st_dm_mode.m4: Likewise.
5781         * stat.m4: Likewise.
5782         * utimbuf.m4: Likewise.
5783         * utimes.m4: Likewise.
5784
5785         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
5786         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
5787         comments in config.h.in are meaningful.
5788
5789         * jm-macros.m4: Require autoconf-2.13 here.
5790
5791         * regex.m4: By default, don't use the included regex.c on systems
5792         with glibc 2.  Suggestion from Uli Drepper.
5793
5794 1999-01-02  Jim Meyering  <meyering@ascend.com>
5795
5796         * jm-macros.m4: Replace strcasecmp and strncasecmp.
5797
5798 1998-12-18  Jim Meyering  <meyering@ascend.com>
5799
5800         * Makefile.am.in (Makefile.am): Simplify rule.
5801         Based on a suggestion from Lars Hecking.
5802
5803 1998-11-16  Jim Meyering  <meyering@ascend.com>
5804
5805         * lfs.m4: Double-quote the `uname...` expression.
5806
5807 1998-11-16  Paul Eggert  <eggert@twinsun.com>
5808
5809         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
5810
5811 1998-11-14  Jim Meyering  <meyering@ascend.com>
5812
5813         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
5814         * stat.m4: Likewise.
5815
5816 1998-11-03  Jim Meyering  <meyering@ascend.com>
5817
5818         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
5819         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
5820
5821 1998-10-18  Jim Meyering  <meyering@ascend.com>
5822
5823         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
5824
5825 1998-10-17  Jim Meyering  <meyering@ascend.com>
5826
5827         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
5828         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
5829         calls for those previously hard-coded headers.  Instead, take a new
5830         parameter.
5831         (jm_CHECK_DECLARATIONS): Reflect interface change.
5832         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
5833         (jm_CHECK_DECL_LOCALTIME_R): New macro.
5834
5835         * mktime.m4: Test for spring-forward gap before long-running test.
5836
5837 1998-10-14  Jim Meyering  <meyering@ascend.com>
5838
5839         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
5840         instead of "TZ=America/Vancouver".  From Paul Eggert.
5841
5842 1998-10-11  Jim Meyering  <meyering@ascend.com>
5843
5844         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
5845         This adds a test for a recently added compatibility fix for mktime.c.
5846         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
5847
5848 1998-09-27  Jim Meyering  <meyering@ascend.com>
5849
5850         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
5851
5852         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
5853         ../configure.in, including a change from Gordon Matzigkeit to allow
5854         cross-compiling for the Hurd.
5855
5856         * glibc.m4: New file/macro to test for the GNU C Library
5857         versions 1 and 2.  From Gordon Matzigkeit.
5858         Indent.
5859
5860 1998-09-21  Jim Meyering  <meyering@ascend.com>
5861
5862         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
5863
5864 1998-08-18  Paul Eggert  <eggert@twinsun.com>
5865
5866         Port nanosecond-resolution times to UnixWare 2.1.2 and
5867         pedantic Solaris 2.6.
5868
5869         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
5870         AC_STRUCT_ST_MTIM.
5871         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
5872         Generate name of ns member, instead of just 1 or undef.
5873         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
5874
5875 1998-08-15  Jim Meyering  <meyering@ascend.com>
5876
5877         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
5878         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
5879         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
5880         instead of jm_TYPE_SSIZE_T.
5881
5882 1998-08-12  Jim Meyering  <meyering@ascend.com>
5883
5884         * st_dm_mode.m4: New file.  From Johan Danielsson.
5885
5886 1998-08-02  Jim Meyering  <meyering@ascend.com>
5887
5888         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
5889         in acconfig.h manually.
5890
5891 1998-07-31  Paul Eggert  <eggert@twinsun.com>
5892
5893         * st_mtim.m4: New file.
5894
5895 1998-07-28  Jim Meyering  <meyering@ascend.com>
5896
5897         * utimes.m4: Undef stat.
5898
5899 1998-07-25  Jim Meyering  <meyering@ascend.com>
5900
5901         * utime.m4 (jm_FUNC_UTIME): New file and macro.
5902         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
5903
5904 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
5905
5906         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
5907         uid and gid actually remain unchanged.
5908
5909 1998-07-07  Jim Meyering  <meyering@ascend.com>
5910
5911         * jm-glibc-io.m4: Remove fclose_unlocked.
5912
5913 1998-07-04  Jim Meyering  <meyering@ascend.com>
5914
5915         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
5916         to prove that this macro can be used in packages without regex.c.
5917
5918 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5919
5920         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
5921         is to be used.
5922
5923 1998-07-03  Jim Meyering  <meyering@ascend.com>
5924
5925         * gettext.m4: Add -lintl if it's found to be necessary.
5926
5927         * gettext.m4: New file -- from gettext-0.10.35.
5928         * lcmessage.m4: Likewise.
5929         * progtest.m4: Likewise.
5930
5931         * regex.m4 (jm_WITH_REGEX): New file and macro.
5932         * jm-macros.m4: Require the new macro.
5933
5934 1998-06-29  Jim Meyering  <meyering@ascend.com>
5935
5936         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
5937         for the definition of NGROUPS (used in a system header included
5938         by sys/mount.h).
5939
5940 1998-06-28  Jim Meyering  <meyering@ascend.com>
5941
5942         * ls-mntd-fs.m4: New file.
5943         * fstypename.m4: New file.
5944
5945         * jm-macros.m4: Require the new macro.
5946         * jm-glibc-io.m4: New file.
5947
5948 1998-05-19  Jim Meyering  <meyering@ascend.com>
5949
5950         * jm-macros.m4: Add jm_FUNC_LCHOWN.
5951         * lchown.m4: New file.
5952
5953         * Makefile.am.in: New file.
5954         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
5955
5956 1998-05-14  Jim Meyering  <meyering@ascend.com>
5957
5958         * Makefile.am (EXTRA_DIST): Add them.
5959         * jm-macros.m4: New file.
5960         * utimbuf.m4: New file.
5961
5962 1998-05-12  Jim Meyering  <meyering@ascend.com>
5963
5964         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
5965
5966 1998-05-11  Jim Meyering  <meyering@ascend.com>
5967
5968         * isc-posix.m4: New file.
5969
5970 1998-05-10  Jim Meyering  <meyering@ascend.com>
5971
5972         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
5973
5974 1998-05-09  Jim Meyering  <meyering@ascend.com>
5975
5976         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
5977         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
5978         with automake.
5979
5980         * ssize_t.m4: New file.
5981         * mktime.m4: Remove file -- the new automake has this now.
5982
5983 1998-04-26  Jim Meyering  <meyering@ascend.com>
5984
5985         * assert.m4: New file.
5986         * Makefile.am (EXTRA_DIST): Add assert.m4.
5987
5988 1998-04-05  Jim Meyering  <meyering@ascend.com>
5989
5990         * prereq.m4 (jm_PREREQ_REGEX): New macro.
5991         (jm_PREREQ): Use it here.
5992
5993 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
5994
5995         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
5996         in acconfig.h.
5997
5998 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
5999
6000         * prereq.m4: New file.
6001         * error.m4: New file.
6002         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
6003
6004 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
6005
6006         * getline.m4: Don't set am_cv_func_working_getline before the
6007         cache-check for the same variable -- that defeated the purpose of
6008         the test; the test program was never run.  This was a problem only
6009         on systems with losing getline functions -- HP-UX 10.20 is one.
6010         Reported by Bjorn Helgaas.
6011
6012 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
6013
6014         * Makefile.am (EXTRA_DIST): Add perl.m4.
6015
6016 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
6017
6018         * Makefile.am (EXTRA_DIST): Add const.m4.
6019
6020         * const.m4: New file.  Use an initializer in this declaration
6021         typedef int charset[2]; const charset x;
6022         Reported by Bob Glickstein.
6023
6024 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
6025
6026         * chown.m4: Fix reversed types on -1 args to chown.
6027         From Kaveh Ghazi.
6028
6029 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
6030
6031         * check-decl.m4: s/DECLARATION_/DECL_/g.
6032         Add lseek and memchr.
6033
6034         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
6035         T.E.Dickey <dickey@clark.net> said that some older preprocessors
6036         have a 20-character limit on names.
6037
6038 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
6039
6040         * inttypes_h.m4: New file.
6041         * uintmax_t.m4: New file.
6042         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
6043
6044 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6045   Free Software Foundation, Inc.
6046 Copying and distribution of this file, with or without modification,
6047 are permitted provided the copyright notice and this notice are preserved.