Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b914de74
Commit
b914de74
authored
Jul 21, 2002
by
Richard M. Stallman
Browse files
(gamedir): Handle it like lispdir.
(--with-game-dir option): Deleted.
parent
2ec6f00d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
configure.in
configure.in
+1
-15
No files found.
configure.in
View file @
b914de74
...
...
@@ -38,21 +38,7 @@ lisppath='${locallisppath}:${lispdir}'
etcdir='${datadir}/emacs/${version}/etc'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
docdir='${datadir}/emacs/${version}/etc'
gamedir=yes
AC_ARG_WITH(game-dir,
[ --with-game-dir use a shared game directory if possible],
[
gamedir="$withval"
])
if test "$gamedir" = yes; then
gamedir="${localstatedir}/games/emacs"
fi
eval tgamedir=\"$gamedir\"
if test "$gamedir" != no; then
AC_DEFINE_UNQUOTED(HAVE_SHARED_GAME_DIR, "$tgamedir",
[Define to the name of the shared game directory.])
fi
gamedir='${localstatedir}/games/emacs'
gameuser=games
AC_ARG_WITH(game-user,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment