1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/lib-src
Paul Eggert 995be66f0f Install update-game-score only on request
Most distributions do not install update-game-score properly
due to setuid/setgid complications, so install it only when
the installer specifies a user or group (Bug#25895).
* .gitattributes: Remove lib-src/update-game-score.exe.manifest.
* Makefile.in (gameuser, gamegroup, use_gamedir, PATH_GAME):
New vars.
(epaths-force): Use PATH_GAME.
(uninstall): Remove snake-scores and tetris-scores only if shared.
* configure.ac: Default --with-gameuser to 'no'.
(UPDATE_MANIFEST): Remove.
* etc/NEWS: Mention this.
* lib-src/Makefile.in (UPDATE_MANIFEST): Remove.
(use_gamedir): New macro.
(UTILITIES): Remove update-game-score unless use_gamedir.
(SCRIPTS): Remove $(UPDATE_MANIFEST).
($(DESTDIR)${archlibdir}): Install game directory program and data
only if use_gamedir.
* lib-src/update-game-score.exe.manifest: Remove, as
update-game-score is no longer installed on MS-Windows.
* lisp/play/gamegrid.el (gamegrid-add-score-with-update-game-score):
Use auxiliary program only if setuid or setgid.
* make-dist: Do not distribute update-game-score.exe.manifest.
* src/callproc.c (init_callproc):
Set Vshared_game_score_directory based on PATH_GAME, not DOS_NT.
(syms_of_callproc): Remove unnecessary initialization of
Vshared_game_score_directory.
2017-03-12 12:04:10 -07:00
..
ChangeLog.1 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
emacsclient.c New option -u / --suppress-output to emacsclient 2017-02-25 10:30:46 +02:00
etags.c Teach etags to process ENUM_BF correctly 2017-03-12 17:36:41 +02:00
hexl.c Merge from gnulib 2017-02-23 09:15:06 -08:00
make-docfile.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
Makefile.in Install update-game-score only on request 2017-03-12 12:04:10 -07:00
movemail.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ntlib.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
ntlib.h Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
pop.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
pop.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
profile.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
rcs2log Fix copyright years by hand 2017-01-01 04:01:41 +00:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
update-game-score.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.