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