aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-24 16:00:59 +0000
committerRichard M. Stallman2002-07-24 16:00:59 +0000
commit2a0c903cde157e736bc9a336c8a6e457c1733fd5 (patch)
treef0f92a751525387ed957a6879b540e690c6e0ccd
parent7e5a43f94e5e24e578511f310a749c99fa924bb5 (diff)
downloademacs-2a0c903cde157e736bc9a336c8a6e457c1733fd5.tar.gz
emacs-2a0c903cde157e736bc9a336c8a6e457c1733fd5.zip
Don't print anything special about gamedir.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b682e225b8e..805008eb6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12002-07-24 Richard M. Stallman <rms@gnu.org>
2
3 * configure.in: Don't print anything special about gamedir.
4
12002-07-21 Richard M. Stallman <rms@gnu.org> 52002-07-21 Richard M. Stallman <rms@gnu.org>
2 6
3 * Makefile.in (gamedir, localstatedir): New variables. 7 * Makefile.in (gamedir, localstatedir): New variables.
diff --git a/configure.in b/configure.in
index adc1c20dd2d..58b0d96cc8d 100644
--- a/configure.in
+++ b/configure.in
@@ -41,9 +41,6 @@ docdir='${datadir}/emacs/${version}/etc'
41gamedir='${localstatedir}/games/emacs' 41gamedir='${localstatedir}/games/emacs'
42 42
43gameuser=games 43gameuser=games
44AC_ARG_WITH(game-user,
45[ --with-game-user use specified user for game directory],
46 [gameuser="$withval"])
47 44
48AC_ARG_WITH(gcc, 45AC_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])
@@ -2611,7 +2608,6 @@ Configured for \`${canonical}'.
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
2616if test -n "${x_includes}"; then 2612if test -n "${x_includes}"; then
2617echo " Where do we find X Windows header files? ${x_includes}" 2613echo " Where do we find X Windows header files? ${x_includes}"