ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] s/xterm/rxvt/g


From: Martin Samuelsson
Subject: Re: [RP] s/xterm/rxvt/g
Date: Tue, 24 Apr 2001 21:59:44 +0200
User-agent: Mutt/1.2.5i

On Tue, Apr 24, 2001 at 11:13:44AM -0700, Jonathan Walther wrote:
> Look closer.  There is no xterm depending code.  But it is compiled
> as a default xterm.  Remember that xterm segfaults for me on all my
> systems, and apparently other people suffer this problem as well.
> xterm is buggy.  It just shouldn't be used.

How about adding something like this instead? It's easy to add rxvt to if that 
is wanted.

diff -ur ratpoison/configure.in ratpoison-changeableterm/configure.in
--- ratpoison/configure.in      Wed Mar 14 08:42:17 2001
+++ ratpoison-changeableterm/configure.in       Tue Apr 24 21:40:38 2001
@@ -39,8 +39,10 @@
                AC_MSG_RESULT(no)
        fi],[AC_MSG_RESULT(no)])
 
+AC_CHECK_PROGS(TERM_PROG_CHECK,"x-terminal-emulator","xterm",,)
+
 AC_ARG_WITH(xterm, [ --with-xterm=PROG        set the x terminal emulator used 
by ratpoison ],
-term_prog=$withval, term_prog="xterm")
+term_prog=$withval, term_prog=$TERM_PROG_CHECK)
 AC_DEFINE_UNQUOTED(TERM_PROG,"$term_prog")
 
 dnl Checks for programs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]