summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEugeniy Meshcheryakov <eugen@debian.org>2009-05-05 22:45:36 +0200
committerEugeniy Meshcheryakov <eugen@debian.org>2009-05-05 22:45:36 +0200
commita8bd58464cf18a4d19168566714568d229929daa (patch)
tree4dbaf5cc6568bfa2e565bd42d62d685b43e0f0d4 /configure.ac
parent9f27bd8143604a815b11b48ca054e03f78bdf69e (diff)
downloadsystemtap-steved-a8bd58464cf18a4d19168566714568d229929daa.tar.gz
systemtap-steved-a8bd58464cf18a4d19168566714568d229929daa.tar.xz
systemtap-steved-a8bd58464cf18a4d19168566714568d229929daa.zip
Make test example for xmlto more complex, to make it fail on Debian
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 129583e6..50c17d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,6 +196,9 @@ cat > conftest.$ac_ext << EOF
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
<book id="pdffromxml">
+ <bookinfo>
+ <title>test</title>
+ </bookinfo>
</book>
EOF
xmlto pdf conftest.$ac_ext >& /dev/null