diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-21 20:19:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-21 20:19:22 +0000 |
commit | b914de74c45b8666ccf63aadaff398e1e0645065 (patch) | |
tree | 8a6cfdc45cd6dbc80159cba1d6d26d83da0a591d /configure.in | |
parent | 2ec6f00dddefb073b082461ae60652f89aec2706 (diff) | |
download | emacs-b914de74c45b8666ccf63aadaff398e1e0645065.tar.gz |
(gamedir): Handle it like lispdir.
(--with-game-dir option): Deleted.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.in b/configure.in index a26f105d991..adc1c20dd2d 100644 --- a/configure.in +++ b/configure.in @@ -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, |