summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/ChangeLog.TL
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-07-01 15:42:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-07-01 15:42:36 +0000
commit6552be7f745c5a8d506148c8af9d367c9d996d24 (patch)
treeb9d673871a1490b64273a265d4d961316a2174db /Build/source/texk/xdvik/ChangeLog.TL
parent48e2b240973977c208bc840b589b75b91a6f4c30 (diff)
xdvik 22.84.14
git-svn-id: svn://tug.org/texlive/trunk@9142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/ChangeLog.TL')
-rw-r--r--Build/source/texk/xdvik/ChangeLog.TL36
1 files changed, 36 insertions, 0 deletions
diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL
index add649178e4..ce86fcb7146 100644
--- a/Build/source/texk/xdvik/ChangeLog.TL
+++ b/Build/source/texk/xdvik/ChangeLog.TL
@@ -1,6 +1,42 @@
ChangeLog: Changes for xdvik (teTeX / TeX live)
===============================================
+2008-07-01
+ 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
+ <c-auto.h> and <kpathsea/c-auto.h>.
+
+ * 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 <peb@mppmu.mpg.de>
* acinclude.m4: added quotes to DEFUN's first args, added
AC_DEFINES's third arg to provide autoheader templates ...