summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm')
-rw-r--r--Build/source/texk/dvipdfm/ac/withenable.ac6
-rwxr-xr-xBuild/source/texk/dvipdfm/configure25
-rw-r--r--Build/source/texk/dvipdfm/configure.ac3
3 files changed, 32 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm/ac/withenable.ac b/Build/source/texk/dvipdfm/ac/withenable.ac
index ecfa3e417c5..6dea45665b8 100644
--- a/Build/source/texk/dvipdfm/ac/withenable.ac
+++ b/Build/source/texk/dvipdfm/ac/withenable.ac
@@ -1,3 +1,7 @@
-## texk/dvipdfm/ac/withenable.ac
+## texk/dvipdfm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipdfm/
+dnl
+dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
## configure options and TL libraries required for dvipdfm
KPSE_WITH_PROG([dvipdfm], [kpathsea libpng])
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
diff --git a/Build/source/texk/dvipdfm/configure.ac b/Build/source/texk/dvipdfm/configure.ac
index 3a1e1f4eb5f..c78be4f0b26 100644
--- a/Build/source/texk/dvipdfm/configure.ac
+++ b/Build/source/texk/dvipdfm/configure.ac
@@ -46,7 +46,8 @@ dnl Check for required file formats.
dnl We need tex-ps_header, type1, and vf;
dnl of these type1 was introduced last (Feb 1996).
KPSE_CHECK_KPSE_FORMAT([type1], ,
- [AC_MSG_ERROR([Required file formats not found in Kpathsea header files.
+ [KPSE_MSG_ERROR([dvipdfm],
+ [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