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