ChangeLog.TL: Changes for xdvik (TeX Live) ================================================== 2009-05-21 Peter Breitenlohner * CHANGES: fixed version/relase-date such that mksedscript can extract them. 2009-04-28 Peter Breitenlohner * xdvi.h: guard typedef of iconv_char_pptrT by '#if HAVE_ICONV_H'. * squeeze/squeeze.c: add '#include '. 2009-04-18 Peter Breitenlohner * CHANGES: fixed version/relase-date such that mksedscript can extract them. * xdvi.1.in (warnspecials): fixed duplicate entry, removing an #ifkpathsea without matching #endif. 2009-03-31 Peter Breitenlohner Imported ftp://tug.org/tex/xdvik-22.84.15.tar.gz and adapted to new TeX Live build system (Automake & Co.). Renamed original files XXX -> XXX-22.84.15. * squeeze.c (removed): File moved ... * squeeze/squeeze.c (new): ... to here. Don't include any system dependent kpathsea headers, such that squeeze/ can be configured separately for the build system. 2008-07-01 Peter Breitenlohner Imported ftp://tug.org/tex/xdvik-22.84.14.tar.gz and adapted to new TeX Live build system (autoconf-2.59+). * Makefile.in.orig, acconfig.h.orig, aclocal.m4.orig, configure.in.orig, depend.mk.orig, gui/Makefile.in.orig, gui/depend.mk.orig, kpathsea.ac.orig, tests/Makefile.in.orig, tests/depend.mk.orig, withenable.ac.orig (all new): Original files from xdvik-22.84.14. * Makefile.in, gui/Makefile.in, tests/Makefile.in: Added '@configure_input@' line and replace ac_include by kpse_include. * acinclude.m4 (new): Renamed from aclocal.m4. Renamed cache variables (must contain '_cv_'). * acinclude.m4, configure.in, withenable.ac: Added lots of m4 quoting and third args of AC_DEFINE. * acconfig.h (removed): Use AC_DEFINE with three args to provide templates. * configure.in: Replaced AC_OUTPUT with arguments by KPSE_CONFIG_FILES, AC_CONFIG_FILES and AC_OUTPUT without arg. * kpathsea.ac (LIBKPATHSEACPPFLAGS): Set to '-I$(kpathsea_parent)' instead of '-I$(kpathsea_dir)' to avoid confusion between and . * depend.mk, gui/depend.mk, tests/depend.mk: Regenerated and cleaned by hand ('make depend' didn't quite do that). * aclocal.m4, c-auto.in, configure: Regenerated. 2008-02-29 Peter Breitenlohner * acinclude.m4: added quotes to DEFUN's first args, added AC_DEFINES's third arg to provide autoheader templates ... * configure.in, withenable.ac: added AC_DEFINES's third arg to provide autoheader templates ... * acconfig.h: ... removed. 2008-01-31 Peter Breitenlohner Convert from autoconf-2.13 to autoconf-2.59+: * configure.in (AC_PREREQ): Require autoconf-2.59. * Makefile.in, gui/Makefile.in: Add @configure_input@ lines. * acinclude.m4 (new): Renamed from aclocal.m4. * aclocal.m4 (new): Generated (aclocal -I ../m4). * ../../libs/t1lib/t1lib.ac: Fixed a typo. * configure: Regenerated (autoconf).