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