6b5e2e70af4e6fb1c49b650dfe23748bee740dcb
[gnulib.git] / m4 / ChangeLog
1 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2
3         * getopt.m4 (gl_GETOPT): Don't check for string.h.
4         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
5         or for string.h.
6         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
7         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
8         headers.
9         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
10         string.h.
11         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
12         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
13         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
14         or for string.h.
15         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16         * mkpath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17         C headers.
18         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19         memcpy.
20         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21         * memrchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
22         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
23         * memcoll.m4 (gl_MEMCOLL): Likewise.
24         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26         string.h, free.
27         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
28         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
29         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
30         C orders, or for string.h.
31         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
32         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
33         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
34         headers, memory.h, stdlib.h, string.h, strings.h.
35         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
36
37 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38
39         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
40         C89 spec.
41
42 2003-09-08  Paul Eggert  <eggert@twinsun.com>
43
44         Assume C89 or better; remove K&R cruft.
45         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
46         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
47         string.h, getenv, malloc.
48         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
49         headers.
50         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
51         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
52         do not check for strerror.
53         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
54         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
55         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
56         do not check for doprnt or vprintf.
57         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
59
60 2003-09-06  Paul Eggert  <eggert@twinsun.com>
61
62         * time_r.m4: New file.
63         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
64         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
65         Check for timegm declaration.
66         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
67         Do not check for gmtime_r.
68         Replace mktime if __mktime_internal does not exist and if mktime
69         hasn't been replaced already.
70
71 2003-08-31  Simon Josefsson  <jas@extundo.com>
72
73         * timegm.m4: New file.
74
75 2003-08-26  Bruno Haible  <bruno@clisp.org>
76
77         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
78         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
79         followed by '#define fnmatch fnmatch_posix' gives an error.
80
81 2003-08-27  Jim Meyering  <jim@meyering.net>
82
83         * mkstemp.m4: Require that the system mkstemp be able to create
84         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
85         would fail after 32.  Reported by Danny Levinson.  Details here:
86         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
87
88 2003-08-20  Karl Berry  <karl@gnu.org>
89
90         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
91
92 2003-08-19  Jim Meyering  <jim@meyering.net>
93
94         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
95         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
96
97 2003-08-19  Bruno Haible  <bruno@clisp.org>
98
99         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
100
101 2003-08-18  Jim Meyering  <jim@meyering.net>
102
103         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
104         * lib-ld.m4: Likewise.
105
106 2003-08-17  Simon Josefsson  <jas@extundo.com>
107
108         * argp.m4: New file.
109
110 2003-08-17  Simon Josefsson  <jas@extundo.com>
111
112         * xstrndup.m4: New file.
113
114 2003-08-16  Jim Meyering  <jim@meyering.net>
115
116         * utimes.m4 (gl_FUNC_UTIMES): New file.
117         * utimes.m4: Removed.
118         * utimes-null.m4: Renamed from utimes.m4.
119
120         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
121         to 1MB, so as not to render systems with no stack size limit (e.g.,
122         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
123         Include <unistd.h>.  On some systems,
124         it is required for the definition of _SC_PAGESIZE.
125
126 2003-08-16  Paul Eggert  <eggert@twinsun.com>
127
128         Merges from coreutils, etc.
129         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
130         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
131         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
132         fixing a typo.
133         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
134         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
135
136 2003-08-16  Jim Meyering  <jim@meyering.net>
137         and Paul Eggert  <eggert@cs.ucla.edu>
138
139         Merges from coreutils, etc.
140
141         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
142         using the latest version from cvs.  This avoids problems with #line
143         directives using a vendor (Sun) compiler.
144         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
145         Don't set GETGROUPS_LIB here; now it's
146         done via getgroups.m4's wrapper function.
147         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
148         rather than just in sh-util/configure.in, so that the
149         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
150         same.
151         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
152         AC_FUNC_GETLOADAVG where to find getloadavg.c.
153         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
154         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
155         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
156         Remove code that is now done by the newly-required macros.
157         Append $(EXEEXT) to DF_PROG.
158         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
159         Do not invoke or require the following here,
160         since prereq.m4 or some gnulib .m4 now does this for us:
161         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
162         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
163         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
164         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
165         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
166         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
167         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
168         AC_FUNC_OBSTACK.
169         Do not replace the following functions, as this is now the job
170         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
171         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
172         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
173         atexit getpass, strdup, getpagesize.
174         Replace 'raise'.
175         Do not check for the following functions, as this is now the job
176         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
177         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
178         setregid.
179         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
180         Check for sys/sysctl.h.
181         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
182         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
183         of checking for ssize_t ourselves.
184
185         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
186         Require every macro that gnulib/modules/* suggests for us.
187         (jm_PREREQ_ADDEXT): New macro.
188         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
189         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
190
191         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
192         (gl_PHYSMEM): Use it.
193         Also check for `table' function.
194         Check for new headers and functions.
195         Add check for sys/sysmp.h.
196         With suggestions from Kaveh Ghazi.
197         Ignore headers that are present but cannot be compiled.  This
198         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
199         C 5.4.
200
201 2003-08-16  Jim Meyering  <jim@meyering.net>
202
203         Merges from coreutils.
204         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
205         prefix.  Adjust cache variables similarly.  Create 500 rather than
206         just 300 files, to exercise bug on Darwin6.5, too.
207         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
208         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
209         Reported by mkc@mathdogs.com.
210         Also change use of $am_cv_sys_posix_termios
211         to $ac_cv_sys_posix_termios.   Reported by Andreas Schwab.
212         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
213         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
214         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
215         /proc/mounts until it finds one with matching device number.  This is
216         unnecessary when the FILE argument *is* a mount point.  No stat call
217         is necessary in that case.  So, disable the statvfs-testing code on
218         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
219         as RedHat bug# 84846.
220         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
221         to 1MB, so as not to render systems with no stack size limit (e.g.,
222         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
223         Include <unistd.h>.  On some systems,
224         it is required for the definition of _SC_PAGESIZE.
225
226 2003-08-15  Jim Meyering  <jim@meyering.net>
227         and Paul Eggert  <eggert@cs.ucla.edu>
228
229         Merges from coreutils, etc.
230         * strftime.m4 (_jm_STRFTIME_PREREQS):
231         Require gl_FUNC_TZSET_CLOBBER.
232         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
233         ut_exit.ut_termination, and ut_exit.e_termination members.
234
235 2003-08-14  Paul Eggert  <eggert@twinsun.com>
236
237         Help the merge from coreutils.
238         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
239         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
240         * tzset.m4: Use it too.
241
242 2003-08-14  Jim Meyering  <jim@meyering.net>
243
244         Merge from coreutils.
245         * tzset.m4: New file.
246         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
247         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
248         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
249         is inadequate on such systems: 1) detecting whether a file system
250         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
251         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
252         merely /MOUNT_POINT.  Reported by Mike Jetzer.
253
254 2003-08-13  Paul Eggert  <eggert@twinsun.com>
255
256         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
257         Check for isascii.
258
259         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
260         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
261         Undo previous (whitespace-only) change.
262
263 2003-08-12  Paul Eggert  <eggert@twinsun.com>
264
265         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
266         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
267         Normalize leading white space and remove trailing white space.
268
269         Merge from coreutils
270         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
271
272         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
273         0.12.1.  These files are now being upgraded automatically by
274         ../config/srclist-update.
275
276 2003-08-11  Bruno Haible  <bruno@clisp.org>
277
278         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
279
280 2003-08-09  Paul Eggert  <eggert@twinsun.com>
281
282         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
283         apparently Emacs's Unicode mode got confused before my 2003-08-05
284         checkin.
285
286 2003-08-08  Paul Eggert  <eggert@twinsun.com>
287
288         * extensions.m4: New file.
289         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
290         Require gl_USE_SYSTEM_EXTENSIONS.
291         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
292         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
293
294 2003-08-07  Paul Eggert  <eggert@twinsun.com>
295
296         * restrict.m4: New file.
297         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
298
299 2003-08-07  Bruno Haible  <bruno@clisp.org>
300
301         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
302         the module 'getndelim2' compatible with the module 'getline'.
303
304 2003-08-05  Paul Eggert  <eggert@twinsun.com>
305
306         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
307         byte with "\201" to avoid glitches when editing that source file
308         with multi-gnome-terminal.
309
310 2003-07-31  Bruno Haible  <bruno@clisp.org>
311
312         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
313
314 2003-07-18  Bruno Haible  <bruno@clisp.org>
315
316         * getndelim2.m4: New file.
317         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
318         invoke gl_PREREQ_GETNDELIM2.
319         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
320         gl_PREREQ_GETNDELIM2.
321         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
322         gl_GETNDELIM2.
323
324 2003-07-17  Bruno Haible  <bruno@clisp.org>
325
326         * Makefile.am.in: Remove file.
327         * Makefile.am: Remove file.
328         * Makefile.in: Remove file.
329
330 2003-07-17  Bruno Haible  <bruno@clisp.org>
331
332         * getnline.m4: New file.
333
334 2003-07-14  Simon Josefsson  <jas@extundo.com>
335
336         * mempcpy.m4: New file.
337
338 2003-07-10  Jim Meyering  <jim@meyering.net>
339
340         * clock_time.m4: Remove trailing blank.
341         * intmax_t.m4: Likewise.
342
343 2003-07-01  Paul Eggert  <eggert@twinsun.com>
344
345         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
346         xreadlink.c now includes it unconditionally.
347
348 2003-07-01  Bruno Haible  <bruno@clisp.org>
349
350         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
351         should be sufficient.
352         Reported by Paul Eggert.
353
354 2003-06-25  Bruno Haible  <bruno@clisp.org>
355
356         * readlink.m4: New file.
357
358 2003-06-22  Bruno Haible  <bruno@clisp.org>
359
360         Portability to mingw32.
361         * ssize_t.m4: New file, from GNU gettext.
362         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
363         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
364
365 2003-06-11  Bruno Haible  <bruno@clisp.org>
366
367         * sysexits.m4: New file.
368
369 2003-06-10  Simon Josefsson  <jas@extundo.com>
370
371         * strchrnul.m4: New file.
372
373 2003-06-07  Bruno Haible  <bruno@clisp.org>
374
375         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
376         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
377         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
378         directory.
379         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
380         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
381         directory.
382
383 2003-06-04  Paul Eggert  <eggert@twinsun.com>
384
385         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
386         locale.h, localeconv.  This merges changes from coreutils.
387
388         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
389         It can be removed after the next Autoconf is released.
390         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
391         needed.
392
393 2003-05-30  Bruno Haible  <bruno@clisp.org>
394
395         * gettext.m4: Upgrade to gettext-0.12.1.
396         * nls.m4: New file, from gettext-0.12.1.
397         * po.m4: New file, from gettext-0.12.1.
398         * progtest.m4: Upgrade to gettext-0.12.1.
399
400 2003-05-28  Paul Eggert  <eggert@twinsun.com>
401
402         Assume the headers required for C89 freestanding compilers.
403         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
404         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
405         * human.m4 (gl_HUMAN): Likewise.
406         * pathmax.m4 (gl_PATHMAX): Likewise.
407         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
408         * userspec.m4 (gl_USERSPEC): Likewise.
409         * xreadlink.m4 (gl_XREADLINK): Likewise.
410         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
411         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
412
413 2003-05-26  Jim Meyering  <jim@meyering.net>
414
415         Merge in a change from coreutils:
416         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
417         that is guaranteed to be `no'.  Use `no_such_member' to indicate
418         that condition, rather than `-1' which is slightly misleading.
419         Change the name of the cache variable to have the gl_ prefix.
420         Prompted by a patch from Richard Dawe for DJGPP.
421
422 2003-05-17  Bruno Haible  <bruno@clisp.org>
423
424         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
425         expansion for AC_EGREP_CPP.
426         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
427         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
428         Suggested by Akim Demaille <akim@epita.fr> in
429         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
430
431 2003-04-21  Paul Eggert  <eggert@twinsun.com>
432
433         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
434         code which expansion is under static control.  Patch imported from
435         Akim Demaille's patch to Bison; see
436         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
437
438 2003-04-14  Bruno Haible  <bruno@clisp.org>
439
440         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
441
442 2003-04-10  Bruno Haible  <bruno@clisp.org>
443
444         * findprog.m4: New file.
445         * eaccess.m4: New file.
446
447 2003-04-04  Bruno Haible  <bruno@clisp.org>
448
449         * linebreak.m4: New file.
450
451 2003-04-03  Bruno Haible  <bruno@clisp.org>
452
453         * utf-ucs4.m4: New file.
454         * ucs4-utf.m4: New file.
455
456 2003-03-30  Bruno Haible  <bruno@clisp.org>
457
458         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
459
460 2003-03-28  Bruno Haible  <bruno@clisp.org>
461
462         * copy-file.m4: New file.
463
464 2003-03-18  Bruno Haible  <bruno@clisp.org>
465
466         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
467         * onceonly_2_57.m4: Likewise.
468
469 2003-03-17  Bruno Haible  <bruno@clisp.org>
470
471         * onceonly.m4: Require autoconf 2.54 or newer.
472         (m4_quote): Remove macro.
473         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
474
475 2003-03-14  Bruno Haible  <bruno@clisp.org>
476
477         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
478         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
479
480 2003-03-13  Paul Eggert  <eggert@twinsun.com>
481
482         * onceonly.m4 (m4_quote): New macro.
483         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
484         Quote AC_FOREACH variable-expansions properly.
485
486 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
487
488         * poll.m4: New file.
489
490 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
491
492         * mathl.m4: New file.
493
494 2003-02-17  Bruno Haible  <bruno@clisp.org>
495
496         * mkdtemp.m4: New file, from GNU gettext with modifications.
497
498 2003-02-02  Jim Meyering  <jim@meyering.net>
499
500         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
501         e.g. glibc-2.2.93.
502
503 2003-01-31  Bruno Haible  <bruno@clisp.org>
504
505         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
506         'rpl_rename'.
507         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
508         'rpl_strnlen'.
509         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
510         'rpl_strtod'.
511         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
512         'rpl_utime'.
513
514 2003-01-30  Bruno Haible  <bruno@clisp.org>
515
516         * signed.m4: New file, from GNU gettext.
517         * longdouble.m4: New file, from GNU gettext.
518         * wchar_t.m4: New file, from GNU gettext.
519         * wint_t.m4: New file, from GNU gettext.
520         * vasnprintf.m4: New file.
521         * vasprintf.m4: New file.
522
523 2003-01-29  Bruno Haible  <bruno@clisp.org>
524
525         * stpncpy.m4: New file.
526
527 2003-01-23  Jim Meyering  <jim@meyering.net>
528
529         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
530         from working on systems without dirfd (at least Irix and OSF1/Tru64).
531
532 2003-01-16  Jim Meyering  <jim@meyering.net>
533
534         * regex.m4: The `regex' struct is both input and output.
535         Initialize it before each use.  Patch by Tim Waugh.
536
537 2003-01-11  Bruno Haible  <bruno@clisp.org>
538
539         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
540         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
541         suffix.
542
543 2003-01-11  Bruno Haible  <bruno@clisp.org>
544
545         * md5.m4 (gl_MD5): Require AC_C_INLINE.
546
547 2003-01-11  Bruno Haible  <bruno@clisp.org>
548
549         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
550
551 2003-01-12  Paul Eggert  <eggert@twinsun.com>
552
553         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
554         to avoid collisions with libcurses and libreadline.
555
556         * getstr.m4: Remove.
557         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
558
559 2003-01-10  Bruno Haible  <bruno@clisp.org>
560
561         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
562
563 2003-01-09  Bruno Haible  <bruno@clisp.org>
564
565         * stdbool.m4 (AM_STDBOOL_H): New macro.
566
567 2002-12-31  Paul Eggert  <eggert@twinsun.com>
568
569         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
570
571 2002-12-24  Bruno Haible  <bruno@clisp.org>
572
573         General infrasructure.
574         * README: Rewritten.
575         * onceonly.m4: New file.
576         * onceonly_2_57.m4: New file.
577
578         Module atexit.
579         * atexit.m4: New file.
580
581         Module strtod.
582         * strtod.m4: New file.
583
584         Module strtol.
585         * strtol.m4: New file.
586
587         Module strtoul.
588         * strtoul.m4: New file.
589
590         Module memchr.
591         * memchr.m4: New file.
592
593         Module memcmp.
594         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
595         (jm_FUNC_MEMCMP): Invoke it.
596
597         Module memcpy.
598         * memcpy.m4: New file.
599
600         Module memmove.
601         * memmove.m4: New file.
602
603         Module memset.
604         * memset.m4: New file.
605
606         Module strcspn.
607         * strcspn.m4: New file.
608
609         Module strpbrk.
610         * strpbrk.m4: New file.
611
612         Module strstr.
613         * strstr.m4: New file.
614
615         Module strerror.
616         * strerror.m4: New file.
617
618         Module mktime.
619         * mktime.m4: Renamed from jm-mktime.m4.
620         (gl_PREREQ_MKTIME): New macro.
621         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
622
623         Module malloc.
624         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
625         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
626         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
627
628         Module realloc.
629         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
630         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
631         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
632
633         Module strftime.
634         * tm_gmtoff.m4: New file, extracted from strftime.m4.
635         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
636         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
637         gl_TM_GMTOFF.
638         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
639
640         Module xalloc.
641         * xalloc.m4: New file.
642
643         Module alloca.
644         * alloca.m4: New file.
645
646         Module putenv.
647         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
648         (jm_FUNC_PUTENV): Invoke it.
649
650         Module setenv.
651         * setenv.m4 (gt_FUNC_SETENV): New macro.
652         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
653         when invoked twice.
654         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
655         gt_FUNC_SETENV.
656
657         Module memrchr.
658         * memrchr.m4: New file.
659
660         Module stpcpy.
661         * stpcpy.m4: New file.
662
663         Module strcase.
664         * strcase.m4: New file.
665
666         Module strdup.
667         * strdup.m4: New file.
668
669         Module strnlen.
670         * strnlen.m4: New file.
671
672         Module strndup.
673         * strndup.m4: New file.
674
675         Module xstrtod.
676         * xstrtod.m4: New file.
677
678         Module xstrtol.
679         * xstrtol.m4: New file.
680
681         Module getdate.
682         * getdate.m4: New file.
683
684         Module unlocked-io.
685         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
686         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
687         * jm-glibc-io.m4n: Remove file.
688
689         Module long-options.
690         * long-options.m4: New file.
691
692         Module md5.
693         * md5.m4: New file.
694
695         Module sha.
696         * sha.m4: New file.
697
698         Module getstr.
699         * getstr.m4: New file.
700
701         Module getline.
702         * getline.m4 (gl_PREREQ_GETLINE): New macro.
703         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
704         <sys/types.h>, for size_t. Use the function name gnu_getline, not
705         simply getline. Infoke gl_PREREQ_GETLINE.
706
707         Module obstack.
708         * obstack.m4: New file.
709
710         Module hash.
711         * hash.m4: New file.
712
713         Module readtokens.
714         * readtokens.m4: New file.
715
716         Module strverscmp.
717         * strverscmp.m4: New file.
718
719         Module stdbool.
720         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
721
722         Module strtoll.
723         * strtoll.m4: New file.
724
725         Module strtoull.
726         * strtoull.m4: New file.
727
728         Module strtoimax.
729         * strtoimax.m4: New file.
730
731         Module strtoumax.
732         * strtoumax.m4: New file.
733
734         Module xstrtoimax.
735         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
736         Moved the strtol prerequisites to strtol.m4.
737         Moved the strtoll prerequisites to strtoll.m4.
738         Moved the strtoimax prerequisites to strtoimax.m4.
739
740         Module xstrtoumax.
741         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
742         Moved the strtoul prerequisites to strtoul.m4.
743         Moved the strtoull prerequisites to strtoull.m4.
744         Moved the strtoumax prerequisites to strtoumax.m4.
745
746         Module chown.
747         * chown.m4 (gl_PREREQ_CHOWN): New macro.
748         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
749
750         Module dup2.
751         * dup2.m4: New file.
752
753         Module ftruncate.
754         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
755         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
756
757         Module getgroups.
758         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
759         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
760
761         Module gettimeofday.
762         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
763         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
764         gl_PREREQ_GETTIMEOFDAY.
765
766         Module mkdir.
767         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
768         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
769
770         Module mkstemp.
771         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
772         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
773         jm_AC_TYPE_UINTMAX_T.
774         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
775
776         Module stat.
777         * stat.m4 (gl_PREREQ_STAT): New macro.
778         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
779
780         Module lstat.
781         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
782         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
783
784         Module timespec.
785         * timespec.m4 (gl_TIMESPEC): New macro.
786         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
787         * st_mtim.m4: Indentation.
788
789         Module nanosleep.
790         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
791         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
792         gl_PREREQ_NANOSLEEP.
793
794         Module regex.
795         * regex.m4 (jm_PREREQ_REGEX): New macro.
796         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
797         (gl_REGEX): New macro.
798
799         Module rename.
800         * rename.m4 (gl_PREREQ_RENAME): New macro.
801         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
802
803         Module rmdir.
804         * rmdir.m4: New file.
805
806         Module utime.
807         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
808         * utime.m4 (gl_PREREQ_UTIME): New macro.
809         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
810
811         Module dirname.
812         * dirname.m4: New file.
813
814         Module getopt.
815         * getopt.m4: New file.
816
817         Module unistd-safer.
818         * unistd-safer.m4: New file.
819
820         Module fnmatch.
821         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
822         declaration.
823         (gl_PREREQ_FNMATCH_EXTRA): New macro.
824         (gl_FUNC_FNMATCH_POSIX): New macro.
825         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
826         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
827         simply fnmatch.
828
829         Module exclude.
830         * exclude.m4: New file.
831
832         Module human.
833         * human.m4: New file.
834
835         Module acl.
836         * acl.m4: Nop.
837
838         Module backupfile.
839         * backupfile.m4: New file.
840         * d-ino.m4: Indentation.
841
842         Module fsusage.
843         * fsusage.m4 (gl_FSUSAGE): New macro.
844         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
845         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
846
847         Module dirfd.
848         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
849
850         Module euidaccess.
851         * euidaccess.m4: New file.
852
853         Module file-type.
854         * file-type.m4: New file.
855
856         Module fileblocks.
857         * fileblocks.m4: New file.
858
859         Module filemode.
860         * filemode.m4: New file.
861
862         Module isdir.
863         * isdir.m4: New file.
864
865         Module lchown.
866         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
867         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
868
869         Module makepath.
870         * makepath.m4: New file.
871
872         Module modechange.
873         * modechange.m4: New file.
874
875         Module mountlist.
876         * mountlist.m4: New file.
877         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
878         Indentation.
879
880         Module path-concat.
881         * path-concat.m4: New file.
882
883         Module pathmax.
884         * pathmax.m4: New file.
885
886         Module same.
887         * same.m4: New file.
888
889         Module save-cwd.
890         * save-cwd.m4: New file.
891
892         Module savedir.
893         * savedir.m4: New file.
894
895         Module xgetcwd.
896         * xgetcwd.m4: New file.
897         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
898
899         Module xreadlink.
900         * xreadlink.m4: New file.
901
902         Module safe-read.
903         * safe-read.m4: New file.
904
905         Module safe-write.
906         * safe-write.m4: New file.
907
908         Module closeout.
909         * closeout.m4: New file.
910
911         Module stdio-safer.
912         * stdio-safer.m4: New file.
913
914         Module getpass.
915         * getpass.m4: New file.
916
917         Module getugroups.
918         * getugroups.m4: New file.
919
920         Module group-member.
921         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
922         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
923
924         Module idcache.
925         * idcache.m4: New file.
926
927         Module userspec.
928         * userspec.m4: New file.
929
930         Module gettime.
931         * clock_time.m4: New file.
932         * gettime.m4: New file.
933
934         Module settime.
935         * settime.m4: New file.
936
937         Module posixtm.
938         * posixtm.m4: New file.
939
940         Module gethostname.
941         * gethostname.m4: New file.
942
943         Module canon-host.
944         * canon-host.m4: New file.
945
946         Module gettext.
947         * codeset.m4: New file, from gettext-0.11.5.
948         * gettext.m4: New file, from gettext-0.11.5.
949         * glibc21.m4: New file, from gettext-0.11.5.
950         * iconv.m4: New file, from gettext-0.11.5.
951         * intdiv0.m4: New file, from gettext-0.11.5.
952         * inttypes-pri.m4: New file, from gettext-0.11.5.
953         * inttypes.m4: New file, from gettext-0.11.5.
954         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
955         * isc-posix.m4: New file, from gettext-0.11.5.
956         * lcmessage.m4: New file, from gettext-0.11.5.
957         * lib-ld.m4: New file, from gettext-0.11.5.
958         * lib-link.m4: New file, from gettext-0.11.5.
959         * lib-prefix.m4: New file, from gettext-0.11.5.
960         * progtest.m4: New file, from gettext-0.11.5.
961         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
962         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
963         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
964
965         Module localcharset.
966         * localcharset.m4: New file.
967
968         Module hard-locale.
969         * hard-locale.m4: New file.
970
971         Module mbswidth.
972         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
973         onceonly macros.
974         * mbrtowc.m4: Add comment.
975
976         Module memcasecmp.
977         * memcasecmp.m4: New file.
978
979         Module memcoll.
980         * memcoll.m4: New file.
981
982         Module unicodeio.
983         * unicodeio.m4: New file.
984
985         Module rpmatch.
986         * rpmatch.m4: New file.
987
988         Module yesno.
989         * yesno.m4: New file.
990
991         Module exitfail.
992         * exitfail.m4: New file.
993
994         Module c-stack.
995         * c-stack.m4 (gl_C_STACK): New macro.
996         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
997
998         Module error.
999         * error.m4 (gl_ERROR): New macro.
1000         (jm_PREREQ_ERROR): Use onceonly macros.
1001
1002         Module fatal.
1003         * fatal.m4: New file.
1004
1005         Module getloadavg.
1006         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
1007         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
1008
1009         Module getpagesize.
1010         * getpagesize.m4: New file.
1011
1012         Module getusershell.
1013         * getusershell.m4: New file.
1014
1015         Module physmem.
1016         * physmem.m4: New file.
1017
1018         Module posixver.
1019         * posixver.m4: New file.
1020
1021         Module quotearg.
1022         * quotearg.m4: New file.
1023
1024         Module quote.
1025         * quote.m4: New file.
1026
1027         Module readutmp.
1028         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
1029
1030         Module sig2str.
1031         * sig2str.m4: New file.
1032
1033         Other.
1034         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
1035         ulonglong.m4.
1036         * intmax_t.m4: New file.
1037         * d-type.m4: Indentation.
1038         * jm-macros.m4: Update.
1039         * prereq.m4 (jm_PREREQ): Update.
1040         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
1041         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
1042         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
1043         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
1044         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
1045         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
1046         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
1047         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
1048         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
1049         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
1050         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
1051         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
1052         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
1053         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
1054         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
1055         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
1056         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
1057         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
1058         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
1059
1060 2002-12-18  Bruno Haible  <bruno@clisp.org>
1061
1062         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
1063         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
1064
1065 2002-12-17  Bruno Haible  <bruno@clisp.org>
1066
1067         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
1068         stdlib.h, string.h.
1069
1070 2002-12-11  Bruno Haible  <bruno@clisp.org>
1071
1072         * setenv.m4: New file, from gettext-0.11.5.
1073
1074 2002-12-06  Paul Eggert  <eggert@twinsun.com>
1075
1076         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
1077         a pain in practice to deal with generated m4 files.  This change
1078         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
1079
1080         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
1081         and jm-glibc-io.m4, as they are no longer a special case.
1082         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
1083         kludge and the auto-generation stuff.  Check only whether the
1084         functions are declared, not whether they exist, since older hosts
1085         that don't declare the functions can't use the optimization anyway.
1086
1087 2002-07-06  Jim Meyering  <meyering@lucent.com>
1088
1089         * README: Don't mention Makefile.am.in.
1090         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
1091
1092 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1093
1094         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
1095
1096 2002-06-22  Jim Meyering  <meyering@lucent.com>
1097
1098         * c-stack.m4: New file, from diffutils-2.8.2.
1099         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
1100
1101         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
1102         now that configure.ac uses AC_GNU_SOURCE.
1103         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
1104         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
1105
1106         Update to latest tools.  Suggestions from Paul Eggert.
1107         * stdbool.m4: New file, from diffutils-2.8.2.
1108         * gnu-source.m4: Update from diffutils-2.8.2.
1109         * fnmatch.m4: Likewise.
1110         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
1111         to AC_HEADER_STDBOOL
1112
1113 2002-06-21  Jim Meyering  <meyering@lucent.com>
1114
1115         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
1116         * mbrtowc.m4: Likewise.
1117
1118         * mbstate_t.m4: Update from diffutils-2.8.2.
1119         * mbswidth.m4: Reflect name change:
1120         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
1121         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1122
1123         * lib-link.m4: Update from gettext-0.11.2.
1124         * gettext.m4: Likewise.
1125
1126         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
1127         From Alfred M. Szmidt.
1128
1129 2002-05-19  Paul Eggert  <eggert@twinsun.com>
1130
1131         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
1132
1133 2002-06-07  Jim Meyering  <meyering@lucent.com>
1134
1135         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
1136         They're needed at least for NetBSD 1.5.2.
1137         ($statxfs_includes): Include those same headers.
1138         ($statxfs_includes): Include sys/vfs.h if available.
1139         ($statxfs_includes): Likewise for sys/statvfs.h.
1140         Check for the following members in both structs statfs and statvfs:
1141         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
1142
1143 2002-06-01  Jim Meyering  <meyering@lucent.com>
1144
1145         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
1146         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
1147
1148 2002-05-28  Jim Meyering  <meyering@lucent.com>
1149
1150         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
1151         Reported by Volker Borchert.
1152
1153 2002-05-27  Jim Meyering  <meyering@lucent.com>
1154
1155         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
1156         localtime.
1157
1158         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
1159         use the replacement function; it wouldn't resolve at link time.
1160         Reported by Volker Borchert.
1161
1162 2002-04-30  Jim Meyering  <meyering@lucent.com>
1163
1164         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
1165
1166 2002-04-29  Paul Eggert  <eggert@twinsun.com>
1167
1168         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
1169         Do not check for alloca.h (no longer used) or stdbool.h (was never
1170         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
1171
1172 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1173
1174         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
1175
1176 2002-04-29  Jim Meyering  <meyering@lucent.com>
1177
1178         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
1179         * prereq.m4: Add jm_PREREQ_STRNLEN.
1180         Use AC_FUNC_STRNLEN here instead.
1181
1182         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
1183         With autoconf-2.53a, it's part of AC_PROG_CC.
1184
1185 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1186
1187         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
1188         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
1189
1190 2002-04-24  Jim Meyering  <meyering@lucent.com>
1191
1192         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
1193         (jm_PREREQ): Use it.
1194
1195         * getloadavg.m4: Check for these headers: locale.h unistd.h
1196         mach/mach.h fcntl.h.
1197         Check for this function: setlocale.
1198
1199 2002-04-16  Jim Meyering  <meyering@lucent.com>
1200
1201         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
1202         ut_pid, ut_id, ut_exit.
1203
1204 2002-04-12  Jim Meyering  <meyering@lucent.com>
1205
1206         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
1207         check for f_type in sys/mount.h.  Instead, just test for the existence
1208         of the getmntinfo function.  Needed for Darwin 5.3.
1209
1210         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
1211         This is necessary at least on Darwin 5.3.
1212
1213         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
1214         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
1215         in the library, and that makes some versions of ranlib object.
1216
1217 2002-04-09  Jim Meyering  <meyering@lucent.com>
1218
1219         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
1220         to be more precise.  Rather than saying we're checking whether the
1221         function `works', say what we're testing.
1222         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
1223         Reported by Bruno Haible.
1224
1225 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1226
1227         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
1228         Check for clock_settime.
1229
1230 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1231
1232         * acl.m4: New file.
1233         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
1234         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
1235
1236 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
1237
1238         * codeset.m4: Upgrade to gettext-0.11.
1239         * gettext.m4: Upgrade to gettext-0.11.
1240         * glibc21.m4: Upgrade to gettext-0.11.
1241         * iconv.m4: Upgrade to gettext-0.11.
1242         * isc-posix.m4: Upgrade to gettext-0.11.
1243         * lcmessage.m4: Upgrade to gettext-0.11.
1244         * lib-ld.m4: New file, from gettext-0.11.
1245         * lib-link.m4: New file, from gettext-0.11.
1246         * lib-prefix.m4: New file, from gettext-0.11.
1247         * progtest.m4: Upgrade to gettext-0.11.
1248
1249 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1250
1251         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
1252         (jm_PREREQ): Use it.
1253
1254 2002-01-26  Jim Meyering  <meyering@lucent.com>
1255
1256         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
1257         * strnlen.m4: Remove file, now that it's part of autoconf.
1258
1259 2002-01-22  Paul Eggert  <eggert@twinsun.com>
1260
1261         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
1262
1263 2002-01-19  Jim Meyering  <meyering@lucent.com>
1264
1265         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
1266         Remove useless quotes: DF_PROG="df".
1267         * strnlen.m4: New file.
1268
1269 2001-12-14  Jim Meyering  <meyering@lucent.com>
1270
1271         * jm-macros.m4 (jm_MACROS): Check for iswspace.
1272         Suggestion from Bruno Haible.
1273
1274 2001-11-20  Jim Meyering  <meyering@lucent.com>
1275
1276         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
1277         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
1278
1279 2001-11-19  Jim Meyering  <meyering@lucent.com>
1280
1281         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
1282         directory.  Use "conftestXXXXXX" as the template.
1283         Suggestion from Paul Eggert.
1284
1285         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
1286         so the test doesn't mistakenly hit the max-open-files limit.
1287
1288 2001-11-18  Jim Meyering  <meyering@lucent.com>
1289
1290         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
1291
1292 2001-11-17  Jim Meyering  <meyering@lucent.com>
1293
1294         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
1295         Prompted by a report from Bob Proulx.
1296
1297         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
1298         Instead, require UTILS_FUNC_MKSTEMP.
1299
1300 2001-11-11  Jim Meyering  <meyering@lucent.com>
1301
1302         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
1303         Now, that's done as part of AC_FUNC_STRTOD.
1304
1305 2001-10-22  Paul Eggert  <eggert@twinsun.com>
1306
1307         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
1308         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
1309
1310 2001-11-10  Jim Meyering  <meyering@lucent.com>
1311
1312         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
1313         (jm_PREREQ): Use it.
1314
1315 2001-11-09  Jim Meyering  <meyering@lucent.com>
1316
1317         * jm-macros.m4: Require autoconf-2.52f.
1318         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
1319         Use these AC_-prefixed names, not the AM_-prefixed ones.
1320
1321         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
1322
1323 2001-11-04  Jim Meyering  <meyering@lucent.com>
1324
1325         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
1326
1327 2001-11-03  Jim Meyering  <meyering@lucent.com>
1328
1329         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
1330         of AC_DEFUN.
1331
1332         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
1333         know the name of the variable in the macro definition.
1334
1335 2001-11-01  Jim Meyering  <meyering@lucent.com>
1336
1337         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1338         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1339
1340 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1341
1342         * error.m4 (jm_PREREQ_ERROR):
1343         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1344         AC_FUNC_STRERROR_R does that.
1345         Check for strerror declaration.
1346
1347         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1348         are supposed to have them these days.
1349         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1350         Merge changes from latest Autoconf CVS.
1351         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1352         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1353         POSIX decided to standardize on the int flavor of strerror_r.
1354
1355 2001-09-30  Jim Meyering  <meyering@lucent.com>
1356
1357         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1358         `struct fsstat' has the `f_fstypename' member.
1359         Use that to define FS_TYPE, which is now used to make
1360         the getfsstat link test tighter.
1361
1362 2001-09-29  Jim Meyering  <meyering@lucent.com>
1363
1364         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1365         [one-argument getmntent function]): Include stdio.h before mntent.h.
1366         SunOS 4.1.x needs it for the declaration of `FILE'.
1367         Patch by Volker Borchert.
1368
1369         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1370         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1371         sys/fs_types.h, and make the link-test for getfsstat guard #include
1372         directives with appropriate #if HAVE_*_H tests so that we can
1373         detect getfsstat on Apple Darwin1.3.7 systems.
1374         Reported by Nelson Beebe.
1375         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1376
1377 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1378
1379         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1380         #defines strtoimax.  Also treat the other strto* functions
1381         like strtoimax.
1382
1383         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1384         Check for strtoul and strtoumax,
1385         as those declarations are made even in the signed case.
1386         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1387         Likewise, for strtol and strtoimax.
1388
1389 2001-09-24  Jim Meyering  <meyering@lucent.com>
1390
1391         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1392
1393 2001-09-23  Jim Meyering  <meyering@lucent.com>
1394
1395         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1396         instead of the mere test for existence of mntent.h.  The latter
1397         would get a false-positive on AIX 3.4 systems.
1398         In the outer getmntent if-block, don't die if neither of the getmntent
1399         tests succeeds.  Instead, just fall through and continue with the
1400         remaining tests.
1401
1402 2001-09-22  Jim Meyering  <meyering@lucent.com>
1403
1404         * gettext.m4: New file.  From gettext.
1405         * lcmessage.m4: Sync with gettext -- this changes only comments.
1406         * progtest.m4: Likewise
1407         * isc-posix.m4: Decrement serial number to sync with gettext.
1408         * glibc21.m4: Likewise.
1409
1410         * libintl.m4: Remove.  No longer used.
1411
1412 2001-09-20  Jim Meyering  <meyering@lucent.com>
1413
1414         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1415         strtoimax.
1416         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1417         strtoumax.
1418
1419 2001-09-17  Jim Meyering  <meyering@lucent.com>
1420
1421         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1422         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1423         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1424         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1425         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1426         whenever the right hand side need not be expanded by the shell.
1427
1428 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1429
1430         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1431         library.  It's not correct, as some older glibcs are buggy.
1432         fnmatch wasn't fixed until glibc 2.2.
1433
1434         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1435         special shell magic here.
1436
1437 2001-09-16  Jim Meyering  <meyering@lucent.com>
1438
1439         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1440         * jm-macros.m4: Require it.
1441
1442 2001-09-15  Jim Meyering  <meyering@lucent.com>
1443
1444         * jm-macros.m4: Check for help2man.
1445
1446 2001-09-11  Jim Meyering  <meyering@lucent.com>
1447
1448         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1449         The body, by Paul Eggert, was moved here from configure.in.
1450         * jm-macros.m4: Require UTILS_HOST_OS.
1451
1452 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1453
1454         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1455         (jm_PREREQ): Use it.
1456
1457 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1458
1459         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1460         sys/param.h, as pathmax.h includes them.
1461
1462 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1463
1464         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
1465         (jm_PREREQ_XGETCWD): New macro.
1466
1467         * getcwd.m4: New file.
1468
1469 2001-09-01  Jim Meyering  <meyering@lucent.com>
1470
1471         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
1472         Used by df.
1473
1474 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1475
1476         Simplify code, partly by assuming autoconf 2.52 semantics.
1477
1478         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
1479
1480         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
1481         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
1482         All uses removed.
1483         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
1484         Move AC_REQUIRE to next-to-top level, to avoid confusion.
1485         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
1486         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
1487         * jm-macros.m4 (jm_MACROS): Likewise.
1488
1489         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
1490
1491         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1492         Quote first arg of AC_DEFUN.
1493         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
1494         since they are needed to parse the include file even if we need
1495         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
1496         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
1497         but with opposite signedness.
1498
1499 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1500
1501         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
1502         (jm_PREREQ_EXCLUDE): New macro.
1503
1504 2001-08-26  Jim Meyering  <meyering@lucent.com>
1505
1506         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
1507
1508         * xstrtoimax.m4: New file.
1509         * xstrtoumax.m4: Add comments explaining why we
1510         AC_REPLACE_FUNCS(strtol).
1511
1512 2001-06-20  Paul Eggert  <eggert@twinsun.com>
1513
1514         * inttypes.m4: Add AC_PREREQ(2.13).
1515         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
1516         (jm_AC_TYPE_INTMAX_T): New macro.
1517         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
1518
1519         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
1520
1521         * longlong.m4: Renamed from ulonglong.m4.
1522         * inttypes.m4: Renamed from inttypes_h.m4.
1523         * uintmax_t.m4: Removed.
1524
1525 2001-08-12  Jim Meyering  <meyering@lucent.com>
1526
1527         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
1528         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
1529         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
1530         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
1531         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
1532         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
1533         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
1534         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
1535         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
1536         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
1537         utime.m4, utimes.m4, xstrtoumax.m4:
1538         Quote the first argument in each use of AC_DEFUN.
1539
1540 2001-08-05  Jim Meyering  <meyering@lucent.com>
1541
1542         * jm-macros.m4: Require autoconf-2.52.
1543
1544 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1545
1546         The following changes are from gettext 0.10.39 as maintained by
1547         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
1548
1549         * codeset.m4: Upgrade to serial AM1.
1550         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
1551         all uses changed.  Quote first arg of AC_DEFUN.
1552         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
1553
1554         * iconv.m4: Upgrade to serial AM2.
1555         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
1556         Add --with-libconv-prefix.
1557         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1558         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1559         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1560         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1561         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1562
1563         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1564         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1565         * glibc21.m4 (jm_GLIBC21): Likewise.
1566         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1567         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1568         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1569         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1570         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1571         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1572
1573         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1574         string.h any more.
1575
1576         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1577         not the default value.
1578
1579         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1580         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1581         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1582         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1583         Also check for iswcntrl, used for wcwidth fallback.
1584         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1585         to Autoconf 2.13.
1586
1587 2001-08-03  Jim Meyering  <meyering@lucent.com>
1588
1589         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1590         as it was in the original.  Reported by Paul Eggert.
1591
1592 2001-07-16  Jim Meyering  <meyering@lucent.com>
1593
1594         * gettimeofday.m4: New file.
1595         Prompted by a report from Bernhard Baehr.
1596
1597 2001-07-15  Jim Meyering  <meyering@lucent.com>
1598
1599         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1600         Now it's in ../Makefile.cfg.
1601
1602 2001-07-04  Jim Meyering  <meyering@lucent.com>
1603
1604         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1605         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1606         distcheck failure.
1607
1608 2001-07-02  Jim Meyering  <meyering@lucent.com>
1609
1610         The following changes were prompted by suggestions from Bruno Haible.
1611
1612         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1613         is now generated.
1614         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1615         definition of EXTRA_DIST.
1616         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1617         ensure that the generated file is created/updated whenever the list
1618         of $(unlocked_functions) is changed.
1619         (jm-glibc-io.m4): New rule.
1620         (unlocked-io.h): New rule -- currently unused.
1621
1622 2001-06-24  Jim Meyering  <meyering@lucent.com>
1623
1624         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
1625         unmatched right bracket, rather than kludging it with an extra,
1626         falsely-matching quote in a comment.  Patch by Akim Demaille.
1627
1628 2001-05-27  Jim Meyering  <meyering@lucent.com>
1629
1630         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
1631         Check for ut_type in struct utmp.
1632
1633 2001-05-22  Jim Meyering  <meyering@lucent.com>
1634
1635         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
1636         now that we use the package-supplied version unconditionally.
1637         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
1638
1639 2001-05-21  Jim Meyering  <meyering@lucent.com>
1640
1641         * regex.m4: Change a couple backticks to single quotes to avoid shell
1642         syntax errors.
1643
1644 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
1645
1646         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
1647
1648 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1649
1650         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
1651         Don't bother to check library strftime, since
1652         we'll be using our own my_strftime function anyway.
1653         Define my_strftime instead of strftime.
1654
1655 2001-05-15  Jim Meyering  <meyering@lucent.com>
1656
1657         * regex.m4: Use proper quoting so brackets appear in the test program.
1658         Reported by, and with help from, Bruno Haible.
1659
1660 2001-05-13  Jim Meyering  <meyering@lucent.com>
1661
1662         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
1663
1664 2000-11-26  Paul Eggert  <eggert@twinsun.com>
1665
1666         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
1667
1668 2001-04-21  Jim Meyering  <meyering@lucent.com>
1669
1670         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
1671         doesn't interfere.
1672
1673 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
1674
1675         * ftruncate.m4: Check for chsize.
1676         Link with ftruncate.o unconditionally if ftruncate is missing.
1677         This was required when cross-compiling to i586-mingw32msvc.
1678
1679 2001-03-24  Jim Meyering  <meyering@lucent.com>
1680
1681         * jm-macros.m4: Require autoconf-2.49d.
1682
1683 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
1684
1685         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
1686
1687 2001-03-17  Jim Meyering  <meyering@lucent.com>
1688
1689         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
1690         now that the version in autoconf is equivalent.
1691         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
1692
1693         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
1694         Suggestion from Akim Demaille.
1695
1696         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
1697         (jm_PREREQ_TEMPNAME): New function.
1698
1699 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1700
1701         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
1702         lacks mkstemp.  Compile our own tempname.c if we compile our own
1703         mkstemp.c, as mkstemp relies on tempname.
1704
1705 2001-03-01  Jim Meyering  <meyering@lucent.com>
1706
1707         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
1708         AH_VERBATIM really does output its argument verbatim.
1709
1710 2001-02-18  Paul Eggert  <eggert@twinsun.com>
1711
1712         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
1713
1714 2001-02-17  Jim Meyering  <meyering@lucent.com>
1715
1716         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
1717         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
1718         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
1719         UnixWare 7.1.1.
1720
1721         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
1722         rather than AC_CACHE_VAL.
1723
1724 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1725
1726         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
1727         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
1728         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
1729         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1730
1731 2001-02-07  Jim Meyering  <meyering@lucent.com>
1732
1733         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
1734
1735 2001-02-05  Jim Meyering  <meyering@lucent.com>
1736
1737         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
1738         it includes the patch required for `large file' support with at least
1739         HP-UX's 10.20 /bin/cc.
1740
1741 2001-02-03  Jim Meyering  <meyering@lucent.com>
1742
1743         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
1744         AS_IF, now that it works once again (mysteriously).
1745         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1746
1747 2001-01-30  Jim Meyering  <meyering@lucent.com>
1748
1749         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
1750         * chown.m4: Rename conftestchown to conftest.chown.
1751         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
1752         * utimes.m4: s/conftestdata/conftest.data/
1753         Inspired by Pavel Roskin's change in autoconf.
1754
1755 2001-01-27  Jim Meyering  <meyering@lucent.com>
1756
1757         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
1758         a use of AS_IF.
1759         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1760
1761 2001-01-26  Jim Meyering  <meyering@lucent.com>
1762
1763         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
1764         quotearg.c includes it.
1765
1766 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1767
1768         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
1769         has const.
1770
1771 2001-01-20  Jim Meyering  <meyering@lucent.com>
1772
1773         Be sure that headers are checked before used in code compiled
1774         for the type checks.
1775         * jm-macros.m4 (jm_MACROS): Remove all header checks.
1776         In place of that, invoke jm_CHECK_ALL_TYPES.
1777         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
1778         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
1779         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
1780         The check for ssize_t was mistakenly run before the test for unistd.h.
1781
1782         The configure-time check for stdbool.h was missing.
1783         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
1784         (jm_PREREQ_HASH): New function.
1785
1786 2001-01-17  Jim Meyering  <meyering@lucent.com>
1787
1788         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
1789         for autoconf-2.49c.
1790         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
1791
1792 2001-01-14  Jim Meyering  <meyering@lucent.com>
1793
1794         * rename.m4: Use temporary directories named conftestdir{,2}, not
1795         foo and bar.  Create conftestdir/ in the script, not in the C code.
1796         Remove directories in the script, not in the C code.
1797         Remove conftestdir{,2} before trying to create the directory.
1798         Make the entire configure script fail if the mkdir fails.
1799
1800 2001-01-02  Volker Borchert  <bt@teknon.de>
1801
1802         * rename.m4: New file.
1803         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
1804
1805 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
1806
1807         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
1808         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
1809         so `make install' also works in VPATH builds.
1810
1811 2001-01-01  Jim Meyering  <meyering@lucent.com>
1812
1813         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
1814         on systems with utmpx.h.  It's necessary for the declaration of utmp's
1815         ut_user member.  Reported by Andreas Jaeger.
1816
1817         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
1818         They are required for the declarations of getgrgid and getpwuid resp.
1819         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
1820         Reported by Andreas Jaeger.
1821
1822 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
1823
1824         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
1825         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
1826         can be used in subdirectories.
1827
1828 2000-12-26  Jim Meyering  <meyering@lucent.com>
1829
1830         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
1831         with autoheader.
1832
1833 2000-12-17  Jim Meyering  <meyering@lucent.com>
1834
1835         * dos.m4 (jm_AC_DOS): New file and macro.
1836         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
1837
1838 2000-12-06  Paul Eggert  <eggert@twinsun.com>
1839
1840         * off_t-format.m4: Remove this file.
1841         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
1842
1843 2000-12-06  Jim Meyering  <meyering@lucent.com>
1844
1845         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
1846         strtoull, we may well need the replacement strtoul, too.
1847         Check for declarations of strtoul and strtoull.
1848         Check for strtol.  Mainly as a cue to cause automake to include
1849         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
1850         Check for limits.h -- strtol.c needs it.
1851
1852 2000-12-02  Jim Meyering  <meyering@lucent.com>
1853
1854         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
1855         * jm-macros.m4 (jm_MACROS): require it.
1856
1857 2000-11-30  Jim Meyering  <meyering@lucent.com>
1858
1859         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
1860
1861 2000-11-30  Jim Meyering  <meyering@lucent.com>
1862
1863         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
1864
1865 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
1866
1867         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
1868
1869 2000-11-04  Jim Meyering  <meyering@lucent.com>
1870
1871         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
1872
1873 2000-10-29  Jim Meyering  <meyering@lucent.com>
1874
1875         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
1876         * ls-mntd-fs.m4: Likewise
1877
1878 2000-10-28  Jim Meyering  <meyering@lucent.com>
1879
1880         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
1881         (jm_PREREQ_MEMCHR): New function.
1882
1883 2000-10-21  Jim Meyering  <meyering@lucent.com>
1884
1885         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
1886         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
1887         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
1888
1889 2000-09-18  Jim Meyering  <meyering@lucent.com>
1890
1891         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
1892         Otherwise, everyone ends up linking with -lelf for some configurations.
1893         Reported by Mike Stone.
1894
1895 2000-08-26  Jim Meyering  <meyering@lucent.com>
1896
1897         * jm-macros.m4: Use jm_FUNC_FPENDING.
1898         * fpending.m4: New file.
1899
1900 2000-08-20  Jim Meyering  <meyering@lucent.com>
1901
1902         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
1903         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
1904         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
1905
1906 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1907
1908         Improve fileutils installation on systems where running
1909         programs (like install) can't be unlinked.
1910         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
1911         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
1912
1913 2000-08-06  Paul Eggert  <eggert@twinsun.com>
1914
1915         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
1916         not char, for compatibility with glibc 2.1.3 strftime.c.
1917
1918 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1919
1920         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
1921
1922 2000-07-23  Jim Meyering  <meyering@lucent.com>
1923
1924         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
1925         getgrgid, getpwuid, getuid.
1926
1927 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
1928
1929         * mbswidth.m4: New file.
1930         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
1931
1932 2000-07-14  Jim Meyering  <meyering@lucent.com>
1933
1934         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
1935
1936 2000-07-10  Paul Eggert  <eggert@twinsun.com>
1937
1938         From a suggestion by Bruno Haible.
1939         * mbstate_t.m4 (AC_MBSTATE_T):
1940         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
1941         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
1942         and mbstate_t, to a single-part test that simply defines mbstate_t.
1943         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
1944
1945 2000-07-10  Jim Meyering  <meyering@lucent.com>
1946
1947         * strerror_r.m4: Mirror the correction made in autoconf.
1948
1949         * gnu-source.m4: Output to confdefs.h directly.
1950         Suggestion from Akim Demaille.
1951
1952 2000-07-09  Jim Meyering  <meyering@lucent.com>
1953
1954         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
1955         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
1956
1957         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
1958         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
1959
1960 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
1961
1962         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
1963         to strerror_r.
1964         Include <ctype.h> for use of isalpha.
1965
1966 2000-07-05  Paul Eggert  <eggert@twinsun.com>
1967         and Bruno Haible  <haible@clisp.cons.org>
1968
1969         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
1970         only if the test for an object-type mbstate_t fails.  This
1971         prevents us from mistakenly reporting that mbstate_t is a
1972         system object type after we "#define mbstate_t int" to work
1973         around its lack.
1974
1975 2000-07-04  Jim Meyering  <meyering@lucent.com>
1976
1977         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
1978         of the deprecated AC_CHECKING.
1979
1980 2000-07-03  Jim Meyering  <meyering@lucent.com>
1981
1982         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
1983
1984 2000-07-03  Paul Eggert  <eggert@twinsun.com>
1985
1986         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
1987         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
1988
1989 2000-07-02  Jim Meyering  <meyering@lucent.com>
1990
1991         * mbstate_t.m4: Also define mbstate_t, if necessary.
1992
1993         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
1994         AC_LIBOBJ(function_name).
1995         * chown.m4: Likewise.
1996         * fnmatch.m4: Likewise.
1997         * ftruncate.m4: Likewise.
1998         * getgroups.m4: Likewise.
1999         * getline.m4: Likewise.
2000         * group-member.m4: Likewise.
2001         * jm-macros.m4: Likewise.
2002         * lstat.m4: Likewise.
2003         * malloc.m4: Likewise.
2004         * memcmp.m4: Likewise.
2005         * nanosleep.m4: Likewise.
2006         * putenv.m4: Likewise.
2007         * realloc.m4: Likewise.
2008         * regex.m4: Likewise.
2009         * stat.m4: Likewise.
2010         * strftime.m4: Likewise.
2011
2012 2000-07-01  Jim Meyering  <meyering@lucent.com>
2013
2014         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
2015         problem.
2016
2017 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2018
2019         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
2020         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
2021
2022 2000-07-01  Jim Meyering  <meyering@lucent.com>
2023
2024         * uptime.m4: Put double quotes around use of $cross_compiling.
2025
2026 2000-06-28  Jim Meyering  <meyering@lucent.com>
2027
2028         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
2029         by quotearg.c, for which we perform this test.  From Bruno Haible.
2030
2031 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2032
2033         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
2034         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
2035         <utmpx.h> exists, put readutmp.o into LIBOBJS.
2036
2037 2000-06-25  Jim Meyering  <meyering@lucent.com>
2038
2039         * mbstate_t.m4: Include stdio.h before wchar.h to work around
2040         Linux header bug when _XOPEN_SOURCE is defined to 500.
2041
2042 2000-06-24  Jim Meyering  <meyering@lucent.com>
2043
2044         * strerror_r.m4: Revive this file -- to try out an experimental
2045         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
2046         for which strerror does return char*, but which lacks a conveniently
2047         accessible declaration of the function.  If the compile-test says
2048         strerror_r doesn't work, then resort to a `run'-test that works on
2049         BeOS and segfaults on DEC Unix.
2050
2051 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2052
2053         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
2054         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
2055
2056 2000-06-23  Jim Meyering  <meyering@lucent.com>
2057
2058         * afs.m4: Add missing AC_MSG_RESULT.
2059         Reported by Bruno Haible.
2060
2061         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
2062         Suggestion from Bruno Haible.
2063
2064 2000-06-21  Jim Meyering  <meyering@lucent.com>
2065
2066         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
2067
2068 2000-06-18  Jim Meyering  <meyering@lucent.com>
2069
2070         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
2071
2072         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
2073         `checking whether...' message to be consistent with that of the
2074         lstat test.
2075
2076 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
2077
2078         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
2079
2080 2000-06-12  Jim Meyering  <meyering@lucent.com>
2081
2082         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
2083         from autoconf, and tweak the latter to accept an optional argument.
2084         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
2085         the optional argument, `lib'.
2086
2087 2000-06-08  Jim Meyering  <meyering@lucent.com>
2088
2089         * largefile.m4: Remove file (now that it's part of autoconf).
2090
2091 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2092
2093         Rewrite largefile configuration so that we don't need to run
2094         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
2095         AC_CANONICAL_HOST in configure.in -- jmm]
2096
2097         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
2098         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
2099         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
2100         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
2101         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
2102         All uses changed.
2103         Instead of inspecting the output of getconf, try to compile the
2104         test program without and with the macro definition.
2105         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
2106         for getconf.  Instead, check for the needed flags by compiling
2107         test programs.
2108
2109 2000-06-03  Jim Meyering  <meyering@lucent.com>
2110
2111         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
2112         now that autoconf requires that.
2113
2114         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
2115         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
2116         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
2117
2118 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2119
2120         * glibc21.m4: New file.
2121         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
2122
2123 2000-05-28  Jim Meyering  <meyering@lucent.com>
2124
2125         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
2126         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2127         * stat.m4: Likewise.
2128         * lstat.m4: Likewise.
2129         * lstat-slash.m4: Remove file (absorbed into autoconf).
2130
2131         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
2132         * strerror_r.m4: Remove file (absorbed into autoconf).
2133
2134 2000-05-26  Jim Meyering  <meyering@lucent.com>
2135
2136         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
2137
2138 2000-05-24  Jim Meyering  <meyering@lucent.com>
2139
2140         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
2141         autoconf requires that.
2142         * lib-check.m4: Likewise.
2143         * jm-macros.m4: Likewise.
2144         * strftime.m4: Likewise.
2145
2146         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
2147         now that autoconf requires that.
2148
2149 2000-05-22  Jim Meyering  <meyering@lucent.com>
2150
2151         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2152         * lstat.m4: Likewise.
2153
2154 2000-05-20  Jim Meyering  <meyering@lucent.com>
2155
2156         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
2157         (jm_PREREQ): Use it.
2158
2159 2000-05-09  Jim Meyering  <meyering@lucent.com>
2160
2161         * gettext.m4: Rename this...
2162         * libintl.m4: ...to this.
2163
2164 2000-05-06  Jim Meyering  <meyering@lucent.com>
2165
2166         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
2167         (AC_REPLACE_FUNCS): Add strnlen.
2168
2169         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
2170         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
2171
2172         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
2173         AC_SEARCH_LIBS call for nanosleep.
2174         (LIB_NANOSLEEP): Set and AC_SUBST.
2175
2176 2000-05-03  Paul Eggert  <eggert@twinsun.com>
2177
2178         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
2179         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2180         2.1.3 bug.  This avoids a clash when files like regex.c define
2181         _GNU_SOURCE.
2182
2183 2000-05-05  Jim Meyering  <meyering@lucent.com>
2184
2185         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
2186         call for clock_gettime.
2187         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
2188
2189         * search-libs.m4: Update from autoconf.
2190
2191         su doesn't work on Solaris 2.6.
2192         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
2193         <shadow.h>.  Reported by Dragos Harabor.
2194
2195 2000-05-03  Jim Meyering  <meyering@lucent.com>
2196
2197         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
2198
2199 2000-05-02  Paul Eggert  <eggert@twinsun.com>
2200
2201         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
2202         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
2203         compile-time test, rather than inspecting host and OS, to
2204         decide whether to define _LARGEFILE_SOURCE.
2205
2206 2000-05-01  Jim Meyering  <meyering@lucent.com>
2207
2208         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2209
2210         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
2211         Based on a patch from Bruno Haible.
2212
2213 2000-04-18  Jim Meyering  <meyering@lucent.com>
2214
2215         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
2216         (jm_PREREQ): Use it.
2217
2218 2000-04-17  Jim Meyering  <meyering@lucent.com>
2219
2220         Get it right :-)
2221         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
2222         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
2223         Suggestion from Akim Demaille.
2224
2225 2000-04-14  Jim Meyering  <meyering@lucent.com>
2226
2227         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
2228         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2229
2230 2000-04-13  Jim Meyering  <meyering@lucent.com>
2231
2232         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
2233         to insert required #ifndef into config.h.in.
2234         Suggestion from Akim Demaille.
2235
2236 2000-04-12  Jim Meyering  <meyering@lucent.com>
2237
2238         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
2239         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
2240         Christian Krackowizer.
2241
2242         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
2243         * jm-macros.m4 (_GNU_SOURCE): Define.
2244         (AC_SYS_LARGEFILE): Require.
2245         (AM_C_PROTOTYPES): Require.
2246
2247 2000-04-05  Paul Eggert  <eggert@twinsun.com>
2248
2249         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
2250         IRIX if the installer said otherwise.
2251
2252 2000-04-05  Jim Meyering  <meyering@lucent.com>
2253
2254         Portability tweaks required for ultrix4.3.
2255         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
2256         (jm_CHECK_DECLS): Add getutent to the list of functions.
2257         (_jm_DECL_HEADERS): Add utmpx.h.
2258         From John David Anglin.
2259
2260         * strftime.m4: Back out the 2000-04-02 change.
2261         Instead of that change, simply undefine putenv in the test program.
2262
2263 2000-04-03  Jim Meyering  <meyering@lucent.com>
2264
2265         * gettext.m4: Fix typo in comment.
2266
2267         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
2268         textutils/configure.in).  Suggestion from Paul Eggert.
2269         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
2270
2271 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2272
2273         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
2274         variable in the shell rather than using putenv, which isn't
2275         portable.  This avoids the configure-time inter-test dependency
2276         on the potentially-renamed putenv function.
2277
2278 2000-03-30  Paul Eggert  <eggert@twinsun.com>
2279
2280         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
2281         before checking struct stat.st_blksize, so that
2282         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
2283
2284 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2285
2286         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
2287         since strftime.c uses HAVE_STRFTIME to decide whether to use
2288         the underlying strftime.
2289
2290 2000-03-10  Jim Meyering  <meyering@lucent.com>
2291
2292         * lib-check.m4: Look for getspnam in -lgen, too.
2293         From Marco Franzen.
2294
2295 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2296
2297         * codeset.m4: New file.
2298         * iconv.m4: New file.
2299         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
2300
2301 2000-03-04  Jim Meyering  <meyering@lucent.com>
2302
2303         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
2304         for lib/localcharset.c.
2305
2306 2000-03-03  Jim Meyering  <meyering@lucent.com>
2307
2308         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
2309
2310 2000-03-02  Jim Meyering  <meyering@lucent.com>
2311
2312         * timespec.m4: Require AC_HEADER_TIME before the cache check so
2313         the messages come out on separate lines.
2314
2315         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
2316         rather than jm_CHECK_DECLARATIONS.
2317         * decl.m4: Remove now-unused file.
2318
2319         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
2320
2321 2000-02-27  Jim Meyering  <meyering@lucent.com>
2322
2323         * check-decl.m4: Add getenv to the list.
2324
2325 2000-02-23  Jim Meyering  <meyering@lucent.com>
2326
2327         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
2328         in place of my hack.
2329
2330 2000-02-10  Jim Meyering  <meyering@lucent.com>
2331
2332         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
2333         gnu_nanosleep to rpl_nanosleep.
2334
2335 2000-02-09  Jim Meyering  <meyering@lucent.com>
2336
2337         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2338         struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
2339
2340 2000-02-08  Akim Demaille  <akim@epita.fr>
2341
2342         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2343         `[' and `]' and remove uses of `changequote'.
2344         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2345         (AC_SYS_LARGEFILE): Likewise.
2346         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2347         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2348         of changequote.
2349         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2350         * readdir.m4 (jm_FUNC_READDIR): Likewise
2351         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2352         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2353
2354 2000-02-05  Jim Meyering  <meyering@lucent.com>
2355
2356         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2357         Remove explicit use of AC_HEADER_TIME.  It is required by
2358         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2359         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2360         in autoconf whereby the expansion of the latter ended up preceding
2361         the expansion of its prerequisite, AC_HEADER_TIME.
2362         Reported by Volker Borchert.
2363
2364 2000-02-03  Jim Meyering  <meyering@lucent.com>
2365
2366         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2367
2368 2000-02-02  Jim Meyering  <meyering@lucent.com>
2369
2370         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2371         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2372         Reported by Eli Zaretskii.
2373
2374 2000-01-31  Jim Meyering  <meyering@lucent.com>
2375
2376         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2377         functions.  Add the time.h and sys/time.h headers along with the
2378         AC_REQUIRE'ment of AC_HEADER_TIME.
2379
2380 2000-01-30  Jim Meyering  <meyering@lucent.com>
2381
2382         * lib-check.m4: Clean up some kludgy old shadow password tests.
2383
2384         * prereq.m4 (utmp_includes): Define.
2385         Check for ut_user and ut_name members in both struct utmpx
2386         and struct utmp.
2387
2388 2000-01-29  Jim Meyering  <meyering@lucent.com>
2389
2390         * lib-check.m4: New file containing library-related checks from
2391         fileutils and sh-utils (textutils had none).
2392
2393 2000-01-28  Jim Meyering  <meyering@lucent.com>
2394
2395         * perl.m4: Change format of warning message to look more like that
2396         from the missing script.  Suggestion from Fran�is Pinard.
2397
2398 2000-01-25  Jim Meyering  <meyering@lucent.com>
2399
2400         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2401         as time.h in the compile check.
2402         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2403         Fix typo in cross-compiling case: s/yes/no/.
2404
2405 2000-01-23  Jim Meyering  <meyering@lucent.com>
2406
2407         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2408
2409         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2410         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2411
2412         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2413         s/space/ac_fsusage_space/.
2414         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2415
2416         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2417         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2418         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2419
2420         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2421         AC_SUBST these here, rather than just in sh-util/configure.in, so
2422         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2423         all the same.
2424         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2425         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2426         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2427         (AC_SUBST(POW_LIBM)): Likewise.
2428         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2429
2430 2000-01-22  Jim Meyering  <meyering@lucent.com>
2431
2432         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2433
2434         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2435
2436         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2437         configure.in
2438         (AC_CHECK_HEADERS): Likewise for sh-utils.
2439         (AC_CHECK_HEADERS): Likewise for textutils.
2440         Merge the three lists of headers.
2441
2442         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2443         from fileutils' configure.in.
2444
2445         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2446         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2447
2448         * check-decl.m4: Use #if rather than #ifdef.
2449         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2450         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2451         (_jm_DECL_HEADERS): Define new function.
2452         (jm_CHECK_DECLARATIONS): Require it.
2453
2454 2000-01-19  Jim Meyering  <meyering@lucent.com>
2455
2456         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2457         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2458         defines `struct timespec' in <sys/time.h>
2459
2460         * c-bs-a.m4: Remove uses of changequote altogether.
2461         Thanks to Akim for explaining.
2462
2463 2000-01-16  Jim Meyering  <meyering@lucent.com>
2464
2465         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
2466         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
2467         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
2468         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
2469
2470 2000-01-16  Jim Meyering  <meyering@lucent.com>
2471
2472         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
2473         because the latter didn't work.
2474
2475 2000-01-15  Jim Meyering  <meyering@lucent.com>
2476
2477         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
2478         (AC_REPLACE_FUNCS): Add memcpy and memset.
2479         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2480         Add strpbrk.
2481         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2482
2483 2000-01-12  Jim Meyering  <meyering@lucent.com>
2484
2485         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
2486         (jm_PREREQ): Use it.
2487         (jm_PREREQ_READUTMP): New macro.
2488         (jm_PREREQ): Use it.
2489
2490 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2491
2492         Quote multibyte characters correctly.
2493         * c-bs-a.m4: New file.
2494         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
2495         (jm_PREREQ): Use it.
2496
2497 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2498
2499         * uintmax_t.m4: Port to autoconf 2.13.
2500
2501 2000-01-08  Jim Meyering  <meyering@ascend.com>
2502
2503         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
2504         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
2505
2506 2000-01-04  Jim Meyering  <meyering@ascend.com>
2507
2508         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
2509         jm_STRUCT_DIRENT_D_TYPE.
2510         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
2511         jm_STRUCT_DIRENT_D_INO.
2512         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
2513         jm_STRUCT_UTIMBUF.
2514         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
2515         * utime.m4: Likewise.
2516
2517         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
2518         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
2519
2520 2000-01-03  Paul Eggert  <eggert@twinsun.com>
2521
2522         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
2523         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
2524
2525 2000-01-02  Jim Meyering  <meyering@ascend.com>
2526
2527         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
2528         remember if this is necessary.
2529
2530 1999-12-26  Jim Meyering  <meyering@ascend.com>
2531
2532         * jm-macros.m4: Use it here.
2533         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
2534
2535 1999-12-23  Jim Meyering  <meyering@ascend.com>
2536
2537         * jm-macros.m4: Check for clock_gettime (moved from
2538         fileutils/configure.in)
2539         Check for gettimeofday.
2540
2541 1999-12-20  Jim Meyering  <meyering@ascend.com>
2542
2543         * strftime.m4: Remove kludge, now that I'm using the fixed
2544         autoconf-2.14a-1999-12-20.
2545
2546 1999-12-19  Jim Meyering  <meyering@ascend.com>
2547
2548         * lstat-slash.m4: New file.
2549         * jm-macros.m4: Use the new macro:
2550         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2551
2552 1999-12-07  Jim Meyering  <meyering@ascend.com>
2553
2554         * perl.m4: Require that File::Compare be available, too.
2555         Too many systems seem to lack it.
2556
2557         * strftime.m4: Add checks for most of the cpp macros tested in
2558         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2559
2560 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2561
2562         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2563         problem with the QNX 4.25 shell, which doesn't propagate exit
2564         status of failed commands inside shell assignments.
2565
2566 1999-11-17  Jim Meyering  <meyering@ascend.com>
2567
2568         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2569
2570 1999-11-07  Jim Meyering  <meyering@ascend.com>
2571
2572         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2573
2574 1999-11-06  Jim Meyering  <meyering@ascend.com>
2575
2576         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2577         * jm-macros.m4 (jm_MACROS): Use it here.
2578
2579 1999-11-05  Jim Meyering  <meyering@ascend.com>
2580
2581         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2582         of textutils, fileutils, and sh-utils into this one (shared between
2583         those packages) file.
2584         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2585         AC_STRUCT_ST_BLKSIZE.
2586
2587 1999-11-03  Jim Meyering  <meyering@ascend.com>
2588
2589         * ssize_t.m4: Remove file.  No longer needed since the new version of
2590         AC_CHECK_TYPE checks includes unistd.h.
2591         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2592         Suggestion from Akim Demaille.
2593
2594 1999-10-30  Jim Meyering  <meyering@ascend.com>
2595
2596         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2597         m4-quoted string.
2598         * ls-mntd-fs.m4: Likewise.
2599         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2600         * jm-winsz1.m4: Likewise.
2601
2602         * const.m4: Remove file, since the fix made it into the experimental
2603         version of autoconf.
2604         * mktime.m4: Likewise.
2605
2606         * check-type.m4: Remove file, now that the latest version of
2607         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2608
2609         * ssize_t.m4: New file, requires experimental version of autoconf.
2610         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2611         AC_CHECK_TYPE.
2612
2613 1999-10-04  Jim Meyering  <meyering@ascend.com>
2614
2615         * jm-macros.m4: Don't require autoconf-2.14.1.
2616
2617 1999-09-22  Paul Eggert  <eggert@twinsun.com>
2618
2619         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
2620         2.95.1 bug with HP-UX 10.20.
2621
2622 1999-09-17  Jim Meyering  <meyering@ascend.com>
2623
2624         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
2625         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
2626         due to missing strdup (against sh-utils-2.0).
2627
2628 1999-08-29  Jim Meyering  <meyering@ascend.com>
2629
2630         * jm-macros.m4: Require jm_BISON.
2631         * bison.m4: New file.
2632
2633 1999-08-17  Paul Eggert  <eggert@twinsun.com>
2634
2635         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
2636         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
2637
2638 1999-08-05  Jim Meyering  <meyering@ascend.com>
2639
2640         * getline.m4: Rename test file from conftestdata to conftest.data
2641         to avoid conflicts with `conftest' on 8+3 filesystems.
2642         Suggestion from Eli Zaretskii.
2643
2644 1999-08-04  Jim Meyering  <meyering@ascend.com>
2645
2646         * jm-macros.m4: Move a 4-line block of code from the configure.in of
2647         fileutils and sh-utils (textutils's getline test was inadequate).
2648         (AM_FUNC_GETLINE): Run this test.
2649         (AC_CHECK_FUNCS): Check for getdelim.
2650         Reported by Bob Proulx.
2651
2652 1999-08-02  Jim Meyering  <meyering@ascend.com>
2653
2654         * jm-macros.m4: Add a comment.
2655
2656 1999-08-01  Jim Meyering  <meyering@ascend.com>
2657
2658         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
2659
2660 1999-08-01  Paul Eggert  <eggert@twinsun.com>
2661
2662         * lfs.m4: Remove this file.
2663         * largefile.m4: New file.  It contains the old contents of
2664         lfs.m4, except that all names with prefix AC_LFS have been
2665         changed to use the prefix AC_SYS_LARGEFILE instead, to be
2666         compatible with future autoconf versions.  Also, some minor m4
2667         quoting problems have been fixed.
2668
2669 1999-07-16  Paul Eggert  <eggert@twinsun.com>
2670
2671         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
2672         that we can shift, multiply and divide unsigned long long
2673         values; Ultrix cc can't do it.
2674
2675 1999-07-14  Paul Eggert  <eggert@twinsun.com>
2676
2677         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
2678         <inttypes.h> defines strtoumax as a macro (and not as a
2679         function).
2680
2681 1999-07-05  Paul Eggert  <eggert@twinsun.com>
2682
2683         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
2684         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
2685         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
2686         and simplify the shell code.
2687
2688 1999-07-03  Paul Eggert  <eggert@twinsun.com>
2689
2690         * mktime.m4: New file, which is a preview of what should appear
2691         in the next public autoconf release.
2692
2693 1999-07-20  Jim Meyering  <meyering@ascend.com>
2694
2695         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
2696
2697 1999-07-15  Jim Meyering  <meyering@ascend.com>
2698
2699         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
2700
2701 1999-05-22  Jim Meyering  <meyering@ascend.com>
2702
2703         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
2704
2705 1999-05-20  Jim Meyering  <meyering@ascend.com>
2706
2707         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
2708         Add a colon after each `then' in case $4 is empty.
2709
2710 1999-05-16  Jim Meyering  <meyering@ascend.com>
2711
2712         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
2713
2714 1999-05-10  Jim Meyering  <meyering@ascend.com>
2715
2716         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
2717
2718         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
2719         AC_FUNC_MKTIME.
2720
2721 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2722
2723         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
2724
2725 1999-05-04  Paul Eggert  <eggert@twinsun.com>
2726
2727         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
2728         not CPPFLAGS, so that linking works correctly in IRIX.
2729
2730 1999-04-30  Paul Eggert  <eggert@twinsun.com>
2731
2732         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
2733
2734 1999-04-20  Jim Meyering  <meyering@ascend.com>
2735
2736         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
2737         AC_REPLACE xstroull if necessary.  From Paul Eggert.
2738         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
2739
2740 1999-04-20  Paul Eggert  <eggert@twinsun.com>
2741
2742         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
2743         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
2744         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
2745         jm_AC_TYPE_UNSIGNED_LONG_LONG.
2746         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
2747
2748         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
2749
2750 1999-04-18  Jim Meyering  <meyering@ascend.com>
2751
2752         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
2753         * jm-macros.m4: Use it.
2754
2755 1999-04-06  Jim Meyering  <meyering@ascend.com>
2756
2757         * strftime.m4: Remove test for %f.
2758
2759 1999-03-29  Jim Meyering  <meyering@ascend.com>
2760
2761         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
2762         superset of the AC_TYPE_* checks in the textutils, fileutils,
2763         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
2764         AC_TYPE_PID_T.
2765
2766 1999-03-28  Jim Meyering  <meyering@ascend.com>
2767
2768         * jm-macros.m4: Define GNU_PACKAGE here.
2769         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
2770         replaced e.g., in the *.sh files of the sh-utils.
2771
2772 1999-03-20  Jim Meyering  <meyering@ascend.com>
2773
2774         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
2775         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
2776         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
2777
2778 1999-03-19  Jim Meyering  <meyering@ascend.com>
2779
2780         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
2781
2782 1999-03-12  Jim Meyering  <meyering@ascend.com>
2783
2784         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
2785
2786 1999-03-07  Jim Meyering  <meyering@ascend.com>
2787
2788         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
2789
2790 1999-02-17  Jim Meyering  <meyering@ascend.com>
2791
2792         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
2793         in macro definition.  From Eli Zaretskii and Alain Magloire.
2794
2795 1999-02-07  Jim Meyering  <meyering@ascend.com>
2796
2797         * group-member.m4: New file -- extracted from sh-utils' configure.in.
2798
2799         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2800         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
2801
2802 1999-02-06  Jim Meyering  <meyering@ascend.com>
2803
2804         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
2805         * fnmatch.m4: Likewise.
2806         * getgroups.m4: Likewise.
2807         * lstat.m4: Likewise.
2808         * malloc.m4: Likewise.
2809         * putenv.m4: Likewise.
2810         * realloc.m4: Likewise.
2811         * regex.m4: Likewise.
2812         * stat.m4: Likewise.
2813         * strftime.m4: Likewise.
2814         Suggestion from Alain Magloire.
2815
2816         * chown.m4: Use `.$ac_objext', not `.o'.
2817         * fnmatch.m4: Likewise.
2818         * getgroups.m4: Likewise.
2819         * getline.m4: Likewise.
2820         * lstat.m4: Likewise.
2821         * malloc.m4: Likewise.
2822         * memcmp.m4: Likewise.
2823         * putenv.m4: Likewise.
2824         * realloc.m4: Likewise.
2825         * regex.m4: Likewise.
2826         * stat.m4: Likewise.
2827         * strftime.m4: Likewise.
2828         Suggestion from Alain Magloire.
2829
2830         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
2831         an argument.
2832
2833         * regex.m4: Add a run-time Test for proper operation of
2834         re_compile_pattern.
2835
2836 1999-01-31  Jim Meyering  <meyering@ascend.com>
2837
2838         * getloadavg.m4: Check for locale.h and the function, setlocale.
2839
2840 1999-01-30  Jim Meyering  <meyering@ascend.com>
2841
2842         * check-type.m4: Use 3-arg form of AC_DEFINE.
2843
2844         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
2845         rather than my private copy, now that the official one is up to date.
2846         * mktime.m4: Remove file.
2847
2848         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
2849         * uptime.m4: Likewise.
2850         * uintmax_t.m4: Likewise.
2851
2852 1999-01-28  Jim Meyering  <meyering@ascend.com>
2853
2854         * jm-macros.m4: Use jm_AFS.
2855         * afs.m4: New file (from fileutils' configure.in).
2856
2857         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
2858         * chown.m4: Likewise.
2859         * d-ino.m4: Likewise.
2860         * d-type.m4: Likewise.
2861         * fnmatch.m4: Likewise.
2862         * getgroups.m4: Likewise.
2863         * gettext.m4: Likewise.
2864         * jm-mktime.m4: Likewise.
2865         * jm-winsz2.m4: Likewise.
2866         * lcmessage.m4: Likewise.
2867         * ls-mntd-fs.m4: Likewise.
2868         * malloc.m4: Likewise.
2869         * memcmp.m4: Likewise.
2870         * putenv.m4: Likewise.
2871         * realloc.m4: Likewise.
2872         * st_mtim.m4: Likewise.
2873         * strftime.m4: Likewise.
2874
2875 1999-01-16  Jim Meyering  <meyering@ascend.com>
2876
2877         * jm-macros.m4 (ARGMATCH_DIE): Define.
2878         (ARGMATCH_DIE_DECL): Define.
2879
2880 1999-01-12  Jim Meyering  <meyering@ascend.com>
2881
2882         * Makefile.am.in: Rewrite to avoid using fmt.
2883         Reported by Lars Hecking.
2884
2885 1999-01-10  Jim Meyering  <meyering@ascend.com>
2886
2887         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
2888         gross kludge.
2889         * inttypes_h.m4: Likewise.
2890         * lstat.m4: Likewise.
2891         * malloc.m4: Likewise.
2892         * readdir.m4: Likewise.
2893         * realloc.m4: Likewise.
2894         * st_dm_mode.m4: Likewise.
2895         * stat.m4: Likewise.
2896         * utimbuf.m4: Likewise.
2897         * utimes.m4: Likewise.
2898
2899         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
2900         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
2901         comments in config.h.in are meaningful.
2902
2903         * jm-macros.m4: Require autoconf-2.13 here.
2904
2905         * regex.m4: By default, don't use the included regex.c on systems
2906         with glibc 2.  Suggestion from Uli Drepper.
2907
2908 1999-01-02  Jim Meyering  <meyering@ascend.com>
2909
2910         * jm-macros.m4: Replace strcasecmp and strncasecmp.
2911
2912 1998-12-18  Jim Meyering  <meyering@ascend.com>
2913
2914         * Makefile.am.in (Makefile.am): Simplify rule.
2915         Based on a suggestion from Lars Hecking.
2916
2917 1998-11-16  Jim Meyering  <meyering@ascend.com>
2918
2919         * lfs.m4: Double-quote the `uname...` expression.
2920
2921 1998-11-16  Paul Eggert  <eggert@twinsun.com>
2922
2923         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
2924
2925 1998-11-14  Jim Meyering  <meyering@ascend.com>
2926
2927         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
2928         * stat.m4: Likewise.
2929
2930 1998-11-03  Jim Meyering  <meyering@ascend.com>
2931
2932         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
2933         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
2934
2935 1998-10-18  Jim Meyering  <meyering@ascend.com>
2936
2937         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
2938
2939 1998-10-17  Jim Meyering  <meyering@ascend.com>
2940
2941         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
2942         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
2943         calls for those previously hard-coded headers.  Instead, take a new
2944         parameter.
2945         (jm_CHECK_DECLARATIONS): Reflect interface change.
2946         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
2947         (jm_CHECK_DECL_LOCALTIME_R): New macro.
2948
2949         * mktime.m4: Test for spring-forward gap before long-running test.
2950
2951 1998-10-14  Jim Meyering  <meyering@ascend.com>
2952
2953         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
2954         instead of "TZ=America/Vancouver".  From Paul Eggert.
2955
2956 1998-10-11  Jim Meyering  <meyering@ascend.com>
2957
2958         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
2959         This adds a test for a recently added compatibility fix for mktime.c.
2960         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
2961
2962 1998-09-27  Jim Meyering  <meyering@ascend.com>
2963
2964         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
2965
2966         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
2967         ../configure.in, including a change from Gordon Matzigkeit to allow
2968         cross-compiling for the Hurd.
2969
2970         * glibc.m4: New file/macro to test for the GNU C Library
2971         versions 1 and 2.  From Gordon Matzigkeit.
2972         Indent.
2973
2974 1998-09-21  Jim Meyering  <meyering@ascend.com>
2975
2976         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
2977
2978 1998-08-18  Paul Eggert  <eggert@twinsun.com>
2979
2980         Port nanosecond-resolution times to UnixWare 2.1.2 and
2981         pedantic Solaris 2.6.
2982
2983         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
2984         AC_STRUCT_ST_MTIM.
2985         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
2986         Generate name of ns member, instead of just 1 or undef.
2987         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
2988
2989 1998-08-15  Jim Meyering  <meyering@ascend.com>
2990
2991         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
2992         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
2993         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
2994         instead of jm_TYPE_SSIZE_T.
2995
2996 1998-08-12  Jim Meyering  <meyering@ascend.com>
2997
2998         * st_dm_mode.m4: New file.  From Johan Danielsson.
2999
3000 1998-08-02  Jim Meyering  <meyering@ascend.com>
3001
3002         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
3003         in acconfig.h manually.
3004
3005 1998-07-31  Paul Eggert  <eggert@twinsun.com>
3006
3007         * st_mtim.m4: New file.
3008
3009 1998-07-28  Jim Meyering  <meyering@ascend.com>
3010
3011         * utimes.m4: Undef stat.
3012
3013 1998-07-25  Jim Meyering  <meyering@ascend.com>
3014
3015         * utime.m4 (jm_FUNC_UTIME): New file and macro.
3016         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
3017
3018 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
3019
3020         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
3021         uid and gid actually remain unchanged.
3022
3023 1998-07-07  Jim Meyering  <meyering@ascend.com>
3024
3025         * jm-glibc-io.m4: Remove fclose_unlocked.
3026
3027 1998-07-04  Jim Meyering  <meyering@ascend.com>
3028
3029         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
3030         to prove that this macro can be used in packages without regex.c.
3031
3032 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3033
3034         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
3035         is to be used.
3036
3037 1998-07-03  Jim Meyering  <meyering@ascend.com>
3038
3039         * gettext.m4: Add -lintl if it's found to be necessary.
3040
3041         * gettext.m4: New file -- from gettext-0.10.35.
3042         * lcmessage.m4: Likewise.
3043         * progtest.m4: Likewise.
3044
3045         * regex.m4 (jm_WITH_REGEX): New file and macro.
3046         * jm-macros.m4: Require the new macro.
3047
3048 1998-06-29  Jim Meyering  <meyering@ascend.com>
3049
3050         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
3051         for the definition of NGROUPS (used in a system header included
3052         by sys/mount.h).
3053
3054 1998-06-28  Jim Meyering  <meyering@ascend.com>
3055
3056         * ls-mntd-fs.m4: New file.
3057         * fstypename.m4: New file.
3058
3059         * jm-macros.m4: Require the new macro.
3060         * jm-glibc-io.m4: New file.
3061
3062 1998-05-19  Jim Meyering  <meyering@ascend.com>
3063
3064         * jm-macros.m4: Add jm_FUNC_LCHOWN.
3065         * lchown.m4: New file.
3066
3067         * Makefile.am.in: New file.
3068         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
3069
3070 1998-05-14  Jim Meyering  <meyering@ascend.com>
3071
3072         * Makefile.am (EXTRA_DIST): Add them.
3073         * jm-macros.m4: New file.
3074         * utimbuf.m4: New file.
3075
3076 1998-05-12  Jim Meyering  <meyering@ascend.com>
3077
3078         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
3079
3080 1998-05-11  Jim Meyering  <meyering@ascend.com>
3081
3082         * isc-posix.m4: New file.
3083
3084 1998-05-10  Jim Meyering  <meyering@ascend.com>
3085
3086         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
3087
3088 1998-05-09  Jim Meyering  <meyering@ascend.com>
3089
3090         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
3091         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
3092         with automake.
3093
3094         * ssize_t.m4: New file.
3095         * mktime.m4: Remove file -- the new automake has this now.
3096
3097 1998-04-26  Jim Meyering  <meyering@ascend.com>
3098
3099         * assert.m4: New file.
3100         * Makefile.am (EXTRA_DIST): Add assert.m4.
3101
3102 1998-04-05  Jim Meyering  <meyering@ascend.com>
3103
3104         * prereq.m4 (jm_PREREQ_REGEX): New macro.
3105         (jm_PREREQ): Use it here.
3106
3107 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
3108
3109         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
3110         in acconfig.h.
3111
3112 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
3113
3114         * prereq.m4: New file.
3115         * error.m4: New file.
3116         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
3117
3118 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
3119
3120         * getline.m4: Don't set am_cv_func_working_getline before the
3121         cache-check for the same variable -- that defeated the purpose of
3122         the test; the test program was never run.  This was a problem only
3123         on systems with losing getline functions -- HP-UX 10.20 is one.
3124         Reported by Bjorn Helgaas.
3125
3126 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
3127
3128         * Makefile.am (EXTRA_DIST): Add perl.m4.
3129
3130 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
3131
3132         * Makefile.am (EXTRA_DIST): Add const.m4.
3133
3134         * const.m4: New file.  Use an initializer in this declaration
3135         typedef int charset[2]; const charset x;
3136         Reported by Bob Glickstein.
3137
3138 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
3139
3140         * chown.m4: Fix reversed types on -1 args to chown.
3141         From Kaveh Ghazi.
3142
3143 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
3144
3145         * check-decl.m4: s/DECLARATION_/DECL_/g.
3146         Add lseek and memchr.
3147
3148         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
3149         T.E.Dickey <dickey@clark.net> said that some older preprocessors
3150         have a 20-character limit on names.
3151
3152 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
3153
3154         * inttypes_h.m4: New file.
3155         * uintmax_t.m4: New file.
3156         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.