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