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: Derek Robert Price
Subject: [Cvs-cvs] ccvs ChangeLog configure configure.in [cvs1-11-x-branch]
Date: Fri, 26 May 2006 04:23:17 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Derek Robert Price <address@hidden>     06/05/26 04:23:15

Modified files:
        .              : ChangeLog configure configure.in 

Log message:
        * configure.in: Accept --with-rsh argument to set RSH_DFLT in config.h.
        Prefer `remsh' to `rsh' when autodetecting and comment rationale.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/ChangeLog.diff?only_with_tag=cvs1-11-x-branch&tr1=1.692.2.241&tr2=1.692.2.242&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/configure.diff?only_with_tag=cvs1-11-x-branch&tr1=1.174.2.73&tr2=1.174.2.74&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/configure.in.diff?only_with_tag=cvs1-11-x-branch&tr1=1.176.2.65&tr2=1.176.2.66&r1=text&r2=text

Patches:
Index: ccvs/ChangeLog
diff -u ccvs/ChangeLog:1.692.2.241 ccvs/ChangeLog:1.692.2.242
--- ccvs/ChangeLog:1.692.2.241  Thu May 25 15:11:15 2006
+++ ccvs/ChangeLog      Fri May 26 04:23:14 2006
@@ -1,6 +1,7 @@
 2006-05-25  Derek Price  <address@hidden>
 
        * configure.in: Accept --with-rsh argument to set RSH_DFLT in config.h.
+       Prefer `remsh' to `rsh' when autodetecting and comment rationale.
 
 2006-04-27  Derek Price  <address@hidden>
 
Index: ccvs/configure
diff -u ccvs/configure:1.174.2.73 ccvs/configure:1.174.2.74
--- ccvs/configure:1.174.2.73   Thu May 25 15:11:15 2006
+++ ccvs/configure      Fri May 26 04:23:14 2006
@@ -912,7 +912,7 @@
   --with-editor           The default text editor CVS should use for log
                           messages (default autoselects)
   --with-rsh              The default remote shell CVS will use for :ext:
-                          transport (default rsh)
+                          transport (default autodetects)
   --with-tmpdir           The temporary directory CVS should use as a default
                           (default autoselects)
   --with-umask            Set the umask CVS will use by default in the
@@ -12610,7 +12610,7 @@
   withval="$with_rsh"
 
 else
-  with_rsh="rsh ssh"
+          with_rsh="remsh rsh ssh"
 fi;
 
 if test no = "$with_rsh"; then
Index: ccvs/configure.in
diff -u ccvs/configure.in:1.176.2.65 ccvs/configure.in:1.176.2.66
--- ccvs/configure.in:1.176.2.65        Thu May 25 15:11:17 2006
+++ ccvs/configure.in   Fri May 26 04:23:15 2006
@@ -509,8 +509,12 @@
   AC_HELP_STRING(
     [--with-rsh],
     [The default remote shell CVS will use for :ext: transport
-     (default rsh)]), ,
-  [with_rsh="rsh ssh"])
+     (default autodetects)]), ,
+  dnl `remsh' is only useful on HP-UX, where `rsh' is the `restricted shell'
+  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"])
 
 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]