cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs ChangeLog configure configure.in [cvs1-11-x-branch]


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs ChangeLog configure configure.in [cvs1-11-x-branch]
Date: Mon, 28 Jan 2008 01:47:14 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Mark D. Baushke <mdb>   08/01/28 01:47:09

Modified files:
        .              : ChangeLog configure configure.in 

Log message:
        * configure.in: Look for lshc rather than lsh to avoid problems
        under Debian GNU/Linux.
        * configure: Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.692.2.261&r2=1.692.2.262
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.174.2.82&r2=1.174.2.83
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure.in?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.176.2.73&r2=1.176.2.74

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/ChangeLog,v
retrieving revision 1.692.2.261
retrieving revision 1.692.2.262
diff -u -b -r1.692.2.261 -r1.692.2.262
--- ChangeLog   28 Jan 2008 01:22:45 -0000      1.692.2.261
+++ ChangeLog   28 Jan 2008 01:47:05 -0000      1.692.2.262
@@ -1,5 +1,9 @@
 2008-01-27  Mark D. Baushke  <address@hidden>
 
+       * configure.in: Look for lshc rather than lsh to avoid problems
+       under Debian GNU/Linux.
+       * configure: Regenerated.
+
        * configure.in: Add support for --with-ssh and CVS_SSH.
        * NEWS: Note that :extssh: looks to CVS_SSH rather tha CVS_RSH.
        * Makefile.in, config.h.in, configure: Regenerated.

Index: configure
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure,v
retrieving revision 1.174.2.82
retrieving revision 1.174.2.83
diff -u -b -r1.174.2.82 -r1.174.2.83
--- configure   28 Jan 2008 01:22:45 -0000      1.174.2.82
+++ configure   28 Jan 2008 01:47:05 -0000      1.174.2.83
@@ -12134,7 +12134,7 @@
 if test "${with_ssh+set}" = set; then
   withval=$with_ssh;
 else
-  with_ssh="ssh lsh ssh2"
+  with_ssh="ssh lshc ssh2"
 fi
 
 
@@ -12221,7 +12221,7 @@
 if test "${with_rsh+set}" = set; then
   withval=$with_rsh;
 else
-          with_rsh="remsh rsh ssh lsh ssh2"
+          with_rsh="remsh rsh ssh lshc ssh2"
 fi
 
 

Index: configure.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure.in,v
retrieving revision 1.176.2.73
retrieving revision 1.176.2.74
diff -u -b -r1.176.2.73 -r1.176.2.74
--- configure.in        28 Jan 2008 01:22:48 -0000      1.176.2.73
+++ configure.in        28 Jan 2008 01:47:09 -0000      1.176.2.74
@@ -505,7 +505,7 @@
     [--with-ssh],
     [The default remote shell CVS will use for :extssh: transport
      (default autodetects)]), ,
-  [with_ssh="ssh lsh ssh2"])
+  [with_ssh="ssh lshc ssh2"])
 
 if test no = "$with_ssh"; then
   AC_MSG_WARN([Failed to find usable remote shell. Using 'ssh'.])
@@ -558,7 +558,7 @@
   dnl and `remsh' is the remote shell, but look for it first since it
   dnl probably won't exist on any platform where it shouldn't be preferred
   dnl to `rsh'.
-  [with_rsh="remsh rsh ssh lsh ssh2"])
+  [with_rsh="remsh rsh ssh lshc ssh2"])
 
 if test no = "$with_rsh"; then
   AC_MSG_WARN([Failed to find usable remote shell. Using 'rsh'.])




reply via email to

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