diff --git a/configure.in b/configure.in index 7cd6e50..b579e0e 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,9 @@ AC_ARG_ENABLE([xml_config], esac],[xml_config=true]) AM_CONDITIONAL(XML_CONFIG,[test x$xml_config = xtrue]) +if test x$xml_config = xtrue; then +AM_PATH_XML2(2.5.0,,AC_MSG_ERROR([*** Libxml is required if you do not --disable-xml-config])) +fi AM_MAINTAINER_MODE diff --git a/lsyncd.conf.xml b/lsyncd.conf.xml new file mode 100644 index 0000000..253f9aa --- /dev/null +++ b/lsyncd.conf.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +