diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
commit | b77e78eaf3652b80e78ae80f770bd3bdf721363d (patch) | |
tree | d3c67296e30534c63d02c5bb5e5790b1d9150cd0 /Build/source/texk/dvipdfm | |
parent | ad04e2284cbf8d1a4b268636c7451f89d29c4d0a (diff) |
new build system: mode texk/xdvik and general update
git-svn-id: svn://tug.org/texlive/trunk@12771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm')
-rw-r--r-- | Build/source/texk/dvipdfm/ac/withenable.ac | 6 | ||||
-rwxr-xr-x | Build/source/texk/dvipdfm/configure | 25 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm/configure.ac | 3 |
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 |