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