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