2011-06-14 Peter Breitenlohner * patch-01-void-func (new): Patch from Vladimir Volovich . 2011-06-06 Peter Breitenlohner Import lcdf-typetools-2.90. * version.ac: New file defining the lcdf-typetools version. * configure.ac: Adapt. Define SHAREDIR as "/nonesuch" to avoid useless build paths stored in the otftotfm binary. * patch-03-warning (removed): Now distributed. 2011-03-09 Peter Breitenlohner Import lcdf-typetools-2.88. * configure.ac, Makefile.am: Adapt. * patch-02-warnings (removed): Now distributed. * patch-03-warning (new): Avoid `uninitialized' warning (the compiler may not realize that this actually can'thappen). 2011-03-08 Peter Breitenlohner * patch-02-warnings (new): Remove unused variables; add explicit cast for `-1' used as `uint32_t'. 2010-10-04 Peter Breitenlohner Import lcdf-typetools-2.85. * configure.ac, Makefile.am: Adapt. * patch-01-otftotfm-Makefile (removed): Now distributed. 2010-06-07 Peter Breitenlohner * configure.ac: Using AC_C_INLINE, there is no need to get rid of a possible inline macro under C++. 2010-04-26 Peter Breitenlohner Import lcdf-typetools-2.83. * configure.ac, Makefile.am: Adapt. * patch-01-otftotfm-Makefile (new): Adapt otftotfm/Makefile.am. 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. * configure.ac, include/efont/otfdata.hh: MinGW32 has but also needs . MinGW32 uses instead of . * configure.ac (LIBS) [WIN32]: Add -lwsock32. * t1rawafm/t1rawafm.cc: Do not define away 'std'. * t1testpage/t1testpage.cc: Do not define away 'std'. * ttftotype42/ttftotype42.cc (do_file): Remove 'if(binary)'. 2010-02-20 Peter Breitenlohner * configure.ac: Don't fail configure if not building lcdf-typetools. 2009-09-03 Karl Berry * configure.ac: AC_DEFINE(HAVE_KPATHSEA) if we have it, else kpse stuff not really enabled, e.g., glyphlist.txt and texnansx.enc not found tlbuild mail from Jown Owens, 31 Aug 2009 14:34:39. 2009-06-19 Peter Breitenlohner * configure.ac: enable compiler warnings (TeX Live style). * liblcdf/clp.c (Clp_OptionChar, finish_string_list): declare as static. 2009-04-22 Peter Breitenlohner Adapt to TL2009 build system.