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