From 55cc6b24dcf606db9bd3102344ec0a9aa966189d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 20 Aug 2022 22:33:49 -0400 Subject: Add publishing interface with built-in support for rsync. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67e287c..df60089 100644 --- a/configure.ac +++ b/configure.ac @@ -33,4 +33,7 @@ AM_CONDITIONAL([HAVE_GUILE_COMMONMARK], [test "x$have_guile_commonmark" = "xyes" AC_CHECK_FUNC([inotify_init], [AM_CONDITIONAL(HAVE_INOTIFY, true)], [AM_CONDITIONAL(HAVE_INOTIFY, false)]) +AC_PATH_PROG([RSYNC], [rsync]) +AM_CONDITIONAL([HAVE_RSYNC], [test "x$RSYNC" != "x"]) + AC_OUTPUT -- cgit v1.2.3