From 95a8b31937a6d0c7d0b864a3e37b2a27e283c18e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 15 Mar 2010 09:17:35 +0000 Subject: lcdf-typetools: minor build system fix git-svn-id: svn://tug.org/texlive/trunk@17459 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/lcdf-typetools/ChangeLog.TL | 5 +++++ Build/source/texk/lcdf-typetools/config.h.in | 6 +++--- Build/source/texk/lcdf-typetools/configure.ac | 2 +- .../texk/lcdf-typetools/include/efont/otfdata.hh | 21 +++++++++------------ 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Build/source/texk/lcdf-typetools/ChangeLog.TL b/Build/source/texk/lcdf-typetools/ChangeLog.TL index 4cc8f856d8b..ab1b6dcaeb7 100644 --- a/Build/source/texk/lcdf-typetools/ChangeLog.TL +++ b/Build/source/texk/lcdf-typetools/ChangeLog.TL @@ -1,6 +1,11 @@ ChangeLog.TL: TeX Live (TL) changes for lcdf-typetools ====================================================== +2010-02-21 Peter Breitenlohner + + * include/efont/otfdata.hh [WIN32]: From lcdf-typetools-2.83pre. + * configure.ac: Fixed typo in generated AC_DEFINE descriptions. + 2010-02-21 Peter Breitenlohner Various MinGW32 (cross) build fixes. diff --git a/Build/source/texk/lcdf-typetools/config.h.in b/Build/source/texk/lcdf-typetools/config.h.in index fd076efe610..a4a2232235b 100644 --- a/Build/source/texk/lcdf-typetools/config.h.in +++ b/Build/source/texk/lcdf-typetools/config.h.in @@ -18,13 +18,13 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H -/* Define to run cfftot1from otftotfm. */ +/* Define to run cfftot1 from otftotfm. */ #undef HAVE_AUTO_CFFTOT1 -/* Define to run t1dotlessjfrom otftotfm. */ +/* Define to run t1dotlessj from otftotfm. */ #undef HAVE_AUTO_T1DOTLESSJ -/* Define to run updmapfrom otftotfm. */ +/* Define to run updmap from otftotfm. */ #undef HAVE_AUTO_UPDMAP /* Define to 1 if you have the `bcmp' function. */ diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac index ba434716447..da88626e40d 100644 --- a/Build/source/texk/lcdf-typetools/configure.ac +++ b/Build/source/texk/lcdf-typetools/configure.ac @@ -43,7 +43,7 @@ AC_SUBST(SELECTED_SUBDIRS) AC_FOREACH([Kpse_Opt], kpse_otftotfm_auto_opts, [AS_IF([test "x$enable_auto_]Kpse_Opt[" != xno], [AC_DEFINE([HAVE_AUTO_]AS_TR_CPP(Kpse_Opt), 1, - [Define to run ]Kpse_Opt[from otftotfm.])]) + [Define to run ]Kpse_Opt[ from otftotfm.])]) ]) dnl diff --git a/Build/source/texk/lcdf-typetools/include/efont/otfdata.hh b/Build/source/texk/lcdf-typetools/include/efont/otfdata.hh index e804b29136a..18fd894d5d2 100644 --- a/Build/source/texk/lcdf-typetools/include/efont/otfdata.hh +++ b/Build/source/texk/lcdf-typetools/include/efont/otfdata.hh @@ -14,19 +14,16 @@ # include #elif HAVE_NETINET_IN_H # include -// MinGW32 has but also needs -#elif defined(HAVE_SYS_PARAM_H) || defined(WIN32) -# if defined(HAVE_SYS_PARAM_H) -# include -# endif -# if defined(WIN32) -# ifdef __MSC_VER -# pragma warning (disable: 4290) -# endif -# include +#elif HAVE_SYS_PARAM_H +# include +#elif !defined(WIN32) +# error "configury disaster! Report this error to ekohler@gmail.com" +#endif +#ifdef WIN32 +# ifdef __MSC_VER +# pragma warning (disable: 4290) # endif -#else -# error "configury disaster! Report this error to kohler@icir.org" +# include #endif class ErrorHandler; namespace Efont { namespace OpenType { -- cgit v1.2.3