From d963f4c9936bb2edaa96d9be7efb66884b5033c2 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 21 Nov 2008 13:14:14 +0000 Subject: [PATCH] oops forgot the template... --- configure.in | 3 ++ lsyncd.conf.xml | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 lsyncd.conf.xml 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +