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