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