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