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