diff options
Diffstat (limited to 'Build/source/libs/zlib')
-rwxr-xr-x | Build/source/libs/zlib/configure | 25 | ||||
-rw-r--r-- | Build/source/libs/zlib/configure.ac | 4 |
2 files changed, 14 insertions, 15 deletions
diff --git a/Build/source/libs/zlib/configure b/Build/source/libs/zlib/configure index 529bf4ff637..a81e8a5d252 100755 --- a/Build/source/libs/zlib/configure +++ b/Build/source/libs/zlib/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for zlib for TeX Live 1.2.8. +# Generated by GNU Autoconf 2.69 for zlib (TeX Live) 1.2.8. # # Report bugs to <tex-k@tug.org>. # @@ -578,10 +578,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='zlib for TeX Live' -PACKAGE_TARNAME='zlib-for-tex-live' +PACKAGE_NAME='zlib (TeX Live)' +PACKAGE_TARNAME='zlib--tex-live-' PACKAGE_VERSION='1.2.8' -PACKAGE_STRING='zlib for TeX Live 1.2.8' +PACKAGE_STRING='zlib (TeX Live) 1.2.8' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1280,7 +1280,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 zlib for TeX Live 1.2.8 to adapt to many kinds of systems. +\`configure' configures zlib (TeX Live) 1.2.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1328,8 +1328,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root - [DATAROOTDIR/doc/zlib-for-tex-live] + --docdir=DIR documentation root [DATAROOTDIR/doc/zlib--tex-live-] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1347,7 +1346,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of zlib for TeX Live 1.2.8:";; + short | recursive ) echo "Configuration of zlib (TeX Live) 1.2.8:";; esac cat <<\_ACEOF @@ -1445,7 +1444,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -zlib for TeX Live configure 1.2.8 +zlib (TeX Live) configure 1.2.8 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1747,7 +1746,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 zlib for TeX Live $as_me 1.2.8, which was +It was created by zlib (TeX Live) $as_me 1.2.8, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3669,7 +3668,7 @@ fi # Define the identity of the package. - PACKAGE='zlib-for-tex-live' + PACKAGE='zlib--tex-live-' VERSION='1.2.8' @@ -6120,7 +6119,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 zlib for TeX Live $as_me 1.2.8, which was +This file was extended by zlib (TeX Live) $as_me 1.2.8, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6186,7 +6185,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="\\ -zlib for TeX Live config.status 1.2.8 +zlib (TeX Live) config.status 1.2.8 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/libs/zlib/configure.ac b/Build/source/libs/zlib/configure.ac index 0b00daaff4d..0657ad15816 100644 --- a/Build/source/libs/zlib/configure.ac +++ b/Build/source/libs/zlib/configure.ac @@ -1,13 +1,13 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2011 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 m4_include([version.ac])[] dnl define zlib_version -AC_INIT([zlib for TeX Live], zlib_version, [tex-k@tug.org]) +AC_INIT([zlib (TeX Live)], zlib_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([zlib-]zlib_version[/zlib.h]) AC_CONFIG_AUX_DIR([../../build-aux]) |