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