X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=5feff66927a5cb4a7af579134eda982fcdd467b7;hb=f3c8bc7c3fbcf95a2df198b9b4ff75a897b26c64;hp=4ddb6942609ff683e635a2560a7898a58822f853;hpb=57e5a7a1e7c5d53d2eadfb2b606301fbb0f70f45;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index 4ddb694..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 @@ -345,7 +346,7 @@ AC_CHECK_TYPE(iconv_t,:, # Gettext. AM_GNU_GETTEXT([external], [need-formatstring-macros]) -AM_GNU_GETTEXT_VERSION([0.18.2]) +AM_GNU_GETTEXT_VERSION([0.16]) # Initialize the test suite. AC_CONFIG_TESTDIR(tests)