Mercurial > hg > xemacs-beta
comparison ChangeLog @ 667:046f73d312c5
[xemacs-hg @ 2001-09-25 10:20:11 by didierv]
Autoconf 2.5x guard
author | didierv |
---|---|
date | Tue, 25 Sep 2001 10:20:12 +0000 |
parents | fdefd0186b75 |
children | 91da4ecd9da0 |
comparison
equal
deleted
inserted
replaced
666:146d342ff859 | 667:046f73d312c5 |
---|---|
1 2001-09-25 Didier Verna <didier@xemacs.org> | |
2 | |
3 * configure.ac: new. Autoconf 2.5x guard. | |
4 | |
1 2001-09-19 Ben Wing <ben@xemacs.org> | 5 2001-09-19 Ben Wing <ben@xemacs.org> |
2 | 6 |
3 * configure.in (USAGE_ERROR): | 7 * configure.in (USAGE_ERROR): |
4 * configure.in (CANONICALIZE_PATH): | 8 * configure.in (CANONICALIZE_PATH): |
5 * configure.in (XE_COMPUTE_RUNPATH): | 9 * configure.in (XE_COMPUTE_RUNPATH): |
134 default. Fix numerous places where AC_MSG_WARN had quotes | 138 default. Fix numerous places where AC_MSG_WARN had quotes |
135 around its arg, which is bad. Replace with []. Same for | 139 around its arg, which is bad. Replace with []. Same for |
136 AC_MSG_ERROR. | 140 AC_MSG_ERROR. |
137 | 141 |
138 2001-05-15 Steve Youngs <youngs@xemacs.org> | 142 2001-05-15 Steve Youngs <youngs@xemacs.org> |
139 * configure.in: | 143 * configure.in: |
140 If no native dumper (UNEXEC) is defined, simply use pdump. | 144 If no native dumper (UNEXEC) is defined, simply use pdump. |
141 If no SYSTEM_TYPE is defined, choose an appopriate default. | 145 If no SYSTEM_TYPE is defined, choose an appopriate default. |
142 | 146 |
143 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> | 147 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> |
144 | 148 |
153 | 157 |
154 * etc/PACKAGES: Update to reflect new package dir tree. | 158 * etc/PACKAGES: Update to reflect new package dir tree. |
155 | 159 |
156 2001-05-11 Martin Buchholz <martin@xemacs.org> | 160 2001-05-11 Martin Buchholz <martin@xemacs.org> |
157 | 161 |
158 * configure.in: | 162 * configure.in: |
159 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h | 163 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h |
160 | 164 |
161 2001-05-10 Ben Wing <ben@xemacs.org> | 165 2001-05-10 Ben Wing <ben@xemacs.org> |
162 | 166 |
163 * Makefile.in.in (all): | 167 * Makefile.in.in (all): |
178 | 182 |
179 * etc/FTP: Updated FTP mirrors list. | 183 * etc/FTP: Updated FTP mirrors list. |
180 | 184 |
181 2001-05-04 Martin Buchholz <martin@xemacs.org> | 185 2001-05-04 Martin Buchholz <martin@xemacs.org> |
182 | 186 |
183 * configure.in (opsys): | 187 * configure.in (opsys): |
184 Use lower-case `uname -s` as the default value for opsys. | 188 Use lower-case `uname -s` as the default value for opsys. |
185 The previous code effectively did the non-sensical | 189 The previous code effectively did the non-sensical |
186 opsys=$canonical because [] magically disappear in configure.in. | 190 opsys=$canonical because [] magically disappear in configure.in. |
187 | 191 |
188 2001-04-18 Martin Buchholz <martin@xemacs.org> | 192 2001-04-18 Martin Buchholz <martin@xemacs.org> |
223 * configure.usage: Document --with-file-coding. | 227 * configure.usage: Document --with-file-coding. |
224 | 228 |
225 * etc/OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC. | 229 * etc/OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC. |
226 | 230 |
227 * etc/NEWS: Fix typo. | 231 * etc/NEWS: Fix typo. |
228 | 232 |
229 * configure.in: | 233 * configure.in: |
230 * configure: | 234 * configure: |
231 Fix typo, add -Wsign-compare if GCC, run autoconf. | 235 Fix typo, add -Wsign-compare if GCC, run autoconf. |
232 | 236 |
233 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | 237 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> |
234 | 238 |
235 * etc/gnuserv.1 (UNIX_DOMAIN_SOCKETS: | 239 * etc/gnuserv.1 (UNIX_DOMAIN_SOCKETS: |
236 * PROBLEMS (Problems with running XEmacs): | 240 * PROBLEMS (Problems with running XEmacs): |
237 Document TMPDIR lossage in gnuserv/gnuclient. | 241 Document TMPDIR lossage in gnuserv/gnuclient. |
238 | 242 |
239 2001-03-06 Ben Wing <ben@xemacs.org> | 243 2001-03-06 Ben Wing <ben@xemacs.org> |
240 | 244 |