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