Francesco Potortì
46861ec00b
(etags, ctags): define EMACS_NAME as "GNU Emacs".
2007-02-26 13:21:16 +00:00
Glenn Morris
70e48c8616
Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
...
(EMACS, EMACSOPT): New variables.
(blessmail): Use `--no-site-file' when compiling.
2007-02-20 04:08:17 +00:00
Glenn Morris
b3d90e4611
Update copyright for years from Emacs 21 to present (mainly adding
...
2001).
2007-01-16 03:47:24 +00:00
Ramprasad B
01c7d38339
Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
2006-11-03 14:10:50 +00:00
Eli Zaretskii
8c09ed8296
(UTILITIES): Remove yow${EXEEXT}.
...
yow${EXEEXT}: Remove target.
2006-06-09 17:53:58 +00:00
Eli Zaretskii
81af906074
Add DESTDIR variable to install and uninstall targets to support staged
...
installations.
2006-03-03 12:02:31 +00:00
Thien-Thi Nguyen
273dc16aaf
Update years in copyright notice; nfc.
2006-02-06 11:28:28 +00:00
Richard M. Stallman
30cfcf7fb0
(update-game-score.o): Delete spurious final `\'.
2005-12-22 16:18:46 +00:00
Richard M. Stallman
f85d3f3fd8
(update-game-score.o): New target.
...
Compile and link this progranm separately.
(update-game-score${EXEEXT}): Use GETOPTDEPTS.
2005-09-15 13:08:01 +00:00
Thien-Thi Nguyen
92b47a4a99
Update years in copyright notice; nfc.
2005-08-07 10:56:27 +00:00
Paul Eggert
9eff9fe3e8
Merge gnulib getopt implementation into Emacs.
...
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.
* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).
* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.
* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
2005-07-26 21:43:13 +00:00
Lute Kamstra
364c38d3af
Update FSF's address.
2005-07-04 15:47:28 +00:00
Miles Bader
48d67035ea
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
...
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
Thien-Thi Nguyen
c2bcfb19fb
(emacsclient${EXEEXT}): Use makefile var `version'.
2004-05-08 14:42:41 +00:00
Miles Bader
8e5331fe84
Correct some arch-tag: comment types
2003-09-02 06:06:59 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Dave Love
ac06b30be5
Remove obsolete references to alloca.
2003-08-20 15:47:57 +00:00
Dave Love
dfb7bcda87
Define LIBS_MAIL=-llockfile.
2003-05-20 16:33:02 +00:00
Andreas Schwab
108c7c97c1
(EXEEXT): Define to @EXEEXT@ and use this variable
...
instead of the substitution.
2003-02-08 17:27:58 +00:00
Juanma Barranquero
c60ee5e70f
Cygwin support patch.
2003-01-31 15:24:20 +00:00
Markus Rost
c5c927519c
Fix last change (use C syntax for comments).
2003-01-21 02:26:04 +00:00
Richard M. Stallman
ee978ec9b8
(rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
2003-01-20 09:04:56 +00:00
Richard M. Stallman
d17b3095e9
(${archlibdir}): Ignore errors operating on $(gamedir).
2002-11-18 04:53:59 +00:00
Dave Love
a8c4aa2e41
(YACC): Deleted.
2002-11-14 14:09:36 +00:00
Andreas Schwab
67bb79b7f8
(${archlibdir}): Always create $(gamedir).
...
(update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
2002-10-19 13:55:15 +00:00
Stefan Monnier
ca5004e7b4
Remove references to emacsserver.
2002-09-25 20:03:21 +00:00
Andreas Schwab
712eaee029
(localstatedir): New variable.
2002-07-30 13:53:27 +00:00
Richard M. Stallman
c0e38e32b9
(LIBS_MAIL): Renamed from LIB_MAIL.
...
(LIBS_MOVE): Renamed from MOVE_LIBS.
2002-05-30 17:15:45 +00:00
Colin Walters
7451222f00
(${archlibdir}): Don't conditionalize on
...
HAVE_SHARED_GAME_DIR. Instead, test at installation time whether or
not we have access to the specified game user.
2002-04-29 22:48:22 +00:00
Colin Walters
1ba1fb11c0
(gamedir, gameuser): New variables.
...
(toplevel, UTILITIES): Add update-game-score.
(${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
2002-04-10 19:05:44 +00:00
Richard M. Stallman
1405e9d029
(clean): Don't delete ../etc/DOC*.
2001-12-11 22:55:45 +00:00
Pavel Janík
a4663feda2
Add support for --program-prefix, --program-suffix
...
and --program-transform-name options.
2001-11-15 20:37:20 +00:00
Ken Raeburn
84e70f7869
fix build problems with krb5 and hesiod support
2001-10-24 22:54:38 +00:00
Eli Zaretskii
efa21132ae
(profile, make-docfile, hexl): Depend on config.h.
2000-08-29 17:12:42 +00:00
Gerd Moellmann
32b4c0e90b
(alloca.o): Add -Demacs so that alloca will use
...
xmalloc.
2000-07-14 17:59:27 +00:00
Gerd Moellmann
adb0a8d333
(INSTALLABLES): Add ebrowse.
...
(ebrowse): New target.
2000-04-09 10:53:05 +00:00
Gerd Moellmann
fa52fcb511
(b2m): Add dependency on GETOPTDEPS.
1999-11-13 22:47:19 +00:00
Dave Love
93c8d183ee
(pop.o): Depend on config.h.
1999-10-15 15:48:53 +00:00
Gerd Moellmann
e511d7f44a
(INSTALLABLE_SCRIPTS): Add grep-changelog.
1999-08-10 13:48:24 +00:00
Richard M. Stallman
8598a0f1f4
(clean): remove fns*.el.
1999-06-30 16:49:37 +00:00
Richard M. Stallman
4c32bfb9bc
(yow): Depend on epaths.h, not paths.h.
1999-02-26 11:36:54 +00:00
Richard M. Stallman
f616d119cd
Replace tabs with spaces
...
when they might confuse some Make versions.
1998-10-13 15:13:28 +00:00
Richard M. Stallman
5126d3b7fe
(REGEXPDEPS, regex.o):
...
Prepend $(srcdir)/ to rule dependencies outside this dir.
1998-08-02 00:24:15 +00:00
Richard M. Stallman
665eba9dc0
Properly terminate a comment.
1998-06-06 22:24:37 +00:00
Richard M. Stallman
bbcac09c81
Undo previous change.
1998-05-25 20:11:54 +00:00
Karl Heuer
0ea9573750
Integrate support for GSS-API
...
authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
1998-04-06 22:16:30 +00:00
Richard M. Stallman
3e2c89815d
(install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.
1998-03-06 01:12:57 +00:00
Karl Heuer
1817145f6d
(b2m): Define VERSION. Link with $(GETOPTOBJS).
1997-11-23 02:17:48 +00:00
Richard M. Stallman
93de505d85
Support auto-configuration of both Kerberos V4 and
...
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
1997-07-28 05:51:59 +00:00
Richard M. Stallman
828524de84
(blessmail): Find blessmail.el in mail subdirectory.
1997-06-27 17:57:10 +00:00