From 0e78280a876f1b1972ca17922cde2d8c5c309a61 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 19 May 2019 14:40:08 -0700 Subject: Adjust docbook2texi program search. Look for db2x_docbook2texi first, because Fedora/Red Hat has their own version of "docbook2texi": db2x_docbook2texi. I'm not sure what to do if they have don't have that installed but have docbook2texi installed, since this is a terrible name collision. Thanks to Moritz Barsnick for pointing out the different binary (and package) names on Fedora. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9b355e7c..fc1aca6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1566,7 +1566,7 @@ then fi AC_SUBST(DSLROOT) -AC_PATH_PROGS([DB2XTEXI], [docbook2x-texi docbook2texi], [none]) +AC_PATH_PROGS([DB2XTEXI], [docbook2x-texi db2x_docbook2texi docbook2texi], [none]) if test "$DB2XTEXI" != "none"; then AC_PATH_PROG([MAKEINFO], [makeinfo], [none]) if test "$MAKEINFO" != "none"; then -- cgit v1.2.3