From: Pavel Raiskup Date: Sat, 5 Oct 2013 06:26:52 +0000 (+0300) Subject: Tiny change X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=f3c8bc7c3fbcf95a2df198b9b4ff75a897b26c64 Tiny change * configure.ac (RSH): Define as AC_ARG_VAR. --- diff --git a/configure.ac b/configure.ac index 3303c53..5feff66 100644 --- a/configure.ac +++ b/configure.ac @@ -217,6 +217,7 @@ AC_CHECK_DECLS([time],,, [#include ]) AC_REPLACE_FUNCS(waitpid) +AC_ARG_VAR([RSH], [Configure absolute path to default remote shell binary]) AC_CACHE_CHECK(for remote shell, tar_cv_path_RSH, [if test -n "$RSH"; then tar_cv_path_RSH=$RSH