9b805a657cc00ef598de59a9cb614926e2ee4795
[gnulib.git] / m4 / ChangeLog
1 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
2
3         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
4         in acconfig.h.
5
6 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
7
8         * prereq.m4: New file.
9         * error.m4: New file.
10         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
11
12 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
13
14         * getline.m4: Don't set am_cv_func_working_getline before the
15         cache-check for the same variable -- that defeated the purpose of
16         the test; the test program was never run.  This was a problem only
17         on systems with losing getline functions -- HP-UX 10.20 is one.
18         Reported by Bjorn Helgaas.
19
20 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
21
22         * Makefile.am (EXTRA_DIST): Add perl.m4.
23
24 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25
26         * Makefile.am (EXTRA_DIST): Add const.m4.
27
28         * const.m4: New file.  Use an initializer in this declaration
29         typedef int charset[2]; const charset x;
30         Reported by Bob Glickstein.
31
32 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33
34         * chown.m4: Fix reversed types on -1 args to chown.
35         From Kaveh Ghazi.
36
37 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
38
39         * check-decl.m4: s/DECLARATION_/DECL_/g.
40         Add lseek and memchr.
41
42         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
43         T.E.Dickey <dickey@clark.net> said that some older preprocessors
44         have a 20-character limit on names.
45
46 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
47
48         * inttypes_h.m4: New file.
49         * uintmax_t.m4: New file.
50         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.