X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=3bff70ed1d289ac95ca5aeb858bf778ba3ec2939;hb=f6c25db5fef8f1e82c7a9e87ed42d311cb1bcb32;hp=3303c53eda219c6ae803b05458d14dc718ec89ad;hpb=f547c0332dede01f68c81a32a35ad6cfffd11744;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index 3303c53..3bff70e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU tar], [1.26.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.27], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) @@ -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