*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2
3         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
4         is to be used.
5
6 1998-07-03  Jim Meyering  <meyering@ascend.com>
7
8         * gettext.m4: Add -lintl if it's found to be necessary.
9
10         * gettext.m4: New file -- from gettext-0.10.35.
11         * lcmessage.m4: Likewise.
12         * progtest.m4: Likewise.
13
14         * regex.m4 (jm_WITH_REGEX): New file and macro.
15         * jm-macros.m4: Require the new macro.
16
17 1998-06-29  Jim Meyering  <meyering@ascend.com>
18
19         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
20         for the definition of NGROUPS (used in a system header included
21         by sys/mount.h).
22
23 1998-06-28  Jim Meyering  <meyering@ascend.com>
24
25         * ls-mntd-fs.m4: New file.
26         * fstypename.m4: New file.
27
28         * jm-macros.m4: Require the new macro.
29         * jm-glibc-io.m4: New file.
30
31 1998-05-19  Jim Meyering  <meyering@ascend.com>
32
33         * jm-macros.m4: Add jm_FUNC_LCHOWN.
34         * lchown.m4: New file.
35
36         * Makefile.am.in: New file.
37         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
38
39 1998-05-14  Jim Meyering  <meyering@ascend.com>
40
41         * Makefile.am (EXTRA_DIST): Add them.
42         * jm-macros.m4: New file.
43         * utimbuf.m4: New file.
44
45 1998-05-12  Jim Meyering  <meyering@ascend.com>
46
47         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
48
49 1998-05-11  Jim Meyering  <meyering@ascend.com>
50
51         * isc-posix.m4: New file.
52
53 1998-05-10  Jim Meyering  <meyering@ascend.com>
54
55         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
56
57 1998-05-09  Jim Meyering  <meyering@ascend.com>
58
59         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
60         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61         with automake.
62
63         * ssize_t.m4: New file.
64         * mktime.m4: Remove file -- the new automake has this now.
65
66 1998-04-26  Jim Meyering  <meyering@ascend.com>
67
68         * assert.m4: New file.
69         * Makefile.am (EXTRA_DIST): Add assert.m4.
70
71 1998-04-05  Jim Meyering  <meyering@ascend.com>
72
73         * prereq.m4 (jm_PREREQ_REGEX): New macro.
74         (jm_PREREQ): Use it here.
75
76 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
77
78         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
79         in acconfig.h.
80
81 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
82
83         * prereq.m4: New file.
84         * error.m4: New file.
85         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
86
87 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
88
89         * getline.m4: Don't set am_cv_func_working_getline before the
90         cache-check for the same variable -- that defeated the purpose of
91         the test; the test program was never run.  This was a problem only
92         on systems with losing getline functions -- HP-UX 10.20 is one.
93         Reported by Bjorn Helgaas.
94
95 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
96
97         * Makefile.am (EXTRA_DIST): Add perl.m4.
98
99 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
100
101         * Makefile.am (EXTRA_DIST): Add const.m4.
102
103         * const.m4: New file.  Use an initializer in this declaration
104         typedef int charset[2]; const charset x;
105         Reported by Bob Glickstein.
106
107 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
108
109         * chown.m4: Fix reversed types on -1 args to chown.
110         From Kaveh Ghazi.
111
112 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
113
114         * check-decl.m4: s/DECLARATION_/DECL_/g.
115         Add lseek and memchr.
116
117         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
118         T.E.Dickey <dickey@clark.net> said that some older preprocessors
119         have a 20-character limit on names.
120
121 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
122
123         * inttypes_h.m4: New file.
124         * uintmax_t.m4: New file.
125         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.