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