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