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