*** empty log message ***
[pspp] / m4 / ChangeLog
1 2000-01-15  Jim Meyering  <meyering@lucent.com>
2
3         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
4         (AC_REPLACE_FUNCS): Add memcpy and memset.
5         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
6
7 2000-01-12  Jim Meyering  <meyering@lucent.com>
8
9         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
10         (jm_PREREQ): Use it.
11         (jm_PREREQ_READUTMP): New macro.
12         (jm_PREREQ): Use it.
13
14 2000-01-11  Paul Eggert  <eggert@twinsun.com>
15
16         Quote multibyte characters correctly.
17         * m4/c-bs-a.m4: New file.
18         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
19         (jm_PREREQ): Use it.
20
21 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22
23         * m4/uintmax_t.m4: Port to autoconf 2.13.
24
25 2000-01-08  Jim Meyering  <meyering@ascend.com>
26
27         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
29
30 2000-01-04  Jim Meyering  <meyering@ascend.com>
31
32         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
33         jm_STRUCT_DIRENT_D_TYPE.
34         * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
35         jm_STRUCT_DIRENT_D_INO.
36         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
37         jm_STRUCT_UTIMBUF.
38         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
39         * utime.m4: Likewise.
40
41         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
42         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
43
44 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45
46         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
47         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
48
49 2000-01-02  Jim Meyering  <meyering@ascend.com>
50
51         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
52         remember if this is necessary.
53
54 1999-12-26  Jim Meyering  <meyering@ascend.com>
55
56         * jm-macros.m4: Use it here.
57         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
58
59 1999-12-23  Jim Meyering  <meyering@ascend.com>
60
61         * jm-macros.m4: Check for clock_gettime (moved from
62         fileutils/configure.in)
63         Check for gettimeofday.
64
65 1999-12-20  Jim Meyering  <meyering@ascend.com>
66
67         * strftime.m4: Remove kludge, now that I'm using the fixed
68         autoconf-2.14a-1999-12-20.
69
70 1999-12-19  Jim Meyering  <meyering@ascend.com>
71
72         * lstat-slash.m4: New file.
73         * jm-macros.m4: Use the new macro:
74         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
75
76 1999-12-07  Jim Meyering  <meyering@ascend.com>
77
78         * perl.m4: Require that File::Compare be available, too.
79         Too many systems seem to lack it.
80
81         * strftime.m4: Add checks for most of the cpp macros tested in
82         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
83
84 1999-11-18  Paul Eggert  <eggert@twinsun.com>
85
86         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
87         problem with the QNX 4.25 shell, which doesn't propagate exit
88         status of failed commands inside shell assignments.
89
90 1999-11-17  Jim Meyering  <meyering@ascend.com>
91
92         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
93
94 1999-11-07  Jim Meyering  <meyering@ascend.com>
95
96         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
97
98 1999-11-06  Jim Meyering  <meyering@ascend.com>
99
100         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
101         * jm-macros.m4 (jm_MACROS): Use it here.
102
103 1999-11-05  Jim Meyering  <meyering@ascend.com>
104
105         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
106         of textutils, fileutils, and sh-utils into this one (shared between
107         those packages) file.
108         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
109         AC_STRUCT_ST_BLKSIZE.
110
111 1999-11-03  Jim Meyering  <meyering@ascend.com>
112
113         * ssize_t.m4: Remove file.  No longer needed since the new version of
114         AC_CHECK_TYPE checks includes unistd.h.
115         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
116         Suggestion from Akim Demaille.
117
118 1999-10-30  Jim Meyering  <meyering@ascend.com>
119
120         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
121         m4-quoted string.
122         * ls-mntd-fs.m4: Likewise.
123         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
124         * jm-winsz1.m4: Likewise.
125
126         * const.m4: Remove file, since the fix made it into the experimental
127         version of autoconf.
128         * mktime.m4: Likewise.
129
130         * check-type.m4: Remove file, now that the latest version of
131         AC_CHECK_TYPE takes a third arg to specify additional #includes.
132
133         * ssize_t.m4: New file, requires experimental version of autoconf.
134         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
135         AC_CHECK_TYPE.
136
137 1999-10-04  Jim Meyering  <meyering@ascend.com>
138
139         * jm-macros.m4: Don't require autoconf-2.14.1.
140
141 1999-09-22  Paul Eggert  <eggert@twinsun.com>
142
143         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
144         2.95.1 bug with HP-UX 10.20.
145
146 1999-09-17  Jim Meyering  <meyering@ascend.com>
147
148         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
149         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
150         due to missing strdup (against sh-utils-2.0).
151
152 1999-08-29  Jim Meyering  <meyering@ascend.com>
153
154         * jm-macros.m4: Require jm_BISON.
155         * bison.m4: New file.
156
157 1999-08-17  Paul Eggert  <eggert@twinsun.com>
158
159         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
160         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
161
162 1999-08-05  Jim Meyering  <meyering@ascend.com>
163
164         * getline.m4: Rename test file from conftestdata to conftest.data
165         to avoid conflicts with `conftest' on 8+3 filesystems.
166         Suggestion from Eli Zaretskii.
167
168 1999-08-04  Jim Meyering  <meyering@ascend.com>
169
170         * jm-macros.m4: Move a 4-line block of code from the configure.in of
171         fileutils and sh-utils (textutils's getline test was inadequate).
172         (AM_FUNC_GETLINE): Run this test.
173         (AC_CHECK_FUNCS): Check for getdelim.
174         Reported by Bob Proulx.
175
176 1999-08-02  Jim Meyering  <meyering@ascend.com>
177
178         * jm-macros.m4: Add a comment.
179
180 1999-08-01  Jim Meyering  <meyering@ascend.com>
181
182         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
183
184 1999-08-01  Paul Eggert  <eggert@twinsun.com>
185
186         * lfs.m4: Remove this file.
187         * largefile.m4: New file.  It contains the old contents of
188         lfs.m4, except that all names with prefix AC_LFS have been
189         changed to use the prefix AC_SYS_LARGEFILE instead, to be
190         compatible with future autoconf versions.  Also, some minor m4
191         quoting problems have been fixed.
192
193 1999-07-16  Paul Eggert  <eggert@twinsun.com>
194
195         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
196         that we can shift, multiply and divide unsigned long long
197         values; Ultrix cc can't do it.
198
199 1999-07-14  Paul Eggert  <eggert@twinsun.com>
200
201         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
202         <inttypes.h> defines strtoumax as a macro (and not as a
203         function).
204
205 1999-07-05  Paul Eggert  <eggert@twinsun.com>
206
207         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
208         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
209         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
210         and simplify the shell code.
211
212 1999-07-03  Paul Eggert  <eggert@twinsun.com>
213
214         * mktime.m4: New file, which is a preview of what should appear
215         in the next public autoconf release.
216
217 1999-07-20  Jim Meyering  <meyering@ascend.com>
218
219         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
220
221 1999-07-15  Jim Meyering  <meyering@ascend.com>
222
223         * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize.
224
225 1999-05-22  Jim Meyering  <meyering@ascend.com>
226
227         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
228
229 1999-05-20  Jim Meyering  <meyering@ascend.com>
230
231         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
232         Add a colon after each `then' in case $4 is empty.
233
234 1999-05-16  Jim Meyering  <meyering@ascend.com>
235
236         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
237
238 1999-05-10  Jim Meyering  <meyering@ascend.com>
239
240         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
241
242         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
243         AC_FUNC_MKTIME.
244
245 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
246
247         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
248
249 1999-05-04  Paul Eggert  <eggert@twinsun.com>
250
251         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
252         not CPPFLAGS, so that linking works correctly in IRIX.
253
254 1999-04-30  Paul Eggert  <eggert@twinsun.com>
255
256         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
257
258 1999-04-20  Jim Meyering  <meyering@ascend.com>
259
260         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
261         AC_REPLACE xstroull if necessary.  From Paul Eggert.
262         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
263
264 1999-04-20  Paul Eggert  <eggert@twinsun.com>
265
266         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
267         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
268         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
269         jm_AC_TYPE_UNSIGNED_LONG_LONG.
270         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
271
272         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
273
274 1999-04-18  Jim Meyering  <meyering@ascend.com>
275
276         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
277         * jm-macros.m4: Use it.
278
279 1999-04-06  Jim Meyering  <meyering@ascend.com>
280
281         * strftime.m4: Remove test for %f.
282
283 1999-03-29  Jim Meyering  <meyering@ascend.com>
284
285         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
286         superset of the AC_TYPE_* checks in the textutils, fileutils,
287         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
288         AC_TYPE_PID_T.
289
290 1999-03-28  Jim Meyering  <meyering@ascend.com>
291
292         * jm-macros.m4: Define GNU_PACKAGE here.
293         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
294         replaced e.g., in the *.sh files of the sh-utils.
295
296 1999-03-20  Jim Meyering  <meyering@ascend.com>
297
298         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
299         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
300         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
301
302 1999-03-19  Jim Meyering  <meyering@ascend.com>
303
304         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
305
306 1999-03-12  Jim Meyering  <meyering@ascend.com>
307
308         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
309
310 1999-03-07  Jim Meyering  <meyering@ascend.com>
311
312         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
313
314 1999-02-17  Jim Meyering  <meyering@ascend.com>
315
316         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
317         in macro definition.  From Eli Zaretskii and Alain Magloire.
318
319 1999-02-07  Jim Meyering  <meyering@ascend.com>
320
321         * group-member.m4: New file -- extracted from sh-utils' configure.in.
322
323         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
324         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
325
326 1999-02-06  Jim Meyering  <meyering@ascend.com>
327
328         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
329         * fnmatch.m4: Likewise.
330         * getgroups.m4: Likewise.
331         * lstat.m4: Likewise.
332         * malloc.m4: Likewise.
333         * putenv.m4: Likewise.
334         * realloc.m4: Likewise.
335         * regex.m4: Likewise.
336         * stat.m4: Likewise.
337         * strftime.m4: Likewise.
338         Suggestion from Alain Magloire.
339
340         * chown.m4: Use `.$ac_objext', not `.o'.
341         * fnmatch.m4: Likewise.
342         * getgroups.m4: Likewise.
343         * getline.m4: Likewise.
344         * lstat.m4: Likewise.
345         * malloc.m4: Likewise.
346         * memcmp.m4: Likewise.
347         * putenv.m4: Likewise.
348         * realloc.m4: Likewise.
349         * regex.m4: Likewise.
350         * stat.m4: Likewise.
351         * strftime.m4: Likewise.
352         Suggestion from Alain Magloire.
353
354         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
355         an argument.
356
357         * regex.m4: Add a run-time Test for proper operation of
358         re_compile_pattern.
359
360 1999-01-31  Jim Meyering  <meyering@ascend.com>
361
362         * getloadavg.m4: Check for locale.h and the function, setlocale.
363
364 1999-01-30  Jim Meyering  <meyering@ascend.com>
365
366         * check-type.m4: Use 3-arg form of AC_DEFINE.
367
368         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
369         rather than my private copy, now that the official one is up to date.
370         * mktime.m4: Remove file.
371
372         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
373         * uptime.m4: Likewise.
374         * uintmax_t.m4: Likewise.
375
376 1999-01-28  Jim Meyering  <meyering@ascend.com>
377
378         * jm-macros.m4: Use jm_AFS.
379         * afs.m4: New file (from fileutils' configure.in).
380
381         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
382         * chown.m4: Likewise.
383         * d-ino.m4: Likewise.
384         * d-type.m4: Likewise.
385         * fnmatch.m4: Likewise.
386         * getgroups.m4: Likewise.
387         * gettext.m4: Likewise.
388         * jm-mktime.m4: Likewise.
389         * jm-winsz2.m4: Likewise.
390         * lcmessage.m4: Likewise.
391         * ls-mntd-fs.m4: Likewise.
392         * malloc.m4: Likewise.
393         * memcmp.m4: Likewise.
394         * putenv.m4: Likewise.
395         * realloc.m4: Likewise.
396         * st_mtim.m4: Likewise.
397         * strftime.m4: Likewise.
398
399 1999-01-16  Jim Meyering  <meyering@ascend.com>
400
401         * jm-macros.m4 (ARGMATCH_DIE): Define.
402         (ARGMATCH_DIE_DECL): Define.
403
404 1999-01-12  Jim Meyering  <meyering@ascend.com>
405
406         * Makefile.am.in: Rewrite to avoid using fmt.
407         Reported by Lars Hecking.
408
409 1999-01-10  Jim Meyering  <meyering@ascend.com>
410
411         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
412         gross kludge.
413         * inttypes_h.m4: Likewise.
414         * lstat.m4: Likewise.
415         * malloc.m4: Likewise.
416         * readdir.m4: Likewise.
417         * realloc.m4: Likewise.
418         * st_dm_mode.m4: Likewise.
419         * stat.m4: Likewise.
420         * utimbuf.m4: Likewise.
421         * utimes.m4: Likewise.
422
423         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
424         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
425         comments in config.h.in are meaningful.
426
427         * jm-macros.m4: Require autoconf-2.13 here.
428
429         * regex.m4: By default, don't use the included regex.c on systems
430         with glibc 2.  Suggestion from Uli Drepper.
431
432 1999-01-02  Jim Meyering  <meyering@ascend.com>
433
434         * jm-macros.m4: Replace strcasecmp and strncasecmp.
435
436 1998-12-18  Jim Meyering  <meyering@ascend.com>
437
438         * Makefile.am.in (Makefile.am): Simplify rule.
439         Based on a suggestion from Lars Hecking.
440
441 1998-11-16  Jim Meyering  <meyering@ascend.com>
442
443         * lfs.m4: Double-quote the `uname...` expression.
444
445 1998-11-16  Paul Eggert  <eggert@twinsun.com>
446
447         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
448
449 1998-11-14  Jim Meyering  <meyering@ascend.com>
450
451         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
452         * stat.m4: Likewise.
453
454 1998-11-03  Jim Meyering  <meyering@ascend.com>
455
456         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
457         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
458
459 1998-10-18  Jim Meyering  <meyering@ascend.com>
460
461         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
462
463 1998-10-17  Jim Meyering  <meyering@ascend.com>
464
465         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
466         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
467         calls for those previously hard-coded headers.  Instead, take a new
468         parameter.
469         (jm_CHECK_DECLARATIONS): Reflect interface change.
470         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
471         (jm_CHECK_DECL_LOCALTIME_R): New macro.
472
473         * mktime.m4: Test for spring-forward gap before long-running test.
474
475 1998-10-14  Jim Meyering  <meyering@ascend.com>
476
477         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
478         instead of "TZ=America/Vancouver".  From Paul Eggert.
479
480 1998-10-11  Jim Meyering  <meyering@ascend.com>
481
482         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
483         This adds a test for a recently added compatibility fix for mktime.c.
484         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
485
486 1998-09-27  Jim Meyering  <meyering@ascend.com>
487
488         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
489
490         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
491         ../configure.in, including a change from Gordon Matzigkeit to allow
492         cross-compiling for the Hurd.
493
494         * glibc.m4: New file/macro to test for the GNU C Library
495         versions 1 and 2.  From Gordon Matzigkeit.
496         Indent.
497
498 1998-09-21  Jim Meyering  <meyering@ascend.com>
499
500         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
501
502 1998-08-18  Paul Eggert  <eggert@twinsun.com>
503
504         Port nanosecond-resolution times to UnixWare 2.1.2 and
505         pedantic Solaris 2.6.
506
507         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
508         AC_STRUCT_ST_MTIM.
509         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
510         Generate name of ns member, instead of just 1 or undef.
511         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
512
513 1998-08-15  Jim Meyering  <meyering@ascend.com>
514
515         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
516         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
517         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
518         instead of jm_TYPE_SSIZE_T.
519
520 1998-08-12  Jim Meyering  <meyering@ascend.com>
521
522         * st_dm_mode.m4: New file.  From Johan Danielsson.
523
524 1998-08-02  Jim Meyering  <meyering@ascend.com>
525
526         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
527         in acconfig.h manually.
528
529 1998-07-31  Paul Eggert  <eggert@twinsun.com>
530
531         * st_mtim.m4: New file.
532
533 1998-07-28  Jim Meyering  <meyering@ascend.com>
534
535         * utimes.m4: Undef stat.
536
537 1998-07-25  Jim Meyering  <meyering@ascend.com>
538
539         * utime.m4 (jm_FUNC_UTIME): New file and macro.
540         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
541
542 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
543
544         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
545         uid and gid actually remain unchanged.
546
547 1998-07-07  Jim Meyering  <meyering@ascend.com>
548
549         * jm-glibc-io.m4: Remove fclose_unlocked.
550
551 1998-07-04  Jim Meyering  <meyering@ascend.com>
552
553         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
554         to prove that this macro can be used in packages without regex.c.
555
556 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
557
558         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
559         is to be used.
560
561 1998-07-03  Jim Meyering  <meyering@ascend.com>
562
563         * gettext.m4: Add -lintl if it's found to be necessary.
564
565         * gettext.m4: New file -- from gettext-0.10.35.
566         * lcmessage.m4: Likewise.
567         * progtest.m4: Likewise.
568
569         * regex.m4 (jm_WITH_REGEX): New file and macro.
570         * jm-macros.m4: Require the new macro.
571
572 1998-06-29  Jim Meyering  <meyering@ascend.com>
573
574         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
575         for the definition of NGROUPS (used in a system header included
576         by sys/mount.h).
577
578 1998-06-28  Jim Meyering  <meyering@ascend.com>
579
580         * ls-mntd-fs.m4: New file.
581         * fstypename.m4: New file.
582
583         * jm-macros.m4: Require the new macro.
584         * jm-glibc-io.m4: New file.
585
586 1998-05-19  Jim Meyering  <meyering@ascend.com>
587
588         * jm-macros.m4: Add jm_FUNC_LCHOWN.
589         * lchown.m4: New file.
590
591         * Makefile.am.in: New file.
592         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
593
594 1998-05-14  Jim Meyering  <meyering@ascend.com>
595
596         * Makefile.am (EXTRA_DIST): Add them.
597         * jm-macros.m4: New file.
598         * utimbuf.m4: New file.
599
600 1998-05-12  Jim Meyering  <meyering@ascend.com>
601
602         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
603
604 1998-05-11  Jim Meyering  <meyering@ascend.com>
605
606         * isc-posix.m4: New file.
607
608 1998-05-10  Jim Meyering  <meyering@ascend.com>
609
610         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
611
612 1998-05-09  Jim Meyering  <meyering@ascend.com>
613
614         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
615         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
616         with automake.
617
618         * ssize_t.m4: New file.
619         * mktime.m4: Remove file -- the new automake has this now.
620
621 1998-04-26  Jim Meyering  <meyering@ascend.com>
622
623         * assert.m4: New file.
624         * Makefile.am (EXTRA_DIST): Add assert.m4.
625
626 1998-04-05  Jim Meyering  <meyering@ascend.com>
627
628         * prereq.m4 (jm_PREREQ_REGEX): New macro.
629         (jm_PREREQ): Use it here.
630
631 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
632
633         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
634         in acconfig.h.
635
636 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
637
638         * prereq.m4: New file.
639         * error.m4: New file.
640         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
641
642 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
643
644         * getline.m4: Don't set am_cv_func_working_getline before the
645         cache-check for the same variable -- that defeated the purpose of
646         the test; the test program was never run.  This was a problem only
647         on systems with losing getline functions -- HP-UX 10.20 is one.
648         Reported by Bjorn Helgaas.
649
650 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
651
652         * Makefile.am (EXTRA_DIST): Add perl.m4.
653
654 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
655
656         * Makefile.am (EXTRA_DIST): Add const.m4.
657
658         * const.m4: New file.  Use an initializer in this declaration
659         typedef int charset[2]; const charset x;
660         Reported by Bob Glickstein.
661
662 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
663
664         * chown.m4: Fix reversed types on -1 args to chown.
665         From Kaveh Ghazi.
666
667 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
668
669         * check-decl.m4: s/DECLARATION_/DECL_/g.
670         Add lseek and memchr.
671
672         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
673         T.E.Dickey <dickey@clark.net> said that some older preprocessors
674         have a 20-character limit on names.
675
676 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
677
678         * inttypes_h.m4: New file.
679         * uintmax_t.m4: New file.
680         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.