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