6250e42aa5f9137c887d4af007431408c2908cef
[gnulib.git] / m4 / ChangeLog
1 1998-05-10  Jim Meyering  <meyering@ascend.com>
2
3         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
4
5 1998-05-09  Jim Meyering  <meyering@ascend.com>
6
7         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
8         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
9         with automake.
10
11         * ssize_t.m4: New file.
12         * mktime.m4: Remove file -- the new automake has this now.
13
14 1998-04-26  Jim Meyering  <meyering@ascend.com>
15
16         * assert.m4: New file.
17         * Makefile.am (EXTRA_DIST): Add assert.m4.
18
19 1998-04-05  Jim Meyering  <meyering@ascend.com>
20
21         * prereq.m4 (jm_PREREQ_REGEX): New macro.
22         (jm_PREREQ): Use it here.
23
24 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25
26         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
27         in acconfig.h.
28
29 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
30
31         * prereq.m4: New file.
32         * error.m4: New file.
33         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34
35 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
36
37         * getline.m4: Don't set am_cv_func_working_getline before the
38         cache-check for the same variable -- that defeated the purpose of
39         the test; the test program was never run.  This was a problem only
40         on systems with losing getline functions -- HP-UX 10.20 is one.
41         Reported by Bjorn Helgaas.
42
43 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
44
45         * Makefile.am (EXTRA_DIST): Add perl.m4.
46
47 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
48
49         * Makefile.am (EXTRA_DIST): Add const.m4.
50
51         * const.m4: New file.  Use an initializer in this declaration
52         typedef int charset[2]; const charset x;
53         Reported by Bob Glickstein.
54
55 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
56
57         * chown.m4: Fix reversed types on -1 args to chown.
58         From Kaveh Ghazi.
59
60 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61
62         * check-decl.m4: s/DECLARATION_/DECL_/g.
63         Add lseek and memchr.
64
65         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66         T.E.Dickey <dickey@clark.net> said that some older preprocessors
67         have a 20-character limit on names.
68
69 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
70
71         * inttypes_h.m4: New file.
72         * uintmax_t.m4: New file.
73         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.