6e54769e41cd6ff9c675dea239d724c9c4ca2004
[pspp] / config / ChangeLog
1 2003-08-03  Karl Berry  <karl@gnu.org>
2
3         * depcomp: update from automake.
4
5 2003-07-24    <karl@gnu.org>
6
7         * missing: update from automake.
8
9 2003-07-23    <karl@gnu.org>
10
11         * config.sub: update from prep.
12
13 2003-07-19    <karl@gnu.org>
14
15         * config.sub: update from prep.
16
17 2003-07-17    <karl@gnu.org>
18
19         * config.sub: update from prep.
20
21 2003-07-16    <karl@gnu.org>
22
23         * srclist-update: was running fixlicense twice, which caused
24                 texinfo.tex to be nullified for some reason.  Simplify,
25                 $gplsrc is no longer needed as far as I can see?
26
27 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28
29         * srclist.txt: Get the following files from gettext-runtime/intl
30         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
31         ref-del.sin.  From Bruno Haible.
32         * srclist-update (fixfile): Change grep pattern again, since the
33         previous fix didn't work (there was another trailing $).  Use
34         '[$]' to escape the $s.
35
36 2003-07-15    <karl@gnu.org>
37
38         * srclist-update (fixfile): Change grep pattern, since 'Id'
39         gets expanded when surrounded by '$'.
40
41 2003-07-14  Paul Eggert  <eggert@twinsun.com>
42
43         * srclist.txt: Add tons more gettext files.  $GETTEXT is now
44         assumed to refer to the root of the most recent stable gettext version.
45         * srclistvars.sh: Add defaults for eggert.
46         * srclist-update: Convert LGPL to GPL in shell scripts, too.
47         Match "This program" as well as "The program".  This is needed
48         for gettext.
49
50 2003-07-09  Paul Eggert  <eggert@twinsun.com>
51
52         * srclist.txt: Sort sublists.  Add $LIBCSRC/sysdeps/generic/strtoul.c.
53         In comments, add more libc files that differ from gnulib for one
54         reason or another; we'd like this list to be smaller but for now
55         let's document what we have.
56
57 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58
59         * srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding the
60         use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
61         and sweeter "eval x=$x".
62         * srclist.txt: Get lib/argp* from glibc.
63
64 2003-07-06    <karl@gnu.org>
65
66         * depcomp: update from automake.
67         * config.sub: update from prep.
68
69 2003-07-03    <karl@gnu.org>
70
71         * config.guess: update from prep.
72
73 2003-06-26    <karl@gnu.org>
74
75         * depcomp: update from automake.
76
77 2003-06-22    <karl@gnu.org>
78
79         * srclist.txt: update mkinstalldirs from automake.
80         * mkinstalldirs: update.
81
82 2003-06-18    <karl@gnu.org>
83
84         * config.{guess,sub}: update from prep.
85
86 2003-06-07    <karl@gnu.org>
87
88         * config.{guess,sub}: update from prep.
89
90 2003-06-04  Paul Eggert  <eggert@twinsun.com>
91
92         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for now,
93         as glibc mktime is buggy on non-glibc systems.
94
95 2003-06-03    <karl@gnu.org>
96
97         * config.sub: update from prep.
98
99 2003-06-02    <karl@gnu.org>
100
101         * mkinstalldirs (version): new variable.
102         (--version): new option.
103         (usage): improve message.
104
105 2003-05-29    <karl@gnu.org>
106
107         * config.rpath: update from gettext.
108
109 2003-05-24    <karl@gnu.org>
110
111         * config.guess: update from prep.
112
113 2003-05-20    <karl@gnu.org>
114
115         * config.guess: update from prep.
116
117 2003-05-18    <karl@gnu.org>
118
119         * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might
120                 actually be set by the user.
121
122         * depcomp, install-sh, mdate-sh: update from automake.
123
124 2003-05-11    <karl@gnu.org>
125
126         * config.{guess,sub}: update from prep.
127
128 2003-01-03    <karl@gnu.org>
129
130         * config.{guess,sub}: update from prep.
131
132 2002-12-24    <karl@gnu.org>
133
134         * config.guess: update from prep.
135
136 2002-12-19    <karl@gnu.org>
137
138         * config.guess: update from prep.
139
140 2002-12-12    <karl@gnu.org>
141
142         * config.guess: update from prep.
143
144 2002-11-25    <karl@gnu.org>
145
146         * install-sh: update from automake for variable quoting, $0 in
147         error msgs, etc.
148
149         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
150         * srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
151         entry.
152
153 2002-11-14    <karl@gnu.org>
154
155         * mkinstalldirs: `do' on separate line, instead of `for var; do'.
156
157 2002-09-28    <karl@gnu.org>
158
159         * srclist.txt: can't copy install-sh/mkinstalldirs from installed
160         automake until the next release, since changes have been made.
161
162 2002-09-25    <karl@gnu.org>
163
164         * srclist.txt: enable gettext.h check.
165         * config.{guess,sub}: update from prep.
166         * depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
167                 from automake 1.6.3.
168         See srclist*.
169
170 2002-02-17  Jim Meyering  <meyering@lucent.com>
171
172         * config.guess (main): Don't use `head -1'; it's no longer portable.
173         Use `sed 1q' instead.