1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Eli Zaretskii
b5a0990328 (--with-system-malloc): New option; see msdos/INSTALL for rationale. 2008-12-19 11:05:49 +00:00
Eli Zaretskii
b5ba727193 Tell user to expect one "File not found" message while the `doc' directory
is being configured.
2008-10-31 10:56:30 +00:00
Eli Zaretskii
d95d9b2360 Fix last change: don't use < and > in "rem" lines, they are interpreted
as redirection by DOS shells.
2008-05-07 10:32:47 +00:00
Glenn Morris
b33ba8120b Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:35:58 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
57ebf0bedb Add 2008 to copyright years. 2008-01-07 08:53:20 +00:00
Eli Zaretskii
799303b632 Fix configuring `doc' due to changes in the directory structure. 2007-10-05 09:39:39 +00:00
Glenn Morris
fca4a5de17 Switch license to GPLv3 or later. 2007-07-25 06:48:19 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Glenn Morris
e91081eb9e Update copyright years. 2006-12-05 06:15:26 +00:00
Ramprasad B
667f78d702 Updated copyright year(s) 2006-04-20 06:59:38 +00:00
Lute Kamstra
0d07bc90bc Update FSF's address. 2005-07-04 14:42:45 +00:00
Eli Zaretskii
e823737069 Protect & with "" since & is special for cmd.exe;
filter through Sed to remove the quotes.

----------------------------------------------------------------------
2004-11-27 18:22:45 +00:00
Eli Zaretskii
60c49bc1a3 If 8-byte alignment is not supported, define
NO_DECL_ALIGN in src/config.h, instead of trivially defining
DECL_ALIGN.
2004-11-27 12:28:40 +00:00
Eli Zaretskii
a30fb04fbc Add a test for DECL_ALIGN support, and add a trivial definition to
src/config.h if 8-byte alignment is not supported.
2004-11-12 18:18:43 +00:00
Eli Zaretskii
5ae143b270 Don't require djecho.exe for the v1.x build. 2004-11-12 16:10:03 +00:00
Eli Zaretskii
d9a68b6a51 Update URLs in the comments. 2004-07-31 09:23:36 +00:00
Eli Zaretskii
d14a46f77e (lib-src): Recognize comment lines in Makefile.in
that have a TAB after the #, to avoid errors in preprocessing
with GCC 3.3.3.
2004-04-04 20:53:04 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Eli Zaretskii
86bbfe7774 Handle the case when lispintro is truncated to lispintr. 2002-05-31 15:13:32 +00:00
Eli Zaretskii
90c4121e94 Update for msdos/sed2v2.inp. 2002-04-16 17:39:08 +00:00
Eli Zaretskii
7336d09bc1 Configure in the lispintro directory. 2001-11-24 11:41:23 +00:00
Eli Zaretskii
1b5a364412 Configure in `lispref'. 2001-11-10 14:03:38 +00:00
Eli Zaretskii
00a4199604 Update the copyright. 2001-03-04 07:09:15 +00:00
Eli Zaretskii
c212c118d3 Run the preprocessor with -traditional. 2001-01-08 17:23:43 +00:00
Eli Zaretskii
92a0f4b15d Check for existence of djecho.exe, and print an
error message if it is not available.
2000-11-23 15:37:17 +00:00
Eli Zaretskii
dd0e1e5440 (maindir): Update src/_gdbinit even if it does already exist. 2000-08-08 10:36:51 +00:00
Eli Zaretskii
efb81423f8 Generate lisp/Makefile from lisp/Makefile.in. 2000-06-15 16:02:03 +00:00
Eli Zaretskii
373ea6d5ee Identify the beginning of cpp stuff in src/Makefile.in and
lib/src/Makefile.in more accurately.
2000-05-01 15:19:27 +00:00
Eli Zaretskii
2e4a0140b9 Make --no-debug work again by removing -gcoff. 1999-08-04 10:19:09 +00:00
Eli Zaretskii
05175c5451 Use epaths.* instead of paths.*. 1999-03-30 16:28:40 +00:00
Eli Zaretskii
b2451b8621 Support configuring with leim. 1999-01-07 12:27:19 +00:00
Eli Zaretskii
adc110de19 Make sure the environment is large enough to accomodate
all the "set foo=bar" commands.  Update the pointers to ftp sites.
1998-04-16 08:56:46 +00:00
Eli Zaretskii
074028631a Configure the man subdirectory. 1997-11-20 16:36:24 +00:00
Eli Zaretskii
456f382cc6 If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).
1997-08-27 11:44:29 +00:00
Richard M. Stallman
45cdceb922 Use sed' instead of cp', which might not be installed. 1997-07-13 20:47:45 +00:00
Richard M. Stallman
9663837a53 Make sure `mv' supports forward slashes and -f. 1996-10-31 19:53:19 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Richard M. Stallman
809e1789ed Make sure the GDB init file is called src/_gdbinit;
if not, tell the user to rename it and abort.
1996-04-15 18:48:06 +00:00
Richard M. Stallman
8cdaacaf13 With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program. 1996-04-14 17:28:05 +00:00
Richard M. Stallman
b696f8606b (djgpp_ver): Variable renamed from djgpp-ver. 1996-04-12 15:44:42 +00:00
Richard M. Stallman
f56c521706 Set djgpp-ver, and unset it at the end.
Add a number ofconditionals for DJGPP version 2.
Rename label libsrc2 to libsrc3.
Substitute for LDFLAGS in src/Makefile.
Substitute for ALL_CFLAGS in lib-src/Makefile.
1996-04-10 05:29:39 +00:00
Richard M. Stallman
293e5aa6d1 Discuss djgpp version; eliminate mention of Simtel. 1996-01-03 15:05:35 +00:00
Richard M. Stallman
2f3e7987f2 Simplify using new names file names src/makefile.in,
config.in, paths.in.  Change Echo commands not to use `.
1995-09-02 16:25:34 +00:00
Morten Welinder
ddff705b7a *** empty log message *** 1994-10-17 07:35:36 +00:00
Richard M. Stallman
54133323d2 (src/paths.h): Use sed script msdos/sed4.inp. 1994-06-07 15:16:39 +00:00
Richard M. Stallman
2d49d361ae Doc fix. 1994-05-22 19:05:23 +00:00
Richard M. Stallman
02b81698a5 Forcibly remove "# " style comments from makefiles. 1994-05-08 20:30:46 +00:00
Richard M. Stallman
315ebba37b entered into RCS 1994-05-04 07:01:35 +00:00
Richard M. Stallman
331fdf1eee *** empty log message *** 1994-04-29 19:29:03 +00:00