comparison configure.in @ 46660:5bf90f1bc620

Don't print anything special about gamedir.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Jul 2002 16:00:32 +0000
parents 5698ad4e8a2b
children 03209f3ee750
comparison
equal deleted inserted replaced
46659:e86dc5373cac 46660:5bf90f1bc620
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='${localstatedir}/games/emacs' 41 gamedir='${localstatedir}/games/emacs'
42 42
43 gameuser=games 43 gameuser=games
44 AC_ARG_WITH(game-user,
45 [ --with-game-user use specified user for game directory],
46 [gameuser="$withval"])
47 44
48 AC_ARG_WITH(gcc, 45 AC_ARG_WITH(gcc,
49 [ --without-gcc don't use GCC to compile Emacs if GCC is found]) 46 [ --without-gcc don't use GCC to compile Emacs if GCC is found])
50 AC_ARG_WITH(pop, 47 AC_ARG_WITH(pop,
51 [ --without-pop don't support POP mail retrieval with movemail], 48 [ --without-pop don't support POP mail retrieval with movemail],
2609 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 2606 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
2610 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} 2607 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
2611 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers 2608 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
2612 What window system should Emacs use? ${window_system} 2609 What window system should Emacs use? ${window_system}
2613 What toolkit should Emacs use? ${USE_X_TOOLKIT} 2610 What toolkit should Emacs use? ${USE_X_TOOLKIT}
2614 Should Emacs use a shared game state directory? ${gamedir}"
2615 2611
2616 if test -n "${x_includes}"; then 2612 if test -n "${x_includes}"; then
2617 echo " Where do we find X Windows header files? ${x_includes}" 2613 echo " Where do we find X Windows header files? ${x_includes}"
2618 else 2614 else
2619 echo " Where do we find X Windows header files? Standard dirs" 2615 echo " Where do we find X Windows header files? Standard dirs"