*** empty log message ***
[bpt/emacs.git] / ChangeLog
CommitLineData
f16205ca
DL
12003-06-05 Dave Love <fx@gnu.org>
2
3 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use
4 AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5 (NLIST_STRUCT): Don't define.
6
efd60266
JB
72003-06-02 Richard M. Stallman <rms@gnu.org>
8
9 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
10
016bd3c0
AS
112003-05-24 Andreas Schwab <schwab@suse.de>
12
13 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
14 bzero, and bcmp.
15
7933722a
DL
162003-05-22 Dave Love <fx@gnu.org>
17
18 * configure.in: Remove redundant test for term.h. Test for
19 difftime.
20
463f55ee
DL
212003-05-20 Dave Love <fx@gnu.org>
22
23 * configure.in: Append * to s390-*-linux-gnu case.
24 (LIBMAIL) <lockfile>: Don't define.
25
262003-04-30 Richard M. Stallman <rms@gnu.org>
27
28 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
29
302003-04-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
31
32 * configure.in: Undo last (RMS') change, as it is useless, per
33 Dave Love.
34
352003-04-08 Richard M. Stallman <rms@gnu.org>
36
37 * configure.in: Put #include of jpeglib.h at start of line.
38
6740b4d6
KG
392003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
40
41 * INSTALL (* GNU/Linux development packages): Mention Debian and
42 RedHat package names.
43
ed3c3314
RS
442003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
45
46 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
47
5b31a763
KG
482003-04-30 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
49
50 * INSTALL (* GNU/Linux development packages): Tell people to
51 install additional packages for compiling Emacs.
52
18fe6f45
FP
532003-04-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
54
55 * configure.in: Use the same configuration for all aix5, not just
56 aix5.1.
57
77fb5d1a
FP
582003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
59
60 * configure.in: Check for need for bigtoc support on IBM AIX for
61 solving a linker table overflow problem.
62
710ee5a9
RB
632003-03-03 Rob Browning <rlb@defaultvalue.org>
64
efd60266
JB
65 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
66 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
710ee5a9
RB
67 over bzero, bcmp, and bcopy.
68
16f6f948
SJ
692003-02-23 Simon Josefsson <jas@extundo.com>
70
71 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
72
92a8ce63
JB
732003-02-21 Klaus Zeitler <kzeitler@lucent.com>
74
75 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
76
47774164
KH
772003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
78
79 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
80
0dfd93c0
AS
812003-02-08 Andreas Schwab <schwab@suse.de>
82
83 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
84 instead of the substitution.
85
c60ee5e7
JB
862003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
87
88 * Makefile.in: Use @EXEEXT@ for Cygwin.
89 Use USERNAME if LOGNAME is not set (for Cygwin).
90
91 * configure.in:
92 * configure: Add opsys=cygwin.
93
88373452
KS
942003-01-29 Kim F. Storm <storm@cua.dk>
95
96 * AUTHORS: Regenerated using new format (after fixing numerous
97 formatting errors in the ChangeLog files).
98
12bf22e0
AS
992003-01-22 Andreas Schwab <schwab@suse.de>
100
101 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
102 redefining it explicitly in src/config.in.
103
ffdf4f26
MR
1042003-01-22 Markus Rost <rost@math.ohio-state.edu>
105
106 * Makefile.in (bootstrap): Make bootstrap-after.
107
940344d4 1082003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
cd890796
JD
109
110 * configure.in: Fix --with-gtk.
111
940344d4 1122003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
488dd4c4
JD
113
114 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
115
116 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
117
e833850f
FP
1182003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
119
adc55dea 120 * configure.in (m68k-motorola-sysv): Removed (obsolete).
e833850f 121
52cd7d02
ST
1222003-01-07 Steven Tamm <steventamm@mac.com>
123
124 * configure.in: New option, --enable-carbon-app, to specify
125 that the application should be installed
126 * Makefile.in (install-arch-dep): On Mac OS X, install the
127 Emacs.app application if carbon-app is enabled
128
fb02aff2
DL
1292003-01-06 Dave Love <fx@gnu.org>
130
131 * configure.in: Check for nl_langinfo.
132 [!HAVE_SIZE_T]: Fix typedef.
133
1d08c2fe
DK
1342003-01-06 David Kastrup <dak@gnu.org>
135
9e71690e
DK
136 * Makefile.in (INSTALL_INFO): Get install-info command from
137 configure.
138
1d08c2fe
DK
139 * configure.in: Add tests for install-info
140
72c5c58f
MR
1412002-12-09 Markus Rost <rost@math.ohio-state.edu>
142
143 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
144 use again sol2-6 instead of sol2-8.
145
a4ac5b17
DL
1462002-12-09 Dave Love <fx@gnu.org>
147
fb02aff2 148 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
a4ac5b17 149
4824556f
AS
1502002-12-08 Andreas Schwab <schwab@suse.de>
151
152 * Makefile.in (install-arch-indep): Revert last change.
153
6b2fd6ea
DL
1542002-11-27 Dave Love <fx@gnu.org>
155
156 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
157 Check for __sys_siglist too. Check for memset. Use
158 AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
159
8c95f450
JB
1602002-11-22 Juanma Barranquero <lektu@terra.es>
161
162 * config.guess, config.sub: Updated from master source.
163
39f7b5f7
KF
1642002-11-19 Karl Fogel <kfogel@red-bean.com>
165
166 * autogen.sh: New file.
167
d824beee
DL
1682002-11-15 Dave Love <fx@gnu.org>
169
0d6f3768
DL
170 * configure.in: Tidy up various quoting issues throughout. Use
171 AC_GNU_SOURCE.
d824beee
DL
172 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
173 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
174 Maybe define bcopy, bzero, bcmp.
175 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Removed (use
176 non-existent machine file).
177 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
178 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
0d6f3768 179 (nlist.h): Move test up.
d824beee 180
72c5c58f 1812002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 182
72c5c58f 183 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8704a6ab 184
816753a7
FP
1852002-11-14 Francesco Potorti` <pot@gnu.org>
186
187 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
188
98b4e102
JB
1892002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
190
191 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
192
6bae0ccf
DL
1932002-11-08 Dave Love <fx@gnu.org>
194
195 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf
196 2.54.
197 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
198
ab4f69f2
MB
1992002-11-07 Miles Bader <miles@gnu.org>
200
201 * Makefile.in (maybe_bootstrap): Fix shell variable usage. Handle
202 separate-build-dir case.
203
318db6cb
RS
2042002-11-06 Richard M. Stallman <rms@gnu.org>
205
206 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
207 bulletproof. $bar may be empty when there are no .elc files.
208
2baf1bfa
DL
2092002-10-30 Dave Love <fx@gnu.org>
210
211 * configure.in: Require autoconf 2.53. Test for pty.h,
212 sys/mman.h, sys/param.h, mremap, memmove.
213 (AH_BOTTOM): Maybe include strings.h. Add local variables for
214 mode.
215 (AC_PROG_YACC): Deleted.
216 (size_t): Use AC_CHECK_TYPES.
217 (AH_TOP): Up-date copyright.
218
a6cadf53
JB
2192002-10-01 Juanma Barranquero <lektu@terra.es>
220
221 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
222
9811b1cf
RS
2232002-09-19 Richard M. Stallman <rms@gnu.org>
224
225 * configure.in: Fix the LessTif-directory-finder for real.
226
ef7fb3bb
RS
2272002-09-14 Richard M. Stallman <rms@gnu.org>
228
229 * Makefile.in (maybe_bootstrap): Test for complete absence
230 of compiled Lisp files.
231
b3cd6965
SM
2322002-09-11 Stefan Monnier <monnier@cs.yale.edu>
233
234 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
235 (bootstrap-clean-after): Delete.
236 (bootstrap): Make the sequencing explicit.
237
3e6be279
RS
2382002-09-10 Richard M. Stallman <rms@gnu.org>
239
240 * configure.in: Fix previous LessTif change.
241
50332dc1
RS
2422002-09-09 Richard M. Stallman <rms@gnu.org>
243
244 * configure.in (powerpcle-*-solaris2.5*): New configuration.
245 (powerpcle-*-solaris*): Use version 2.6 as default.
246 (*-sunos5.6*, *-solaris2.6*): New alternative.
247 (*-sunos5*): Use version 2.6 as default.
248
8bb4cb85
KG
2492002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
250
251 * configure.in: Fix typo.
252
22eaea41
RS
2532002-09-05 Richard M. Stallman <rms@gnu.org>
254
255 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
256
b3cd6965 257 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
22eaea41
RS
258 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
259
6bc85c3b
KS
2602002-08-26 Kim F. Storm <storm@cua.dk>
261
262 * Makefile.in (install-arch-indep): Do not remove DOC file
263 when it is the only DOC file installed; this is the case when
264 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
265
dc16594b
MR
2662002-07-24 Markus Rost <rost@math.ohio-state.edu>
267
268 * configure.in: Fix typo.
269
2a0c903c
RS
2702002-07-24 Richard M. Stallman <rms@gnu.org>
271
272 * configure.in: Don't print anything special about gamedir.
273
3ea1bfb2 274 * configure.in: Delete nonstandard --with-game-user option.
b3cd6965 275
a8bbe549
RS
2762002-07-21 Richard M. Stallman <rms@gnu.org>
277
278 * Makefile.in (gamedir, localstatedir): New variables.
279 (epaths-force): Insert value of gamedir into PATH_GAME.
280
281 * configure.in (gamedir): Handle it like lispdir.
282 (--with-game-dir option): Deleted.
283
29c3cbf0
PJ
2842002-06-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
285
286 * configure.in: Add support for mipseb-*-netbsd* machines.
287
b3ae255b
KG
2882002-06-18 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
289
290 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
291
d591a834
KG
2922002-06-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
293
294 * info/dir (File): Add an entry for Tramp.
295
e0156c8d
EZ
2962002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * INSTALL-CVS: New file.
299
3fa4ac47
AS
3002002-06-07 Andreas Schwab <schwab@suse.de>
301
302 * configure.in (x86_64-*-linux-gnu*): New system.
303
86bbfe77
EZ
3042002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
305
306 * config.bat: Handle the case when lispintro is truncated to lispintr.
307
2570d28c
PE
3082002-05-26 Paul Eggert <eggert@twinsun.com>
309
310 * config.guess, config.sub: Updated from master source.
311
a1d8dc87
RS
3122002-05-09 Richard M. Stallman <rms@gnu.org>
313
314 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
315
9a40c2fb
PJ
3162002-05-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
317
318 * make-dist: Do not distribute lock/ directory.
319
e3ba1015
AC
3202002-04-30 Andrew Choi <akochoi@shaw.ca>
321
322 * configure.in: Provide documentation string when defining
323 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
324 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
325
5167cfda
CW
3262002-04-28 Colin Walters <walters@verbum.org>
327
b3cd6965 328 * configure.in: Delete configure check for access to the game user.
5167cfda 329
2912f349
PJ
3302002-04-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
331
332 * make-dist: lwlib/Imakefile is removed.
333
e0f712ba
AC
3342002-04-26 Andrew Choi <akochoi@shaw.ca>
335
336 * configure.in: Add support for powerpc-apple-darwin*.
337 (HAVE_CARBON): Add.
338
b3cd6965 339 * make-dist: Create directories in mac/Emacs.app.
e0f712ba 340
90077f66
PJ
3412002-04-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
342
343 * make-dist: lwlib-Xol* are removed.
344
8fba10fc
AS
3452002-04-23 Andreas Schwab <schwab@suse.de>
346
347 * Makefile.in (MAINT): New variable.
348 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
349 instead of configure.in, to avoid running autoconf and autoheader
350 unless explicitly requested.
351
852eef40
EZ
3522002-04-16 Eli Zaretskii <eliz@gnu.org>
353
354 * config.bat: Update for msdos/sed2v2.inp.
355
6817198a
AS
3562002-04-15 Andreas Schwab <schwab@suse.de>
357
b3cd6965 358 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6817198a
AS
359 * configure.in: Add config header templates to all AC_DEFINE and
360 AC_DEFINE_UNQUOTED symbols.
361 * make-dist: Run autoheader if necessary.
362
b9b966e0
CW
3632002-04-10 Colin Walters <walters@verbum.org>
364
365 * configure.in: Add --game-dir, --game-user. Test to see if we
366 can use them.
367
3d9830e5
PJ
3682002-04-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
369
370 * configure.in: Add --with-sound.
371
10ce34dc
KS
3722002-03-18 Kim F. Storm <storm@cua.dk>
373
374 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
375 and getsockname functions. Test for sys/un.h include file.
376
1ef1ef96
EZ
3772002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
378
379 * configure.in: Support AIX 5.1.
380
940344d4 3812002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
382
383 * configure.in: Added test for X Session Management (HAVE_X_SM).
384
16e79fec
RS
3852002-03-03 Richard M. Stallman <rms@gnu.org>
386
387 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
388 Run chown $${LOGNAME} on files installed by tar xvf.
389
6a22cdf4
KS
3902002-03-03 Kim F. Storm <storm@cua.dk>
391
392 * configure.in: Test for getpeername.
393
4d766b59
RS
3942002-03-01 Richard M. Stallman <rms@gnu.org>
395
396 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
397 (HAVE_GIF): Don't use old libungif versions that crash.
398
4fff8c79
RS
3992002-02-26 Richard M. Stallman <rms@gnu.org>
400
401 * configure.in <making srcdir absolute>: Verify that PWD is correct,
402 not just well-formed and valid.
403 (mips-compaq-nonstopux*): New configuration.
b3cd6965 404
e5389a0b
PE
4052002-02-18 Paul Eggert <eggert@twinsun.com>
406
407 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
408 "sed q" is a portable equivalent to plain "head -1".
409
db54c53a
RS
4102002-02-13 Richard M. Stallman <rms@gnu.org>
411
412 * Makefile.in (maybe_bootstrap): Do `exit 1'.
413 (all): Don't depend on maybe_bootstrap here.
414 (${SUBDIR}): Depend on it here instead.
415
b735b2ab
RS
4162002-02-08 Richard M. Stallman <rms@gnu.org>
417
418 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
419
d8359893
EZ
4202002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
421
422 * configure.in: Recognize BSD/OS 5.0.
423
f3b812da
EZ
4242002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
425
426 * make-dist: Make version checking in emacs.texi consistent with
427 how we set it there.
428
f48a30d7
KS
4292001-12-29 Kim F. Storm <storm@cua.dk>
430
431 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
432
07025a55
RS
4332001-12-28 Richard M. Stallman <rms@gnu.org>
434
435 * configure.in: Test for mbsinit.
436
b0a21bf9
EZ
4372001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
438
439 These changes make Leim part of the standard distribution:
440
441 * README: Add info about the `leim' directory
442
443 * INSTALL: Remove text that describes Leim as a separate package.
444
445 * noleim-Makefile.in: File removed.
446
447 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
448 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
449 Leim files out of the Emacs tree. Don't prepare a separate tarball
450 for Leim.
5a60d1da 451
61e3b944
RS
4522001-12-11 Richard M. Stallman <rms@gnu.org>
453
454 * configure.in (hppa*-*-linux-gnu*): New alternative.
455
03f9f7ae
PJ
4562001-12-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
457
458 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
459 creating distribution.
460
d6a70204
PE
4612001-12-06 Paul Eggert <eggert@twinsun.com>
462
463 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
464 (AC_FUNC_VFORK): Remove.
465 (AC_FUNC_FORK): Add.
466 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
467 this is required by recent Autoconf versions.
468
4a3cf58d
PJ
4692001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
470
471 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
472 TODO, vms-pp.trans and others).
473
0142178a
PJ
4742001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
475
476 * make-dist: Use COPYING from the top-level directory.
477
1096bcc0
GM
4782001-11-29 Gerd Moellmann <gerd@gnu.org>
479
480 * configure.in: Add support for FreeBSD/Alpha.
481
b1356234
PJ
4822001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
483
dd536f94
PJ
484 * make-dist: Add COPYING to the top-level directory of the
485 distribution. Simplify the logic behind copying.
486
b1356234
PJ
487 * Makefile.in (maybe_bootstrap): Fix previous change.
488
66458f32
RS
4892001-11-28 Richard M. Stallman <rms@gnu.org>
490
491 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
492
ebcbef4e
RS
4932001-11-26 Richard M. Stallman <rms@gnu.org>
494
495 * Makefile.in: bootstrap should not delete dumped executables.
496 (bootstrap-clean-before): New target.
497 (bootstrap): Use bootstrap-clean-before instead of clean.
498 (bootstrap-clean-after): Renamed from bootstrap-clean. Calls changed.
499
b77d2746 5002001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
ac74199d 501
070f247d
EZ
502 These changes add the Emacs Lisp Introduction manual to the
503 distribution:
504
b3cd6965 505 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
b77d2746 506
070f247d
EZ
507 * make-dist: Copy the files in lispintro directory.
508
7336d09b
EZ
509 * config.bat: Configure in the lispintro directory.
510
ac74199d
EZ
511 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
512
7f947b13 513 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
070f247d 514 (lispintro/Makefile): New target.
7f947b13
EZ
515 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
516 (unlock, relock, info, dvi): Ditto.
517
d4fa890c
EZ
5182001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
519
b3cd6965 520 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
d4b56a8f 521
d4fa890c
EZ
522 * make-dist (etc): Don't distribute gfdl.1.
523
5fb25beb
CW
5242001-11-22 Colin Walters <walters@debian.org>
525
526 * Makefile.in (install-arch-indep): Install the calc .info files.
b3cd6965 527 (uninstall): Handle deletion of calc .info files (thanks Pavel Jan\e,Bm\e(Bk).
5fb25beb 528
9f8bbf0f
EZ
5292001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
530
531 * make-dist (lispref): Add *.txt, *.el, permute-index, and
532 tindex.pl to the list of those being put into the distribution.
533
aa2af83a
EZ
5342001-11-16 Eli Zaretskii <eliz@gnu.org>
535
536 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
537
71f94ae1
PJ
5382001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
539
987aac50
PJ
540 * Makefile.in (uninstall): Fix previous change.
541
71f94ae1
PJ
542 * configure.in, Makefile.in: Add support for --program-prefix,
543 --program-suffix and --program-transform-name options.
544
e5d9d2e7
PJ
5452001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
546
b3cd6965 547 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6e1b91d7
PJ
548 (install-arch-indep): Install emacsclient manual page.
549 (uninstall): Uninstall emacsclient manual page.
e5d9d2e7 550
97c91ba6
EZ
5512001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
552
553 * make-dist: Add lispref/index.*perm files to the distribution.
554 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
555
3d3f602a
PJ
5562001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
557
558 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
559
2bf92717
EZ
5602001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
561
dff28924 562 * configure.in: AC_OUTPUT lispref/Makefile.
2bf92717 563
0cc70510
EZ
5642001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
565
5c32b7c5
EZ
566 The following changes add the ELisp reference manual to the
567 distribution.
568
10fa7f8e
EZ
569 * make-dist: Add the lispref directory to the distribution.
570
0cc70510
EZ
571 * Makefile.in (install-arch-indep): Add elisp* to the list of
572 installed Info files.
5c32b7c5
EZ
573 (SUBDIR_MAKEFILES): Add lispref/Makefile.
574 (lispref/Makefile): New target.
575 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
576 Add commands for the lispref directory.
577 (info, dvi): Ditto.
1b5a3644
EZ
578
579 * config.bat: Configure in `lispref'.
580
6baef0fd
RS
5812001-11-09 Richard M. Stallman <rms@gnu.org>
582
583 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
584
ed5882b9
EZ
5852001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
586
587 * make-dist (tempdir): Copy AUTHORS as well.
588
f0f2756d
SS
5892001-11-06 Sam Steingold <sds@gnu.org>
590
591 * configure.in: Added a check for <nlist.h>
9ba48103 592
d576358b
PJ
5932001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
594
595 * configure.in: Reindent --help output.
596 From Per Starback (starback@ling.uu.se).
dff28924 597
bf00d461 5982001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4f4d6b17
EZ
599
600 * configure.in: New entry for HP/UX-11.
601
5d991fc4
EZ
602 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
603 From Eric S. Raymond <esr@golux.thyrsus.com>.
604
73d25f9c
EZ
6052001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
606
607 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
608 <athornton@sinenomine.net>.
609
5b6a51aa
GM
6102001-10-25 Gerd Moellmann <gerd@gnu.org>
611
612 * Makefile.in (maybe_bootstrap): New target.
b3cd6965 613 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5b6a51aa 614
84e70f78
KR
6152001-10-24 Ken Raeburn <raeburn@gnu.org>
616
617 * configure.in: If --with-hesiod is given, look for
618 hes_getmailhost and res_send or __res_send; check hesiod and
b3cd6965 619 resolv libraries respectively if system libraries don't supply them.
84e70f78 620
4aa6b955
GM
6212001-10-24 Gerd Moellmann <gerd@gnu.org>
622
623 * configure.in: Use $MAKE for `make' if set.
624
bc171472
GM
6252001-10-22 Gerd Moellmann <gerd@gnu.org>
626
627 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
628 to tar options.
629
71431a0e
GM
6302001-10-20 Gerd Moellmann <gerd@gnu.org>
631
6aa97356 632 * (Version 21.1 released).
71431a0e 633
531a3336
MB
6342001-10-20 Miles Bader <miles@gnu.org>
635
636 * configure.in (configuration): Set from `host' if `host_alias'
637 isn't defined.
638
121ff711
AS
6392001-10-19 Andreas Schwab <schwab@suse.de>
640
641 * configure.in: Make ready for autoconf 2.5x.
642 (AC_PREREQ): Require autoconf 2.50.
643 * aclocal.m4: Removed.
121ff711
AS
644 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
645
eef9b65f
EZ
6462001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
647
648 * README: Bump Emacs version to 21.1.50.
649
ab952a4f
GM
6502001-10-05 Gerd Moellmann <gerd@gnu.org>
651
652 * Branch for 21.1.
dff28924 653
3b74127d
GM
6542001-09-05 Gerd Moellmann <gerd@gnu.org>
655
656 * configure.in: Avoid `$@' which is handled specially in
657 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
dff28924 658
80b97918
EZ
6592001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
660
661 * make-dist (nt): Add subdirs.el to the list of distributed files.
662
3a4f8160
EZ
6632001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
664
665 * configure.in (machine): Add an entry for
666 hppa1.1-hitachi-hiuxwe2*.
667
eb04d6cd
GM
6682001-05-28 Gerd Moellmann <gerd@gnu.org>
669
670 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
671 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
672
f4500bec
GM
6732001-05-14 Gerd Moellmann <gerd@gnu.org>
674
675 * make-dist: Copy texinfo.tex unconditionally.
676
26978e9a
EZ
6772001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
680 that are installed.
681
afa3935f
GM
6822001-04-06 Gerd Moellmann <gerd@gnu.org>
683
e5c8f6f1
GM
684 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
685 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
dff28924 686
afa3935f
GM
687 * make-dist: Handle leim/MISC-DIC. Only include
688 `[a-zA-Z]*.{el,elc}' from leim/quail.
689
a55e4e68
GM
6902001-04-05 Gerd Moellmann <gerd@gnu.org>
691
692 * Makefile.in (install-arch-indep): Remove .cvsignore files.
693
87d8eba4
GM
6942001-03-30 Gerd Moellmann <gerd@gnu.org>
695
696 * Makefile.in (.PHONY): Add for bootstrap targets.
697 (bootstrap-clean): New target.
698 (bootstrap): Use it instead of `clean'.
699
ed31fabf
GM
7002001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
701
702 * Makefile.in (SUBDIR): Remove leim.
703 (all, .RECURSIVE, extraclean): Add leim explicitly.
704 (leim): Provide separate rule which exports PARALLEL=0 into the
705 environment.
706
5721ae13
GM
7072001-03-20 Gerd Moellmann <gerd@gnu.org>
708
709 * configure.in (HAVE_XPM): Don't print the result of the check for
710 XpmReturnAllocPixels if we don't have an xpm.h.
711
10ebaeb6
GM
7122001-03-05 Gerd Moellmann <gerd@gnu.org>
713
714 * COPYING: New file.
715
e30bd7b7
EZ
7162001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
717
718 * config.bat: Update the copyright.
719
d0e9bfd2
GM
7202001-02-23 Kenichi Handa <handa@etl.go.jp>
721
722 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
723 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
724 to `yes'. Later in AC_OUTPUT, check this variable.
725
038f4ae3
DL
7262001-02-09 Dave Love <fx@gnu.org>
727
728 * AUTHORS: Updated.
729
44806980
EZ
7302001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * info/dir (Ebrowse): Fix the entry (was missing a dot).
733
20b28f82
GM
7342001-02-02 Gerd Moellmann <gerd@gnu.org>
735
bdadfce3
GM
736 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
737
5db37a2e 738 * Makefile.in (uninstall): Ignore exit code of `rm'.
dff28924 739
20b28f82
GM
740 * Makefile.in (uninstall): Remove more info files. Remove
741 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
742
7ccf7ab9
GM
7432001-01-31 Gerd Moellmann <gerd@gnu.org>
744
745 * noleim-Makefile.in (extraclean): Add.
746
03e0fe6e 7472001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0
BW
748
749 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
750 it quiet.
751
e1e441f9
GM
7522001-01-24 Colin Walters <walters@cis.ohio-state.edu>
753
754 * Makefile.in (tags): Fix typo.
755
64388126
KH
7562001-01-13 Kenichi Handa <handa@etl.go.jp>
757
758 * configure.in: Fix typo in the code setting x_search_path.
759
457b792c
GM
7602001-01-10 Dave Love <fx@gnu.org>
761
762 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
763 -lXext.
764 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
765 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
766 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
767 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
768 (now in $LIBS).
769
1460e5d4
EZ
7702001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * config.bat: Run the preprocessor with -traditional.
773
e2b6e5ea
EZ
7742001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
775
776 * INSTALL: Move copying conditions to end of file.
777
b202115b
EZ
7782000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
779
780 * INSTALL: Add basic installation procedure which assumes
781 `configure' does its job. Elaborate on image support libraries.
782 Add a pointer to Xaw3d library. Add advice about solving
783 configure-time problems by looking in config.log and setting
3163da06 784 variables in the environment.
b202115b 785
3e32cc27
GM
7862000-12-27 Gerd Moellmann <gerd@gnu.org>
787
788 * Makefile.in (install-arch-indep): If tar fails, exit with
789 exit code 1.
790
7b93a85b
GM
7912000-12-19 Gerd Moellmann <gerd@gnu.org>
792
793 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
794 source file includes XKBlib.h. On some broken Solaris systems,
795 there is an XKBlib.h, reportedly, but header files included by
796 XKBlib.h are missing.
797
02387dcc
GM
7982000-12-14 Gerd Moellmann <gerd@gnu.org>
799
800 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
801
34979055
DL
8022000-12-11 Dave Love <fx@gnu.org>
803
804 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
805
169fe44e
GM
8062000-12-11 Paul Eggert <eggert@twinsun.com>
807
808 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
809 Merge fixes from latest GNU tar version. These macros no longer
810 futz with _XOPEN_SOURCE, as that was not portable in practice.
811 (AC_FUNC_FSEEKO): New macro.
dff28924 812
169fe44e
GM
813 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
814 ftello.
dff28924 815
5c62b2e9
DL
8162000-12-05 Dave Love <fx@gnu.org>
817
818 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
819
2dce2360
EZ
8202000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * info/dir: Change the category to "Emacs".
823
8c28d444
GM
8242000-12-01 Gerd Moellmann <gerd@gnu.org>
825
826 * make-dist (tempdir): Remove epaths.h from the distribution
827 instead of paths.h.
828
68a887fa
EZ
8292000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
830
831 * config.bat: Check for existence of djecho.exe, and print an
832 error message if it is not available.
833
834 * INSTALL: Describe possible problem with djecho.exe in old
835 versions of DJGPP v2.x.
836
d96a4de3
GM
8372000-11-23 Gerd Moellmann <gerd@gnu.org>
838
839 * configure.in: Initialize HAVE_LIBXP to no.
840
3aeecf97
GM
8412000-11-22 Gerd Moellmann <gerd@gnu.org>
842
dff28924 843 * configure.in: Use m/macppc.h instead of the non-existent
3aeecf97
GM
844 m/powerpc.h.
845
fb279a6d
GM
8462000-11-21 Gerd Moellmann <gerd@gnu.org>
847
3c64f287
GM
848 * Makefile.in (install-arch-indep): Also install info/eshell*
849 and info/speedbar*.
850
fb279a6d
GM
851 * configure.in (HAVE_PNG): Check for the presence of
852 png_get_channels to rule out older PNG libs.
853
f5f47add
GM
854 * configure.in (AC_OUTPUT): Arrange to emit definitions of
855 GCC and NON_GNU_CPP into config.status.
856
62d14e9a
DL
8572000-11-20 Dave Love <fx@gnu.org>
858
1c203d4c
DL
859 * configure.in: Fix last change.
860
62d14e9a 861 * GETTING.GNU.SOFTWARE: Deleted.
169fe44e 862 * FTP: New file to replace it.
62d14e9a
DL
863 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
864
f1d6d1e8
GM
8652000-11-20 Gerd Moellmann <gerd@gnu.org>
866
867 * configure.in: Use -traditional with GNU cpp.
868
b3635775
GM
8692000-11-17 Gerd Moellmann <gerd@gnu.org>
870
871 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
872 Distribute more files from the nt/ subdir. Distribute PBM
873 image files from subdirs of lisp/. Distribute old change logs
874 from subdirs of lisp/. Distribute play/5x5.el.
875
0eafc06c
DL
8762000-11-11 Dave Love <fx@gnu.org>
877
878 * config.sub, config.guess: Updated from master source.
879
03391420
DL
8802000-11-07 Dave Love <fx@gnu.org>
881
882 * configure.in: Test for mkstemp.
883
cd66d2ed
EZ
8842000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
885
886 * info/dir (Top): Rearrange menu items more logically, and put
887 them into a single category. Add menu items for RefTeX and
888 Widget.
889
1da437e9
KG
8902000-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
891
15b526b2
EZ
892 * Makefile.in (install-arch-indep): Use --info-dir instead of
893 --dir-file, and a simple argument instead of --info-file, so that
894 the Debian version of install-info also works.
1da437e9 895
99483220
EL
8962000-10-19 Eric M. Ludlam <zappo@ultranet.com>
897
898 * info/dir (Speedbar): Add entry.
899
45e680a8
EZ
9002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
901
902 * INSTALL: Describe the new image-support options to the configure
903 script. List URLs where image support libraries can be found.
904
f2f049f3
EZ
9052000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
906
907 * info/dir (Top): Add an entry for Eshell.
908
2021ab61
DL
9092000-10-02 Dave Love <fx@gnu.org>
910
911 * configure.in: Check for gai_strerror.
912
65f75351
AS
9132000-10-01 Andreas Schwab <schwab@suse.de>
914
915 * Makefile.in (install-arch-indep): Update list of installed info
916 files.
917
71c9ec51
GM
9182000-09-30 Gerd Moellmann <gerd@gnu.org>
919
920 * configure.in: Support `sparc*-*-netbsd*'.
921
513f1fd9
EZ
9222000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
923
924 * info/dir (MIME): Add entry for emacs-mime.
925
a55b799a
DL
9262000-09-29 Dave Love <fx@gnu.org>
927
928 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
929
ce75c97a
GM
9302000-09-26 Gerd Moellmann <gerd@gnu.org>
931
932 * make-dist: Adapt to the change of leim/Makefile which was
933 necessary to ensure a reasonably working `make dist'.
934
935 * leim-Makefile.in: Moved to leim/Makefile.in..
936
937 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
938
36e44f62
KH
9392000-09-21 Kenichi Handa <handa@etl.go.jp>
940
dff28924
SS
941 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
942 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
36e44f62
KH
943 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
944 files to .elc.
945 (${TIT}): Adjusted for the above change.
946 (clean mostlyclean): Likewise.
947 (.el.elc): New target.
948
da1608d9
GM
9492000-09-19 Gerd Moellmann <gerd@gnu.org>
950
951 * make-dist: Include XPM and XBM files in lisp/ and subdirs
952 in the distribution.
953
6fed3546
GM
9542000-09-18 Gerd Moellmann <gerd@gnu.org>
955
956 * make-dist (skk): Rename to `ja-dic' because the leim directory
957 was renamed.
958
b4331e96
DL
9592000-09-14 Dave Love <fx@gnu.org>
960
961 * configure.in: Fix spurion in last change.
962
ef9e4345
GM
9632000-09-14 Gerd Moellmann <gerd@gnu.org>
964
965 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
966 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
967 to `no' if defined. Change result report.
968
575daf04
DL
9692000-09-08 Dave Love <fx@gnu.org>
970
971 * configure.in: Remove spurious `@'s.
972
973 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
974 autoconf.
975
fa0b693c
GM
9762000-09-06 Gerd Moellmann <gerd@gnu.org>
977
73b77ee5
GM
978 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
979 file and print informational message.
dff28924 980
fa0b693c
GM
981 * configure.in (AC_FUNC_MMAP): Add.
982
ff8df3be
GM
9832000-09-01 Gerd Moellmann <gerd@gnu.org>
984
985 * configure.in: Add ``checking'' messages for
986 XpmReturnAllocPixels.
987
bb17930d
GM
9882000-08-28 Gerd Moellmann <gerd@gnu.org>
989
990 * configure.in: Check <strings.h>; check `index' and `rindex'
991 functions.
992
6ce974d4
KH
9932000-08-26 Kenichi Handa <handa@etl.go.jp>
994
995 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
996 "case "${canonical}" in".
997
7bc3ff79
DL
9982000-08-25 Dave Love <fx@gnu.org>
999
1000 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
1001
457dd64a
KH
10022000-08-25 Kenichi Handa <handa@etl.go.jp>
1003
7c100e1a 1004 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
457dd64a 1005
17494071
GM
10062000-08-24 Gerd Moellmann <gerd@gnu.org>
1007
1008 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
1009 contains a relative path. Protect against unusable values of
1010 $PWD.
1011
dd0e1e54
EZ
10122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1013
3d819a75
EZ
1014 * info/dir (WoMan): Add entry.
1015
dd0e1e54
EZ
1016 * config.bat (maindir): Update src/_gdbinit even if it does
1017 already exist.
1018
70fc58b3
GM
10192000-08-07 Gerd Moellmann <gerd@gnu.org>
1020
1021 * Makefile.in (config.status): Prepend `$(srcdir)/' to
1022 `configure'.
1023
f4988be7
GM
10242000-08-03 Gerd Moellmann <gerd@gnu.org>
1025
1026 * configure.in: Add support for ia64*-*-linux*.
1027
27848c01
GM
10282000-07-27 Gerd Moellmann <gerd@gnu.org>
1029
1030 * make-dist (aclocal.m4): Include in distribution.
1031
b4a12321
DL
10322000-07-26 Dave Love <fx@gnu.org>
1033
1034 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
1035
c66c29a2
DL
10362000-07-24 Dave Love <fx@gnu.org>
1037
1038 * configure.in: Add AC_SIZE_T.
1039
3b33a005
DL
10402000-07-18 Dave Love <fx@gnu.org>
1041
1042 * configure.in: Reorder so that most tests are done after CPPFLAGS
1043 is set from the C_SWITCH_... definitions.
1044
4b92c49a
GM
10452000-07-10 Gerd Moellmann <gerd@gnu.org>
1046
1047 * configure.in (HAVE_XPM): Undo previous change. Check for
1048 preprocessor define XpmReturnAllocPixels.
1049
6c6d2e33
GM
10502000-07-06 Gerd Moellmann <gerd@gnu.org>
1051
1052 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
1053 instead of XpmReadFileToPixmap.
1054
b192d653
KR
10552000-07-05 Ken Raeburn <raeburn@gnu.org>
1056
1057 * configure.in: Check for <soundcard.h>. Look for ossaudio
1058 library, and set LIBSOUND accordingly.
1059
65171e3a
DL
10602000-07-05 Dave Love <fx@gnu.org>
1061
1062 * configure.in: Use AC_HEADER_SYS_WAIT.
1063
969f7e79
GM
10642000-07-05 Gerd Moellmann <gerd@gnu.org>
1065
1066 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
1067 lisp/Makefile. Distribute lisp/Makefile.in instead of
1068 lisp/Makefile.
1069
5a9bf171
KR
10702000-06-30 Ken Raeburn <raeburn@gnu.org>
1071
1072 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
1073 while searching for image-handling libraries.
1074
1d36487c
GM
10752000-06-26 Gerd Moellmann <gerd@gnu.org>
1076
1077 * configure.in (--with-xim): New option.
1078
6a465756
DL
10792000-06-23 Dave Love <fx@gnu.org>
1080
1081 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
1082 for struct timezone and test how we can call gettimeofday.
48d4b120 1083 Check for OSF 5+. Check for term.h.
6a465756
DL
1084
1085 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
1086 version.
1087
16cf31f7
GM
10882000-06-23 Gerd Moellmann <gerd@gnu.org>
1089
1090 * configure.in (HAVE_LIBXP): Change test for libXp.
1091
4c343001
DL
10922000-06-21 Dave Love <fx@gnu.org>
1093
1094 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
1095 simple test for getloadavg and substitute GETLOADAVG_LIBS.
1096 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
1097
a3f08d9e
DL
10982000-06-19 Dave Love <fx@gnu.org>
1099
1100 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
1101 _XOPEN_SOURCE is defined.
1102
0a2ea235
GM
11032000-06-16 Gerd Moellmann <gerd@gnu.org>
1104
dff28924 1105 * Makefile.in (distclean): Also make distclean in lisp/.
0a2ea235 1106
7d5c8691
EZ
11072000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1108
1109 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
1110
e9924e52
GM
11112000-06-15 Gerd Moellmann <gerd@gnu.org>
1112
1113 * make-dist: Add --help and --snapshot options.
1114
9f817ea4
GM
11152000-06-14 Gerd Moellmann <gerd@gnu.org>
1116
dce6b995 1117 * configure.in: Generate lisp/Makefile.
dff28924 1118
9f817ea4
GM
1119 * configure.in: Add support for `*-lynxos*'.
1120 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
1121 recommended by <Karen.Dorhamer@compaq.com> to fix problems
1122 on Tru64 UNIX v5.0.
1123
97aa9c1d
KR
11242000-06-13 Ken Raeburn <raeburn@gnu.org>
1125
1126 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
1127 it's on a continuation line.
1128
d42122a3
DL
11292000-06-02 Dave Love <fx@gnu.org>
1130
2082fe81
DL
1131 * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
1132 files.
1133
d42122a3
DL
1134 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
1135 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
1136 test.
1137
1138 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
1139 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
1140
34ec9ebe
GM
11412000-05-26 Gerd Moellmann <gerd@gnu.org>
1142
1143 * configure.in: Add check for speed_t typedef.
1144
50d7ce09
KR
11452000-05-25 Ken Raeburn <raeburn@gnu.org>
1146
1147 * Makefile.in (install-arch-dep): Install fns-*.el only if it
1148 exists; it won't in the CANNOT_DUMP case.
1149
10db7fc5
GM
11502000-05-25 Gerd Moellmann <gerd@gnu.org>
1151
1152 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
1153 On FreeBSD, the exit status is 1 if CDPATH is not set.
8711588d 1154 (install-arch-indep): Install ebrowse.info.
10db7fc5 1155
087121cc
GM
11562000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
1157
1158 * configure.in: Check for grandpt and getpt.
1159
b992884d
DL
11602000-05-09 Dave Love <fx@gnu.org>
1161
1162 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
1163
056565f7
GM
11642000-05-05 Gerd Moellmann <gerd@gnu.org>
1165
1166 * make-dist: Make a link for lib-src/grep-changelog. Copy
1167 install-sh.
1168
35a28e21
EZ
11692000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * config.bat: Identify the beginning of the cpp stuff in
1172 src/Makefile.in and lib-src/Makefile.in more accurately.
1173
c76e04a8
GM
11742000-04-27 Gerd Moellmann <gerd@gnu.org>
1175
1176 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
1177
5e3dac3f
GM
11782000-04-19 Gerd Moellmann <gerd@gnu.org>
1179
1180 * configure.in: Add support for `powerpc-*-netbsd*'.
1181
0b8f263e
DL
11822000-04-19 Dave Love <fx@gnu.org>
1183
7825fef9
DL
1184 * configure.in: Don't use AC_FUNC_GETLOADAVG.
1185
0b8f263e
DL
1186 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
1187
3dd2781e
DL
11882000-04-16 Dave Love <fx@gnu.org>
1189
1190 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
1191
3edfea34
DL
11922000-04-14 Dave Love <fx@gnu.org>
1193
1194 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
1195
1196 * aclocal.m4 (AC_FUNC_MKTIME): New.
1197
4d6e16b3
KR
11982000-03-28 Ken Raeburn <raeburn@gnu.org>
1199
1200 * configure.in: Line up "--help" output a little better.
1201
89e80928
GM
12022000-03-26 Gerd Moellmann <gerd@gnu.org>
1203
087121cc 1204 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
89e80928
GM
1205 New targets.
1206 (bootstrap): Rewritten in terms of the new targets above. Make
1207 info files, too.
dff28924 1208
e1cff360
GM
12092000-03-12 Gerd Moellmann <gerd@gnu.org>
1210
1211 * config.guess, config.sub: Use the versions of the files from
1212 subversions.
1213
7397acc4
DL
12142000-03-08 Dave Love <fx@gnu.org>
1215
1216 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
1217 AC_C_VOLATILE. Define POINTER_TYPE.
1218
1219 * aclocal.m4: New file.
1220
d054101f 12212000-03-02 Gerd Moellmann <gerd@gnu.org>
2df636f4
GM
1222
1223 * configure.in (machine): Add `mipsel-*-netbsd*' and
1224 `arm-*-netbsd*'.
dff28924 1225
d054101f 12262000-03-01 Gerd Moellmann <gerd@gnu.org>
dff28924 1227
d054101f 1228 * configure.in (machine): Add support for `*-auspex-sunos*'.
dff28924 1229
ed4d0512
GM
12302000-02-29 Gerd Moellmann <gerd@gnu.org>
1231
1232 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
1233
2dc95ddd
DL
12342000-02-18 Dave Love <fx@gnu.org>
1235
1236 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
1237
57beb0e0
AS
12382000-02-18 Andreas Schwab <schwab@suse.de>
1239
1240 * Makefile.in (install-arch-indep): Add eudc to list of installed
1241 info files.
1242
3b3cc4a4
KR
12432000-02-17 Ken Raeburn <raeburn@gnu.org>
1244
1245 * configure.in: Include -lz and -ljpeg (if it's available) when
1246 testing for the tiff library.
1247
8389e1e2
GM
12482000-02-17 Gerd Moellmann <gerd@gnu.org>
1249
1250 * configure.in: Remove LISP_FLOAT_TYPE.
1251
647847ea
DL
12522000-02-12 Dave Love <fx@gnu.org>
1253
1254 * configure.in: Use AC_FUNC_VFORK.
1255
9a90d84c
GM
12562000-02-01 Gerd Moellmann <gerd@gnu.org>
1257
5eea385d
GM
1258 * make-dist: Various fixes for new development tree.
1259
9a90d84c
GM
1260 * leim-Makefile.in: New file.
1261
b6680a0e
GM
12622000-01-31 Gerd Moellmann <gerd@gnu.org>
1263
1264 * Makefile.in (dist): Call ./make-dist.
1265
1e5279b9
DL
12662000-01-24 Dave Love <fx@gnu.org>
1267
1268 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
1269
ffe36136
GM
12702000-01-18 Gerd Moellmann <gerd@gnu.org>
1271
1272 * configure.in (HAVE_GIF): Check for DGifOpen instead of
1273 DGifOpenFileName.
1274
a970dae4
AS
12752000-01-11 Andreas Schwab <schwab@suse.de>
1276
1277 * Makefile.in (install-arch-indep): Update list of info files to
1278 be installed.
1279
c4bb2108
DL
12802000-01-05 Dave Love <fx@gnu.org>
1281
1282 * configure.in: Check for jerror.h as well as libjpeg.
1283
bb9d2b64
AS
12842000-01-03 Andreas Schwab <schwab@suse.de>
1285
1286 * Makefile.in (install-arch-indep): Install autotype*. Run
1287 install-info on autotype and emacs-faq.info.
1288
22afa6e8
DL
12891999-12-04 Dave Love <fx@gnu.org>
1290
1291 * Makefile.in: (install-arch-indep): Depend on `info'.
1292 (install-strip): Use `install' as sub-make target.
1293
a21616bd
KR
12941999-11-23 Ken Raeburn <raeburn@gnu.org>
1295
1296 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
1297 didn't need to be deleted. Check for the k5crypto library as well
1298 as the crypto library; MIT Kerberos 1.1 changed the name.
1299
946173ad
DL
13001999-11-18 Dave Love <fx@gnu.org>
1301
1302 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
1303
4f6f5dab
GM
13041999-11-11 Erik Naggum <erik@naggum.no>
1305
1306 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
1307
2323760c
DL
13081999-11-08 Dave Love <fx@gnu.org>
1309
1310 * configure.in: Fix change for --with-pop default.
1311
c3d00920
DL
13121999-11-04 Dave Love <fx@gnu.org>
1313
1314 * configure.in: Default to --with-pop. Change sense of with-gcc
1315 and with-toolkit-scroll-bars messages to reflect the defaults.
1316
400a1ed0
GM
13171999-11-01 Gerd Moellmann <gerd@gnu.org>
1318
1319 * INSTALL: Mention the Emacs Lisp Reference.
1320
1e3196e8
GM
13211999-10-27 Noah Friedman <friedman@splode.com>
1322
1323 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
1324
8ac52782
GM
13251999-10-23 Gerd Moellmann <gerd@gnu.org>
1326
1327 * Makefile.in (bootstrap): New target.
1328
1113b624
PE
13291999-10-19 Paul Eggert <eggert@twinsun.com>
1330
1331 Add support for large files. Merge glibc 2.1.2.
1332
1333 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
1334 (HAVE_TM_GMTOFF): New symbol.
1335 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
1336 mbrlen, strsignal.
1337 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
dff28924 1338
77162a4f
SM
13391999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * make-dist (dontcompile): look for the DONTCOMPILE variable rather
1342 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
1343
a2743e67
RS
13441999-10-09 Richard M. Stallman <rms@gnu.org>
1345
dff28924 1346 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
a2743e67
RS
1347 Unset CDPATH to prevent cd from generating output.
1348
37e2d8f4
SM
13491999-10-08 Stefan Monnier <monnier@cs.yale.edu>
1350
1351 * update-subdirs: also ignore CVS subdirs.
1352
4e1d9c86
GM
13531999-10-07 Gerd Moellmann <gerd@gnu.org>
1354
1355 * Makefile.in (install-arch-indep): Add ada-mode.
dff28924 1356
2b6bac15
DL
13571999-10-06 Dave Love <fx@gnu.org>
1358
1359 * Makefile.in: Add rules for config.status, configure.
1360
a4a9692d
DL
13611999-09-07 Gerd Moellmann <gerd@gnu.org>
1362
1363 * configure.in (--with-sound): Removed.
1364
13651999-08-30 Gerd Moellmann <gerd@gnu.org>
1366
1367 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
1368 the test for Xaw3d.
1369 (HAVE_TIFF): Add -lm to library check.
1370
13711999-08-28 Richard Stallman <rms@gnu.org>
1372
1373 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
1374 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
1375 after the other X-related libraries.
1376
13771999-08-21 Dave Love <fx@gnu.org>
1378
1379 * configure.in: Don't check for jpeglib.h.
1380
13811999-08-20 Gerd Moellmann <gerd@gnu.org>
1382
1383 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
1384 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
1385
13861999-08-18 Dave Love <fx@gnu.org>
1387
1388 * configure.in: : Check for termcap.h.
1389
13901999-08-15 Gerd Moellmann <gerd@gnu.org>
1391
1392 * configure.in: Add --with-toolkit-scroll-bars. If "no",
1393 use Emacs' scroll bars, even if configured for Motif or when
1394 Xaw3d is available.
1395
13961999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
1397
1398 * configure.in: Check for getaddrinfo.
1399
14001999-08-04 Eli Zaretskii <eliz@gnu.org>
1401
1402 * config.bat: Make --no-debug work again by removing -gcoff.
1403
14041999-07-30 Dave Love <fx@gnu.org>
1405
1406 * configure.in: Check for stdlib.h.
1407
14081999-07-19 Dave Love <fx@gnu.org>
1409
1410 * configure.in: Grok sparc64-*-linux-gnu*.
1411
14121999-07-12 Richard Stallman <rms@gnu.org>
1413
1414 * Version 20.4 released.
1415
14161999-06-23 Karl Heuer <kwzh@gnu.org>
1417
1418 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
1419 Quote $EMACS, in case it's a program with args.
1420
14211999-05-29 Richard M. Stallman <rms@gnu.org>
1422
1423 * configure.in: Delete the Kerberos stuff.
1424
14251999-05-27 Greg Hudson <ghudson@mit.edu>
1426
1427 * configure.in: Prefer kerberos 5 names.
1428
14291999-04-26 Richard M. Stallman <rms@gnu.org>
1430
1431 * configure.in: Check for libXp.
1432
14331999-04-08 Richard Stallman <rms@gnu.org>
1434
1435 * make-dist: Include change logs in subdirs of `lisp'.
1436
14371999-04-05 Richard Stallman <rms@gnu.org>
1438
1439 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
1440 (install-arch-indep): Make ${datadir}/emacs world-readable.
1441
14421999-03-30 Eli Zaretskii <eliz@gnu.org>
1443
1444 * config.bat: Use epaths.* instead of paths.*.
1445
14461999-03-07 Eli Zaretskii <eliz@gnu.org>
1447
1448 * INSTALL: Add detailed instructions to unpack and install
1449 intlfonts on MS-DOS.
1450
14511999-02-26 Richard Stallman <rms@gnu.org>
1452
1453 * configure.in: Use epaths.h and epaths-force instead of paths....
1454
1455 * Makefile.in (epaths-force): Renamed from paths-force;
1456 operate on epaths.in and produce epaths.h.
1457
14581999-02-24 Richard Stallman <rms@gnu.org>
1459
1460 * make-dist: Fix nt/icons directory handling.
1461
14621999-02-22 Simon Josefsson <jas@pdc.kth.se>
1463
1464 * configure.in (f301-fujitsu-uxpv4.1): New target.
1465
14661999-02-20 Richard Stallman <rms@gnu.org>
1467
1468 * make-dist (tempparent): Fix command to update info files.
1469
14701999-02-09 Richard Stallman <rms@gnu.org>
1471
1472 * configure.in (powerpc-apple-netbsd*): New alternative.
1473
14741999-01-25 Geoff Voelker <voelker@cs.washington.edu>
1475
1476 * make-dist: Include the new directory nt/icons in distributions.
1477
14781999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1479
1480 * configure.in: Change message about HAVE_XFREE386.
1481
14821999-01-07 Eli Zaretskii <eliz@gnu.org>
1483
1484 * config.bat: Support configuring with leim.
1485
14861998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
1487
1488 * configure.in (mips-sgi-irix6.5): New target.
1489
14901998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1491
1492 * configure.in: Remove GSS-API support, since it has been removed
1493 from movemail.
1494
14951998-12-04 Markus Rost <rost@delysid.gnu.org>
1496
1497 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1498
14991998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
1500
1501 * Makefile.in: Don't install customize info file. Run
1502 install-info on viper info file.
1503
15041998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
1505
1506 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
1507
15081998-11-16 Kenichi Handa <handa@etl.go.jp>
1509
1510 * configure.in (*-*-bsdi4*): New target.
1511
15121998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
1513
1514 * configure.in: Fix previous change.
1515
15161998-11-11 Richard Stallman <rms@gnu.org>
1517
1518 * configure.in (aviion-intel): New machine.
1519
15201998-11-04 Kenichi Handa <handa@etl.go.jp>
1521
1522 * configure.in (mips-nec-sysv4*): New target.
1523
15241998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
1525
1526 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
1527 from lisp.
1528
15291998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
1530
1531 * make-dist: Don't include fns*.el in dist.
1532
15331998-10-30 Dave Love <fx@gnu.org>
1534
1535 * configure.in: Don't mkdir cpp.
1536
15371998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
1538
1539 * Makefile.in (install-arch-dep): Install src/fns-*.el in
1540 ${archlibdir}.
1541
15421998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1543
1544 * Version 20.3 released.
1545
15461998-07-30 Paul Eggert <eggert@twinsun.com>
1547
1548 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
1549 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
1550 (lwlib/Makefile, leim/Makefile):
1551 Prepend $(srcdir)/ to rule dependencies outside this dir.
1552
15531998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1554
1555 * configure.in: Use unset CDPATH instead of making it empty.
1556
15571998-06-20 Karl Heuer <kwzh@gnu.org>
1558
1559 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
1560
15611998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
1562
1563 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
1564 and default.el. Sort the results.
1565
15661998-05-31 Karl Heuer <kwzh@gnu.org>
1567
1568 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
1569 writable.
1570
15711998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
1572
1573 * Makefile.in (install-arch-indep):
1574 Don't alter site-lisp/subdirs.el if it exists.
1575
15761998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1577
1578 * Makefile.in (install-arch-indep): Put `-' on commands to create
1579 subdirs.el in site-lisp dirs.
1580
15811998-05-07 Richard Stallman <rms@psilocin.gnu.org>
1582
1583 * Makefile.in (install-arch-indep): Fix typo in previous change.
1584
15851998-05-06 Richard Stallman <rms@psilocin.gnu.org>
1586
1587 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
1588
15891998-04-28 Richard Stallman <rms@psilocin.gnu.org>
1590
1591 * Makefile.in (mkdir): Create the site-lisp dirs.
1592 (install-arch-indep): Make site-lisp/subdirs files world-readable.
1593
15941998-04-26 Richard Stallman <rms@psilocin.gnu.org>
1595
1596 * Makefile.in (INSTALL_INFO): New variable.
1597 (install-arch-indep): Don't replace the dir file if it already exists.
1598 Use the install-info program, via INSTALL_INFO, to add entries.
1599 Make the `info' subdir and the Info files world-readable.
1600
16011998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
1602
1603 * config.bat: Make sure the environment is large enough to support
1604 all the "set foo=bar" commands. Update pointers to DJGPP FTP
1605 sites.
1606
16071998-04-10 Karl Heuer <kwzh@gnu.org>
1608
1609 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
1610
16111998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1612
1613 * configure.in: Add --with-gssapi to specify GSS-API
1614 authentication support for movemail.
1615
16161998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
1617
1618 * Makefile.in (install-arch-indep): Fix previous change.
1619
16201998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
1621
1622 * Makefile.in (info): Run man in build dir, not srcdir.
1623
16241998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
1625
1626 * Makefile.in (install-arch-indep): Fix previous change.
1627
16281998-03-23 Kenichi Handa <handa@etl.go.jp>
1629
1630 * Makefile.in (top_distclean): Check the existence of `lock'
1631 subdir.
1632
16331998-03-22 Richard Stallman <rms@gnu.org>
1634
1635 * Makefile.in (install-arch-indep): Put special subdirs.el files
1636 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
1637
16381998-03-21 Richard Stallman <rms@psilocin.gnu.org>
1639
1640 * make-dist: Fix shell syntax in check for missing .el or .elc files.
1641
16421998-03-09 Richard Stallman <rms@psilocin.gnu.org>
1643
1644 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
1645 (m68*-hp-hpux*): Handle versions 1X like 10.
1646
16471998-03-07 Richard Stallman <rms@psilocin.gnu.org>
1648
1649 * make-dist: PROBLEMS is now in etc, not top level dir.
1650
1651 * Makefile.in (SOURCES): Delete PROBLEMS.
1652
16531998-02-25 Richard Stallman <rms@gnu.org>
1654
1655 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
1656
1657 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
1658
16591998-01-17 Richard Stallman <rms@gnu.org>
1660
1661 * Makefile.in (install-arch-indep): Add semicolon before `else'.
1662
16631998-01-02 Richard Stallman <rms@psilocin.gnu.org>
1664
1665 * make-dist (tempparent): New option --no-check.
1666
1667 * make-dist: Don't do anything with cpp directory.
1668
16691997-12-20 Richard Stallman <rms@psilocin.gnu.org>
1670
1671 * configure.in (sparc-fujitsu-sysv4*): New target.
1672
16731997-12-17 Andreas Schwab <schwab@gnu.org>
1674
1675 * configure.in: Cache more tests. Add missing quotes around
1676 message with embedded comma.
1677
16781997-12-04 Karl Heuer <kwzh@gnu.org>
1679
1680 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
1681
16821997-11-26 Joel N. Weber II <devnull@gnu.org>
1683
1684 * make-dist: Changed the comment about `umask 0' to say `Don't
92a8ce63
JB
1685 restrict access to any files.'; previously it said `Don't protect
1686 any files', which may have implied that we think fascism is good.
a4a9692d
DL
1687
16881997-11-24 Paul Eggert <eggert@twinsun.com>
1689
1690 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
1691 strftime needs the underlying host's strftime for locale dependent
1692 formats.
1693
16941997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
1695
1696 * configure.in (i586-dg-dguxR4.*): New name in case branch.
1697
16981997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * config.bat: Configure the man subdirectory.
1701
17021997-11-07 Paul Eggert <eggert@twinsun.com>
1703
1704 * configure.in (AC_CHECK_LIB): Add -lintl.
1705
17061997-11-07 Karl Heuer <kwzh@gnu.org>
1707
1708 * make-dist (check for .elc files): Avoid bash-specific syntax.
1709 (check for overflow 14-char limit): Simplify.
1710
17111997-11-07 Richard Stallman <rms@gnu.org>
1712
1713 * Makefile.in (install): Move blessmail last.
1714
17151997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1716
1717 * configure.in (gettimeofday, one arg or two):
1718 Clarify messages by avoiding double negative.
1719
17201997-09-30 Karl Eichwalder <ke@suse.de>
1721
1722 * Makefile.in (install-arch-indep): install the widget info file.
1723
17241997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1725
1726 * configure.in (with-pop, with-kerberos): Need to check Kerberos
1727 libraries in reverse order, so that libraries will appear in the
1728 correct dependency order on the link line (and so that the
1729 configure checks themselves will work properly when early
1730 libraries depend on later ones).
1731
17321997-09-21 Erik Naggum <erik@naggum.no>
1733
1734 * make-dist (making links to `src'): Keep timestamp on copied
1735 files.
1736
1737 * make-delta: New script to produce delta distributions.
1738
17391997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1740
1741 * Version 20.2 released.
1742
17431997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1744
1745 * Version 20.1 released.
1746
1747 * Makefile.in (install-leim): Depend on mkdir.
1748 (leim): Depend on src.
1749
17501997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1751
1752 * configure.in: Recognize alpha* instead of just alpha.
1753
17541997-09-12 Paul Eggert <eggert@twinsun.com>
1755
1756 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
1757
17581997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1759
1760 * update-subdirs: Use rm -f.
1761
17621997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1763
1764 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
1765 Ignore subdirs named Old.
dff28924 1766
a4a9692d
DL
17671997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
1768
1769 * configure.in: Add OpenBSD clause to set $machine.
1770
17711997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1772
1773 * make-dist: Recompile everything after updating various Lisp files.
1774 Recompile in leim as well as lisp.
1775 Check in leim as well as lisp for mismatched files and too-long names.
dff28924 1776
a4a9692d
DL
17771997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1778
1779 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
1780
17811997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1782
1783 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
1784 before trying to copy anything from it.
1785
17861997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1787
1788 * Makefile.in (man/Makefile): New target.
1789 (tags): Define env var EMACS and run Makefile from build dir.
1790
17911997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
1792
1793 * config.bat: If src/_gdbinit doesn't exist, try using
1794 src/.gdbinit to create it (for building on Windows 95).
1795
17961997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1797
1798 * Makefile.in (install-arch-indep):
1799 Discard extra data in tar | tar pipes.
1800
18011997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
1802
1803 * configure.in (x_default_search_path): Corrected
1804 '${x_library}' to '${x_library}/X11'.
1805
18061997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1807
1808 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1,
1809
18101997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1811
1812 * configure.in: Support auto-configuration of both Kerberos V4 and
92a8ce63
JB
1813 Kerberos V5 for movemail, including detection of V4 and V5 header
1814 files and libraries.
a4a9692d
DL
1815
18161997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
1817
1818 * configure.in: Compute x_default_search_path
1819 and substitute into makefiles.
1820
1821 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
1822
18231997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1824
1825 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
1826
18271997-08-07 Erik Naggum <erik@naggum.no>
1828
1829 * configure.in: Remove lockdir, it is no longer needed.
1830 * Makefile.in (mkdir): Don't create lockdir.
1831 (lockdir): Variable deleted.
1832 (paths-force): Don't operate on PATH_LOCK.
1833
18341997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1835
1836 * leim-Makefile.in (clean, distclean): New targets.
1837
1838 * make-dist: Include leim/ChangeLog in leim distribution.
1839
18401997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1841
1842 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
1843
18441997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1845
1846 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
1847
18481997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1849
1850 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
1851
18521997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1853
1854 * make-dist: Update leim/leim-list.el.
1855 Pass along value of $EMACS when updating lisp dir.
1856
18571997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
1858
dff28924 1859 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
a4a9692d
DL
1860 prerequisite to the use of Doug Lea's malloc.
1861
18621997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1863
1864 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
1865
1866 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
1867
18681997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1869
1870 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
1871
18721997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1873
1874 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
1875 to news-r6.h.
1876
18771997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * config.bat: Use `sed' instead of `cp', which might not be
1880 installed.
1881
18821997-07-09 Kenichi Handa <handa@etl.go.jp>
1883
1884 * Makefile.in (mostlyclean): Add cleaning leim directory.
1885 (clean, distclean, maintainer-clean): Likewise.
1886
18871997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1888
1889 * make-dist (bogosities): Check subdirs of `lisp' also.
1890
18911997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1892
1893 * make-dist (etc): Really avoid symlinks now.
1894 (lisp): Don't delete from subdirs the things we never copy.
1895
18961997-07-07 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1897
1898 * Makefile.in (install-arch-indep): Correct the target name.
1899 The first letter `i' was dropped by the previous change of mine.
1900
19011997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1902
1903 * configure.in (leim/Makefile): Generate this.
1904 (*-sysv4.2uw*): Recognize new alternative.
1905
1906 * leim-Makefile.in: Renamed from leim-Makefile.
1907
1908 * make-dist: Set up real-leim subdirectory,
1909 with the real contents of leim; then move it to
1910 a separate top-level directory.
1911
1912 * make-dist: Don't mention site-lisp, site-init, site-start
1913 or default, when listing files hat are not compiled and should be.
dff28924 1914
a4a9692d
DL
1915 * configure.in: Create src/config.stamp at the end.
1916
19171997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1918
1919 * Makefile.in (install-leim): Correct previous change.
1920
19211997-07-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1922
1923 * Makefile.in (install-leim): New target.
1924 (install): Depend on install-leim.
dff28924 1925
a4a9692d
DL
19261997-07-01 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1927
1928 * Makefile.in (SUBDIR): Add leim.
1929 (SUBDIR_MAKEFILES): Add leim/Makefile.
1930 (leim/Makefile): New target.
1931
19321997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1933
1934 * leim-Makefile: New file.
1935 * make-dist: Initialize a `leim' subdirectory with that makefile.
1936
19371997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1938
1939 * configure.in (GNU_MALLOC_reason): Fix message text.
1940
19411997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1942
1943 * make-dist (lisp): Don't process subdirs that start with =.
1944 (etc): Copy symlinks, as in src.
1945
19461997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1947
1948 * configure.in (i*86-*-unixware*): New alternative.
1949
19501997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1951
1952 * Makefile.in (src/config.stamp): Target renamed from src/config.h
1953 and touch it explicitly.
1954
1955 * configure.in (mips-sony-newsos6*): New alternative.
1956 (mips-*-linux-gnu*): New alternative.
1957 (*-*-bsdi*): New alternative.
1958 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
1959
19601997-06-22 Dave Love <d.love@dl.ac.uk>
1961
1962 * Makefile.in (lib-src): Depend on src/config.h (e.g. for
92a8ce63 1963 movemail.o).
a4a9692d 1964 (src/config.h): New target to re-configure if src/config.in
92a8ce63 1965 is patched.
a4a9692d
DL
1966
19671997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1968
1969 * configure.in (shutdown): Check for `shutdown' function.
1970
19711997-06-18 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1972
1973 * update-subdirs: Include the directory "language" in subdirs.
1974
19751997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1976
1977 * configure.in (m88k-dg-dgux4*): New alternative.
1978 (alpha-*-netbsd*): New alternative.
1979 (powerpcle-*-solaris2*): New alternative.
1980
19811997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1982
1983 * make-dist: Warn about .el files that are not compiled.
1984
19851997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1986
1987 * Makefile.in (dist): Don't run update-subdirs here,
1988 since make-dist now gets that done.
1989
1990 * make-dist: Use the new `updates' target in lisp/Makefile.
dff28924 1991
a4a9692d
DL
1992 * make-dist: Use new non-file targets in lisp/Makefile.
1993
19941997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1995
1996 * make-dist: Handle all subdirs of `lisp' uniformly.
1997 Don't handle `term' and `language' specially.
1998 Clear out umask at the beginning.
dff28924 1999
a4a9692d
DL
20001997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2001
2002 * make-dist: Use Make to update finder-inf.el and autoloads.
2003 Also update cus-load.el.
2004
20051997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2006
2007 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
2008 in case it is desirable to disable the GNU malloc features with
2009 glibc.
2010
20111997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
2012
2013 * configure.in (DOUG_LEA_MALLOC):
2014 Define if malloc_{get,set}_state exist.
2015
20161997-03-05 Ken'ichi Handa <handa@etl.go.jp>
2017
2018 * make-dist: Make links for files under lisp/language.
2019
177c0ea7 20201997-02-20 Kenichi Handa <handa@etl.go.jp>
a4a9692d
DL
2021
2022 * update-subdirs: Exclude the directory "language" from subdirs.
2023
20241997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2025
2026 * configure.in: Check for rint and cbrt.
2027
20281997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2029
2030 * make-dist: Use $EMACS to say where to run Emacs.
2031 Add --no-update option.
dff28924 2032
a4a9692d
DL
20331996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2034
2035 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
2036
20371996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2038
2039 * make-dist (copying src): Check thoroughly for symlinks
2040 and copy them in all cases. Regularize the linking of *.in
2041 and *.opt and ChangeLog files.
2042 (copying lib-src): Likewise.
2043 Don't rm getdate.c or y.tab.*--they don't exist any more.
dff28924 2044
a4a9692d
DL
20451996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
2046
2047 * configure.in: Check for libmail, maillock.h and
2048 touchlock (for movemail).
2049
20501996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2051
2052 * configure.in (limits.h): Check for this file.
2053
20541996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2055
2056 * configure.in (rs6000-ibm-aix4.2): New alternative.
2057 (rs6000-ibm-aix4.0): New alternative.
2058 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
2059
20601996-11-22 Ben Harris <bjh21@cam.ac.uk>
2061
2062 * configure.in: Recognize vax-*-netbsd*.
2063
20641996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2065
2066 * configure.in (locallisppath): Add leim directory.
2067
20681996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 * config.bat: Make sure `mv' supports forward slashes and -f.
2071
20721996-10-28 Christian Limpach <chris@nice.ch>
2073
2074 * configure.in (hppa*-next-nextstep*): * added after hppa
2075 to accept hppa1.0 and hppa1.1.
2076
20771996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
2078
2079 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
2080 * configure.in (ld_switch_machine): Fix typo.
2081
20821996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2083
2084 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
2085 from config.h and use them in $ac_link.
2086
20871996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
2088
2089 * configure.in: Create a subdir named `lisp'.
2090
20911996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2092
2093 * configure.in: Check for getcwd.
2094
20951996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2096
dff28924 2097 * configure.in: Check for termios.h. Check for setpgid.
a4a9692d
DL
2098
20991996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2100
2101 * configure.in: Check for setrlimit.
2102
21031996-08-31 Paul Eggert <eggert@twinsun.com>
2104
2105 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
2106
21071996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2108
2109 * configure.in: Check for utimes.
2110
2111 * configure.in: Check for com_err library, but only
2112 if --with-kerberos was used. Check for krb and des
2113 only if --with-kerberos.
2114
21151996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2116
2117 * Makefile.in (INSTALL_STRIP): New variable.
2118 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
2119 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
2120
21211996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2122
2123 * configure.in: Check for krb and des libraries.
2124
21251996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2126
2127 * configure.in (*-sunos4.1.[3-9]*noshare):
2128 Use sunos413, not sunos4-1-3.
2129 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
2130 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
dff28924 2131
a4a9692d
DL
21321996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2133
2134 * Makefile.in (src/paths.h): Target deleted.
2135 (paths-force): Delete all dependencies on this target
2136 but don't delete the target.
2137 (install): Depend on `all'.
2138 (paths-force): Don't print a message.
2139
2140 * configure.in: Generate src/paths.h here.
2141
21421996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2143
2144 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
2145 New variables that affect linking only.
2146 (alpha-dec-osf*): Use those instead of previous change.
2147
21481996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2149
2150 * Makefile.in (install-arch-indep): Install info/messages.
2151
21521996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2153
2154 * Version 19.33 released.
2155
21561996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
2157
2158 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2159 Fix previous change.
2160
21611996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2162
2163 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
2164 New alternative.
2165
21661996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2167
2168 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
2169 and NON_GCC_TEST_OPTIONS.
2170
21711996-08-06 Paul Eggert <eggert@twinsun.com>
2172
2173 * configure.in (LOCALTIME_CACHE): Don't put a string literal
2174 "TZ=..." in environ.
2175
21761996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2177
2178 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
2179
21801996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2181
2182 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
2183 the more general *-sunos4.1.[3-9]* clause.
2184
21851996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2186
2187 * Version 19.32 released.
2188
2189 * configure.in (*-sco3.2v5*):
2190 Set OVERRIDE_CPPFLAG to a string of one space.
2191 Fix the code that uses OVERRIDE_CPPFLAG.
2192
21931996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2194
2195 * configure.in: Undo previous change.
2196
21971996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2198
2199 * config.sub: Use `pc', not `unknown', when canonicalizing
2200 the vendor for ...86.
2201
177c0ea7 22021996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
a4a9692d
DL
2203
2204 * configure.in: Check for termios.h header.
2205
22061996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
2207
2208 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3
2209
22101996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
2211
2212 * configure.in: Split bsdos2 and bsdos2-1.
2213
22141996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2215
2216 * config.sub: If last two words are not a recognized
2217 KERNEL-OS pair, use just the last word as OS, as in 19.31.
2218 Make conversion of gnu/linux to linux-gnu really work.
dff28924 2219
a4a9692d
DL
2220 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
2221
22221996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2223
2224 * configure.in (check for using Lucid widgets by default):
2225 Eliminate indentation that confuses some compilers.
2226
22271996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2228
2229 * config.sub: Convert linux and gnu/linux to linux-gnu.
2230
2231 * make-dist: Don't update getdate.c.
2232 Ignore =... files when checking for too-long Lisp file names.
2233
22341996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2235
2236 * configure.in (euidaccess): Check for that, not for eaccess.
2237
22381996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2239
2240 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
92a8ce63 2241 before `noshare'.
a4a9692d
DL
2242 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
2243
22441996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2245
2246 * configure.in: Rename lignux to linux-gnu in configuration names.
2247 Use gnu-linux as the opsys value (s/ file name).
2248 Allow i686 just like i386, i486, i586.
2249
22501996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2251
2252 * configure.in (i*86-*-sco3.2v5): New alternative.
2253 (OVERRIDE_CPPFLAG): New variable.
2254 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
2255
2256 * configure.in: Specify vpath for .texi files.
2257
22581996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2259
2260 * configure.in: Always check for HAVE_X11R5.
2261 Separately decide whether to use a toolkit by default.
2262
22631996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
2264
2265 * configure.in: If X11R5 is missing the Xaw headers,
2266 default to --with-x-toolkit=no.
2267
22681996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2269
2270 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
2271
22721996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2273
2274 * Makefile.in (install-arch-indep): If cd etc makes output,
2275 don't treat that as part of the tar data.
2276 Check that ./lisp actually exists.
dff28924 2277
a4a9692d
DL
22781996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
2279
2280 * make-dist: Check for long file names.
2281
22821996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2283
2284 * Version 19.31 released.
2285
22861996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2287
2288 * configure.in: Recognize sparc-*-lignux.
2289
22901996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2291
2292 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
2293 Don't include config.w95.
2294
22951996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2296
2297 * make-dist: Replace --no-clean-up and --no-tar options
2298 with --clean-up and --tar, so that the default is useful.
2299
23001996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * config.bat: Make sure the GDB init file is called src/_gdbinit;
2303 if not, tell the user to rename it and abort.
2304
23051996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2306
2307 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
2308 test program.
2309
23101996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2311
2312 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
2313
2314 * make-dist (MANIFEST): Fix previous change.
2315 (msdos): Put mainmake.v2 into the dist.
2316
23171996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2318
2319 * make-dist: Exit if autoconf fails.
2320
23211996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * config.bat: Set djgpp-ver, and unset it at the end.
b1f865ae 2324 Add a number of conditionals for DJGPP version 2.
a4a9692d
DL
2325 Rename label libsrc2 to libsrc3.
2326 Substitute for LDFLAGS in src/Makefile.
2327 Substitute for ALL_CFLAGS in lib-src/Makefile.
2328
23291996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2330
2331 * configure.in (ncurses): Check this after checking fns like strerror.
2332
23331996-04-08 Erik Naggum <erik@naggum.no>
2334
2335 * make-dist (MANIFEST): Don't include lines from =files.
2336
23371996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2338
2339 * make-dist: Don't put lisp/dired.todo in the dist.
2340
23411996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
2342
2343 * configure.in (HAVE_NCURSES): Look for library named ncurses.
2344
2345 * configure.in (setlocale): Check for it.
2346
2347 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
dff28924 2348
a4a9692d
DL
23491996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2350
2351 * configure.in: Use lignux instead of linux as value of opsys.
2352
23531996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2354
2355 * Makefile.in (install-strip): Fix whitespace.
2356 Get rid of continuation.
2357
2358 * config.sub: Convert linux or gnu/linux to lignux.
2359
23601996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2361
2362 * configure.in: Accept lignux in configuration name.
2363
23641996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2365
2366 * Makefile.in (install-strip): New target.
2367
23681996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2369
2370 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
2371 -f failed to do the job on Suns.
2372
23731996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2374
2375 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
2376
2377 * configure.in (linux/version.h): Check for this header.
2378
23791996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2380
2381 * configure.in: Remove -fno-builtin hackery from -lm check.
2382
23831996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
2384
2385 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
92a8ce63 2386 just this test.
a4a9692d
DL
2387
2388 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
2389
23901996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2391
2392 * configure.in: Check for ncurses.
2393
23941996-02-28 Paul Eggert <eggert@twinsun.com>
2395
2396 * configure.in (LOCALTIME_CACHE):
2397 Also define if localtime mishandles unsetting TZ.
2398 This works around a localtime bug in mips-dec-ultrix.
2399
24001996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2401
2402 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
2403
2404 * configure.in: Improve messages about X versions.
2405
24061996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2407
2408 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
2409
24101996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2411
2412 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
2413 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
2414
2415 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2416 (install): Put install-arch-indep before install-arch-dep.
2417
24181996-02-20 Dave Love <d.love@dl.ac.uk>
2419
2420 * INSTALL: Clarify info about MS-DOS path handling.
2421
24221996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2423
2424 * Makefile.in (install-arch-indep): Install info/ccmode*.
2425 In previous change, protect against /bin/pwd returning null string.
2426
24271996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2428
2429 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
2430 to lispdir.
2431
24321996-02-01 Paul Eggert <eggert@twinsun.com>
2433
2434 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
2435
24361996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2437
2438 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
2439
24401996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2441
2442 * Makefile.in (extraclean): Use ${top_distclean} to ensure
2443 we delete everything distclean deletes.
2444
24451996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
2446
2447 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
2448
24491996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2450
2451 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
2452 into LDFLAGS instead of into LIBS.
2453
24541996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2455
2456 * configure.in (HAVE_XMU): Fix typo in previous change.
2457
24581996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2459
2460 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
2461
24621996-01-10 Erik Naggum <erik@naggum.no>
2463
2464 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
2465
24661996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2467
2468 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
2469
24701996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2471
2472 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
2473 and use -lXt to link it.
2474
24751996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2476
2477 * configure.in (locallisppath): Put version-specific dir first.
2478
24791996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2480
2481 * configure.in (hppa-*-nextstep*): New alternative.
2482 (USE_X_TOOLKIT): By default, set this to "maybe";
2483 and change that later to LUCID or "no" according to X11 version.
2484
2485 * make-dist: Recompile outdated .elc files and update all autoloads.
2486
24871996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2488
2489 * configure.in (locallisppath): Fix typo in last change: " -> '.
2490
24911996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2492
2493 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
2494
24951995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2496
2497 * Makefile.in (install-arch-indep): Give all files read permission.
2498
24991995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2500
2501 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
2502 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
2503
25041995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2505
2506 * configure.in: Determine HAVE_X11R6.
2507 (HAVE_MENUS): Renamed from HAVE_X_MENU.
2508
25091995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2510
2511 * configure.in: Just "solaris" now defaults to version 2.4.
2512 Add sunos4.1.n-noshare as alternative.
2513
25141995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2515
2516 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
2517
25181995-11-29 Erik Naggum <erik@naggum.no>
2519
2520 * Makefile.in (install-arch-indep): Add missing backslash.
2521
25221995-11-29 Karl Eichwalder <ke@ke.Central.DE>
2523
2524 * Makefile.in (install-arch-indep): Don't install
2525 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
2526
25271995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2528
2529 * Makefile.in (install-arch-indep): Fix previous change.
2530
2531 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
2532
25331995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2534
2535 * Version 19.30 released.
2536
2537 * make-dist (lisp): Exclude subdirs.el.
2538
25391995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2540
2541 * make-dist (etc): Delete *.orig and *.rej.
2542
25431995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2544
2545 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
2546
25471995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2548
2549 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
2550
25511995-11-14 Geoff Voelker <voelker@cs.washington.edu>
2552
2553 * make-dist (nt): Rename install, readme, and todo to
2554 INSTALL, README, and TODO.
2555
25561995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2557
2558 * make-dist (lisp): Don't distribute site-start.
2559
25601995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
2561
2562 * make-dist: Break the hard link on alloca.c.
2563
25641995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2565
2566 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
2567
25681995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2569
2570 * make-dist (src, lib-src): Don't distribute Makefile.c.
2571 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
2572
25731995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2574
2575 * Makefile.in (mkdir): Create man1dir, not mandir.
2576 (uninstall): Use man1dir, not mandir.
2577
25781995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2579
2580 * Makefile.in (man1dir): New variable.
92a8ce63 2581 (install-arch-indep): Use man1dir.
a4a9692d
DL
2582
2583 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
2584
2585 * make-dist: Create lisp/MANIFEST.
2586
25871995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2588
2589 * configure.in (m68k-*-linux*): New alternative.
2590
25911995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2592
2593 * make-dist: Use new names config.in, paths.in, and
2594 {src,lib-src}/Makefile.in.
2595
25961995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2597
2598 * configure.in: Don't bother checking for drem.
2599
26001995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2601
2602 * Makefile.in (distclean): Delete line with just a tab in it.
2603 (install-arch-indep): Delete spaces that precede tabs.
2604 Delete spurious `fi' left from previous change.
2605 (install): Supply `true' as command, to avoid null command.
2606
26071995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2608
2609 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
2610
26111995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2612
2613 * configure.in (powerpc-*-solaris2): New alternative.x
2614
26151995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2616
2617 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
2618 of paths.h.tmp$$, to avoid going beyond 14 characters.
2619
26201995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2621
2622 * configure.in: Improve error msg for invalid --with-x-toolkit value.
2623
26241995-09-06 Paul Eggert <eggert@twinsun.com>
2625
2626 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
2627 if localtime caches TZ. Check for tzset.
2628
26291995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2630
2631 * config.bat: Simplify using new names file names src/makefile.in,
2632 config.in, paths.in. Change Echo commands not to use `.
2633
26341995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2635
2636 * Makefile.in (install-arch-indep): Always install the new dir file;
2637 rename the previous dir file to dir.bak or dir.old.
2638
26391995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2640
2641 * configure.in (RANLIB): Substitute this into makefiles.
2642 Set it specially on solaris; set it by default on other systems.
2643
2644 * configure.in: Fix previous Alpha change.
2645
26461995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2647
2648 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
2649 NON_GCC_TEST_OPTIONS.
2650
26511995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2652
2653 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
2654 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
2655
2656 * configure.in (alpha-*-linux*): New configuration.
2657
26581995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2659
2660 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
2661 (m68k-next-nextstep*): New alias for that.
2662 (i*86-*-nextstep*): Use nextstep.h.
2663 (sparc-*-nextstep*): New configuration.
2664
26651995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2666
2667 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
2668 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
2669
26701995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2671
2672 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
2673 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
2674
26751995-07-18 Mike Long <mike.long@analog.com>
2676
2677 * make-dist: Fix update of finder-inf.el, and byte-compile it.
2678
26791995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2680
2681 * Makefile.in (src/paths.h, paths-force):
2682 Rename src/paths.h.in to src/paths.in.
2683 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
2684
2685 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
2686 Use Makefile.c for intermediate file.
2687 Rename src/config.h.in to src/config.in.
2688
26891995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
2690
2691 * configure.in (mips-dec-ultrix*): Assume version 4.3.
2692 (mips-dec-ultrix4.[12]): New alternative for old versions.
2693
26941995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2695
2696 * make-dist: Don't break intra-tree links.
2697
26981995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2699
2700 * configure.in: Put back archlibdir initialization. Require
92a8ce63 2701 autoconf 2.4.1 or later.
a4a9692d
DL
2702
27031995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2704
2705 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
2706 (mips-mips-riscos5*): New alternative.
2707
27081995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2709
2710 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
2711
27121995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2713
2714 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
2715 (mandir, infodir, archlibdir): Initializations deleted.
2716
2717 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
2718 On hpux9shr, use hpux9shxr4.h.
2719
27201995-06-24 Morten Welinder <terra+@cs.cmu.edu>
2721
2722 * configure.in: Added target mips-dec-mach_bsd4.3.
2723 * config.guess: Guess mips-dec-mach_bsd4.3.
2724
27251995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2726
2727 * Makefile.in (mkdir): Use symbolic chmod.
2728
27291995-06-22 Paul Eggert <eggert@twinsun.com>
2730
2731 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.
2732 (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
2733
27341995-06-22 Paul Eggert <eggert@twinsun.com>
2735
2736 * Makefile.in (SUBDIR_MAKEFILES):
2737 Add man/Makefile, so `make distclean' removes it.
2738 (top_distclean): Add config.log to the list of files to be removed.
2739
27401995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2741
2742 * Version 19.29 released.
2743
27441995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2745
2746 * configure.in: Fix the previous change to verify that the -b
2747 option really solves the problem.
2748
2749 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
2750
27511995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2752
2753 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
2754
27551995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2756
2757 * configure.in: Report more clearly when there is no special
2758 dir to search for X includes or libraries.
2759
27601995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2761
2762 * configure.in: Check for -lpthreads, not -lpthread.
2763
27641995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2765
2766 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
2767
27681995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2769
2770 * configure.in: Check for -lpthread.
2771
27721995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2773
2774 * Makefile.in (install-arch-indep): Install info files for mh-e.
2775 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
2776
27771995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2778
2779 * configure.in (*-solaris2.5): New configuration.
2780
2781 * make-dist: Copy new files config.nt and config.w95.
2782
27831995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2784
2785 * configure.in: Use x_includes, not x_libraries, for -I.
2786 Make bitmapdir a colon-separated list.
2787
27881995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
2789
2790 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
2791
2792 * configure.in: Allow x_libraries and x_includes to be paths.
2793
27941995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2795
2796 * configure.in: Fix typo.
2797
27981995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2799
2800 * INSTALL: Clarify use of site-init.el.
2801
28021995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
2803
2804 * configure.in: pass arg to sqrt.
2805
28061995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2807
2808 * make-dist: Fix May 6 change.
2809
28101995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2811
2812 * vpath.sed: Delete reference to ymakefile.
2813
28141995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2815
2816 * configure.in: Use sqrt (more portable) instead of fmod in -lm
92a8ce63 2817 check.
a4a9692d
DL
2818
28191995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2820
2821 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
2822
2823 * update-subdirs: Specify /bin/sh to run the script.
2824
28251995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2826
2827 * make-dist: Put src/makefile.nt in dist.
2828
2829 * configure.in (i[345]86-*-bsdi2*): New configuration.
2830 (vax-dec-bsd386*): Deleted.
2831
28321995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2833
2834 * configure.in: Make sure CDPATH doesn't mess up PWD check. Check
2835 whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod
2836 instead of logb in -lm check.
2837
28381995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2839
2840 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
2841 Use bsd4-3. Don't set NON_GNU_CPP.
2842
2843 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
2844 In nt. copy various different things, but not *.cmd.
2845 Fix the ln commands for the subdirs of nt.
2846
28471995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2848
2849 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
2850
28511995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2852
2853 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
2854 since that's what the header file expects.
2855
28561995-04-24 Francesco Potorti` (pot@cnuce.cnr.it)
2857
2858 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
2859 and 68040 based machines when choosing options for gnucc.
2860
28611995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2862
2863 * Makefile.in (top_distclean): Delete config.cache.
2864
28651995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2866
2867 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
2868
2869 * configure.in: Use m/ncr386.h.
2870
28711995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2872
2873 * Makefile.in (install-arch-indep): Undo Sep 23 change.
2874
28751995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2876
2877 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
2878 (man): Don't copy texindex.c and getopt.c; they're deleted.
2879 (etc): Omit `e'; it's a subdirectory.
2880 (etc/e): Use `../..', not `..', to reference top level.
2881
28821995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
2883
2884 * Makefile.in (install-arch-indep, dist):
2885 look for `update-subdir' in $(srcdir).
2886
28871995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2888
2889 * make-dist: Include mkinstalldirs in distribution.
2890
28911995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2892
2893 * make-dist: Add missing close backquote.
2894
28951995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2896
2897 * make-dist: Don't distribute shortnames directory.
2898
28991995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2900
2901 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
2902
29031995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2904
2905 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
2906
29071995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2908
2909 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
2910
29111995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2912
2913 * configure.in (mips-sgi-irix6): New configuration.
2914
29151995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2916
2917 * Makefile.in (maintainer-clean): Renamed from realclean.
2918
29191995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2920
2921 * configure.in: Create a .gdbinit that sources the real one, if
2922 using a different build directory.
2923
29241995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2925
2926 * configure.in: Check for sys/select.h.
2927
29281995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2929
2930 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
2931
29321994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2933
2934 * configure.in: Handle isc 4.1 operating system.
2935
29361994-12-10 Richard Stallman <rms@kepa>
2937
2938 * configure.in (rs6000-ibm-aix4.1*): New alternative.
2939 (rs6000-ibm-aix4*): New alternative.
2940
29411994-12-06 Richard Stallman <rms@kepa>
2942
2943 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
2944
29451994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2946
2947 * configure.in: Don't try to make directories that are guaranteed
92a8ce63 2948 to already exist.
a4a9692d
DL
2949
29501994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2951
2952 * configure.in: Generate man/Makefile from man/Makefile.in.
2953 Create the man subdir.
2954
2955 * Makefile.in (dvi): Run Make in our man subdir.
2956
2957 * make-dist: Create subdir etc/e.
2958 Make links to it.
2959 Put man/Makefile.in in dist, instead of man/Makefile.
2960
29611994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
2962
2963 * configure.in: Add --with-pop, --with-kerberos, and
2964 --with-hesiod for movemail.
2965
29661994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2967
2968 * configure.in (m68*-apollo*): Use s/domain.h.
2969
29701994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2971
2972 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
2973
29741994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2975
2976 * configure.in: Don't add -I, -L, -R options for cc if their
2977 arguments would be empty.
2978
29791994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2980
2981 * configure.in (i860-intel-osf1*): New alternative.
2982 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
2983 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
2984
29851994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2986
2987 * configure.in: Make h_errno check not use nested functions.
2988
29891994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2990
2991 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
2992
29931994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2994
2995 * Makefile.in (install-arch-indep): Avoid continued comment
92a8ce63 2996 swallowing target line.
a4a9692d
DL
2997
29981994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
2999
3000 * configure.in: Protect a character class with `changequote'.
3001
30021994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3003
3004 * configure.in: Accept `news' as a synonym for `newsos'.
3005
30061994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3007
3008 * Makefile.in: Don't rm files if cd fails.
3009
30101994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3011
3012 * make-dist: Put nt subdir and its subdirs in the dist.
3013 (lib-src): Put makefile.nt in the dist.
3014 (lisp): Put makefile.nt in the dist.
3015
30161994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3017
3018 * configure.in: Change a stray `[' to `test'.
3019
30201994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3021
3022 * configure.in: Adapt for Autoconf v2. Use the standard argument
3023 parser, host type canonicalizer, X11 finder, and message
3024 printing macros. Use the new macro names. Use `test' instead of `['.
3025
30261994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3027
3028 * configure.in: Check for getpagesize.
3029
30301994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3031
3032 * make-dist (msdos): Put sed* in the distribution.
3033
30341994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
3035
3036 * config.bat: New option, `--with-x', for configuring Emacs
3037 for use with the X11 system DesqView/X.
3038 New option, `--no-debug', for compiling Emacs without debug
3039 information thus saving disk space.
3040 (src/config.h, src/paths.h): Use `update' (which is like
3041 `move-if-changed') to change the file.
3042 (src/config.h): When configuring for X11 perform extra changes.
3043 (src/makefile): When configuring for X11 perform extra changes.
3044 (lib-src): Remove temporary files.
3045 (): Check that `sed', `rm', `mv', and `gcc' are available.
3046
30471994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3048
3049 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
3050
3051 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
3052
30531994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3054
3055 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
3056
3057 * configure.in (canonical): Substitute var into makefiles.
3058 (bitmapdir): Likewise.
3059
3060 * Makefile.in (bitmapdir): New variable.
3061 (src/paths.h, paths-force): Edit PATH_BITMAPS.
3062
30631994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3064
3065 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
3066
3067 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
3068 * update-subdirs: New shell script.
3069
30701994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3071
3072 * Makefile.in (top_distclean): Don't rm build-install.
3073 (SOURCES): Delete build-install.in.
3074
3075 * make-dist: Don't distribute build-ins.in.
3076 * build-ins.in: File deleted.
3077
30781994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3079
3080 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
3081
30821994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3083
3084 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
3085
3086 * configure.in (libexecdir): Renamed from libdir. New default.
3087 (sharedstatedir): Renamed from statedir. New default.
3088 (datadir): New default.
3089
3090 * make-dist: Don't distribute subdirs.el.
3091
30921994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3093
3094 * configure.in (eaccess): Check for it.
3095
30961994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3097
3098 * configure.in (mktime): Check for it.
3099
31001994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
3101
3102 * configure.in (motif): Add support for usage and option checking.
3103
31041994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3105
3106 * configure.in (utimes): Check for it.
3107
31081994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3109
3110 * Makefile.in (install-arch-indep): Don't do mkdir here.
3111
31121994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3113
3114 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3115 riscix.h renamed to acorn.h.
3116
177c0ea7 31171994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
a4a9692d
DL
3118
3119 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
3120 New configurations.
3121
31221994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3123
3124 * configure.in: Remove trailing slashes from srcdir.
3125
31261994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3127
3128 * configure.in (i[345]86-sequent-ptx*): Handle
3129
31301994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3131
3132 * Makefile.in (paths-force): Depend on src/paths.h
3133
31341994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3135
3136 * configure.in (config_options): Save all arguments, not just some.
3137
31381994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3139
3140 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
3141
3142 * configure.in: Add AC_AIX.
3143 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
3144
31451994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3146
3147 * configure.in (parsing options): Simplify sed command to delete -'s.
3148
31491994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
3150
3151 * configure.in (config_options): New shell variable.
3152 Pass its value to C code in EMACS_CONFIG_OPTIONS.
3153
31541994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3155
3156 * configure.in (alpha-dec-osf*): New target.
3157
3158 * Makefile.in: Use just one FRC target.
3159
31601994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3161
3162 * Makefile.in (removenullpaths, paths-force):
3163 Use name paths.h.tmp$$, which depends on the pid.
3164
31651994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3166
3167 * Makefile.in (removenullpaths, paths-force):
3168 Put paths.h.tmp in top-level dir, not in src.
3169
31701994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3171
3172 * Version 19.27 released.
3173
31741994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3175
3176 * Version 19.26 released.
3177
31781994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3179
3180 * configure.in: Check for lrand48, not rand48.
3181
31821994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3183
3184 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
3185 (powerpc-ibm-aix*): New aliases.
3186
31871994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3188
3189 * make-dist (src/m, src/s): Put *.inp in distribution.
3190
31911994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3192
3193 * configure.in: Accept i586 and i486 along with i386.
3194
31951994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3196
3197 * configure.in: Do compute unexec, LIBX, system_malloc, etc
3198 even if CPP env var was set by the user.
3199
3200 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
3201
32021994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
3203
3204 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
3205
32061994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3207
3208 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
3209
32101994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3211
3212 * configure.in: Check more specifically for i*86-sun-sunos.
3213
32141994-08-03 Caveh Jalali (caveh@eng.sun.com)
3215
3216 * configure.in: Handle solaris 2.4.
3217
32181994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3219
3220 * configure.in (rand48): Check for it.
3221
32221994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3223
3224 * make-dist: Update the info files.
3225
32261994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3227
3228 * configure.in: Make "checking..." messages' style consistent.
3229 (HAVE_H_ERRNO): New test.
3230
32311994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3232
3233 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
3234
32351994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3236
3237 * configure.in (CFLAGS): If the envvar was specified, use that.
3238 And set REAL_CFLAGS from it too.
3239
32401994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3241
3242 * make-dist: Update finder-inf.el.
3243
32441994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3245
3246 * make-dist (msdos): Include sed4.inp in dist.
3247
3248 * Makefile.in (libsrc_libs): Var deleted.
3249
32501994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3251
3252 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
3253
32541994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3255
3256 * configure.in (mips-sony-newsos4*): New alias.
3257
32581994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3259
3260 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
3261 (*-convex-convexos*): Accept this as alias.
3262
32631994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3264
3265 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
3266 for two different uses.
3267
32681994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3269
3270 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
3271
32721994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3273
3274 * make-dist: Put ./BUGS into the distrib.
3275
32761994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3277
3278 * configure.in: Handle 386 running Solaris 2.
3279
32801994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3281
3282 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
3283
32841994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3285
3286 * configure.in (mips-sony-newsos*): Use news-risc.h.
3287
3288 * configure.in: Accept bsdi as opsys, like bsd386.
3289
32901994-06-01 Morten Welinder (terra@diku.dk)
3291
3292 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
3293
32941994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3295
3296 * Version 19.25 released.
3297
3298 * make-dist (shortversion): Don't assume another period follows.
3299
33001994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3301
3302 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
3303 (uninstall): Use /bin/pwd.
3304
3305 * Makefile.in (blessmail): Depend on src.
3306 (all): Don't depend on blessmail.
3307
3308 * Makefile.in (src/paths.h): Don't force recomputation.
3309 (paths-force): New target; force recomputation of paths.h.
3310 (all): Depend on paths-force.
3311 (src, lib-src): Depend on src/paths.h.
3312
3313 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
3314 NON_GCC_TEST_OPTIONS.
3315
33161994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3317
3318 * configure.in: Don't insist on subversions for irix.
3319
33201994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3321
3322 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
3323
3324 * configure.in (i[34]86-next-*): New alternative.
3325
33261994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3327
3328 * Version 19.24 released.
3329
3330 * configure.in: New config hppa*-hp-hpux9shr*.
3331
33321994-05-22 Morten Welinder (terra@tyr.diku.dk)
3333
3334 * config.bat: Doc fix.
3335
33361994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3337
3338 * Makefile.in (mostlyclean, clean, distclean, realclean)
3339 (extraclean): Don't act on man subdir if it doesn't exist.
3340
33411994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3342
3343 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
3344 Use them to set up CC.
3345 (*-sun-sunos4.1.3): Set them.
3346
33471994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3348
3349 * Makefile.in (lib-src): Don't depend on src/paths.h.
3350
33511994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3352
3353 * build-ins.in (copydests): Get rid of spurious `-'s.
3354
3355 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
3356
33571994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3358
3359 * Version 19.23 released.
3360
3361 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
3362 for the Xlib and Xt checks; then restore old CFLAGS.
3363
33641994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3365
3366 * configure.in (HAVE_X11XTR6): Add newline before #if.
3367 Add newline after #endif.
3368
33691994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3370
3371 * configure.in (HAVE_X11XTR6): Arrange to define it.
3372
33731994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3374
3375 * Makefile.in (install): Depend on blessmail.
3376
33771994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3378
3379 * configure.in (mips-siemens-sysv*): Put quotes around value
3380 containing blanks.
3381
33821994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3383
3384 * Makefile.in (TAGS): Use the makefile in src subdir.
3385
33861994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3387
3388 * configure.in (opsys): Recognize `gnu'.
3389
33901994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3391
3392 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
3393
33941994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3395
3396 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
3397 version > 1.8.
3398
33991994-05-08 Morten Welinder (terra@diku.dk)
3400
3401 * config.bat: Forcibly remove "# " style comments from makefiles.
3402
34031994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3404
3405 * Makefile.in (uninstall): When processing lispdir and etcdir,
3406 do nothing unless it exists and is a directory.
3407
34081994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3409
3410 * Makefile.in (install-arch-indep): Do install info/dired-x*.
3411 Merge code in from install-doc.
3412 (install-doc): Merge code back into install-arch-indep.
3413 (install-arch-dep): Don't depend on install-doc.
3414
3415 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
3416
34171994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3418
3419 * configure.in (making src/Makefile and lib-src/Makefile):
3420 Split off the autoconf substitutions and don't pass them thru cpp.
3421 (undefs): Use $canonical as well as $configuration.
3422
3423 * make-dist: Distribute lisp/Makefile.
3424
3425 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
3426 Use lower case names for the s files.
3427
34281994-05-03 Morten Welinder (terra@diku.dk)
3429
3430 * config.bat: Added possibility for different file name
3431 transscriptions in lib-src.
3432
34331994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3434
3435 * Makefile.in (lib-src): Undo previous change.
3436 (blessmail): New target to run maybe-blessmail in lib-src.
3437 (all): Depend on blessmail.
3438
3439 * Makefile.in (lib-src): Depend on src.
3440
34411994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
3442
3443 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
3444 (m88k-dg-dgux5.4R2): dgux5.4R2.
3445
34461994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3447
3448 * configure.in (window_system): Restore accidentally deleted code
3449 that uses AC_FIND_X.
3450
3451 * make-dist: Distribute config.bat.
3452
34531994-04-29 Morten Welinder (terra@diku.dk)
3454
3455 * config.bat: Corrected the configuration of lib-src
3456 to keep up with configure. Add note about dos version 3
3457 or better needed (djgpp needs that). Add note explaining
3458 that either install in c:/emacs or edit the script.
3459 Don't change to c:/emacs, but assume we're there (to minimize
3460 the number of places to change).
3461
3462 * config.bat: Build-in the first step towards X11 support with
3463 the X11 emulator that exists. At this time it won't work,
3464 and several files are missing.
3465
34661994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3467
3468 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
3469 Don't look for -lresolv.
3470
3471 * Makefile.in (lib-src): Depend on src/paths.h.
3472
34731994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3474
3475 * configure.in: Restore deleted AC_SUBST of `configuration'.
3476 Improve error message for bad --with-x-toolkit value.
3477
3478 * configure.in: Define CONFIGURATION in src/config.h
3479 rather than substituting in src/Makefile.in.
3480
34811994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3482
3483 * Makefile.in (install-doc): New target.
3484 (install-arch-dep): Depend on install-doc.
3485 (mkdir): Create docdir.
3486
34871994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3488
3489 * configure.in: Test for libresolv.a.
3490 Substitute machfile and opsysfile.
3491
34921994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3493
3494 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
3495 (install-arch-dep): Install under the name $(EMACS).
3496
34971994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3498
3499 * configure.in (version): Use entire value of emacs-version.
3500 (mips-siemens-sysv*): New alternative.
3501
35021994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3503
3504 * Makefile.in (install-arch-indep): Don't install dired-x*.
3505
35061994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3507
3508 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
3509 Fix definition of $undefs.
3510
35111994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3512
3513 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
3514
3515 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
3516
35171994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3518
3519 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
3520
35211994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3522
3523 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
3524 and run it thru cpp, as with src/Makefile.in.
3525
3526 * configure.in: Use AC_SET_MAKE.
3527
35281994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3529
3530 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
3531
35321994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3533
3534 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
3535
3536 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
3537 (printing the choices): Make the toolkit message unconditional.
3538 (USE_X_TOOLKIT): Use `none', not `no', if none.
3539 (include libsrc_libs): Include config.h, and specify -I for srcdir.
3540 Get rid of temp file foofoo1.
3541
35421994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3543
3544 * configure.in (CFLAGS): Use shell syntax, not Makefile.
3545
35461994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3547
3548 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
3549 (printing the choices): State choice of toolkit.
3550 (libsrc_libs): Recalculate after writing config.h;
3551 then update lib-src/Makefile.
3552
35531994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3554
3555 * configure.in: Add sunos4shr as alternative for suns.
3556 Conditionals testing for null $CC were backwards.
3557
35581994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3559
3560 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
3561
35621994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3563
3564 * configure.in: Handle -isc4.0*.
3565
35661994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3567
3568 * configure.in (esix5): Set NON_GNU_CPP.
3569
35701994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
3571
3572 * Makefile.in (thisdir): Nonsensical variable removed.
3573 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
3574 back to $thisdir, rather than the directory `this_dir'.
3575
35761994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3577
3578 * Makefile.in (install-arch-indep): Add missing backslash after a
3579 `then'.
3580
35811994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3582
3583 * Makefile.in (thisdir): New variable.
3584 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
3585
35861994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3587
3588 * configure.in: Add freebsd.
3589
35901994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3591
3592 * configure.in: Check for fpathconf.
3593
35941994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3595
3596 * configure.in (with_x_toolkit): Fix typo in previous change.
3597
35981994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3599
3600 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
3601
36021994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3603
3604 * configure.in (with_x_toolkit): Don't allow motif or open-look.
3605
36061994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3607
3608 * configure.in: Fix value of docdir.
3609 * Makefile.in (install-arch-indep): Install DOC* in docdir.
3610
36111994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3612
3613 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
3614
36151994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
3616
3617 * configure.in: New variable docdir to control where the docstring
3618 file goes.
3619 Makefile.in: Use it to initialize PATH_DOC in paths.h.
3620
36211994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3622
3623 * configure.in: When --run-in-place, don't inherit archlibdir.
3624
36251994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3626
3627 * Makefile.in (install-arch-dep, install-arch-indep):
3628 New targets split up former do-install rule.
3629 (do-install): Target deleted.
3630
36311994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3632
3633 * configure.in (mips-sony-newsos*): New configuration.
3634
36351994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
3636
3637 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
3638
36391994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3640
3641 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
3642
36431994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3644
3645 * configure.in: Don't initialize CC.
3646
36471994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3648
3649 * configure.in (creating src/Makefile): Also generate -U switches
3650 for symbols in the $configuration value.
3651
3652 * configure.in: Check for sys_siglist being declared in system header.
3653
36541994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3655
3656 * configure.in (creating src/Makefile): Delete blank lines
3657 along with lines of whitespace.
3658 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
3659
36601994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3661
3662 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
3663 like C_SWITCH_SYSTEM.
3664 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
3665
36661994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3667
3668 * configure.in (drem): Check for this function.
3669
36701994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3671
3672 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
3673 If CPP was inherited from environment, don't use NON_GNU_CPP.
3674 (NON_GNU_CC): Likewise.
3675 (handling with_gcc): Use explicit if in the `no' case.
3676 (cc_specified): New variable; if set, don't use NON_GNU_CC.
3677
36781994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3679
3680 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
3681
36821994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
3683
3684 * configure.in: Check whether fmod exists.
3685
36861994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3687
3688 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
3689 {src,lisp}/OChangeLog.
3690
36911994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3692
3693 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
3694 necessary for proper operation. This code works with the current
3695 released version of Autoconf.
3696
36971994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3698
3699 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
3700 (USE_X_TOOLKIT): Define it for all values except `no'.
3701
3702 * configure.in: Undo first Jan 8 change and Jan 16 change.
3703
37041994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3705
3706 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
3707 Substitute USE_X_TOOLKIT as both C macro and Make variable.
3708
3709 * Makefile.in (lwlib/Makefile): New target.
3710 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
3711 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
3712 (unlock, relock): Handle lwlib subdir.
3713
3714 * Makefile.in: Add some .PHONY targets.
3715
3716 * make-dist: Handle lwlib subdir like oldXMenu subdir.
3717
3718 * lwlib: New subdirectory.
3719
37201994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3721
3722 * configure.in: If CPP has a value that is a directory,
3723 discard the value.
3724
37251994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3726
3727 * configure.in (srcdir_undefs): Add g flag to sed substitution to
3728 remove -U[0-9]*.
3729
37301994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3731
3732 * Makefile.in (do-install): Install the dired-x info files.
3733
3734 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
3735 (See src/s/sol2.h.)
3736
37371994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3738
3739 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
3740
37411994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3742
3743 * configure.in (creating src/Makefile): Put code inside 2nd arg to
3744 AC_OUTPUT as it should be; hopefully noone will again see fit to
3745 gratuitously break this and not make a change log entry.
3746 Optimized sed processing of Makefile.in and cpp output; now
3747 preserves comments previously removed from the cpp input.
3748 Eliminated temp file for cpp output. Generate -U switches to
3749 undefine all identifiers that appear in the directory name
3750 ${srcdir}; pass these to cpp.
3751
3752 * configure.in (version): Fix sed regexp to match two-elt version
3753 number.
3754
3755 * configure.in: Check for strerror.
3756
37571994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3758
3759 * configure.in: Test for bcmp.
3760
37611994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3762
3763 * make-dist (tempdir): Put subdir msdos into the distribution.
3764
37651993-01-07 Morten Welinder (terra@diku.dk)
3766
3767 * config.bat: New file.
3768
37691994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3770
3771 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
3772
37731994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3774
3775 * configure.in (m68*-next-*): Don't care about which os is specified.
3776 (i[34]86-*-*): Check for *-nextstop*.
3777
37781993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3779
3780 * configure.in: Check for setsid.
3781
37821993-12-17 Richard Stallman (rms@srarc2)
3783
3784 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
3785
37861993-12-15 Richard Stallman (rms@srarc2)
3787
3788 * Makefile.in (mkdir): Make only the lockdir writable.
3789
3790 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
3791
37921993-12-11 Richard Stallman (rms@srarc2)
3793
3794 * Makefile.in (libdir): Use @libdir@.
3795
37961993-12-08 Richard Stallman (rms@srarc2)
3797
3798 * Makefile.in (install): Add empty command.
3799
38001993-12-04 Richard Stallman (rms@srarc2)
3801
3802 * make-dist: Put man/getopt.c in the dist.
3803
3804 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
3805
3806 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
3807
38081993-12-03 Richard Stallman (rms@srarc2)
3809
3810 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
3811 Set it for all solaris versions.
3812 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
3813 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
3814 Likewise for NON_GNU_CC and CC.
3815
38161993-12-01 Richard Stallman (rms@srarc2)
3817
3818 * configure.in (mips-mips-riscos4*): Assign variable CC.
3819 (checking ${with_gcc}): If "no", don't override CC if already set.
3820 (CC): Initialize it as empty.
3821
dff28924 38221993-11-30 Richard Stallman (rms@srarc2)
a4a9692d
DL
3823
3824 * configure.in (Suns): Set CPP if *-solaris2.3*.
3825
38261993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3827
3828 * Version 19.22 released.
3829
3830 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
3831
38321993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3833
3834 * make-dist: When breaking links, use cp -p.
3835 Copy install.sh into distribution.
3836 Move the temp dir up into the parent dir;
3837 don't leave the staging dir make-dist.tmp... in existence.
3838 * install.sh: New file.
3839
38401993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3841
3842 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
3843
38441993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3845
3846 * configure.in (version): When --run-in-place, exclude
3847 ${datadir}/emacs/site-lisp from locallisppath.
3848
38491993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3850
3851 * configure.in: Delete jumk.c before writing it.
3852
38531993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3854
3855 * Version 19.21 released.
3856
3857 * Makefile.in (mkdir): Ignore error from chmod.
3858
38591993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3860
3861 * make-dist: Don't put lisp/forms.README in the distribution.
3862
38631993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3864
3865 * configure.in (creating src/Makefile): Before running cpp,
3866 discard all lines that start with `# Generated' or /**/#.
3867
38681993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3869
3870 * Version 19.20 released.
3871
3872 * make-dist: Use build-ins.in, not build-install.in.
3873 Don't bother updating TAGS since it's not included.
3874
3875 * build-ins.in: Renamed from build-install.in.
3876
38771993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3878
3879 * make-dist: Don't try to link *.texinfo--there are none now.
3880 When running make in lib-src, specify YACC var value.
3881
38821993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3883
3884 * configure.in (extrasub): Add vpath patterns for %.[yls].
3885
3886 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
3887 Instead just include the commands to make src/Makefile as the
3888 second arg to AC_OUTPUT.
3889
3890 * configure.in: Use : instead of dnl for comment inside
3891 $makefile_command.
3892
3893 * configure.in: No longer use vpath_sed. Instead, when we notice
3894 srcdir already configured, set extrasub to hack vpath in the
3895 makefiles.
3896
3897 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
3898 before moving it.
3899 * Makefile.in (VPATH): Define to @srcdir@.
3900
39011993-09-28 Brian Fox (bfox@cubit)
3902
3903 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
3904 doesn't exist. Just copy src/Makefile.in instead. Touch
3905 all of the Makefiles after editing config.status.
3906
3907 * INSTALL: Update documentation to match new configuration
3908 mechanism.
3909
39101993-09-27 Brian Fox (bfox@ai.mit.edu)
3911
3912 * configure.in: Allow any of the path or directory Makefile
3913 variables to be set with flags to configure. Create all Makefiles
3914 at configure time. Edit special commands into config.status after
3915 src/Makefile.in is built from src/Makefile.
3916
3917 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
3918 If these files are out of date, simply have config.status
3919 rebuild them; don't rebuild them explicitly.
3920
39211993-09-25 Brian Fox (bfox@ai.mit.edu)
3922
3923 * build-install.in: Change src/xemacs to src/emacs. We no longer
3924 create src/xemacs, so the file wouldn't be found.
3925
3926 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
3927
39281993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu)
3929
3930 * configure.in: Avoid forcing the search of /usr/include before
3931 fixed include files by resetting C_SWITCH_X_SITE if it is
3932 "-I/usr/include".
3933
39341993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3935
3936 * Makefile.in (@rip_paths@locallisppath):
3937 Delete ${datadir}/emacs/site-lisp.
3938
39391993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3940
3941 * configure.in:
3942 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
3943 Remove ${extra_output} from AC_OUTPUT call.
3944
39451993-09-17 Brian Fox (bfox@inferno)
3946
3947 * make-dist: Quote backquotes found in strings to be echoed.
3948
3949 * configure.in: Use "sh -c pwd" when we want to avoid having the
3950 shell fix up the value of $PWD.
3951
39521993-09-13 Brian Fox (bfox@inferno)
3953
3954 * Makefile.in (do-install): Don't abort if ln or chmod at the end
3955 of the installation fail. Suggested by Karl Berry.
3956
39571993-08-30 Brian Fox (bfox@inferno)
3958
3959 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
3960 was used. Set MAKEFLAGS from MFLAGS.
3961
39621993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3963
3964 * configure.in: Test for res_init in libc.
3965
39661993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3967
3968 * configure.in: In the file ${tempcname}, use configure___
3969 instead of @configure@.
3970
39711993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
3972
3973 * make-dist: Dist vpath.sed
3974
3975 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
3976 Depend on vpath.sed.
3977 Replace sed comand for VPATH with @vpath_sed@.
3978
3979 * configure.in: Substitute variable `vpath_sed'.
3980 If not in $srcdir and $srcdir is configured,
3981 issue warning that GNU make is required,
3982 and set vpath_sed to use vpath.sed script.
3983
39841993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3985
3986 * configure.in: Remove check for $srcdir being configured. This
3987 pretty much works now.
3988 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
3989 Check for XFree86 (/usr/X386/include) independent of whether
3990 -lXbsd exists.
3991
3992 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
3993 realclean, unlock, relock): Use `$(MAKE)' in place of plain
3994 `make'.
3995
39961993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3997
3998 * Version 19.19 released.
3999
4000 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
4001
40021993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4003
4004 * configure.in: Check for XScreenNumberOfScreen.
4005
40061993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4007
4008 * configure.in: Add * to end of all configuration alternatives.
4009 (m68*-sony-newsos3*): New alternative.
4010
40111993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4012
4013 * make-dist: Include getdate.c in distribution.
4014
4015 * configure.in: For --help, use $PAGER if it is set.
4016 (LIB_X11_LIB): Default to -lX11.
4017 (mips-sgi-irix5.*): New alternative.
4018
4019 * Makefile.in (do-install): Install info/gnus* and info/sc*.
4020
4021 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
4022 Recognize *.B8.* as hpux version 8.
4023 (m68*-tektronix-bsd*): Fix typo in tek4300.
4024 (AC_HAVE_FUNCS): Add ftime.
4025
40261993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4027
4028 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
4029 Use tekxd88, not tekXD88.
4030
40311993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4032
4033 * configure.in: Check for -lm. Then can check for frexp and logb.
4034
40351993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4036
4037 * Version 19.18 released.
4038
4039 * make-dist (src): Don't put gnu-hp300 in dist.
4040 (src, lisp): Include OChangeLog in dist.
4041
40421993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4043
4044 * configure.in: Test for presence of logb and frexp functions.
4045
40461993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4047
4048 * configure.in (machine): Add i370-ibm-aix*.
4049
40501993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4051
4052 * configure.in (function checks): Test for mkdir and rmdir.
4053
4054 * configure.in (function checks): Don't test for random and bcopy
4055 only when we're building with X; look for them all the time.
4056
40571993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4058
4059 * configure.in: Test for availability of bcopy functions, searching
4060 the X libraries if we're using X.
4061
4062 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
4063 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
4064 versions of AIX, and needs to be passed to the loader.
4065
4066 * configure.in: Test for the availablility of the
4067 XScreenResourceString function.
4068
40691993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
4070
4071 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
4072 LD_SWITCH_X_SITE and assume --with-x11.
4073 Only look for X11 files if we weren't told about a window system
4074 or if we were told to use X11 but not told where.
4075 Search the libraries from the s and/or m files when checking for
4076 functions.
4077
4078 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
4079
40801993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4081
4082 * make-dist: Include lisp/dired.todo in the distribution.
4083
40841993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4085
4086 * configure.in: Add code to set HAVE_INET_SOCKETS.
4087
40881993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4089
4090 * configure.in: If we do find x_includes and x_libraries
4091 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
4092
40931993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4094
4095 * make-dist: Include src/gnu-hp300 in the dist.
4096
4097 * configure.in (canonical): New variable holds the canonicalized
4098 configuration. Don't alter `configuration'. Use `configuration'
4099 for Makefile.in for file naming.
4100 (testing x_includes and x_libraries): Use =, not ==.
4101
41021993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4103
4104 * Version 19.17 released.
4105
4106 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
4107 directory's makefile. This allows the invocation of CPP which
4108 builds xmakefile to receive these switches. The SunSoft C
4109 preprocessor inserts spaces between tokens if it doesn't get the
4110 -Xs flag requested in src/s/sol2.h.
4111
41121993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
4113
4114 * configure.in (m68k-bull-sysv3): new config.
4115
41161993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4117
4118 * configure.in: Use the autoconf AC_FIND_X macro to try to find
4119 the X Windows libraries.
4120
41211993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4122
4123 * make-dist (tempdir): Don't create lisp/forms-mode directory in
4124 the distribution. Those files aren't kept in their own
4125 subdirectory any more.
4126
41271993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4128
4129 * Version 19.16 released.
4130
41311993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4132
4133 * configure.in: Add --verbose flag.
4134
41351993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4136
4137 * version 19.15 released.
4138
41391993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4140
4141 * Makefile.in (top_distclean): Use -f switch when cleaning out
4142 lock dir; it might be empty.
4143
4144 * configure.in: Only check for -lXbsd once.
4145
41461993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4147
4148 * Version 19.14 released.
4149
41501993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4151
4152 * make-dist: If using gzip, create distribution with '.gz' extension.
4153
4154 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
4155 (lisp/forms-mode): This doesn't exist anymore.
4156
4157 * configure.in: Look for the closedir function.
4158
41591993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4160
4161 * configure.in (CPP): Autoconf sets this to a shell variable
4162 reference, which doesn't work when it's edited into a makefile.
4163 Expand that variable reference.
4164
4165 * Makefile.in (CPP): New variable.
4166 (src/Makefile): Edit CPP into src/Makefile.
4167
4168 * Makefile.in (src/Makefile): Don't bother exiting single quotes
4169 and entering double quotes to get the values of LD_SWITCH_X_SITE
4170 and the other make variables; make substitutes them in anyway.
4171
4172 * Makefile.in (uninstall): Don't remove the lisp and etc
4173 directories if they're in the source tree.
4174
92a8ce63 4175 Bring mumbleclean targets into conformance with GNU coding standards.
a4a9692d
DL
4176 * Makefile.in (mostlyclean, clean): Separate these two; just have
4177 them pass the request to the subdirectory makefiles.
4178 (distclean): Pass the request down, and then get rid of the
4179 files configure built, and get rid of the Makefiles.
4180 (realclean): Pass the request down, and then do the same things
4181 distclean does.
4182 (uninstall, info, dvi): New targets.
4183
4184 * configure.in: Move clause for PC-compatible i386 box to the end
4185 of the case statement, to avoid masking configurations below.
4186
4187 * configure.in: Add case for m88k-motorola-sysv4.
4188
4189 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
4190 the HP 68000 machines.
4191
4192 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
4193 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
4194 preprocessor won't fiddle with them.
4195
41961993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4197
4198 * Makefile.in (TAGS): cd to src to run etags.
4199
42001993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4201
4202 * configure.in (version): Check the X libraries for XrmSetDatabase
4203 and random, and see if we have -lXbsd.
4204
42051993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4206
4207 * configure.in: Pass "-Isrc" to the CPP we run to examine the
4208 s/*.h and m/*.h files. Martin Tomes
4209 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
4210
42111993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4212
4213 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
4214 above the general i386 alternative.
4215
42161993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4217
4218 * configure.in: Recognize configuration name for Data General
4219 AViiON machines.
4220
4221 * configure.in: Use AC_LONG_FILE_NAMES.
4222
42231993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4224
4225 * configure.in: Test for bison.
4226 * Makefile.in (YACC): New variable.
4227 (lib-src/Makefile.in): Edit YACC into the makefile.
4228
42291993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4230
4231 * Version 19.13 released.
4232
4233 * configure.in (CFLAGS): Don't set this according to the value of
4234 the GCC shell variable. Instead, consult the machine and system
4235 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
4236 test __GNUC__ while we're at it.
4237
4238 * configure.in: Remove extra ;; from hpux cases.
4239
42401993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4241
4242 * configure.in: Check to see if the system has -ldnet.
4243
42441993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4245
4246 * make-dist: Add clauses to distribute lisp/forms-mode.
4247
42481993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4249
4250 * configure.in (machine): Fix the versions in hpux version number test.
4251 Do not guess based on cpu type. Do check for explicit system version.
4252
42531993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4254
4255 * configure.in: Do NOT look for `unknown' as company name.
4256
42571993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4258
4259 * configure.in: Fix typo in message.
4260
42611993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4262
4263 * Version 19.12 released.
4264
4265 * Makefile.in (do-install): Correct previous etc-copying change.
4266 Partially rewrite using `if'.
4267 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
4268
4269 * Version 19.11 released.
4270
4271 * configure.in: Handle 386bsd.
4272
42731993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4274
4275 * make-dist: Update getdate.c.
4276
4277 * configure.in: Handle bsd386.
4278
4279 * Makefile.in (do-install): Use `-' in tar options.
4280
4281 * configure.in: Change ! "${...}" to x"${...}" = x.
4282
4283 * Makefile.in (do-install): Copy the DOC-* files from the build
4284 etc directory, as well as lots of things from ${srcdir}/etc.
4285
4286 * make-dist: Copy config.guess.
4287
4288 * configure.in: Handle AIX versions 1.2, 1.3.
4289
42901993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4291
4292 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
4293 the configuration name mips-mips-usg* to represent USG systems.
4294
4295 * configure.in: Fix logic to detect if srcdir is already configured.
4296
4297 * Makefile.in: Pass in LD_SWITCH_X_SITE.
4298
4299 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
4300 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
4301 of a directory; cd might fail, and have pwd print out the current
4302 directory.
4303
43041993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4305
4306 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
4307
43081993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4309
4310 * configure.in: Complain if srcdir points at an already-configured
4311 tree.
4312
43131993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4314
4315 * Version 19.10 released.
4316
43171993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4318
4319 * Makefile.in: Use Makefile comments, not C comments.
4320
4321 * configure.in: Add case for the Tektronix XD88.
4322
43231993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4324
4325 * configure.in: Handle sysv4.2 and sysvr4.2.
4326
43271993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4328
4329 * configure.in: Traverse the argument list without destroying it;
4330 don't use shift. It turns out that "set - ${saved_arguments}"
4331 doesn't work portably.
4332
4333 * configure.in: Add missing "fi".
4334
4335 * make-dist: Rebuild configure if configure.in is newer.
4336
4337 * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src
4338 targets to be executed even if make remembers that it has already
4339 stisfied FRC.
4340
43411993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4342
4343 * Makefile.in (do-install): Delete redundant code to copy etc twice.
4344
4345 * configure.in (romp): Handle various version numbers with aos and bsd.
4346
43471993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4348
4349 * configure.in: Fix message text.
4350
43511993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4352
4353 * make-dist: Make a `site-lisp' directory in the distribution,
4354 instead of a `local-lisp' directory, which hasn't been the
4355 appropriate name for a long time.
4356 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
4357 from the distribution first, then /usr/local/lib/emacs/site-lisp.
4358
4359 * Makefile.in (do-install): Correctly detect if ./etc and
4360 ${srcdir}/etc are the same.
4361
4362 * configure.in: Extract UNEXEC from the system configuration
4363 files, compute the name of the source file corresponding to the
4364 object file, and #define it as UNEXEC_SRC in config.h.
4365
4366 * configure.in: If srcdir is '.', then try using PWD to make it
4367 absolute.
4368
4369 * configure.in: Include ${srcdir} in the printed report, to help
4370 people notice if it's an automounter path.
4371
43721993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4373
4374 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
4375
43761993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4377
4378 * Makefile.in (do-install): Delete the dest dir, not the source dir,
4379 when they are different. Add `shift' command.
4380 (COPYDESTS, COPYDIR): Delete external-lisp dir.
4381 (externallispdir): Var deleted.
4382
4383 * configure.in: Delete spurious paren outputting short_usage.
4384
43851993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4386
4387 * Version 19.9 released.
4388
43891993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4390
4391 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
4392 subdirectory makes.
4393
4394 * make-dist: Check for .elc files with no corresponding .el file.
4395
4396 * Makefile.in (mkdir): Make all the directories in locallisppath.
4397
4398 * config.guess: New file.
4399 * configure.in: Use it, tentatively.
88c71720 4400 * INSTALL: Mention its usage.
a4a9692d
DL
4401
4402 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
4403 the former gives you the operating system rev directly. Use
4404 s/hpux.h if we don't recognize what we got.
4405
4406 * Makefile.in (do-install): Don't remove a destination directory
4407 if it's the same as the source. If ${srcdir}/info == ${infodir},
4408 don't try to copy the info files.
4409
4410 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
4411 doesn't work if you're not using a separate source directory.
4412 (do-install): Copy the build tree's etc directory only after
4413 making sure it's not also the source tree's etc directory.
4414
44151993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4416
4417 * configure.in: Handle sunos4.1.3 specially.
4418
44191993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4420
4421 * Makefile.in (INSTALL): Add definition.
4422
4423 * configure.in: Fix some messages. Support -with-gnu-cc.
4424 At the end, use `set --', not `set -'.
4425 Delete spurious `.h' in hpux alternatives.
4426
44271993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4428
4429 * Version 19.8 released.
4430
44311993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4432
4433 * configure.in: When looking for source in the same directory as
4434 the configure script, make the path thus discovered absolute.
4435 If the user specifies the `--srcdir' switch, make that directory
4436 absolute too.
4437
4438 * Makefile.in (srcdir): Remove comment saying this doesn't work.
4439
4440 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
4441 too, as the value of the PATH_INFO macro.
4442
4443 * configure.in: Check to see if the source lives in the same
4444 directory as the configure script.
4445
44461993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4447
4448 * Makefile.in (install): Split this into `install' and
4449 `do-install', to give people more control over exactly what gets
4450 done.
4451 (do-install): New target, containing the guts of `install'. Don't
4452 remove and recreate the directories inside the copying loop - do
4453 it all before the copying loop. Pass more flags to the lib-src
4454 make.
4455 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
4456 avoid errors and warnings.
4457
4458 * configure.in: For generic IBM PC boxes, insist on "unknown" for
4459 the manufacturer - the more general case was blocking other i386
4460 configuration names below, and that's how the names are written in
4461 MACHINES anyway.
4462
4463 * make-dist: When breaking links, remove the link before moving
4464 the copy onto it, to avoid interactive behavior.
4465
4466 * Makefile.in: Doc fix.
4467
4468 * configure.in: Doc fix.
4469
4470 * INSTALL: Mention --exec-prefix option.
4471
4472 * configure.in: Add support for the `--exec-prefix' option.
4473 * Makefile.in: Accept that support.
4474
4475 * configure.in: Use the AC_PROG_INSTALL macro.
4476 * Makefile.in (INSTALL): Variable removed.
4477 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
4478
4479 * configure.in: Distinguish between hp800's and hp700's by calling
4480 "uname -m".
4481
44821993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4483
92a8ce63 4484 * configure.in: Recognize configuration names for i860 boxes
a4a9692d
DL
4485 running SYSV.
4486
44871993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4488
4489 * configure.in: Distinguish between hp800's and hp700's by the
4490 version of HP/UX they run, since that's something people are more
4491 likely to know - hp700's run 8.0.
4492 Add HP 700 configuration.
4493
4494 * configure.in: Test for the presence of the `rename' function.
4495
4496 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
4497 configure.in.
4498 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
4499
4500 * make-dist: Break intra-tree links.
4501
4502 * configure.in: Explain that this is an autoconf script, and give
4503 instructions for rebuilding configure from it. Arrange to put
4504 comments in configure explaining this too.
4505
4506 * configure.in: Make the first line of the configure script be
4507 "#!/bin/sh". Leaving the first line blank didn't work.
4508
4509 * configure.in (long_usage): Removed; made short_usage describe
4510 the options briefly.
4511
4512 * configure.in: Implement the --prefix option.
4513 * Makefile.in (prefix): Add support for it here.
4514 * INSTALL: Document it here.
4515
4516 * Makefile.in (install): Don't assume that the files in the `info'
4517 subdirectory match *.info. They don't have that prefix.
4518
45191993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4520
4521 * configure.in: Add case for version 5 of Esix.
4522
45231993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4524
92a8ce63 4525 * Version 19.7 released.
a4a9692d
DL
4526
4527 * make-dist: There aren't any *.com files in lib-src anymore.
4528
4529 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
4530 them; they're symlinks to other filesystems on the GNU machines.
4531
4532 * make-dist: Check that the manual reflects the same version of
4533 Emacs as stated in lisp/version.el. Edit that version number into
4534 the README file.
4535
45361993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4537
4538 * configure.in: Remove the hack of AC_DEFINE; use
4539 AC_DEFINE_UNQUOTED.
4540
45411993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4542
4543 * make-dist: Don't distribute precomp.com, compile.com, or
4544 link.com from ./src; they're in ./vms now.
4545
4546 Some time-handling patches from Paul Eggert:
4547 * configure.in: Add AC_TIMEZONE.
4548
45491993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4550
4551 * configure.in: Recognize Linux as a valid operating system for
4552 the i386.
4553
45541993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4555
4556 * make-dist: Distribute some VMS files we got from Richard Levitte.
4557
4558 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
4559 the source for the sed command, not oldXMenu/Makefile.
4560
45611993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4562
4563 * INSTALL: Don't claim the srcdir option doesn't work.
4564
45651993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4566
4567 * configure.in: Include remarks saying what order the autoconf
4568 tests should go in, and remind people to change config.h.in
4569 whenever they add autoconf tests which make #definitions.
4570
4571 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
4572
45731993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4574
4575 * Makefile.in (oldXMenu/Makefile): Make this depend on
4576 ${srcdir}/oldXMenu/Makefile.in, not itself.
4577
4578 * PROBLEMS: Some updates from David J. Mackenzie.
4579
4580 More changes from David J. Mackenzie.
4581 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
4582 removed; autoconf and config.h should specify all these
4583 differences.
4584 (buildlisppath): Make this path depend on ${srcdir}.
4585 (INSTALLFLAGS): Removed.
4586 (INSTALL): Include the -c flag.
4587 (install): Change the way we invoke install accordingly.
4588
4589 Install ${srcdir} changes from DJM.
4590 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
4591 list.
4592 (COPYDIR, COPYDESTS): Install files from both the etc directory in
4593 the source tree and the etc directory in the object tree.
4594 (${SUBDIR}): Pass the prefix variable down to submakes.
4595 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
4596 in /bin.
4597 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
4598 values for srcdir and VPATH.
4599 (install): Add `v' flag to tar command. Make sure that `dir'
4600 exists in ${srcdir}/info before copying it. Remember that the man
4601 pages come from the source tree, not the object tree.
4602 * configure.in: Remove remarks saying that the --srcdir option
4603 doesn't work.
4604 Create the etc directory in the object tree.
4605 Recognize configuration names of the form *-sun-solaris*.
4606 Recognize sunos5 and solaris as operating system names.
4607
4608 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
4609 lib-src/getdate.y and src/systime.h.
4610
46111993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4612
4613 * make-dist: Make links in info subdir.
4614
46151993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4616
4617 * configure.in: Call AC_STDC_HEADERS.
4618
46191993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4620
4621 * configure.in: Sidestep autoconf's quoting of the second argument
4622 of AC_DEFINE, so we can specify the value to put there. It would
4623 be nice if autoconf provided some way to specify computed values
4624 for macros.
4625
46261993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4627
4628 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
4629 this is always just -DHAVE_CONFIG_H.
4630
4631 The GNU coding standards specify that CFLAGS should be left for
4632 users to set.
4633 * Makefile.in (CFLAGS): Let configure determine the default value
4634 for this. Don't
4635 have it default to DEFS.
4636 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
4637 (lib-src/Makefile, src/Makefile): Edit the default value for
4638 CFLAGS into these files, not DEFS.
4639 * configure.in (CFLAGS): Choose a default value for this - "-g"
4640 normally, or "-g -O" if we're using GCC. Edit it into the
4641 top-level Makefile.
4642
4643 * configure.in: When scanning the machine and system description
4644 #include files, write their names to conftest.c properly.
4645
46461993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4647
4648 * configure.in: In configuration name case for Apallos running
4649 Domainios, set opsys, not opsysfile.
4650
4651 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
4652 src/config.h, instead of AC_OUTPUT; the latter overwrites
4653 src/config.h even when it hasn't changed, puts a makefile-style
4654 comment at the top even though it's C code, and produces a
4655 config.status script which doesn't do the job right.
4656
4657 * configure.in: Add AC_LN_S test, so we can tell whether or not we
4658 can use a symbolic link to get the X Menu library into src.
4659 * Makefile.in (LN_S): New variable.
4660 (src/Makefile): Edit the value of LN_S into this makefile.
4661
46621993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4663
4664 * configure.in: Support *-sco3.2v4* as opsystem.
4665
4666 * make-dist: Don't include calc directory.
4667 Exclude many files in the man directory; copy a few.
4668
46691993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4670
4671 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
4672 call AC_STRUCT_TM to see what's in time.h.
4673
4674 * configure.in: Employ quoting stupidity to get the value of CPP
4675 to expand properly.
4676
46771993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4678
4679 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
4680 variable to scan the machine and system description files.
4681
4682 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
4683 so that getdate.y builds correctly.
4684
46851993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4686
4687 * configure.in (tempcname): Change this to "conftest.c", so it will
4688 work properly on systems with short filenames; this is the name
4689 autoconf uses.
4690
4691 * configure.in: Also detect the availability of dup2 and
4692 gethostname.
4693
4694 * configure.in: Use the AC_ALLOCA test.
4695 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
4696 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
4697
46981993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4699
4700 * make-dist: Distribute configure, as well as configure.in.
4701 Oversight.
4702
47031993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4704
4705 * Makefile.in (install): Print out the name of the directory we're
4706 copying, so people can have some idea of whether we're making
4707 progress.
4708
4709 * Makefile.in (install.aix, install.xenix, install.sysv, install):
4710 Don't forget to re-create the COPYDESTS directories after we clear
4711 them out.
4712
47131993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4714
4715 * Makefile.in: Add autoconf cookies so that the configure
4716 script can comment out sections of path variable definitions to
4717 choose between the installable configuration and the run-in-place
4718 configuration.
4719 * configure.in: Add new option `--run-in-place', to select the
4720 run-in-place path definitions.
4721
4722 * configure.in: Add a clause to the big configuration name case
4723 for the NeXT machine.
4724
47251993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4726
4727 * Makefile.in (install, install.sysv, install.xenix, install.aix):
4728 Make sure that each source directory exists, and is different from
4729 the destination directory; then, delete the destination before
4730 copying over the source.
4731
4732 * make-dist: Distribute configure.in, instead of configure.
4733
47341993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4735
4736 * configure.in: Don't set CC to "gcc -O" if the user specifies
4737 `--with-gcc'. Add -O to DEFS if GCC is set.
4738
47391993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4740
4741 * Makefile.in (clean mostlyclean): Missing right paren.
4742
4743 * configure.in: When checking for X windows, search for an X11
4744 subdirectory of ${x_includes}.
4745
4746 * configure.in: Check for gettimeofday function, for getdate.y.
4747
92a8ce63 4748 Change `configure' to a mixture of custom code and autoconf stuff.
a4a9692d
DL
4749 autoconf can't derive all the information we need, but we'd really
4750 like to be able to take advantage of some of its tests, and its
4751 file-editing facilities.
4752 * configure.in: Renamed from configure.
4753 Quote the sections of shell script we want copied literally to
4754 the configure script.
4755 (compile): Initialize this to make the autoconf macros' code happy.
4756 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
4757 code to do their jobs.
4758 Use autoconf to produce Makefile and src/config.h.
4759 Remove the Makefile-style comment that autoconf places at the top
4760 of src/config.h.
4761 (config_h_opts): Removed - no longer necessary.
4762 * Makefile.in (configname): Renamed to configuration.
4763 (CONFIG_CFLAGS): Renamed to DEFS.
4764 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
4765 get values via autoload @cookies@.
4766 (libsrc_libs): Get this from autoconf. We used to do nothing
4767 about this.
4768 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
4769
4770 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
4771 echo the move-if-change command.
4772
47731993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
4774
4775 * make-dist: Distribute lib-src/rcs-checkin.
4776
4777 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
4778 Don't try to make links to the RCS or Old subdirectories.
4779 Use the appropriate extension for the compression type in use.
4780 Create the tar file in the shell's initial default directory, not
4781 in ${tempparent}.
4782 Erase the whole ${tempparent} tree, not just ${tempdir}.
4783
47841993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4785
4786 * Makefile.in (src/paths.h): Don't echo the huge sed command we
4787 use to build paths.h.
4788 (lib-src/Makefile, src/Makefile): Similarly.
4789
4790 * configure: Extend test for working `const' keyword to handle AIX
4791 3.2 cc.
4792
47931993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4794
4795 * make-dist: Distribute lisp/term/ChangeLog.
4796
92a8ce63 4797 Arrange for C compilation throughout the tree to get
a4a9692d
DL
4798 C_SWITCH_SYSTEM from the configuration files.
4799 * configure: Extract C_SWITCH_SYSTEM from the machine and
4800 system-dependent files, and save it in the top-level Makefile.
4801 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
4802 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
4803
4804 * make-dist: Include the VMS support files in oldXMenu in the
4805 distribution.
4806
4807 * configure: Doc fix.
4808
4809 * configure: Fix corrupted config_h_opts.
4810
4811 * configure: Properly report option names in error messages.
4812
4813 * configure: Properly recognize --x-includes and --x-libraries
4814 options.
4815
4816 * configure: Fix syntax errors in code handling XFree386.
4817
48181993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4819
4820 * configure: Add special code to detect XFree386, and tell
4821 config.h about it.
4822
4823 * configure: Properly handle extracting values of LIBS_MACHINE and
4824 LIBS_SYSTEM that contain spaces.
4825
4826 * configure: Add `--x-includes' and `--x-libraries' options. I
4827 think these are dopey, but no less than three alpha testers, at
4828 large sites, have said they have their X files installed in odd
4829 places. Implement them by setting C_SWITCH_X_SITE and
4830 LD_SWITCH_X_SITE in src/config.h.
4831
48321993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4833
4834 * make-dist: Don't distribute etc/Old files.
4835
4836 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
4837 backups.
4838
48391993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4840
4841 * make-dist: Fix typo.
4842
48431993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4844
4845 * make-dist: Corrected typo, fixed it to discard = and TAGS files
4846 in some cases where it should but didn't seen to.
4847
4848 * Makefile.in: Added unlock and relock productions.
4849
48501993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4851
4852 * make-dist: Add a --compress option to force make-dist to use
4853 compress.
4854
4855 * make-dist: Use gzip, if we can find it.
4856
4857 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4858 make rs6000-ibm-aix default to -aix32.
4859
48601993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4861
4862 * Makefile.in: Added `Developer's configuration' section.
4863
48641993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4865
4866 * Makefile.in: Add commented-out variable settings for developer's
4867 configuration.
4868
48691993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4870
4871 * make-dist: Distribute `src/bitmaps' too.
4872
48731993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
4874
4875 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
4876 make rs6000-ibm-aix default to -aix32.
4877
48781993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4879
4880 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
4881
4882 * Makefile.in (install.sysv): Add a second `$' in front of
4883 `${dest}', so that the shell will expand it, instead of Make.
4884
4885 * configure: When processing the name of the configure script,
4886 collapse `././' to `./', but leave a single `./' prefix alone.
4887
4888 * configure: Doc fix.
4889
48901993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4891
4892 * configure: Handle isc3.0 correctly.
4893
48941993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4895
4896 * make-dist: Don't try to copy the COPYING notice into
4897 external-lisp; we're not distributing that directory any more.
4898
48991993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4900
4901 * Makefile.in (install, install.aix, install.xenix, install.sysv):
4902 Remove CVS subdirectories from the installed directory trees, as
4903 well as RCS directories.
4904
49051993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4906
4907 * make-dist: Only copy gmalloc.c if we couldn't link it.
4908 Don't try to copy man/{README,Makefile} unless they actually exist.
4909
4910 * Makefile.in (lisppath): Don't include externallispdir in this.
4911 We're not sure whether we're even going to distribute the
4912 directory yet.
4913
49141993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4915
4916 * make-dist: Don't distribute the external-lisp directory anymore.
4917 * INSTALL: Remove all references to external-lisp.
4918
4919 * configure: Detect whether the compiler supports `const'
4920 properly, and edit src/config.h accordingly.
4921
4922 * configure: Tweak layout of final report.
4923
4924 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
4925 CFLAGS.
4926
4927 * Makefile.in (locallisppath): Make this default to
4928 ${datadir}/emacs/site-lisp, instead of
4929 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
4930 the same thing, and local-lisp causes completion conflicts with
4931 lock.
4932 (lisppath): Add ${externallispdir} to this.
4933 * INSTALL: Adjust installation directions.
4934
4935 * Makefile.in (externallispdir): New variable, to say where to
4936 install the externally-maintained lisp files.
4937 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
4938 the others.
4939 * INSTALL: Describe external-lisp and the new externallispdir
4940 variable.
4941
49421993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4943
4944 * configure (progname): New option `--with-gcc'. Make it clearer
4945 how we are trying to guess whether or not we have GCC.
4946 * INSTALL: Document the `--with-gcc' option, and improve
4947 description of `--with-x' options.
4948
49491993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4950
4951 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
4952 ${infodir} from these variables; we have written out explicit code
4953 to install the info files.
4954
49551993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4956
4957 * make-dist: Don't distributed the RCS files in the etc directory.
4958
49591993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4960
4961 * Makefile.in: Some makes can't handle comments in the middle of
4962 commands; move them to before the whole rule.
4963
49641993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4965
4966 * README: Mention what Emacs is.
4967
49681993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4969
4970 * make-dist: Include `./lisp/calc-2.02' in the distribution.
4971 Add `./cpp' and `./man' back into the distribution.
4972
49731993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4974
4975 * Makefile.in: Define MAKE, and use where appropriate.
4976
49771993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4978
4979 * make-dist: Remember that the authoritative COPYING notice is
4980 `etc/COPYING', not `../etc/COPYING'.
4981
49821992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4983
4984 * make-dist: Make sure that the COPYING notices in each directory
4985 are copies, not symlinks.
4986
49871992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4988
4989 * INSTALL: The build process produces an executable called `emacs'
4990 now. Change references.
4991 * Makefile.in: Adjust `install.mumble' targets to install
4992 `src/emacs', not `src/xemacs'.
4993
4994 * configure: Start with a blank line; this keeps some old CSH's
4995 from thinking it's a CSH script. Most systems will just use
4996 /bin/sh to run it, which is what we're expecting; the only other
4997 shells which might try to interpret it themselves are probably
4998 Bourne-compatible.
4999
50001992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5001
5002 * INSTALL: Improvements suggested by David Mackenzie.
5003
50041992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5005
5006 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5007 Don't try to copy the info files if there aren't any; the
5008 unexpanded globbing pattern disappoints `install'. Ignore the
5009 return status of that command.
5010
5011 * INSTALL: Updated for new configuration arrangement.
5012
5013 * configure: Don't make the top-level Makefile read-only - people
5014 may want to edit the values of the path variables.
5015
5016 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5017 Install the info files in ${infodir}. Install the executable
5018 under both `emacs' and `emacs-VERSION'.
5019
5020 * Makefile.in: Doc fix.
5021
5022 * Makefile.in (exec_prefix): New variable, as per latest version
5023 of coding standards.
5024 (bindir, libdir): Use it, instead of `prefix'.
5025 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
5026
5027 * Makefile.in (mandir): Make the default value for this depend on
5028 $(prefix).
5029
5030 * Makefile.in (datadir, statedir, libdir): Make these all default
5031 to ${prefix}/lib.
5032 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
5033 to compensate.
5034
5035 * Makefile.in (install, install.sysv, install.xenix, install.aix):
5036 Install the etags and ctags man pages too.
5037
5038 * Makefile.in (distclean): Don't delete backup files; that's the
5039 job of extraclean.
5040 (extraclean): Like distclean, but deletes backup and autosave files.
5041
50421992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5043
5044 Make path specification conform to GNU coding standards.
5045 * configure (long_usage): Remove all traces of old arguments from
5046 usage messages, and document the options we do accept in more
5047 detail: -with-x... and --srcdir.
5048 (options, boolean_opts): Deleted; we don't have enough options to
5049 make this worthwhile.
5050 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
5051 along with the code which supported them; these should be set as
5052 arguments to the top-level make.
5053 (config_h_opts): Since this no longer doubles as a list of option
5054 names, make them upper case; this simplifies the code which uses
5055 them to build the sed command to edit src/config.h. Change the
5056 code which sets them.
5057 (cc, g, O): Don't allow the user to set these using options; they
5058 should be specified using `CC=' and `CFLAGS=' arguments to the
5059 top-level make. Just choose reasonable default values for them,
5060 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
5061 values.
5062 (gnu_malloc, rel_alloc): Don't allow the user to set these using
5063 options; use them whenever the configuration files say they're
5064 possible.
5065 Simplify the argument processing loop. Don't accept abbreviations
5066 for option names; these might conflict with other configuration
5067 options in the future.
5068 Add some support for the `--srcdir' option. Check for the sources
5069 in . and .. if `--srcdir' is omitted. If the directories we will
5070 compile in don't exist yet, create them under the current directory.
5071 Note that the rest of the build process doesn't really support
5072 this.
5073 Edit only the top Makefile. That should edit the others. Edit
5074 into the makefile: `version', from lisp/version.el, `configname'
5075 and `srcdir' from the configuration arguments, `CC' and
5076 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
5077 the user's path, and LOADLIBES as gleaned from the system
5078 description files.
5079 Simplify the report generated; it doesn't need to include any
5080 description of paths now.
5081 Make `config.status' exec configure instead of just calling it, so
5082 there's no harm in overwriting `config.status'.
5083 * Makefile.in (version, configname): New variables, used to choose
5084 the default values for datadir and libdir.
5085 Path variables rearranged into two clearer groups:
5086 - In the first group are the variables specified by the GNU coding
5087 standards (prefix, bindir, datadir, statedir, libdir, mandir,
5088 manext, infodir, and srcdir).
5089 - In the second are the variables actually used for Emacs's paths
5090 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
5091 archlibdir), which depend on the first category.
5092 datadir and libdir default to directories under
5093 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
5094 demand.
5095 etcdir and lispdir default to subdirectories of datadir.
5096 archlibdir defaults to libdir.
5097 The new installation tree is a bit deeper than it used to be, so
5098 use the new make-path program in lib-src to build them all.
5099 Always build a new src/paths.h.tmp and then move-if-change it to
5100 src/paths.h, to avoid unnecessary rebuilds while responding to the
5101 right changes.
5102 Remove all mention of arch-lib. Run utility commands from
5103 lib-src, and let the executables be copied into archlibdir when
5104 Emacs is installed.
5105 Add targets for src/Makefile, lib-src/Makefile, and
5106 oldXMenu/Makefile, editing the values of the path variables into
5107 them.
5108 Let lib-src do its own installation.
5109 (datadir): Default to putting data files under
5110 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
5111 (emacsdir): Variable deleted; it would only be confusing to use.
5112 (lispdir, etcdir): Default to ${datadir}/lisp.
5113 (mkdir): Use make-path for this.
5114 (lockdir): Do this in mkdir.
5115 (Makefile): New target.
5116
5117 * configure (usage_message): Rename to long_usage.
5118
5119 * make-dist: Don't bother creating an arch-lib directory; that's
5120 only for installation now.
5121
51221992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5123
5124 * configure: Use GCC-style configuration names, using config.sub.
5125 Change the usage and help messages.
5126
5127 * configure: Initialize window_system, not indow_system.
5128
5129 * configure: Report which window system, compiler, and signal
5130 handler return type we decide to use.
5131
5132 * make-dist: Explain what's going on if config.sub and gmalloc.c
5133 can't be linked. Place the code which copies them near the code
5134 which links the rest of the files around them.
5135
51361992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
5137
5138 * make-dist: Don't bother to distribute src/*.com, or
5139 src/vmsbuild; those have all been moved to `../vms'.
5140
51411992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5142
5143 * make-dist: Don't forget that the way to avoid filenames starting
5144 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
5145 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
5146 couldn't make hard links to, since we have two already, and
5147 perhaps more to come.
5148
51491992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5150
5151 * configure: When editing parameters into lib-src/Makefile, change
5152 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
5153 needs some other flags too.
5154
51551992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5156
5157 * configure: Remove spurious echo of the configuration name.
5158
5159 * make-dist: Don't distribute files in src/m and src/s whose names
5160 begin with `='.
5161
51621992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5163
5164 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
5165 Also LISP_FLOAT_TYPE.
5166
51671992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5168
5169 * make-dist: Copy config.sub, since it's a symbolic link to a file
5170 on another file system.
5171
51721992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5173
5174 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
5175 distribution.
5176
5177 * config.sub: New file, to help us recognize configuration names.
5178 * make-dist: Include it in the distribution.
5179
51801992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5181
5182 * configure: Convert `-' to `_' in specified option names.
5183 Accept options with --. Delete --highpri and --have-x-menu options.
5184 New options --with-x and --with-x10 replace -window-system.
5185 Don't mention options --gnu-malloc, --rel-alloc
5186 or --lisp-float-type in help message.
5187
51881992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5189
92a8ce63 5190 * make-dist: Include the `vms' subdirectory in the distribution.
a4a9692d
DL
5191
51921992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5193
5194 * configure: Remove lines starting with "# DIST: " when building
5195 lib-src/Makefile and src/Makefile. This allows us to mark the
5196 "Makefile.in" files with explanatory comments which won't also get
5197 stuck in the Makefiles.
5198
51991992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5200
5201 * make-dist: Don't use the '+' operator in the sed regular
5202 expression that extracts the version number from lisp/version.el;
5203 Ultrix sed doesn't seem support the operator. Just double the
5204 operand and use *.
5205
52061992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5207
5208 * Makefile.in: Doc fix.
5209
52101992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5211
5212 * configure: Rewrite sed command to remove at most one ./ prefix;
5213 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
5214 group.
5215
52161992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5217
5218 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
5219
52201992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5221
5222 * make-dist: Go ahead and build a new TAGS file, unless the
5223 --newer option was specified. Don't try to delete a TAGS file
5224 from etc; it's not kept there, and shouldn't be deleted anyway.
5225
52261992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5227
5228 * make-dist: If the lisp directory contains a default.el, don't
5229 distribute it.
5230
5231 * configure: When searching signal.h for the type of a signal
5232 return handler, make a copy of it, not a symbolic link to it; that
5233 way, it will work on systems that don't have symbolic links.
5234
52351992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5236
5237 * make-dist: taught it about vcdiff and rcs2log, added --newer
5238 option for generating incremental distributions. Stopped it from
5239 generating a TAGS file into the distribution; that sucker is
5240 *big*, and easily enough generated with the toplevel makefile.
5241
52421992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5243
5244 * configure: When writing config.status, don't prefix progname
5245 with a '.'; it might be absolute.
5246
52471992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5248
5249 * configure: Choose to use X11 if either /usr/lib/libX11.a or
5250 /usr/include/X11 exist, not only if both exist.
5251
52521992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5253
5254 * make-dist: Make the new external-lisp directory a duplicate of
5255 the external-lisp directory, not the lisp directory.
5256
52571992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5258
5259 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
5260 clean' in arch-lib; it doesn't even have a Makefile.
5261
5262 * Makefile.in (clean, mostlyclean): In the test which tries to
5263 distinguish between the build directory, which should be cleaned,
5264 and the installed directory, which shouldn't, cd to `${emacsdir}',
5265 not `${DESTDIR}${LIBDIR}'.
5266
52671992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5268
5269 * make-dist: Be sure to delete the .c and .h files that YACC and
5270 BISON create from getdate.y.
5271
92a8ce63 5272 * external-lisp: New directory; see `external-lisp/README'.
a4a9692d
DL
5273 * make-dist: Added support for the external-lisp subdirectory.
5274
5275 * make-dist: Changed message which complains that make-dist wasn't
5276 invoked in the right directory to indicate which files it was
5277 looking for.
5278
52791992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5280
5281 * configure: Add comments explaining why we can't translate
5282 character ranges or control characters in `tr'.
5283
52841992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5285
5286 * configure: When generating the configuration message, we used to
5287 build the message from the start so that each line began with "# "
5288 so that it would be a comment in `config.status'. However, this
5289 causes trouble if any of the variables we use in the message
5290 expand to more than one line of text - as gnu_malloc_reason
5291 sometimes does. So instead, we build the message as it should be
5292 printed to the user (i.e. without the "# " prefixes), and stick on
5293 the "# "s when we write it to `config.status'.
5294
5295 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
5296 `lib-src' and `arch-lib'.
5297
5298 * configure: When generating report and `config.status' file, note
5299 that bindir only determines where `make install' and
5300 `build-install' will place the executables; this should make it
5301 clear that the ordinary build process will not try to install
5302 things.
5303
53041992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5305
5306 * make-dist: Change messages to say that we are 'making links to
5307 X', rather than 'copying X'. And put `' quotes around file names.
5308
5309 * make-dist: Include '.tmp' in the name of the staging directory.
5310
5311 * make-dist: Pass the `-f' option to rm when you're not sure that
5312 the files you're removing actually exist.
5313
5314 * make-dist: When setting up etc/COPYING, always nuke whatever is
5315 there, and then copy it in, to make sure we get a real file.
5316
5317 * make-dist: Don't try to distribute *.defns files any more. The
5318 only such file was for simula.el, which has been superceded by a
5319 version which doesn't have a separate .defns file.
5320
53211992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
5322
5323 * make-dist: Don't distribute configured versions of config.h.in,
5324 paths.h.in, Makefile.in in src.
5325
5326 * configure: Delete .tmp files before creating them; don't bother
5327 trying to make final targets writeable first, since it won't
5328 matter to move-if-change.
5329
53301992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5331
5332 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
5333 mkdir and chmod in the center of all the conditionals. GNU Make
5334 will strip these out, but other makes won't.
5335
53361992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5337
5338 * make-dist: Include move-if-change in list of files to distribute.
5339
53401992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5341
5342 * configure: Remove any "." elements from the program name.
5343
5344 * configure: Don't record the values of all the possible arguments
5345 in config.status; only record the options that the user specified.
5346
5347 * configure: Use move-if-change to move in the new src/config.h.
5348
53491992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
5350
92a8ce63
JB
5351 * move-if-change: New file, copied from gcc release.
5352 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
5353 a temp file, so we don't update paths.h if an error occurs or if
5354 it doesn't need changing.
a4a9692d
DL
5355
53561992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5357
5358 * Makefile.in (src/paths.h): Do not install a value for the
5359 PATH_SUPERLOCK value; that macro doesn't exist anymore.
5360 * build-install.in: Same thing.
5361
53621992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5363
5364 * make-dist: Check the flag called "make_tar", not "make_dir"; the
5365 latter, being a typo, is always false, resulting in a program
5366 whose default behaviour is to painstakingly build a copy of the
5367 source tree, and then delete it. Rah.
5368
5369 * Makefile.in: Add dist target, and comment for it.
5370
5371 * configure: When scanning <signal.h> for a declaration for
5372 signal, create a symbolic link with a name ending in .c, so the
5373 compiler won't complain that it's only been given .h files.
5374
5375 * configure: Check whether there are any arguments available
5376 before shifting to get the value of a non-boolean parameter.
5377
5378 * make-dist: Doc fix.
5379
53801992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5381
5382 * configure: Instead of grepping /usr/include/signal.h for a
5383 signal declaration, run /usr/include/signal.h or
5384 /usr/include/sys/signal.h through cpp and grep for the
5385 declaration.
5386
5387 * configure: Redirect the output of grep to /dev/null instead of
5388 using grep -s - that flag means different things on other systems.
5389
5390 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
5391 since the former is recognizable even if you don't know what
5392 'dumping' is.
5393 * configure: Accomodate that change.
5394
5395 * configure: Accept options for all of the directories you can
5396 change in the Makefile.
5397
5398 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
5399
5400 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
5401 FOO before you can use them.
5402
5403 * build-install.in: Made the "Where To Install Things" section
5404 conform with the similar section from Makefile.in. Copied section
5405 which builds src/paths.h from src/paths.h.in from the Makefile.
5406
54071992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5408
5409 * configure: Write config.status to pass its command-line
5410 arguments on to configure, so that people can use it to recreate
5411 an old configuration, with minor changes.
5412
54131992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5414
5415 * configure: Don't rely on option variables being unset if their
5416 values are the empty string. In particular, when producing the
5417 English report, don't assume that highpri will be unset when no
5418 increased priority has been requested; -highpri='' should be the
5419 same as omitting -highpri altogether.
5420
5421 * configure: Fix dumb bug: when running the system and machine
5422 description files through cpp, mark those lines that we want to
5423 evaluate with the string '@configure@', and then only evaluate
5424 them. This way if the files include anything that actually
5425 generates text (type definitions or external declarations, say),
5426 we won't try to eval it.
5427
54281992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5429
5430 * make-dist: New shell script.
5431
5432 * configure: When creating foo from foo.in, make foo read-only to
5433 remind people to edit the .in file instead.
5434
5435 * INSTALL: Changed references to config.h-dist to config.h.in.
5436 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
5437 to build src/paths.h from src/paths.h.in; added a paragraph to do
5438 this.
5439 * configure, Makefile, build-install: Changed filenames like
5440 FOO-dist to FOO.in.
5441
54421992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5443
5444 * Makefile, build-install: Renamed to Makefile.in and
5445 build-install.in; the configure script will edit these to produce
5446 the usable Makefile and build-install.
5447 * configure: Changed to produce ./Makefile, ./build-install,
5448 lib-src/Makefile, and src/Makefile from their *.in counterparts,
5449 instead of editing them in place.
5450
54511992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5452
5453 * Makefile: Re-arranged so that the undumped Emacs will search
5454 ../lisp *after* the site's local elisp files.
5455 (locallisppath, dumplisppath): New variables.
5456 (lisppath): This variable's default value is now chosen based on
5457 $(locallisppath) and $(lispdir); while it used to be the
5458 customization point for adding site-local elisp directories to
5459 load-path, that job is now handled mostly by locallisppath.
5460 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
5461 Check the values being assigned to the *LOADSEARCH macros for null
5462 path elements (like '::' in 'foo::bar').
5463
5464 * configure: When checking if the machine- and system-dependent
5465 files define a particular macro or not, actually run them through
5466 CPP and test the macros with #ifs, instead of just grepping for
5467 the macros' names. In particular, check for SYSTEM_MALLOC in this
5468 way.
5469
54701992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5471
5472 * Makefile (install): Don't use -s in install. (Keep the symbols.)
5473
54741992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5475
5476 * configure: Make the config.status file an executable shell
5477 script which will recreate the same configuration. Include the
5478 verbal description of the current configuration as a comment in
5479 the script.
5480 * INSTALL: Doc fix.
5481
5482 * Makefile: brought the Makefile up to the GNU coding
5483 standards, as described in standards.text:
5484 (TAGS): New name for the target which rebuilds the tags table.
5485 (check): New target; doesn't do anything yet.
5486 (mostlyclean): New target, synonymous with clean.
5487 (realclean): New target. Currently, this just calls the
5488 subdirectories's makefiles and then deletes config.status.
5489 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
5490 variables.
5491 Installation directory variables changed to conform.
5492 (install, install.sysv, install.xenix, install.aix): Changed the
5493 code which copies the directories into their installed location to
5494 allow the installed locations to be in several different
5495 directories; the old version assumed that they would all be in
5496 $(emacsdir).
5497 (mkdir, lockdir): Allow the installed locations to be in several
5498 different directories.
5499 * INSTALL: Doc fix.
5500
5501 * build-install: Use the same variable names as the Makefile.
5502 Allow the installed locations to be in several different
5503 directories.
5504
55051992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5506
5507 * Makefile (src/paths.h): Instead of using a single sed command to
5508 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
5509 separately, and don't forget to append "/!!!SuperLock!!!" to the
5510 value of the PATH_SUPERLOCK macro.
5511
5512 * config.emacs: Renamed to configure, for consistency with other
5513 GNU products. Internal references changed.
5514 INSTALL, Makefile: References changed.
5515
5516 * lock: New directory, which should always be empty. If this
5517 directory doesn't exist, Emacs won't complain; it just won't lock.
5518 Having this here means that people can just unpack Emacs, build
5519 it, and have locking work.
5520
5521 * share-lib: Re-renamed to etc, for the sake of tradition.
5522 * config.emacs: Changed default value for datadir to ../etc.
5523 * INSTALL, README: Adjusted.
5524
55251992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5526
5527 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
5528 by running CPP on the appropriate s/*.h and m/*.h files.
5529
55301992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5531
5532 * config.emacs: Make sure to set the "exit on error" flag once
5533 we've removed config.status; errors should abort the configuration.
5534
dff28924 55351992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5536
5537 * config.emacs: Added -distribute option, so that the Makefile
5538 paths are in their proper form. I don't know why this matters.
5539
dff28924 55401992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5541
5542 * local-lisp: New directory, empty in the distribution, for people
5543 to put local elisp code in.
5544 * config.emacs: Include it in the default load path.
5545 * README: Document it.
5546
dff28924 55471992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5548
5549 * config.emacs: Guess the type of signal handling functions based
5550 on the contents of /usr/include/signal.h.
5551
5552 * config.emacs: Print out progress report messages.
5553
5554 * Makefile (src/paths.h): Don't generically replace
5555 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
5556 editing of the other entries, and each entry should be dealt with
5557 explicitly anyway.
5558
5559 * build-install: Converted from C-shell to Bourne shell.
5560 * config.emacs: Edit build-install properly.
5561
5562 * config.emacs: Doc fix.
5563
55641992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5565
92a8ce63 5566 * Makefile (install): Remove `B' from tar xf command.
a4a9692d 5567
dff28924 55681992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a4a9692d
DL
5569
5570 * config.emacs: Removed support for the `maintain-environment'
5571 option; the only important difference between this and its absence
5572 has been removed.
5573 * INSTALL: Removed mention of `maintain-environment'.
5574
5575 * config.emacs: Fix arguments to sed when processing boolean
5576 arguments.
5577
dff28924 55781991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5579
5580 * config.emacs: New file, to help automate the installation
92a8ce63 5581 process.
a4a9692d
DL
5582
5583 * Makefile: Lots of changes to support the separation of etc into
5584 architecture-dependent and -independent files:
5585 (EMACSROOT): New variable, giving the directory under which all of
5586 Emacs's libraries should be installed. Changed rest of file to
5587 use it.
5588 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha
5589 (DATADIR): New variable, denoting architecture-independent dir.
5590 (LOCKDIR): New variable, for completeness.
5591 (SUBDIR): No more etc, new lib-src.
5592 (COPYDIR): No more etc, new arch-lib and share-lib.
5593 (src/paths.h): Set PATH_DATA and the LOCK macros too.
5594 (src): Now depends on lib-src, not etc.
5595 * build-install: Changes parallel to the above.
5596 * README: Describe the new arrangement.
5597
5598 * vms: New subdirectory for all the VMS stuff.
5599
dff28924 56001991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a4a9692d
DL
5601
5602 * Makefile (LISPPATH): New variable.
5603 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
5604
dff28924 56051990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
a4a9692d
DL
5606
5607 * Makefile (install, install.sysv, install.xenix):
5608 Install wakeup instead of loadst. No need for setuid or setgid.
5609
dff28924 56101990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5611
5612 * Makefile (clean): Clean etc if that's not the installation dir.
5613
dff28924 56141990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5615
5616 * Makefile (paths.h): Make sed alter each name in the path.
5617
dff28924 56181988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5619
5620 * Makefile (install.sysv): Use cpio, not tar.
5621
dff28924 56221988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a4a9692d
DL
5623
5624 * Makefile (lockdir): Rename `lock' target.
5625 Depend on it from install*, not from `all'.
5626
dff28924 56271988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a4a9692d
DL
5628
5629 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
5630 to match build-install and paths.h.
6922b018
KH
5631
5632;; Local Variables:
5633;; coding: iso-2022-7bit-unix
5634;; End:
2a34a036 5635
e5389a0b 5636 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
2a34a036
GM
5637 Free Software Foundation, Inc.
5638 Copying and distribution of this file, with or without modification,
5639 are permitted provided the copyright notice and this notice are preserved.