diff options
Diffstat (limited to 'Build/source/m4/cho-kpse.m4')
-rw-r--r-- | Build/source/m4/cho-kpse.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/m4/cho-kpse.m4 b/Build/source/m4/cho-kpse.m4 index 6c6014d9e45..34ea0ff1e37 100644 --- a/Build/source/m4/cho-kpse.m4 +++ b/Build/source/m4/cho-kpse.m4 @@ -15,7 +15,8 @@ # of these truetype was introduced last (Dec 1997). AC_DEFUN([CHO_CHECK_KPSE_SUPPORT], [KPSE_CHECK_KPSE_FORMAT([truetype], , - [AC_MSG_ERROR([Required file formats not found in Kpathsea header files. + [KPSE_MSG_ERROR([$1], + [Required file formats not found in Kpathsea header files. This version of $1 requires that kpathsea and its headers be available. If you are sure they are installed and in a standard place, maybe you need a @@ -25,7 +26,8 @@ the file "kpathsea/kpathsea.h" ])]) KPSE_CHECK_XBASENAME([], - [AC_MSG_ERROR([This version of $1 requires xbasename in libkpathsea.])]) + [KPSE_MSG_ERROR([$1], + [This version of $1 requires xbasename in libkpathsea.])]) ]) # CHO_CHECK_KPSE_SUPPORT # CHO_CHECK_KPSE_TDS_VERSION |