Replace the --with-rsh arg in configure.in with the following:

# Looking for rsh and path
AC_ARG_WITH(rsh,
        [  --with-rsh=PATH         Specify path to remote shell program ],
        [
                rsh_path=$withval
        ],
        [
                AC_PATH_PROG(rsh_path, rsh)
        ]
)
AC_DEFINE_UNQUOTED(RSH, "$rsh_path")

I will try and get this updated in cvs.
Greg, I have a bunch of little minor make cleanups to commit. What's the status? Can I do it or do you still want me to wait? By the way, enable args can't have a dash in them so --enable-smp-linux needs to have its enable arg set as smp_linux and it will convert a command line entry of --enable-smp-linux to smp_linux. I've updated this and the above so let me know when I can commit.

David

Unfortunately, even calling ./configure --with-rsh=/usr/bin/ssh will not
replace the entry in dxconfig.h with the specified one.


--
.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to