summaryrefslogtreecommitdiff
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
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