From e9207f876b0ee19f3821a23cbcfc6a7d735ca6cc Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Wed, 14 Aug 2002 03:01:48 +0000 Subject: [PATCH] Tue Aug 13 22:55:58 2002 Michael Jennings (mej) Documentation fix from Jim Lewis . SVN revision: 6365 --- CVS-README | 4 ++-- ChangeLog | 4 ++++ configure.in | 9 ++------- src/screamcfg.h | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CVS-README b/CVS-README index 693d6b5..1bfbd06 100644 --- a/CVS-README +++ b/CVS-README @@ -12,9 +12,9 @@ using the UNIX client you will need to set your environment variable appropriately: bash/ksh/sh users: - export CVSROOT=":pserver:anonymous@cvs.enlightenment.org:/cvs/enlightenment" + export CVSROOT=":pserver:anonymous@cvs.enlightenment.org:/cvsroot/enlightenment" or csh/tcsh users: - setenv CVSROOT ":pserver:anonymous@cvs.enlightenment.org:/cvs/enlightenment" + setenv CVSROOT ":pserver:anonymous@cvs.enlightenment.org:/cvsroot/enlightenment" At this point, you'll need to run the following command (only the FIRST time you check out the source code should you have to run this diff --git a/ChangeLog b/ChangeLog index 6a7ffce..3a40dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4779,3 +4779,7 @@ Fixed bug pointed out by JC Wong where resizing a window which had had transparency toggled on would reveal a black spot at the bottom of the scrollbar. ---------------------------------------------------------------------- +Tue Aug 13 22:55:58 2002 Michael Jennings (mej) + +Documentation fix from Jim Lewis . +---------------------------------------------------------------------- diff --git a/configure.in b/configure.in index 4f0e59f..5aa5ba1 100644 --- a/configure.in +++ b/configure.in @@ -492,23 +492,18 @@ if test "$FOUND_LIBAST" -ne "1"; then echo " Shall I retrieve and build LibAST now (y/n)?"; read ANS if test "x$ANS" = "xy" -o "x$ANS" = "xyes" -o "x$ANS" = "xY" -o "x$ANS" = "xYES"; then - if test -d CVS ; then # Download from CVS server CVSROOT=":pserver:anonymous@cvs.enlightenment.sourceforge.net:/cvsroot/enlightenment" grep $CVSROOT $HOME/.cvspass >/dev/null 2>&1 || cvs -d $CVSROOT login cvs -z3 -d $CVSROOT co -d libast eterm/libast (cd libast && ./autogen.sh $ac_configure_args && make install && cd .. && rm -rf libast) if test $? -ne 0; then - echo 'ERROR: Unable to auto-get libast, sorry.' 1>&2 - exit 1 + echo 'ERROR: Unable to auto-get libast, sorry.' 1>&2 + exit 1 fi FOUND_LIBAST=1 AC_CHECK_PROG(LIBAST_CONFIG, libast-config, libast-config, false) test "$LIBAST_CONFIG" = "false" && FOUND_LIBAST=0 - else - # Download tarball - : - fi fi fi if test "$FOUND_LIBAST" -eq "1"; then diff --git a/src/screamcfg.h b/src/screamcfg.h index 7abfb3d..9b8dec9 100644 --- a/src/screamcfg.h +++ b/src/screamcfg.h @@ -20,7 +20,7 @@ #define NS_MAXCMD 512 #define NS_SSH_CALL "ssh" -#define NS_SSH_OPTS "-t" +#define NS_SSH_OPTS "-t -A -X" #define NS_SSH_TUNNEL_OPTS "-N" #define NS_SCREAM_CALL "scream %s" #define NS_SCREAM_OPTS "-xRR"