From: Richard M. Stallman Date: Sun, 21 Jul 2002 20:19:22 +0000 (+0000) Subject: (gamedir): Handle it like lispdir. X-Git-Tag: ttn-vms-21-2-B4~13940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b914de74c45b8666ccf63aadaff398e1e0645065;p=emacs.git (gamedir): Handle it like lispdir. (--with-game-dir option): Deleted. --- 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,