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