*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 1999-05-22  Jim Meyering  <meyering@ascend.com>
2
3         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
4
5 1999-05-20  Jim Meyering  <meyering@ascend.com>
6
7         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
8         Add a colon after each `then' in case $4 is empty.
9
10 1999-05-16  Jim Meyering  <meyering@ascend.com>
11
12         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
13
14 1999-05-10  Jim Meyering  <meyering@ascend.com>
15
16         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
17
18         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
19         AC_FUNC_MKTIME.
20
21 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22
23         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24
25 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26
27         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
28         not CPPFLAGS, so that linking works correctly in IRIX.
29
30 1999-04-30  Paul Eggert  <eggert@twinsun.com>
31
32         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
33
34 1999-04-20  Jim Meyering  <meyering@ascend.com>
35
36         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
37         AC_REPLACE xstroull if necessary.  From Paul Eggert.
38         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39
40 1999-04-20  Paul Eggert  <eggert@twinsun.com>
41
42         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
44         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
47
48         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49
50 1999-04-18  Jim Meyering  <meyering@ascend.com>
51
52         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
53         * jm-macros.m4: Use it.
54
55 1999-04-06  Jim Meyering  <meyering@ascend.com>
56
57         * strftime.m4: Remove test for %f.
58
59 1999-03-29  Jim Meyering  <meyering@ascend.com>
60
61         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
62         superset of the AC_TYPE_* checks in the textutils, fileutils,
63         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64         AC_TYPE_PID_T.
65
66 1999-03-28  Jim Meyering  <meyering@ascend.com>
67
68         * jm-macros.m4: Define GNU_PACKAGE here.
69         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
70         replaced e.g., in the *.sh files of the sh-utils.
71
72 1999-03-20  Jim Meyering  <meyering@ascend.com>
73
74         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
75         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
76         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
77
78 1999-03-19  Jim Meyering  <meyering@ascend.com>
79
80         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
81
82 1999-03-12  Jim Meyering  <meyering@ascend.com>
83
84         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
85
86 1999-03-07  Jim Meyering  <meyering@ascend.com>
87
88         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
89
90 1999-02-17  Jim Meyering  <meyering@ascend.com>
91
92         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
93         in macro definition.  From Eli Zaretskii and Alain Magloire.
94
95 1999-02-07  Jim Meyering  <meyering@ascend.com>
96
97         * group-member.m4: New file -- extracted from sh-utils' configure.in.
98
99         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
100         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
101
102 1999-02-06  Jim Meyering  <meyering@ascend.com>
103
104         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
105         * fnmatch.m4: Likewise.
106         * getgroups.m4: Likewise.
107         * lstat.m4: Likewise.
108         * malloc.m4: Likewise.
109         * putenv.m4: Likewise.
110         * realloc.m4: Likewise.
111         * regex.m4: Likewise.
112         * stat.m4: Likewise.
113         * strftime.m4: Likewise.
114         Suggestion from Alain Magloire.
115
116         * chown.m4: Use `.$ac_objext', not `.o'.
117         * fnmatch.m4: Likewise.
118         * getgroups.m4: Likewise.
119         * getline.m4: Likewise.
120         * lstat.m4: Likewise.
121         * malloc.m4: Likewise.
122         * memcmp.m4: Likewise.
123         * putenv.m4: Likewise.
124         * realloc.m4: Likewise.
125         * regex.m4: Likewise.
126         * stat.m4: Likewise.
127         * strftime.m4: Likewise.
128         Suggestion from Alain Magloire.
129
130         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
131         an argument.
132
133         * regex.m4: Add a run-time Test for proper operation of
134         re_compile_pattern.
135
136 1999-01-31  Jim Meyering  <meyering@ascend.com>
137
138         * getloadavg.m4: Check for locale.h and the function, setlocale.
139
140 1999-01-30  Jim Meyering  <meyering@ascend.com>
141
142         * check-type.m4: Use 3-arg form of AC_DEFINE.
143
144         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
145         rather than my private copy, now that the official one is up to date.
146         * mktime.m4: Remove file.
147
148         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
149         * uptime.m4: Likewise.
150         * uintmax_t.m4: Likewise.
151
152 1999-01-28  Jim Meyering  <meyering@ascend.com>
153
154         * jm-macros.m4: Use jm_AFS.
155         * afs.m4: New file (from fileutils' configure.in).
156
157         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
158         * chown.m4: Likewise.
159         * d-ino.m4: Likewise.
160         * d-type.m4: Likewise.
161         * fnmatch.m4: Likewise.
162         * getgroups.m4: Likewise.
163         * gettext.m4: Likewise.
164         * jm-mktime.m4: Likewise.
165         * jm-winsz2.m4: Likewise.
166         * lcmessage.m4: Likewise.
167         * ls-mntd-fs.m4: Likewise.
168         * malloc.m4: Likewise.
169         * memcmp.m4: Likewise.
170         * putenv.m4: Likewise.
171         * realloc.m4: Likewise.
172         * st_mtim.m4: Likewise.
173         * strftime.m4: Likewise.
174
175 1999-01-16  Jim Meyering  <meyering@ascend.com>
176
177         * jm-macros.m4 (ARGMATCH_DIE): Define.
178         (ARGMATCH_DIE_DECL): Define.
179
180 1999-01-12  Jim Meyering  <meyering@ascend.com>
181
182         * Makefile.am.in: Rewrite to avoid using fmt.
183         Reported by Lars Hecking.
184
185 1999-01-10  Jim Meyering  <meyering@ascend.com>
186
187         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
188         gross kludge.
189         * inttypes_h.m4: Likewise.
190         * lstat.m4: Likewise.
191         * malloc.m4: Likewise.
192         * readdir.m4: Likewise.
193         * realloc.m4: Likewise.
194         * st_dm_mode.m4: Likewise.
195         * stat.m4: Likewise.
196         * utimbuf.m4: Likewise.
197         * utimes.m4: Likewise.
198
199         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
200         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
201         comments in config.h.in are meaningful.
202
203         * jm-macros.m4: Require autoconf-2.13 here.
204
205         * regex.m4: By default, don't use the included regex.c on systems
206         with glibc 2.  Suggestion from Uli Drepper.
207
208 1999-01-02  Jim Meyering  <meyering@ascend.com>
209
210         * jm-macros.m4: Replace strcasecmp and strncasecmp.
211
212 1998-12-18  Jim Meyering  <meyering@ascend.com>
213
214         * Makefile.am.in (Makefile.am): Simplify rule.
215         Based on a suggestion from Lars Hecking.
216
217 1998-11-16  Jim Meyering  <meyering@ascend.com>
218
219         * lfs.m4: Double-quote the `uname...` expression.
220
221 1998-11-16  Paul Eggert  <eggert@twinsun.com>
222
223         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
224
225 1998-11-14  Jim Meyering  <meyering@ascend.com>
226
227         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
228         * stat.m4: Likewise.
229
230 1998-11-03  Jim Meyering  <meyering@ascend.com>
231
232         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
233         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
234
235 1998-10-18  Jim Meyering  <meyering@ascend.com>
236
237         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
238
239 1998-10-17  Jim Meyering  <meyering@ascend.com>
240
241         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
242         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
243         calls for those previously hard-coded headers.  Instead, take a new
244         parameter.
245         (jm_CHECK_DECLARATIONS): Reflect interface change.
246         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
247         (jm_CHECK_DECL_LOCALTIME_R): New macro.
248
249         * mktime.m4: Test for spring-forward gap before long-running test.
250
251 1998-10-14  Jim Meyering  <meyering@ascend.com>
252
253         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
254         instead of "TZ=America/Vancouver".  From Paul Eggert.
255
256 1998-10-11  Jim Meyering  <meyering@ascend.com>
257
258         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
259         This adds a test for a recently added compatibility fix for mktime.c.
260         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
261
262 1998-09-27  Jim Meyering  <meyering@ascend.com>
263
264         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
265
266         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
267         ../configure.in, including a change from Gordon Matzigkeit to allow
268         cross-compiling for the Hurd.
269
270         * glibc.m4: New file/macro to test for the GNU C Library
271         versions 1 and 2.  From Gordon Matzigkeit.
272         Indent.
273
274 1998-09-21  Jim Meyering  <meyering@ascend.com>
275
276         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
277
278 1998-08-18  Paul Eggert  <eggert@twinsun.com>
279
280         Port nanosecond-resolution times to UnixWare 2.1.2 and
281         pedantic Solaris 2.6.
282
283         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
284         AC_STRUCT_ST_MTIM.
285         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
286         Generate name of ns member, instead of just 1 or undef.
287         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
288
289 1998-08-15  Jim Meyering  <meyering@ascend.com>
290
291         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
292         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
293         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
294         instead of jm_TYPE_SSIZE_T.
295
296 1998-08-12  Jim Meyering  <meyering@ascend.com>
297
298         * st_dm_mode.m4: New file.  From Johan Danielsson.
299
300 1998-08-02  Jim Meyering  <meyering@ascend.com>
301
302         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
303         in acconfig.h manually.
304
305 1998-07-31  Paul Eggert  <eggert@twinsun.com>
306
307         * st_mtim.m4: New file.
308
309 1998-07-28  Jim Meyering  <meyering@ascend.com>
310
311         * utimes.m4: Undef stat.
312
313 1998-07-25  Jim Meyering  <meyering@ascend.com>
314
315         * utime.m4 (jm_FUNC_UTIME): New file and macro.
316         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
317
318 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
319
320         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
321         uid and gid actually remain unchanged.
322
323 1998-07-07  Jim Meyering  <meyering@ascend.com>
324
325         * jm-glibc-io.m4: Remove fclose_unlocked.
326
327 1998-07-04  Jim Meyering  <meyering@ascend.com>
328
329         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
330         to prove that this macro can be used in packages without regex.c.
331
332 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
333
334         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
335         is to be used.
336
337 1998-07-03  Jim Meyering  <meyering@ascend.com>
338
339         * gettext.m4: Add -lintl if it's found to be necessary.
340
341         * gettext.m4: New file -- from gettext-0.10.35.
342         * lcmessage.m4: Likewise.
343         * progtest.m4: Likewise.
344
345         * regex.m4 (jm_WITH_REGEX): New file and macro.
346         * jm-macros.m4: Require the new macro.
347
348 1998-06-29  Jim Meyering  <meyering@ascend.com>
349
350         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
351         for the definition of NGROUPS (used in a system header included
352         by sys/mount.h).
353
354 1998-06-28  Jim Meyering  <meyering@ascend.com>
355
356         * ls-mntd-fs.m4: New file.
357         * fstypename.m4: New file.
358
359         * jm-macros.m4: Require the new macro.
360         * jm-glibc-io.m4: New file.
361
362 1998-05-19  Jim Meyering  <meyering@ascend.com>
363
364         * jm-macros.m4: Add jm_FUNC_LCHOWN.
365         * lchown.m4: New file.
366
367         * Makefile.am.in: New file.
368         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
369
370 1998-05-14  Jim Meyering  <meyering@ascend.com>
371
372         * Makefile.am (EXTRA_DIST): Add them.
373         * jm-macros.m4: New file.
374         * utimbuf.m4: New file.
375
376 1998-05-12  Jim Meyering  <meyering@ascend.com>
377
378         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
379
380 1998-05-11  Jim Meyering  <meyering@ascend.com>
381
382         * isc-posix.m4: New file.
383
384 1998-05-10  Jim Meyering  <meyering@ascend.com>
385
386         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
387
388 1998-05-09  Jim Meyering  <meyering@ascend.com>
389
390         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
391         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
392         with automake.
393
394         * ssize_t.m4: New file.
395         * mktime.m4: Remove file -- the new automake has this now.
396
397 1998-04-26  Jim Meyering  <meyering@ascend.com>
398
399         * assert.m4: New file.
400         * Makefile.am (EXTRA_DIST): Add assert.m4.
401
402 1998-04-05  Jim Meyering  <meyering@ascend.com>
403
404         * prereq.m4 (jm_PREREQ_REGEX): New macro.
405         (jm_PREREQ): Use it here.
406
407 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
408
409         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
410         in acconfig.h.
411
412 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
413
414         * prereq.m4: New file.
415         * error.m4: New file.
416         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
417
418 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
419
420         * getline.m4: Don't set am_cv_func_working_getline before the
421         cache-check for the same variable -- that defeated the purpose of
422         the test; the test program was never run.  This was a problem only
423         on systems with losing getline functions -- HP-UX 10.20 is one.
424         Reported by Bjorn Helgaas.
425
426 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
427
428         * Makefile.am (EXTRA_DIST): Add perl.m4.
429
430 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
431
432         * Makefile.am (EXTRA_DIST): Add const.m4.
433
434         * const.m4: New file.  Use an initializer in this declaration
435         typedef int charset[2]; const charset x;
436         Reported by Bob Glickstein.
437
438 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
439
440         * chown.m4: Fix reversed types on -1 args to chown.
441         From Kaveh Ghazi.
442
443 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
444
445         * check-decl.m4: s/DECLARATION_/DECL_/g.
446         Add lseek and memchr.
447
448         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
449         T.E.Dickey <dickey@clark.net> said that some older preprocessors
450         have a 20-character limit on names.
451
452 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
453
454         * inttypes_h.m4: New file.
455         * uintmax_t.m4: New file.
456         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.