diff options
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r-- | Build/source/texk/xdvik/CHANGES | 4 | ||||
-rw-r--r-- | Build/source/texk/xdvik/ChangeLog.TL | 5 | ||||
-rw-r--r-- | Build/source/texk/xdvik/Makefile.in | 8 | ||||
-rwxr-xr-x | Build/source/texk/xdvik/configure | 24 | ||||
-rw-r--r-- | Build/source/texk/xdvik/configure.ac | 2 | ||||
-rw-r--r-- | Build/source/texk/xdvik/tests/Makefile.in | 2 |
6 files changed, 26 insertions, 19 deletions
diff --git a/Build/source/texk/xdvik/CHANGES b/Build/source/texk/xdvik/CHANGES index 24fe7b74842..86c8bf3e996 100644 --- a/Build/source/texk/xdvik/CHANGES +++ b/Build/source/texk/xdvik/CHANGES @@ -9,11 +9,11 @@ Versions containing major changes are marked as `beta'; these may contain undetected bugs. Such versions shouldn't be used by distributors. - * 22.84.16: + * 22.84.16 (2009-05-18): + Fixed a problem with the distribution (texmf.cnf file wasn't included). - * 22.84.15: + * 22.84.15 (2009-03-02): + Fixed #2067614: Re-introduced default binding for key 0 which had been forgotten in previous changes + Fixed #1502137 (compiler warnings on 64bit systems) diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL index b9ed8c16d1c..d304e65ad97 100644 --- a/Build/source/texk/xdvik/ChangeLog.TL +++ b/Build/source/texk/xdvik/ChangeLog.TL @@ -1,6 +1,11 @@ ChangeLog.TL: Changes for xdvik (TeX Live) ================================================== +2009-04-21 Peter Breitenlohner <peb@mppmu.mpg.de> + + * CHANGES: fixed version/relase-date such that mksedscript can + extract them. + 2009-04-88 Peter Breitenlohner <peb@mppmu.mpg.de> * xdvi.h: guard typedef of iconv_char_pptrT by '#if HAVE_ICONV_H'. diff --git a/Build/source/texk/xdvik/Makefile.in b/Build/source/texk/xdvik/Makefile.in index 8372b4cccbe..4b2ec187fdc 100644 --- a/Build/source/texk/xdvik/Makefile.in +++ b/Build/source/texk/xdvik/Makefile.in @@ -42,13 +42,15 @@ DIST_COMMON = $(am__configure_deps) $(dist_noinst_DATA) \ $(srcdir)/../../build-aux/depcomp \ $(srcdir)/../../build-aux/install-sh \ $(srcdir)/../../build-aux/ltmain.sh \ - $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \ + $(srcdir)/../../build-aux/missing \ + $(srcdir)/../../build-aux/mkinstalldirs $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/c-auto.in $(srcdir)/common.am \ $(srcdir)/xdvi-sh.in $(top_srcdir)/configure \ ../../build-aux/config.guess ../../build-aux/config.sub \ ../../build-aux/depcomp ../../build-aux/install-sh \ ../../build-aux/ltmain.sh ../../build-aux/missing \ - ../../build-aux/texinfo.tex ../../build-aux/ylwrap + ../../build-aux/mkinstalldirs ../../build-aux/texinfo.tex \ + ../../build-aux/ylwrap bin_PROGRAMS = xdvi-bin$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -80,7 +82,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/../../build-aux/mkinstalldirs CONFIG_HEADER = c-auto.h CONFIG_CLEAN_FILES = xdvi LIBRARIES = $(noinst_LIBRARIES) diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure index 41f8b47c763..11320d213cf 100755 --- a/Build/source/texk/xdvik/configure +++ b/Build/source/texk/xdvik/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for xdvik for TeX Live 22.84.15. +# Generated by GNU Autoconf 2.63 for xdvik for TeX Live 22.84.16. # # Report bugs to <tex-k@tug.org>. # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='xdvik for TeX Live' PACKAGE_TARNAME='xdvik-for-tex-live' -PACKAGE_VERSION='22.84.15' -PACKAGE_STRING='xdvik for TeX Live 22.84.15' +PACKAGE_VERSION='22.84.16' +PACKAGE_STRING='xdvik for TeX Live 22.84.16' PACKAGE_BUGREPORT='tex-k@tug.org' ac_unique_file="xdvi.c" @@ -1517,7 +1517,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xdvik for TeX Live 22.84.15 to adapt to many kinds of systems. +\`configure' configures xdvik for TeX Live 22.84.16 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1592,7 +1592,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xdvik for TeX Live 22.84.15:";; + short | recursive ) echo "Configuration of xdvik for TeX Live 22.84.16:";; esac cat <<\_ACEOF @@ -1728,7 +1728,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xdvik for TeX Live configure 22.84.15 +xdvik for TeX Live configure 22.84.16 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1742,7 +1742,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xdvik for TeX Live $as_me 22.84.15, which was +It was created by xdvik for TeX Live $as_me 22.84.16, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -6835,7 +6835,7 @@ fi # Define the identity of the package. PACKAGE='xdvik-for-tex-live' - VERSION='22.84.15' + VERSION='22.84.16' cat >>confdefs.h <<_ACEOF @@ -22212,7 +22212,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -xdvik for TeX Live config.lt 22.84.15 +xdvik for TeX Live config.lt 22.84.16 configured by $0, generated by GNU Autoconf 2.63. Copyright (C) 2008 Free Software Foundation, Inc. @@ -23365,7 +23365,7 @@ cat >>confdefs.h <<_ACEOF _ACEOF -XDVIK_VERSION=22.84.15 +XDVIK_VERSION=22.84.16 @@ -23822,7 +23822,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xdvik for TeX Live $as_me 22.84.15, which was +This file was extended by xdvik for TeX Live $as_me 22.84.16, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23885,7 +23885,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -xdvik for TeX Live config.status 22.84.15 +xdvik for TeX Live config.status 22.84.16 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Build/source/texk/xdvik/configure.ac b/Build/source/texk/xdvik/configure.ac index 9eb7050ac0b..17d8896571f 100644 --- a/Build/source/texk/xdvik/configure.ac +++ b/Build/source/texk/xdvik/configure.ac @@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -m4_define([xdvik_version], [22.84.15]) +m4_define([xdvik_version], [22.84.16]) AC_INIT([xdvik for TeX Live], xdvik_version, [tex-k@tug.org]) AC_PREREQ([2.63]) AC_CONFIG_SRCDIR([xdvi.c]) diff --git a/Build/source/texk/xdvik/tests/Makefile.in b/Build/source/texk/xdvik/tests/Makefile.in index 18ef5f13d31..e40fe2a78ce 100644 --- a/Build/source/texk/xdvik/tests/Makefile.in +++ b/Build/source/texk/xdvik/tests/Makefile.in @@ -62,7 +62,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/xdvi-c-bitmap-type.m4 \ $(top_srcdir)/ac/xdvik.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/../../build-aux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/c-auto.h CONFIG_CLEAN_FILES = am_run_tests_OBJECTS = run_tests.$(OBJEXT) test_dl_list.$(OBJEXT) \ |