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