config update
[gnulib.git] / config / ChangeLog
1 2003-10-18  Karl Berry  <karl@gnu.org>
2
3         * config.guess: update from config.
4
5 2003-10-16  Karl Berry  <karl@gnu.org>
6
7         * config.{guess,sub}: update from config.
8
9 2003-10-07  Karl Berry  <karl@gnu.org>
10
11         * config.{guess,sub}: update from config.
12
13 2003-10-04  Karl Berry  <karl@gnu.org>
14
15         * config.{guess,sub}: update from config.
16
17 2003-09-27  Karl Berry  <karl@gnu.org>
18
19         * mkinstalldirs: update from automake.
20
21 2003-09-25  Karl Berry  <karl@gnu.org>
22
23         * install-sh: update from automake.
24
25 2003-09-14  Karl Berry  <karl@gnu.org>
26
27         * srclist.txt (strdup.c): disable for c89 changes.
28
29 2003-09-11  Bruno Haible  <bruno@clisp.org>
30
31         * srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
32
33 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34
35         * srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
36         libc.
37
38 2003-09-08  Karl Berry  <karl@gnu.org>
39
40         * config.sub, config.guess, srclistvars.sh: update from savannah
41                 config, forget about prep.
42
43         * depcomp, missing: update from automake.
44
45 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46
47         * srclist.txt: Get regex.h, strdup.c, strtoll.c,
48         strtoul.c from libc, undoing this 2003-08-12 change:
49         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
50
51 2003-08-15  Paul Eggert  <eggert@twinsun.com>
52
53         * srclist-update: Use three spaces, rather than tab, after '#'
54         in shell-script copyright notices.  Suggested by Bruno Haible.
55         Remove unnecessary parenthesization in regular expression.
56
57 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58
59         * srclist-update: Change update back to the old behavior, leaving
60         whitespace alone.  Use one 'sed' command rather than a pipeline.
61         (fixlicense): Now a variable, not a function.
62         (remove_trailing_blanks): Remove.
63         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
64         * config.guess, config.sub, install-sh, missing, texinfo.tex:
65         Undo previous (whitespace-only) change.
66
67 2003-08-12  Paul Eggert  <eggert@twinsun.com>
68
69         * srclist-update: Add copyright notice.
70         (remove_id_lines, remove_trailing_blanks): New constants.
71         (fixfile): Use them to normalize spacing a bit in copied files.
72         * config.guess, config.sub, install-sh, missing, texinfo.tex:
73         Normalize leading white space and remove trailing white space.
74
75         * texinfo.tex: Sync with texinfo.
76
77         * srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
78         strtoul.c from libc, to merge coreutils whitespace changes.
79
80         * srclist.txt: Get the following m4 files from gettext:
81         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
82         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
83         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
84         wint_t.m4.
85
86 2003-08-12  Karl Berry  <karl@gnu.org>
87
88         * srclist.txt: can't sync vasnprintf.c any more, changes have been
89         made.
90
91 2003-08-03  Karl Berry  <karl@gnu.org>
92
93         * depcomp: update from automake.
94
95 2003-07-24    <karl@gnu.org>
96
97         * missing: update from automake.
98
99 2003-07-23    <karl@gnu.org>
100
101         * config.sub: update from prep.
102
103 2003-07-19    <karl@gnu.org>
104
105         * config.sub: update from prep.
106
107 2003-07-17    <karl@gnu.org>
108
109         * config.sub: update from prep.
110
111 2003-07-16    <karl@gnu.org>
112
113         * srclist-update: was running fixlicense twice, which caused
114                 texinfo.tex to be nullified for some reason.  Simplify,
115                 $gplsrc is no longer needed as far as I can see?
116
117 2003-07-15  Paul Eggert  <eggert@twinsun.com>
118
119         * srclist.txt: Get the following files from gettext-runtime/intl
120         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
121         ref-del.sin.  From Bruno Haible.
122         * srclist-update (fixfile): Change grep pattern again, since the
123         previous fix didn't work (there was another trailing $).  Use
124         '[$]' to escape the $s.
125
126 2003-07-15    <karl@gnu.org>
127
128         * srclist-update (fixfile): Change grep pattern, since 'Id'
129         gets expanded when surrounded by '$'.
130
131 2003-07-14  Paul Eggert  <eggert@twinsun.com>
132
133         * srclist.txt: Add tons more gettext files.  $GETTEXT is now
134         assumed to refer to the root of the most recent stable gettext version.
135         * srclistvars.sh: Add defaults for eggert.
136         * srclist-update: Convert LGPL to GPL in shell scripts, too.
137         Match "This program" as well as "The program".  This is needed
138         for gettext.
139
140 2003-07-09  Paul Eggert  <eggert@twinsun.com>
141
142         * srclist.txt: Sort sublists.  Add $LIBCSRC/sysdeps/generic/strtoul.c.
143         In comments, add more libc files that differ from gnulib for one
144         reason or another; we'd like this list to be smaller but for now
145         let's document what we have.
146
147 2003-07-08  Paul Eggert  <eggert@twinsun.com>
148
149         * srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding the
150         use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
151         and sweeter "eval x=$x".
152         * srclist.txt: Get lib/argp* from glibc.
153
154 2003-07-06    <karl@gnu.org>
155
156         * depcomp: update from automake.
157         * config.sub: update from prep.
158
159 2003-07-03    <karl@gnu.org>
160
161         * config.guess: update from prep.
162
163 2003-06-26    <karl@gnu.org>
164
165         * depcomp: update from automake.
166
167 2003-06-22    <karl@gnu.org>
168
169         * srclist.txt: update mkinstalldirs from automake.
170         * mkinstalldirs: update.
171
172 2003-06-18    <karl@gnu.org>
173
174         * config.{guess,sub}: update from prep.
175
176 2003-06-07    <karl@gnu.org>
177
178         * config.{guess,sub}: update from prep.
179
180 2003-06-04  Paul Eggert  <eggert@twinsun.com>
181
182         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for now,
183         as glibc mktime is buggy on non-glibc systems.
184
185 2003-06-03    <karl@gnu.org>
186
187         * config.sub: update from prep.
188
189 2003-06-02    <karl@gnu.org>
190
191         * mkinstalldirs (version): new variable.
192         (--version): new option.
193         (usage): improve message.
194
195 2003-05-29    <karl@gnu.org>
196
197         * config.rpath: update from gettext.
198
199 2003-05-24    <karl@gnu.org>
200
201         * config.guess: update from prep.
202
203 2003-05-20    <karl@gnu.org>
204
205         * config.guess: update from prep.
206
207 2003-05-18    <karl@gnu.org>
208
209         * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might
210                 actually be set by the user.
211
212         * depcomp, install-sh, mdate-sh: update from automake.
213
214 2003-05-11    <karl@gnu.org>
215
216         * config.{guess,sub}: update from prep.
217
218 2003-01-03    <karl@gnu.org>
219
220         * config.{guess,sub}: update from prep.
221
222 2002-12-24    <karl@gnu.org>
223
224         * config.guess: update from prep.
225
226 2002-12-19    <karl@gnu.org>
227
228         * config.guess: update from prep.
229
230 2002-12-12    <karl@gnu.org>
231
232         * config.guess: update from prep.
233
234 2002-11-25    <karl@gnu.org>
235
236         * install-sh: update from automake for variable quoting, $0 in
237         error msgs, etc.
238
239         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
240         * srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
241         entry.
242
243 2002-11-14    <karl@gnu.org>
244
245         * mkinstalldirs: `do' on separate line, instead of `for var; do'.
246
247 2002-09-28    <karl@gnu.org>
248
249         * srclist.txt: can't copy install-sh/mkinstalldirs from installed
250         automake until the next release, since changes have been made.
251
252 2002-09-25    <karl@gnu.org>
253
254         * srclist.txt: enable gettext.h check.
255         * config.{guess,sub}: update from prep.
256         * depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
257                 from automake 1.6.3.
258         See srclist*.
259
260 2002-02-17  Jim Meyering  <meyering@lucent.com>
261
262         * config.guess (main): Don't use `head -1'; it's no longer portable.
263         Use `sed 1q' instead.