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