From b9f325de0473f28247025ac0f8edb02348547142 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 14 Aug 2001 21:49:00 +0000 Subject: [PATCH] [project @ 2001-08-14 21:49:00 by sof] DocBook catalog: Only prefix hardtop if we end up using a glafp-utils/docbook CATALOG --- configure.in | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/configure.in b/configure.in index 27447f3..7cac282 100644 --- a/configure.in +++ b/configure.in @@ -588,13 +588,16 @@ FPTOOLS_DOCBOOK_CATALOG(Catalog, $JadeCmd, docs/fptools-both.dsl, if test -z "$Catalog"; then AC_MSG_RESULT([Warning: You will not be able to build the documentation.]) fi -case $HostOS_CPP in - mingw32) - Catalog=`cygpath -w $hardtop/$Catalog` - ;; - *) - Catalog=$hardtop/$Catalog - ;; +case $Catalog in + glafp*) + case $HostOS_CPP in + mingw32) + Catalog=`cygpath -w $hardtop/$Catalog` + ;; + *) Catalog=$hardtop/$Catalog + ;; + esac + ;; esac AC_SUBST(Catalog) -- 1.7.10.4