summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-08-20 22:33:49 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-08-21 09:03:44 -0400
commit55cc6b24dcf606db9bd3102344ec0a9aa966189d (patch)
treec3d496d240d1f8bd4ab71f4c2a19c3f55e7635c2 /configure.ac
parent3c3a5ca21345b8df791486027ee367130ed45374 (diff)
Add publishing interface with built-in support for rsync.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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