diff options
Diffstat (limited to 'Build/source/texk/dvipos')
-rw-r--r-- | Build/source/texk/dvipos/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/texk/dvipos/configure | 26 | ||||
-rw-r--r-- | Build/source/texk/dvipos/configure.ac | 4 |
3 files changed, 19 insertions, 15 deletions
diff --git a/Build/source/texk/dvipos/ChangeLog b/Build/source/texk/dvipos/ChangeLog index 899dcba05cb..4f262e0877c 100644 --- a/Build/source/texk/dvipos/ChangeLog +++ b/Build/source/texk/dvipos/ChangeLog @@ -1,3 +1,7 @@ +2013-04-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Fixed a typo. + 2012-12-07 Peter Breitenlohner <peb@mppmu.mpg.de> * dvicore.c: Drop unused variable (gcc-4.6 warning). diff --git a/Build/source/texk/dvipos/configure b/Build/source/texk/dvipos/configure index af8c6cb95e6..83b4ac1fedc 100755 --- a/Build/source/texk/dvipos/configure +++ b/Build/source/texk/dvipos/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for detex for TeX Live 20070107. +# Generated by GNU Autoconf 2.69 for dvipos for TeX Live 20070107. # # Report bugs to <tex-k@tug.org>. # @@ -588,10 +588,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='detex for TeX Live' -PACKAGE_TARNAME='detex-for-tex-live' +PACKAGE_NAME='dvipos for TeX Live' +PACKAGE_TARNAME='dvipos-for-tex-live' PACKAGE_VERSION='20070107' -PACKAGE_STRING='detex for TeX Live 20070107' +PACKAGE_STRING='dvipos for TeX Live 20070107' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1325,7 +1325,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 detex for TeX Live 20070107 to adapt to many kinds of systems. +\`configure' configures dvipos for TeX Live 20070107 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1374,7 +1374,7 @@ Fine tuning of the installation directories: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root - [DATAROOTDIR/doc/detex-for-tex-live] + [DATAROOTDIR/doc/dvipos-for-tex-live] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1396,7 +1396,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of detex for TeX Live 20070107:";; + short | recursive ) echo "Configuration of dvipos for TeX Live 20070107:";; esac cat <<\_ACEOF @@ -1513,7 +1513,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -detex for TeX Live configure 20070107 +dvipos for TeX Live configure 20070107 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2123,7 +2123,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 detex for TeX Live $as_me 20070107, which was +It was created by dvipos for TeX Live $as_me 20070107, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7553,7 +7553,7 @@ fi # Define the identity of the package. - PACKAGE='detex-for-tex-live' + PACKAGE='dvipos-for-tex-live' VERSION='20070107' @@ -13282,7 +13282,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -detex for TeX Live config.lt 20070107 +dvipos for TeX Live config.lt 20070107 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -14865,7 +14865,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by detex for TeX Live $as_me 20070107, which was +This file was extended by dvipos for TeX Live $as_me 20070107, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14931,7 +14931,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -detex for TeX Live config.status 20070107 +dvipos for TeX Live config.status 20070107 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipos/configure.ac b/Build/source/texk/dvipos/configure.ac index 630eeca8c18..d5d2cf93a68 100644 --- a/Build/source/texk/dvipos/configure.ac +++ b/Build/source/texk/dvipos/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> dnl 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 -AC_INIT([detex for TeX Live], [20070107], [tex-k@tug.org]) +AC_INIT([dvipos for TeX Live], [20070107], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvipos.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |