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