summaryrefslogtreecommitdiff
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-07-17 21:45:54 +0200
committerDidier Raboud <odyx@debian.org>2017-07-17 21:45:54 +0200
commit337ffefc0bdf252749c81ebb9255556d54c3e632 (patch)
tree5d769771acb1ce6b14d5be80ca7775c2d279b404 /scripts/autogen.sh
parentaedf3e93e811c6c9d504274172861d266e1c5c97 (diff)
New upstream version 5.2.13
Diffstat (limited to 'scripts/autogen.sh')
-rw-r--r--scripts/autogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index 102ca99..312887a 100644
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -279,11 +279,11 @@ test -z "$convertloc" && {
# Check for docbook version 4
# Note workaround for Fedora installation
-# Include path for Fedora Docbook. A bit circuitous, but Fedora appends
-# a bunch of extra stuff to the name of the directory-- including the
-# version of Fedora (eg -fc9). We don't want to test for every version
-# of Fedora and modern bourne shells won't expand the glob (*);
-# therefore, we do a `find` first and then test to see if there are any
+# Include path for Fedora Docbook. A bit circuitous, but Fedora appends
+# a bunch of extra stuff to the name of the directory-- including the
+# version of Fedora (eg -fc9). We don't want to test for every version
+# of Fedora and modern bourne shells won't expand the glob (*);
+# therefore, we do a `find` first and then test to see if there are any
# results.
if test -d /usr/share/sgml/docbook ; then