back out last change
[gnulib.git] / m4 / ChangeLog
1 2000-03-10  Jim Meyering  <meyering@lucent.com>
2
3         * lib-check.m4: Look for getspnam in -lgen, too.
4         From Marco Franzen.
5
6 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
7
8         * codeset.m4: New file.
9         * iconv.m4: New file.
10         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
11
12 2000-03-04  Jim Meyering  <meyering@lucent.com>
13
14         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
15         for lib/localcharset.c.
16
17 2000-03-03  Jim Meyering  <meyering@lucent.com>
18
19         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
20
21 2000-03-02  Jim Meyering  <meyering@lucent.com>
22
23         * timespec.m4: Require AC_HEADER_TIME before the cache check so
24         the messages come out on separate lines.
25
26         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
27         rather than jm_CHECK_DECLARATIONS.
28         * decl.m4: Remove now-unused file.
29
30         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
31
32 2000-02-27  Jim Meyering  <meyering@lucent.com>
33
34         * check-decl.m4: Add getenv to the list.
35
36 2000-02-23  Jim Meyering  <meyering@lucent.com>
37
38         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
39         in place of my hack.
40
41 2000-02-10  Jim Meyering  <meyering@lucent.com>
42
43         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44         gnu_nanosleep to rpl_nanosleep.
45
46 2000-02-09  Jim Meyering  <meyering@lucent.com>
47
48         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
50
51 2000-02-08  Akim Demaille  <akim@epita.fr>
52
53         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
54         `[' and `]' and remove uses of `changequote'.
55         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
56         (AC_SYS_LARGEFILE): Likewise.
57         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
58         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
59         of changequote.
60         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
61         * readdir.m4 (jm_FUNC_READDIR): Likewise
62         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
63         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64
65 2000-02-05  Jim Meyering  <meyering@lucent.com>
66
67         * jm-macros.m4: (jm_CHECK_ALL_TYPES): Require most macros.
68         Remove explicit use of AC_HEADER_TIME.  It is required by
69         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
70         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
71         in autoconf whereby the expansion of the latter ended up preceding
72         the expansion of its prerequisite, AC_HEADER_TIME.
73         Reported by Volker Borchert.
74
75 2000-02-03  Jim Meyering  <meyering@lucent.com>
76
77         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
78
79 2000-02-02  Jim Meyering  <meyering@lucent.com>
80
81         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
82         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
83         Reported by Eli Zaretskii.
84
85 2000-01-31  Jim Meyering  <meyering@lucent.com>
86
87         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
88         functions.  Add the time.h and sys/time.h headers along with the
89         AC_REQUIRE'ment of AC_HEADER_TIME.
90
91 2000-01-30  Jim Meyering  <meyering@lucent.com>
92
93         * lib-check.m4: Clean up some kludgy old shadow password tests.
94
95         * prereq.m4 (utmp_includes): Define.
96         Check for ut_user and ut_name members in both struct utmpx
97         and struct utmp.
98
99 2000-01-29  Jim Meyering  <meyering@lucent.com>
100
101         * lib-check.m4: New file containing library-related checks from
102         fileutils and sh-utils (textutils had none).
103
104 2000-01-28  Jim Meyering  <meyering@lucent.com>
105
106         * perl.m4: Change format of warning message to look more like that
107         from the missing script.  Suggestion from François Pinard.
108
109 2000-01-25  Jim Meyering  <meyering@lucent.com>
110
111         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
112         as time.h in the compile check.
113         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
114         Fix typo in cross-compiling case: s/yes/no/.
115
116 2000-01-23  Jim Meyering  <meyering@lucent.com>
117
118         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
119
120         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
121         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
122
123         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
124         s/space/ac_fsusage_space/.
125         (jm_FILE_SYSTEM_USAGE): Take two parameters.
126
127         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
128         * jm-macros.m4: (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
129         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
130
131         * jm-macros.m4: (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
132         AC_SUBST these here, rather than just in sh-util/configure.in, so
133         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
134         all the same.
135         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
136         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
137         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
138         (AC_SUBST(POW_LIBM)): Likewise.
139         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
140
141 2000-01-22  Jim Meyering  <meyering@lucent.com>
142
143         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
144
145         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
146
147         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
148         configure.in
149         (AC_CHECK_HEADERS): Likewise for sh-utils.
150         (AC_CHECK_HEADERS): Likewise for textutils.
151         Merge the three lists of headers.
152
153         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
154         from fileutils' configure.in.
155
156         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
157         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
158
159         * check-decl.m4: Use #if rather than #ifdef.
160         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
161         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
162         (_jm_DECL_HEADERS): Define new function.
163         (jm_CHECK_DECLARATIONS): Require it.
164
165 2000-01-19  Jim Meyering  <meyering@lucent.com>
166
167         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
168         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
169         defines `struct timespec' in <sys/time.h>
170
171         * c-bs-a.m4: Remove uses of changequote altogether.
172         Thanks to Akim for explaining.
173
174 2000-01-16  Jim Meyering  <meyering@lucent.com>
175
176         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
177         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
178         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
179         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
180
181 2000-01-16  Jim Meyering  <meyering@lucent.com>
182
183         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
184         because the latter didn't work.
185
186 2000-01-15  Jim Meyering  <meyering@lucent.com>
187
188         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
189         (AC_REPLACE_FUNCS): Add memcpy and memset.
190         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
191         Add strpbrk.
192         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
193
194 2000-01-12  Jim Meyering  <meyering@lucent.com>
195
196         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
197         (jm_PREREQ): Use it.
198         (jm_PREREQ_READUTMP): New macro.
199         (jm_PREREQ): Use it.
200
201 2000-01-11  Paul Eggert  <eggert@twinsun.com>
202
203         Quote multibyte characters correctly.
204         * m4/c-bs-a.m4: New file.
205         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
206         (jm_PREREQ): Use it.
207
208 2000-01-11  Paul Eggert  <eggert@twinsun.com>
209
210         * m4/uintmax_t.m4: Port to autoconf 2.13.
211
212 2000-01-08  Jim Meyering  <meyering@ascend.com>
213
214         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
215         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
216
217 2000-01-04  Jim Meyering  <meyering@ascend.com>
218
219         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
220         jm_STRUCT_DIRENT_D_TYPE.
221         * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
222         jm_STRUCT_DIRENT_D_INO.
223         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
224         jm_STRUCT_UTIMBUF.
225         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
226         * utime.m4: Likewise.
227
228         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
229         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
230
231 2000-01-03  Paul Eggert  <eggert@twinsun.com>
232
233         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
234         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
235
236 2000-01-02  Jim Meyering  <meyering@ascend.com>
237
238         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
239         remember if this is necessary.
240
241 1999-12-26  Jim Meyering  <meyering@ascend.com>
242
243         * jm-macros.m4: Use it here.
244         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
245
246 1999-12-23  Jim Meyering  <meyering@ascend.com>
247
248         * jm-macros.m4: Check for clock_gettime (moved from
249         fileutils/configure.in)
250         Check for gettimeofday.
251
252 1999-12-20  Jim Meyering  <meyering@ascend.com>
253
254         * strftime.m4: Remove kludge, now that I'm using the fixed
255         autoconf-2.14a-1999-12-20.
256
257 1999-12-19  Jim Meyering  <meyering@ascend.com>
258
259         * lstat-slash.m4: New file.
260         * jm-macros.m4: Use the new macro:
261         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
262
263 1999-12-07  Jim Meyering  <meyering@ascend.com>
264
265         * perl.m4: Require that File::Compare be available, too.
266         Too many systems seem to lack it.
267
268         * strftime.m4: Add checks for most of the cpp macros tested in
269         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
270
271 1999-11-18  Paul Eggert  <eggert@twinsun.com>
272
273         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
274         problem with the QNX 4.25 shell, which doesn't propagate exit
275         status of failed commands inside shell assignments.
276
277 1999-11-17  Jim Meyering  <meyering@ascend.com>
278
279         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
280
281 1999-11-07  Jim Meyering  <meyering@ascend.com>
282
283         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
284
285 1999-11-06  Jim Meyering  <meyering@ascend.com>
286
287         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
288         * jm-macros.m4 (jm_MACROS): Use it here.
289
290 1999-11-05  Jim Meyering  <meyering@ascend.com>
291
292         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
293         of textutils, fileutils, and sh-utils into this one (shared between
294         those packages) file.
295         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
296         AC_STRUCT_ST_BLKSIZE.
297
298 1999-11-03  Jim Meyering  <meyering@ascend.com>
299
300         * ssize_t.m4: Remove file.  No longer needed since the new version of
301         AC_CHECK_TYPE checks includes unistd.h.
302         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
303         Suggestion from Akim Demaille.
304
305 1999-10-30  Jim Meyering  <meyering@ascend.com>
306
307         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
308         m4-quoted string.
309         * ls-mntd-fs.m4: Likewise.
310         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
311         * jm-winsz1.m4: Likewise.
312
313         * const.m4: Remove file, since the fix made it into the experimental
314         version of autoconf.
315         * mktime.m4: Likewise.
316
317         * check-type.m4: Remove file, now that the latest version of
318         AC_CHECK_TYPE takes a third arg to specify additional #includes.
319
320         * ssize_t.m4: New file, requires experimental version of autoconf.
321         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
322         AC_CHECK_TYPE.
323
324 1999-10-04  Jim Meyering  <meyering@ascend.com>
325
326         * jm-macros.m4: Don't require autoconf-2.14.1.
327
328 1999-09-22  Paul Eggert  <eggert@twinsun.com>
329
330         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
331         2.95.1 bug with HP-UX 10.20.
332
333 1999-09-17  Jim Meyering  <meyering@ascend.com>
334
335         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
336         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
337         due to missing strdup (against sh-utils-2.0).
338
339 1999-08-29  Jim Meyering  <meyering@ascend.com>
340
341         * jm-macros.m4: Require jm_BISON.
342         * bison.m4: New file.
343
344 1999-08-17  Paul Eggert  <eggert@twinsun.com>
345
346         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
347         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
348
349 1999-08-05  Jim Meyering  <meyering@ascend.com>
350
351         * getline.m4: Rename test file from conftestdata to conftest.data
352         to avoid conflicts with `conftest' on 8+3 filesystems.
353         Suggestion from Eli Zaretskii.
354
355 1999-08-04  Jim Meyering  <meyering@ascend.com>
356
357         * jm-macros.m4: Move a 4-line block of code from the configure.in of
358         fileutils and sh-utils (textutils's getline test was inadequate).
359         (AM_FUNC_GETLINE): Run this test.
360         (AC_CHECK_FUNCS): Check for getdelim.
361         Reported by Bob Proulx.
362
363 1999-08-02  Jim Meyering  <meyering@ascend.com>
364
365         * jm-macros.m4: Add a comment.
366
367 1999-08-01  Jim Meyering  <meyering@ascend.com>
368
369         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
370
371 1999-08-01  Paul Eggert  <eggert@twinsun.com>
372
373         * lfs.m4: Remove this file.
374         * largefile.m4: New file.  It contains the old contents of
375         lfs.m4, except that all names with prefix AC_LFS have been
376         changed to use the prefix AC_SYS_LARGEFILE instead, to be
377         compatible with future autoconf versions.  Also, some minor m4
378         quoting problems have been fixed.
379
380 1999-07-16  Paul Eggert  <eggert@twinsun.com>
381
382         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
383         that we can shift, multiply and divide unsigned long long
384         values; Ultrix cc can't do it.
385
386 1999-07-14  Paul Eggert  <eggert@twinsun.com>
387
388         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
389         <inttypes.h> defines strtoumax as a macro (and not as a
390         function).
391
392 1999-07-05  Paul Eggert  <eggert@twinsun.com>
393
394         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
395         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
396         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
397         and simplify the shell code.
398
399 1999-07-03  Paul Eggert  <eggert@twinsun.com>
400
401         * mktime.m4: New file, which is a preview of what should appear
402         in the next public autoconf release.
403
404 1999-07-20  Jim Meyering  <meyering@ascend.com>
405
406         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
407
408 1999-07-15  Jim Meyering  <meyering@ascend.com>
409
410         * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize.
411
412 1999-05-22  Jim Meyering  <meyering@ascend.com>
413
414         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
415
416 1999-05-20  Jim Meyering  <meyering@ascend.com>
417
418         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
419         Add a colon after each `then' in case $4 is empty.
420
421 1999-05-16  Jim Meyering  <meyering@ascend.com>
422
423         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
424
425 1999-05-10  Jim Meyering  <meyering@ascend.com>
426
427         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
428
429         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
430         AC_FUNC_MKTIME.
431
432 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
433
434         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
435
436 1999-05-04  Paul Eggert  <eggert@twinsun.com>
437
438         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
439         not CPPFLAGS, so that linking works correctly in IRIX.
440
441 1999-04-30  Paul Eggert  <eggert@twinsun.com>
442
443         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
444
445 1999-04-20  Jim Meyering  <meyering@ascend.com>
446
447         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
448         AC_REPLACE xstroull if necessary.  From Paul Eggert.
449         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
450
451 1999-04-20  Paul Eggert  <eggert@twinsun.com>
452
453         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
454         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
455         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
456         jm_AC_TYPE_UNSIGNED_LONG_LONG.
457         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
458
459         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
460
461 1999-04-18  Jim Meyering  <meyering@ascend.com>
462
463         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
464         * jm-macros.m4: Use it.
465
466 1999-04-06  Jim Meyering  <meyering@ascend.com>
467
468         * strftime.m4: Remove test for %f.
469
470 1999-03-29  Jim Meyering  <meyering@ascend.com>
471
472         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
473         superset of the AC_TYPE_* checks in the textutils, fileutils,
474         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
475         AC_TYPE_PID_T.
476
477 1999-03-28  Jim Meyering  <meyering@ascend.com>
478
479         * jm-macros.m4: Define GNU_PACKAGE here.
480         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
481         replaced e.g., in the *.sh files of the sh-utils.
482
483 1999-03-20  Jim Meyering  <meyering@ascend.com>
484
485         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
486         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
487         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
488
489 1999-03-19  Jim Meyering  <meyering@ascend.com>
490
491         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
492
493 1999-03-12  Jim Meyering  <meyering@ascend.com>
494
495         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
496
497 1999-03-07  Jim Meyering  <meyering@ascend.com>
498
499         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
500
501 1999-02-17  Jim Meyering  <meyering@ascend.com>
502
503         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
504         in macro definition.  From Eli Zaretskii and Alain Magloire.
505
506 1999-02-07  Jim Meyering  <meyering@ascend.com>
507
508         * group-member.m4: New file -- extracted from sh-utils' configure.in.
509
510         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
511         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
512
513 1999-02-06  Jim Meyering  <meyering@ascend.com>
514
515         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
516         * fnmatch.m4: Likewise.
517         * getgroups.m4: Likewise.
518         * lstat.m4: Likewise.
519         * malloc.m4: Likewise.
520         * putenv.m4: Likewise.
521         * realloc.m4: Likewise.
522         * regex.m4: Likewise.
523         * stat.m4: Likewise.
524         * strftime.m4: Likewise.
525         Suggestion from Alain Magloire.
526
527         * chown.m4: Use `.$ac_objext', not `.o'.
528         * fnmatch.m4: Likewise.
529         * getgroups.m4: Likewise.
530         * getline.m4: Likewise.
531         * lstat.m4: Likewise.
532         * malloc.m4: Likewise.
533         * memcmp.m4: Likewise.
534         * putenv.m4: Likewise.
535         * realloc.m4: Likewise.
536         * regex.m4: Likewise.
537         * stat.m4: Likewise.
538         * strftime.m4: Likewise.
539         Suggestion from Alain Magloire.
540
541         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
542         an argument.
543
544         * regex.m4: Add a run-time Test for proper operation of
545         re_compile_pattern.
546
547 1999-01-31  Jim Meyering  <meyering@ascend.com>
548
549         * getloadavg.m4: Check for locale.h and the function, setlocale.
550
551 1999-01-30  Jim Meyering  <meyering@ascend.com>
552
553         * check-type.m4: Use 3-arg form of AC_DEFINE.
554
555         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
556         rather than my private copy, now that the official one is up to date.
557         * mktime.m4: Remove file.
558
559         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
560         * uptime.m4: Likewise.
561         * uintmax_t.m4: Likewise.
562
563 1999-01-28  Jim Meyering  <meyering@ascend.com>
564
565         * jm-macros.m4: Use jm_AFS.
566         * afs.m4: New file (from fileutils' configure.in).
567
568         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
569         * chown.m4: Likewise.
570         * d-ino.m4: Likewise.
571         * d-type.m4: Likewise.
572         * fnmatch.m4: Likewise.
573         * getgroups.m4: Likewise.
574         * gettext.m4: Likewise.
575         * jm-mktime.m4: Likewise.
576         * jm-winsz2.m4: Likewise.
577         * lcmessage.m4: Likewise.
578         * ls-mntd-fs.m4: Likewise.
579         * malloc.m4: Likewise.
580         * memcmp.m4: Likewise.
581         * putenv.m4: Likewise.
582         * realloc.m4: Likewise.
583         * st_mtim.m4: Likewise.
584         * strftime.m4: Likewise.
585
586 1999-01-16  Jim Meyering  <meyering@ascend.com>
587
588         * jm-macros.m4 (ARGMATCH_DIE): Define.
589         (ARGMATCH_DIE_DECL): Define.
590
591 1999-01-12  Jim Meyering  <meyering@ascend.com>
592
593         * Makefile.am.in: Rewrite to avoid using fmt.
594         Reported by Lars Hecking.
595
596 1999-01-10  Jim Meyering  <meyering@ascend.com>
597
598         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
599         gross kludge.
600         * inttypes_h.m4: Likewise.
601         * lstat.m4: Likewise.
602         * malloc.m4: Likewise.
603         * readdir.m4: Likewise.
604         * realloc.m4: Likewise.
605         * st_dm_mode.m4: Likewise.
606         * stat.m4: Likewise.
607         * utimbuf.m4: Likewise.
608         * utimes.m4: Likewise.
609
610         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
611         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
612         comments in config.h.in are meaningful.
613
614         * jm-macros.m4: Require autoconf-2.13 here.
615
616         * regex.m4: By default, don't use the included regex.c on systems
617         with glibc 2.  Suggestion from Uli Drepper.
618
619 1999-01-02  Jim Meyering  <meyering@ascend.com>
620
621         * jm-macros.m4: Replace strcasecmp and strncasecmp.
622
623 1998-12-18  Jim Meyering  <meyering@ascend.com>
624
625         * Makefile.am.in (Makefile.am): Simplify rule.
626         Based on a suggestion from Lars Hecking.
627
628 1998-11-16  Jim Meyering  <meyering@ascend.com>
629
630         * lfs.m4: Double-quote the `uname...` expression.
631
632 1998-11-16  Paul Eggert  <eggert@twinsun.com>
633
634         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
635
636 1998-11-14  Jim Meyering  <meyering@ascend.com>
637
638         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
639         * stat.m4: Likewise.
640
641 1998-11-03  Jim Meyering  <meyering@ascend.com>
642
643         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
644         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
645
646 1998-10-18  Jim Meyering  <meyering@ascend.com>
647
648         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
649
650 1998-10-17  Jim Meyering  <meyering@ascend.com>
651
652         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
653         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
654         calls for those previously hard-coded headers.  Instead, take a new
655         parameter.
656         (jm_CHECK_DECLARATIONS): Reflect interface change.
657         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
658         (jm_CHECK_DECL_LOCALTIME_R): New macro.
659
660         * mktime.m4: Test for spring-forward gap before long-running test.
661
662 1998-10-14  Jim Meyering  <meyering@ascend.com>
663
664         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
665         instead of "TZ=America/Vancouver".  From Paul Eggert.
666
667 1998-10-11  Jim Meyering  <meyering@ascend.com>
668
669         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
670         This adds a test for a recently added compatibility fix for mktime.c.
671         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
672
673 1998-09-27  Jim Meyering  <meyering@ascend.com>
674
675         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
676
677         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
678         ../configure.in, including a change from Gordon Matzigkeit to allow
679         cross-compiling for the Hurd.
680
681         * glibc.m4: New file/macro to test for the GNU C Library
682         versions 1 and 2.  From Gordon Matzigkeit.
683         Indent.
684
685 1998-09-21  Jim Meyering  <meyering@ascend.com>
686
687         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
688
689 1998-08-18  Paul Eggert  <eggert@twinsun.com>
690
691         Port nanosecond-resolution times to UnixWare 2.1.2 and
692         pedantic Solaris 2.6.
693
694         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
695         AC_STRUCT_ST_MTIM.
696         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
697         Generate name of ns member, instead of just 1 or undef.
698         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
699
700 1998-08-15  Jim Meyering  <meyering@ascend.com>
701
702         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
703         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
704         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
705         instead of jm_TYPE_SSIZE_T.
706
707 1998-08-12  Jim Meyering  <meyering@ascend.com>
708
709         * st_dm_mode.m4: New file.  From Johan Danielsson.
710
711 1998-08-02  Jim Meyering  <meyering@ascend.com>
712
713         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
714         in acconfig.h manually.
715
716 1998-07-31  Paul Eggert  <eggert@twinsun.com>
717
718         * st_mtim.m4: New file.
719
720 1998-07-28  Jim Meyering  <meyering@ascend.com>
721
722         * utimes.m4: Undef stat.
723
724 1998-07-25  Jim Meyering  <meyering@ascend.com>
725
726         * utime.m4 (jm_FUNC_UTIME): New file and macro.
727         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
728
729 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
730
731         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
732         uid and gid actually remain unchanged.
733
734 1998-07-07  Jim Meyering  <meyering@ascend.com>
735
736         * jm-glibc-io.m4: Remove fclose_unlocked.
737
738 1998-07-04  Jim Meyering  <meyering@ascend.com>
739
740         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
741         to prove that this macro can be used in packages without regex.c.
742
743 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
744
745         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
746         is to be used.
747
748 1998-07-03  Jim Meyering  <meyering@ascend.com>
749
750         * gettext.m4: Add -lintl if it's found to be necessary.
751
752         * gettext.m4: New file -- from gettext-0.10.35.
753         * lcmessage.m4: Likewise.
754         * progtest.m4: Likewise.
755
756         * regex.m4 (jm_WITH_REGEX): New file and macro.
757         * jm-macros.m4: Require the new macro.
758
759 1998-06-29  Jim Meyering  <meyering@ascend.com>
760
761         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
762         for the definition of NGROUPS (used in a system header included
763         by sys/mount.h).
764
765 1998-06-28  Jim Meyering  <meyering@ascend.com>
766
767         * ls-mntd-fs.m4: New file.
768         * fstypename.m4: New file.
769
770         * jm-macros.m4: Require the new macro.
771         * jm-glibc-io.m4: New file.
772
773 1998-05-19  Jim Meyering  <meyering@ascend.com>
774
775         * jm-macros.m4: Add jm_FUNC_LCHOWN.
776         * lchown.m4: New file.
777
778         * Makefile.am.in: New file.
779         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
780
781 1998-05-14  Jim Meyering  <meyering@ascend.com>
782
783         * Makefile.am (EXTRA_DIST): Add them.
784         * jm-macros.m4: New file.
785         * utimbuf.m4: New file.
786
787 1998-05-12  Jim Meyering  <meyering@ascend.com>
788
789         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
790
791 1998-05-11  Jim Meyering  <meyering@ascend.com>
792
793         * isc-posix.m4: New file.
794
795 1998-05-10  Jim Meyering  <meyering@ascend.com>
796
797         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
798
799 1998-05-09  Jim Meyering  <meyering@ascend.com>
800
801         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
802         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
803         with automake.
804
805         * ssize_t.m4: New file.
806         * mktime.m4: Remove file -- the new automake has this now.
807
808 1998-04-26  Jim Meyering  <meyering@ascend.com>
809
810         * assert.m4: New file.
811         * Makefile.am (EXTRA_DIST): Add assert.m4.
812
813 1998-04-05  Jim Meyering  <meyering@ascend.com>
814
815         * prereq.m4 (jm_PREREQ_REGEX): New macro.
816         (jm_PREREQ): Use it here.
817
818 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
819
820         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
821         in acconfig.h.
822
823 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
824
825         * prereq.m4: New file.
826         * error.m4: New file.
827         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
828
829 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
830
831         * getline.m4: Don't set am_cv_func_working_getline before the
832         cache-check for the same variable -- that defeated the purpose of
833         the test; the test program was never run.  This was a problem only
834         on systems with losing getline functions -- HP-UX 10.20 is one.
835         Reported by Bjorn Helgaas.
836
837 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
838
839         * Makefile.am (EXTRA_DIST): Add perl.m4.
840
841 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
842
843         * Makefile.am (EXTRA_DIST): Add const.m4.
844
845         * const.m4: New file.  Use an initializer in this declaration
846         typedef int charset[2]; const charset x;
847         Reported by Bob Glickstein.
848
849 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
850
851         * chown.m4: Fix reversed types on -1 args to chown.
852         From Kaveh Ghazi.
853
854 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
855
856         * check-decl.m4: s/DECLARATION_/DECL_/g.
857         Add lseek and memchr.
858
859         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
860         T.E.Dickey <dickey@clark.net> said that some older preprocessors
861         have a 20-character limit on names.
862
863 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
864
865         * inttypes_h.m4: New file.
866         * uintmax_t.m4: New file.
867         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.