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