summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-03-12 08:19:55 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2018-03-12 08:19:55 -0400
commit33107665128a1b59a9ea0181a03b279688dd183f (patch)
treeacef596ee073ce5333125aaebc2d542210bb167d /aclocal.m4
parentNew upstream version 3.27.90 (diff)
parentrelease: Prepare for 3.28.0 (diff)
downloadzenity-33107665128a1b59a9ea0181a03b279688dd183f.tar.gz
zenity-33107665128a1b59a9ea0181a03b279688dd183f.tar.bz2
zenity-33107665128a1b59a9ea0181a03b279688dd183f.zip
New upstream version 3.28.0
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d3a49e6e..4490fb08 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -781,8 +781,8 @@ check-help:
xmlpath="$$lc:$(srcdir)/$$lc"; \
fi; \
for page in $(HELP_FILES); do \
- echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \
- $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \
+ echo "$(XMLLINT) --nonet --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \
+ $(XMLLINT) --nonet --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \
done; \
done
bgstack15