diff options
| author | Richard M. Stallman | 2002-07-21 20:19:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-21 20:19:22 +0000 |
| commit | b914de74c45b8666ccf63aadaff398e1e0645065 (patch) | |
| tree | 8a6cfdc45cd6dbc80159cba1d6d26d83da0a591d | |
| parent | 2ec6f00dddefb073b082461ae60652f89aec2706 (diff) | |
| download | emacs-b914de74c45b8666ccf63aadaff398e1e0645065.tar.gz emacs-b914de74c45b8666ccf63aadaff398e1e0645065.zip | |
(gamedir): Handle it like lispdir.
(--with-game-dir option): Deleted.
| -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}' | |||
| 38 | etcdir='${datadir}/emacs/${version}/etc' | 38 | etcdir='${datadir}/emacs/${version}/etc' |
| 39 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' | 39 | archlibdir='${libexecdir}/emacs/${version}/${configuration}' |
| 40 | docdir='${datadir}/emacs/${version}/etc' | 40 | docdir='${datadir}/emacs/${version}/etc' |
| 41 | gamedir=yes | 41 | gamedir='${localstatedir}/games/emacs' |
| 42 | |||
| 43 | AC_ARG_WITH(game-dir, | ||
| 44 | [ --with-game-dir use a shared game directory if possible], | ||
| 45 | [ | ||
| 46 | gamedir="$withval" | ||
| 47 | ]) | ||
| 48 | if test "$gamedir" = yes; then | ||
| 49 | gamedir="${localstatedir}/games/emacs" | ||
| 50 | fi | ||
| 51 | eval tgamedir=\"$gamedir\" | ||
| 52 | if test "$gamedir" != no; then | ||
| 53 | AC_DEFINE_UNQUOTED(HAVE_SHARED_GAME_DIR, "$tgamedir", | ||
| 54 | [Define to the name of the shared game directory.]) | ||
| 55 | fi | ||
| 56 | 42 | ||
| 57 | gameuser=games | 43 | gameuser=games |
| 58 | AC_ARG_WITH(game-user, | 44 | AC_ARG_WITH(game-user, |