X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=etc%2FMakefile.am;h=29f1dd905674ec6977c265d97e4b3be2df73cb27;hb=0ab6e8aba7de1ea5cf109de175f56c9d8f7f49bc;hp=5b5c451fe1d6179656dbd4c92c567294e0fab662;hpb=64d4e7e4e1d3f87b5aa12a93170f7424e1918f16;p=metaproxy-moved-to-github.git diff --git a/etc/Makefile.am b/etc/Makefile.am index 5b5c451..29f1dd9 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.11 2007-02-16 09:00:42 adam Exp $ +# $Id: Makefile.am,v 1.12 2007-02-17 13:03:29 adam Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -35,10 +35,10 @@ EXTRA_DIST = $(etcdata_DATA) check_rng: xmllint --noout --xinclude --relaxng $(rng) $(xmlconfig) +## Only run XSD checks for a "new" Libxml2 .PHONY: check_xsd check_xsd: - xmllint --noout --xinclude --schema $(xsd) $(xmlconfig) - + if test `xmllint --version 2>&1 |head -1|awk '{print $$5}'` -gt 20622; then xmllint --noout --xinclude --schema $(xsd) $(xmlconfig); fi check-local: check_rng check_xsd