diff options
Diffstat (limited to 'Build/source/texk/dvipdfm/configure')
-rwxr-xr-x | Build/source/texk/dvipdfm/configure | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm/configure b/Build/source/texk/dvipdfm/configure index 9534feb1a10..c7f60eb525b 100755 --- a/Build/source/texk/dvipdfm/configure +++ b/Build/source/texk/dvipdfm/configure @@ -15141,6 +15141,28 @@ $as_echo "$kpse_cv_have_type1_format" >&6; } if test "x$kpse_cv_have_type1_format" = xyes; then : else + if test "x$enable_build" = xno; then + { $as_echo "$as_me:$LINENO: WARNING: building dvipdfm has been disabled and would fail because +Required file formats not found in Kpathsea header files. + +This version of dvipdfm requires that kpathsea and its headers be available. +If you are sure they are installed and in a standard place, maybe you need a +newer version of kpathsea? You also might try setting the environment +variable CPPFLAGS (or CFLAGS) with -I pointing to the directory containing +the file \"kpathsea/kpathsea.h\" + +" >&5 +$as_echo "$as_me: WARNING: building dvipdfm has been disabled and would fail because +Required file formats not found in Kpathsea header files. + +This version of dvipdfm requires that kpathsea and its headers be available. +If you are sure they are installed and in a standard place, maybe you need a +newer version of kpathsea? You also might try setting the environment +variable CPPFLAGS (or CFLAGS) with -I pointing to the directory containing +the file \"kpathsea/kpathsea.h\" + +" >&2;} +else { { $as_echo "$as_me:$LINENO: error: Required file formats not found in Kpathsea header files. This version of dvipdfm requires that kpathsea and its headers be available. @@ -15163,6 +15185,9 @@ the file \"kpathsea/kpathsea.h\" fi +fi + + { $as_echo "$as_me:$LINENO: checking whether kpathsea declares the kpse_ofm_format" >&5 $as_echo_n "checking whether kpathsea declares the kpse_ofm_format... " >&6; } if test "${kpse_cv_have_ofm_format+set}" = set; then |