diff options
author | Rob Austein <sra@hactrn.net> | 2012-11-12 17:47:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-11-12 17:47:26 +0000 |
commit | 5bb6712c096eb99d8d6a220fab3546cb96d06edf (patch) | |
tree | 2206c9a160a9b68453a401db8f533b6ab8648d5e /configure.ac | |
parent | c27571f78e6f4515d0eb33fada0c40d394193b6d (diff) |
Use real trang when available, otherwise run script which warns about
out-of-date .rng files then touches them and moves on. Developers
need to have trang installed, normal users don't and requiring trang
just annoys them. Closes #304.
svn path=/trunk/; revision=4852
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dafa1154..5b49b570 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,7 @@ AC_PATH_PROG([AWK], [awk]) AC_PATH_PROG([SORT], [sort]) AC_PATH_PROG([RRDTOOL], [rrdtool]) AC_PROG_GREP +AC_PATH_PROG([TRANG], [trang], [\${abs_top_srcdir}/buildtools/trang-not-found]) # Figure out whether we need to build our own OpenSSL library or can # use the system libraries. We're looking for two recent features: |