summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 06:58:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-02 06:58:22 +0000
commit18dc99b59364300ef7890b86c9431b2780e12840 (patch)
tree0c0b46f985d7cfab4ca9e959791a2d5af9c7c1c4 /Build/source/libs
parenta4b3e4f65e8275b09a6355802d321b72a58c5d09 (diff)
build system: Drop configure checks for BSD string functions (bcopy etc)
git-svn-id: svn://tug.org/texlive/trunk@31062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r--Build/source/libs/Makefile.in1
-rwxr-xr-xBuild/source/libs/cairo/configure24
-rw-r--r--Build/source/libs/cairo/configure.ac2
-rwxr-xr-xBuild/source/libs/configure20
-rw-r--r--Build/source/libs/configure.ac3
-rwxr-xr-xBuild/source/libs/freetype/configure24
-rw-r--r--Build/source/libs/freetype/configure.ac4
-rwxr-xr-xBuild/source/libs/freetype2/configure24
-rw-r--r--Build/source/libs/freetype2/configure.ac4
-rwxr-xr-xBuild/source/libs/gd/configure26
-rw-r--r--Build/source/libs/gd/configure.ac2
-rwxr-xr-xBuild/source/libs/graphite2/configure24
-rw-r--r--Build/source/libs/graphite2/configure.ac4
-rwxr-xr-xBuild/source/libs/harfbuzz/configure26
-rw-r--r--Build/source/libs/harfbuzz/configure.ac2
-rwxr-xr-xBuild/source/libs/icu/configure25
-rw-r--r--Build/source/libs/icu/configure.ac2
-rwxr-xr-xBuild/source/libs/libpng/configure24
-rw-r--r--Build/source/libs/libpng/configure.ac4
-rwxr-xr-xBuild/source/libs/lua52/configure24
-rw-r--r--Build/source/libs/lua52/configure.ac2
-rwxr-xr-xBuild/source/libs/pixman/configure24
-rw-r--r--Build/source/libs/pixman/configure.ac2
-rwxr-xr-xBuild/source/libs/poppler/configure24
-rw-r--r--Build/source/libs/poppler/configure.ac2
-rwxr-xr-xBuild/source/libs/potrace/configure24
-rw-r--r--Build/source/libs/potrace/configure.ac2
-rwxr-xr-xBuild/source/libs/teckit/configure24
-rw-r--r--Build/source/libs/teckit/configure.ac4
-rwxr-xr-xBuild/source/libs/xpdf/configure25
-rw-r--r--Build/source/libs/xpdf/configure.ac4
-rwxr-xr-xBuild/source/libs/zlib/configure25
-rw-r--r--Build/source/libs/zlib/configure.ac4
-rwxr-xr-xBuild/source/libs/zziplib/configure24
-rw-r--r--Build/source/libs/zziplib/configure.ac4
35 files changed, 231 insertions, 232 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in
index 3e24ca11bcc..98eb05ee90d 100644
--- a/Build/source/libs/Makefile.in
+++ b/Build/source/libs/Makefile.in
@@ -117,6 +117,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../m4/kpse-xpdf-flags.m4 \
$(top_srcdir)/../m4/kpse-zlib-flags.m4 \
$(top_srcdir)/../m4/kpse-zziplib-flags.m4 \
+ $(top_srcdir)/../version.ac \
$(top_srcdir)/../utils/biber/ac/withenable.ac \
$(top_srcdir)/../utils/m-tx/ac/withenable.ac \
$(top_srcdir)/../utils/pmx/ac/withenable.ac \
diff --git a/Build/source/libs/cairo/configure b/Build/source/libs/cairo/configure
index 86bbeac3a4e..8863b778795 100755
--- a/Build/source/libs/cairo/configure
+++ b/Build/source/libs/cairo/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for cairo for TeX Live 1.12.14.
+# Generated by GNU Autoconf 2.69 for cairo (TeX Live) 1.12.14.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='cairo for TeX Live'
-PACKAGE_TARNAME='cairo-for-tex-live'
+PACKAGE_NAME='cairo (TeX Live)'
+PACKAGE_TARNAME='cairo--tex-live-'
PACKAGE_VERSION='1.12.14'
-PACKAGE_STRING='cairo for TeX Live 1.12.14'
+PACKAGE_STRING='cairo (TeX Live) 1.12.14'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1350,7 +1350,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 cairo for TeX Live 1.12.14 to adapt to many kinds of systems.
+\`configure' configures cairo (TeX Live) 1.12.14 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1399,7 +1399,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/cairo-for-tex-live]
+ [DATAROOTDIR/doc/cairo--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1421,7 +1421,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of cairo for TeX Live 1.12.14:";;
+ short | recursive ) echo "Configuration of cairo (TeX Live) 1.12.14:";;
esac
cat <<\_ACEOF
@@ -1524,7 +1524,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-cairo for TeX Live configure 1.12.14
+cairo (TeX Live) configure 1.12.14
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2130,7 +2130,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 cairo for TeX Live $as_me 1.12.14, which was
+It was created by cairo (TeX Live) $as_me 1.12.14, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4384,7 +4384,7 @@ fi
# Define the identity of the package.
- PACKAGE='cairo-for-tex-live'
+ PACKAGE='cairo--tex-live-'
VERSION='1.12.14'
@@ -7234,7 +7234,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 cairo for TeX Live $as_me 1.12.14, which was
+This file was extended by cairo (TeX Live) $as_me 1.12.14, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7300,7 +7300,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="\\
-cairo for TeX Live config.status 1.12.14
+cairo (TeX Live) config.status 1.12.14
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/cairo/configure.ac b/Build/source/libs/cairo/configure.ac
index 035c292c1fa..4c6ab12d4fa 100644
--- a/Build/source/libs/cairo/configure.ac
+++ b/Build/source/libs/cairo/configure.ac
@@ -7,7 +7,7 @@ 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 cairo_version
-AC_INIT([cairo for TeX Live], cairo_version, [tex-k@tug.org])
+AC_INIT([cairo (TeX Live)], cairo_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([cairo-]cairo_version[/src/cairo.h])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index aa7b97a1771..dcb5818d0ae 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for TeX Live libs 2013.
+# Generated by GNU Autoconf 2.69 for TeX Live libs 2014/dev.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live libs'
PACKAGE_TARNAME='tex-live-libs'
-PACKAGE_VERSION='2013'
-PACKAGE_STRING='TeX Live libs 2013'
+PACKAGE_VERSION='2014/dev'
+PACKAGE_STRING='TeX Live libs 2014/dev'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1407,7 +1407,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 TeX Live libs 2013 to adapt to many kinds of systems.
+\`configure' configures TeX Live libs 2014/dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1477,7 +1477,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live libs 2013:";;
+ short | recursive ) echo "Configuration of TeX Live libs 2014/dev:";;
esac
cat <<\_ACEOF
@@ -1768,7 +1768,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live libs configure 2013
+TeX Live libs configure 2014/dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1869,7 +1869,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 TeX Live libs $as_me 2013, which was
+It was created by TeX Live libs $as_me 2014/dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5939,7 +5939,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live-libs'
- VERSION='2013'
+ VERSION='2014/dev'
cat >>confdefs.h <<_ACEOF
@@ -7062,7 +7062,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 TeX Live libs $as_me 2013, which was
+This file was extended by TeX Live libs $as_me 2014/dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7119,7 +7119,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="\\
-TeX Live libs config.status 2013
+TeX Live libs config.status 2014/dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/configure.ac b/Build/source/libs/configure.ac
index 650c99dae9c..1428b373122 100644
--- a/Build/source/libs/configure.ac
+++ b/Build/source/libs/configure.ac
@@ -6,7 +6,8 @@ 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([TeX Live libs], [2013], [tex-k@tug.org])
+m4_include([../version.ac])[] dnl define tex_live_version
+AC_INIT([TeX Live libs], tex_live_version(), [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([../build-aux/missing])
AC_CONFIG_AUX_DIR([../build-aux])
diff --git a/Build/source/libs/freetype/configure b/Build/source/libs/freetype/configure
index 18f52b7a3fd..d4b175e48f4 100755
--- a/Build/source/libs/freetype/configure
+++ b/Build/source/libs/freetype/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FreeType1 for TeX Live 1.5.
+# Generated by GNU Autoconf 2.69 for FreeType1 (TeX Live) 1.5.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -577,10 +577,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FreeType1 for TeX Live'
-PACKAGE_TARNAME='freetype1-for-tex-live'
+PACKAGE_NAME='FreeType1 (TeX Live)'
+PACKAGE_TARNAME='freetype1--tex-live-'
PACKAGE_VERSION='1.5'
-PACKAGE_STRING='FreeType1 for TeX Live 1.5'
+PACKAGE_STRING='FreeType1 (TeX Live) 1.5'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1235,7 +1235,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 FreeType1 for TeX Live 1.5 to adapt to many kinds of systems.
+\`configure' configures FreeType1 (TeX Live) 1.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1284,7 +1284,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/freetype1-for-tex-live]
+ [DATAROOTDIR/doc/freetype1--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1302,7 +1302,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FreeType1 for TeX Live 1.5:";;
+ short | recursive ) echo "Configuration of FreeType1 (TeX Live) 1.5:";;
esac
cat <<\_ACEOF
@@ -1398,7 +1398,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FreeType1 for TeX Live configure 1.5
+FreeType1 (TeX Live) configure 1.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1499,7 +1499,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 FreeType1 for TeX Live $as_me 1.5, which was
+It was created by FreeType1 (TeX Live) $as_me 1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3421,7 +3421,7 @@ fi
# Define the identity of the package.
- PACKAGE='freetype1-for-tex-live'
+ PACKAGE='freetype1--tex-live-'
VERSION='1.5'
@@ -4952,7 +4952,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 FreeType1 for TeX Live $as_me 1.5, which was
+This file was extended by FreeType1 (TeX Live) $as_me 1.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5009,7 +5009,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="\\
-FreeType1 for TeX Live config.status 1.5
+FreeType1 (TeX Live) config.status 1.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/freetype/configure.ac b/Build/source/libs/freetype/configure.ac
index ad55172264d..b58bccec12d 100644
--- a/Build/source/libs/freetype/configure.ac
+++ b/Build/source/libs/freetype/configure.ac
@@ -1,13 +1,13 @@
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
m4_define([freetype_version], [1.5])[]dnl using unmodified?? freetype-1.5 source tree
-AC_INIT([FreeType1 for TeX Live], freetype_version, [tex-k@tug.org])
+AC_INIT([FreeType1 (TeX Live)], freetype_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([freetype-]freetype_version[/lib/freetype.h])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/freetype2/configure b/Build/source/libs/freetype2/configure
index 034e0943ab4..6d844e15dbd 100755
--- a/Build/source/libs/freetype2/configure
+++ b/Build/source/libs/freetype2/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FreeType for TeX Live 2.5.0.1.
+# Generated by GNU Autoconf 2.69 for FreeType (TeX Live) 2.5.0.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -577,10 +577,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='FreeType for TeX Live'
-PACKAGE_TARNAME='freetype-for-tex-live'
+PACKAGE_NAME='FreeType (TeX Live)'
+PACKAGE_TARNAME='freetype--tex-live-'
PACKAGE_VERSION='2.5.0.1'
-PACKAGE_STRING='FreeType for TeX Live 2.5.0.1'
+PACKAGE_STRING='FreeType (TeX Live) 2.5.0.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1235,7 +1235,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 FreeType for TeX Live 2.5.0.1 to adapt to many kinds of systems.
+\`configure' configures FreeType (TeX Live) 2.5.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1284,7 +1284,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/freetype-for-tex-live]
+ [DATAROOTDIR/doc/freetype--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1302,7 +1302,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of FreeType for TeX Live 2.5.0.1:";;
+ short | recursive ) echo "Configuration of FreeType (TeX Live) 2.5.0.1:";;
esac
cat <<\_ACEOF
@@ -1398,7 +1398,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-FreeType for TeX Live configure 2.5.0.1
+FreeType (TeX Live) configure 2.5.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1499,7 +1499,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 FreeType for TeX Live $as_me 2.5.0.1, which was
+It was created by FreeType (TeX Live) $as_me 2.5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3421,7 +3421,7 @@ fi
# Define the identity of the package.
- PACKAGE='freetype-for-tex-live'
+ PACKAGE='freetype--tex-live-'
VERSION='2.5.0.1'
@@ -4952,7 +4952,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 FreeType for TeX Live $as_me 2.5.0.1, which was
+This file was extended by FreeType (TeX Live) $as_me 2.5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5009,7 +5009,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="\\
-FreeType for TeX Live config.status 2.5.0.1
+FreeType (TeX Live) config.status 2.5.0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/freetype2/configure.ac b/Build/source/libs/freetype2/configure.ac
index e513505c079..1249568b33f 100644
--- a/Build/source/libs/freetype2/configure.ac
+++ b/Build/source/libs/freetype2/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 freetype_version
-AC_INIT([FreeType for TeX Live], freetype_version, [tex-k@tug.org])
+AC_INIT([FreeType (TeX Live)], freetype_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([freetype-]freetype_version[/builds/unix/ftconfig.in])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure
index 7fdd39cc23a..c2ebff6caf6 100755
--- a/Build/source/libs/gd/configure
+++ b/Build/source/libs/gd/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gd for TeX Live 2.1.0.
+# Generated by GNU Autoconf 2.69 for gd (TeX Live) 2.1.0.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -588,10 +588,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='gd for TeX Live'
-PACKAGE_TARNAME='gd-for-tex-live'
+PACKAGE_NAME='gd (TeX Live)'
+PACKAGE_TARNAME='gd--tex-live-'
PACKAGE_VERSION='2.1.0'
-PACKAGE_STRING='gd for TeX Live 2.1.0'
+PACKAGE_STRING='gd (TeX Live) 2.1.0'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1340,7 +1340,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 gd for TeX Live 2.1.0 to adapt to many kinds of systems.
+\`configure' configures gd (TeX Live) 2.1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1388,7 +1388,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/gd-for-tex-live]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/gd--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1410,7 +1410,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gd for TeX Live 2.1.0:";;
+ short | recursive ) echo "Configuration of gd (TeX Live) 2.1.0:";;
esac
cat <<\_ACEOF
@@ -1529,7 +1529,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gd for TeX Live configure 2.1.0
+gd (TeX Live) configure 2.1.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1952,7 +1952,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 gd for TeX Live $as_me 2.1.0, which was
+It was created by gd (TeX Live) $as_me 2.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3874,7 +3874,7 @@ fi
# Define the identity of the package.
- PACKAGE='gd-for-tex-live'
+ PACKAGE='gd--tex-live-'
VERSION='2.1.0'
@@ -13358,7 +13358,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-gd for TeX Live config.lt 2.1.0
+gd (TeX Live) config.lt 2.1.0
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15163,7 +15163,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 gd for TeX Live $as_me 2.1.0, which was
+This file was extended by gd (TeX Live) $as_me 2.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15229,7 +15229,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="\\
-gd for TeX Live config.status 2.1.0
+gd (TeX Live) config.status 2.1.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/gd/configure.ac b/Build/source/libs/gd/configure.ac
index 5196227d566..75eb43d1714 100644
--- a/Build/source/libs/gd/configure.ac
+++ b/Build/source/libs/gd/configure.ac
@@ -7,7 +7,7 @@ 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 gd_version
-AC_INIT([gd for TeX Live], gd_version, [tex-k@tug.org])
+AC_INIT([gd (TeX Live)], gd_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([libgd-]gd_version[/src/gd.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/graphite2/configure b/Build/source/libs/graphite2/configure
index 44065b85665..b419f5d4704 100755
--- a/Build/source/libs/graphite2/configure
+++ b/Build/source/libs/graphite2/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for graphite2 for TeX Live 1.2.3.
+# Generated by GNU Autoconf 2.69 for graphite2 (TeX Live) 1.2.3.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -588,10 +588,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='graphite2 for TeX Live'
-PACKAGE_TARNAME='graphite2-for-tex-live'
+PACKAGE_NAME='graphite2 (TeX Live)'
+PACKAGE_TARNAME='graphite2--tex-live-'
PACKAGE_VERSION='1.2.3'
-PACKAGE_STRING='graphite2 for TeX Live 1.2.3'
+PACKAGE_STRING='graphite2 (TeX Live) 1.2.3'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1339,7 +1339,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 graphite2 for TeX Live 1.2.3 to adapt to many kinds of systems.
+\`configure' configures graphite2 (TeX Live) 1.2.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1388,7 +1388,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/graphite2-for-tex-live]
+ [DATAROOTDIR/doc/graphite2--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1410,7 +1410,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of graphite2 for TeX Live 1.2.3:";;
+ short | recursive ) echo "Configuration of graphite2 (TeX Live) 1.2.3:";;
esac
cat <<\_ACEOF
@@ -1524,7 +1524,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-graphite2 for TeX Live configure 1.2.3
+graphite2 (TeX Live) configure 1.2.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1923,7 +1923,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 graphite2 for TeX Live $as_me 1.2.3, which was
+It was created by graphite2 (TeX Live) $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3845,7 +3845,7 @@ fi
# Define the identity of the package.
- PACKAGE='graphite2-for-tex-live'
+ PACKAGE='graphite2--tex-live-'
VERSION='1.2.3'
@@ -16715,7 +16715,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 graphite2 for TeX Live $as_me 1.2.3, which was
+This file was extended by graphite2 (TeX Live) $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16781,7 +16781,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="\\
-graphite2 for TeX Live config.status 1.2.3
+graphite2 (TeX Live) config.status 1.2.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/graphite2/configure.ac b/Build/source/libs/graphite2/configure.ac
index 6cafdc14971..39bb007ffba 100644
--- a/Build/source/libs/graphite2/configure.ac
+++ b/Build/source/libs/graphite2/configure.ac
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2012, 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 graphite2_version
-AC_INIT([graphite2 for TeX Live], graphite2_version, [tex-k@tug.org])
+AC_INIT([graphite2 (TeX Live)], graphite2_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([graphite2-]graphite2_version[/graphite2.pc.in])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/harfbuzz/configure b/Build/source/libs/harfbuzz/configure
index 2c45d673535..c0d116fe2ad 100755
--- a/Build/source/libs/harfbuzz/configure
+++ b/Build/source/libs/harfbuzz/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for harfbuzz for TeX Live 0.9.18.
+# Generated by GNU Autoconf 2.69 for harfbuzz (TeX Live) 0.9.18.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -588,10 +588,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='harfbuzz for TeX Live'
-PACKAGE_TARNAME='harfbuzz-for-tex-live'
+PACKAGE_NAME='harfbuzz (TeX Live)'
+PACKAGE_TARNAME='harfbuzz--tex-live-'
PACKAGE_VERSION='0.9.18'
-PACKAGE_STRING='harfbuzz for TeX Live 0.9.18'
+PACKAGE_STRING='harfbuzz (TeX Live) 0.9.18'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1360,7 +1360,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 harfbuzz for TeX Live 0.9.18 to adapt to many kinds of systems.
+\`configure' configures harfbuzz (TeX Live) 0.9.18 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1409,7 +1409,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/harfbuzz-for-tex-live]
+ [DATAROOTDIR/doc/harfbuzz--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1431,7 +1431,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of harfbuzz for TeX Live 0.9.18:";;
+ short | recursive ) echo "Configuration of harfbuzz (TeX Live) 0.9.18:";;
esac
cat <<\_ACEOF
@@ -1555,7 +1555,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-harfbuzz for TeX Live configure 0.9.18
+harfbuzz (TeX Live) configure 0.9.18
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2045,7 +2045,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 harfbuzz for TeX Live $as_me 0.9.18, which was
+It was created by harfbuzz (TeX Live) $as_me 0.9.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3967,7 +3967,7 @@ fi
# Define the identity of the package.
- PACKAGE='harfbuzz-for-tex-live'
+ PACKAGE='harfbuzz--tex-live-'
VERSION='0.9.18'
@@ -16650,7 +16650,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-harfbuzz for TeX Live config.lt 0.9.18
+harfbuzz (TeX Live) config.lt 0.9.18
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -18999,7 +18999,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 harfbuzz for TeX Live $as_me 0.9.18, which was
+This file was extended by harfbuzz (TeX Live) $as_me 0.9.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19065,7 +19065,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="\\
-harfbuzz for TeX Live config.status 0.9.18
+harfbuzz (TeX Live) config.status 0.9.18
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/harfbuzz/configure.ac b/Build/source/libs/harfbuzz/configure.ac
index 623dbdd8fd7..8b04846a276 100644
--- a/Build/source/libs/harfbuzz/configure.ac
+++ b/Build/source/libs/harfbuzz/configure.ac
@@ -7,7 +7,7 @@ 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 harfbuzz_version
-AC_INIT([harfbuzz for TeX Live], harfbuzz_version, [tex-k@tug.org])
+AC_INIT([harfbuzz (TeX Live)], harfbuzz_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([harfbuzz-]harfbuzz_version[/src/harfbuzz.pc.in])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/icu/configure b/Build/source/libs/icu/configure
index b2ca16b71ec..5676918ff46 100755
--- a/Build/source/libs/icu/configure
+++ b/Build/source/libs/icu/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for icu for TeX Live 51.1.
+# Generated by GNU Autoconf 2.69 for icu (TeX Live) 51.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -577,10 +577,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='icu for TeX Live'
-PACKAGE_TARNAME='icu-for-tex-live'
+PACKAGE_NAME='icu (TeX Live)'
+PACKAGE_TARNAME='icu--tex-live-'
PACKAGE_VERSION='51.1'
-PACKAGE_STRING='icu for TeX Live 51.1'
+PACKAGE_STRING='icu (TeX Live) 51.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1248,7 +1248,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 icu for TeX Live 51.1 to adapt to many kinds of systems.
+\`configure' configures icu (TeX Live) 51.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1296,8 +1296,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/icu-for-tex-live]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/icu--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1319,7 +1318,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of icu for TeX Live 51.1:";;
+ short | recursive ) echo "Configuration of icu (TeX Live) 51.1:";;
esac
cat <<\_ACEOF
@@ -1415,7 +1414,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-icu for TeX Live configure 51.1
+icu (TeX Live) configure 51.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1516,7 +1515,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 icu for TeX Live $as_me 51.1, which was
+It was created by icu (TeX Live) $as_me 51.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3438,7 +3437,7 @@ fi
# Define the identity of the package.
- PACKAGE='icu-for-tex-live'
+ PACKAGE='icu--tex-live-'
VERSION='51.1'
@@ -4369,7 +4368,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 icu for TeX Live $as_me 51.1, which was
+This file was extended by icu (TeX Live) $as_me 51.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4426,7 +4425,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="\\
-icu for TeX Live config.status 51.1
+icu (TeX Live) config.status 51.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/icu/configure.ac b/Build/source/libs/icu/configure.ac
index 9fa26bd4984..357fcc688c7 100644
--- a/Build/source/libs/icu/configure.ac
+++ b/Build/source/libs/icu/configure.ac
@@ -7,7 +7,7 @@ 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 icu_version
-AC_INIT([icu for TeX Live], icu_version, [tex-k@tug.org])
+AC_INIT([icu (TeX Live)], icu_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([icu-]icu_version[/source/common/unicode/utypes.h])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/libpng/configure b/Build/source/libs/libpng/configure
index 4551d5492db..71fd992b119 100755
--- a/Build/source/libs/libpng/configure
+++ b/Build/source/libs/libpng/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libpng for TeX Live 1.5.17.
+# Generated by GNU Autoconf 2.69 for libpng (TeX Live) 1.5.17.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='libpng for TeX Live'
-PACKAGE_TARNAME='libpng-for-tex-live'
+PACKAGE_NAME='libpng (TeX Live)'
+PACKAGE_TARNAME='libpng--tex-live-'
PACKAGE_VERSION='1.5.17'
-PACKAGE_STRING='libpng for TeX Live 1.5.17'
+PACKAGE_STRING='libpng (TeX Live) 1.5.17'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1286,7 +1286,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 libpng for TeX Live 1.5.17 to adapt to many kinds of systems.
+\`configure' configures libpng (TeX Live) 1.5.17 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1335,7 +1335,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/libpng-for-tex-live]
+ [DATAROOTDIR/doc/libpng--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1353,7 +1353,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libpng for TeX Live 1.5.17:";;
+ short | recursive ) echo "Configuration of libpng (TeX Live) 1.5.17:";;
esac
cat <<\_ACEOF
@@ -1458,7 +1458,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libpng for TeX Live configure 1.5.17
+libpng (TeX Live) configure 1.5.17
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1881,7 +1881,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 libpng for TeX Live $as_me 1.5.17, which was
+It was created by libpng (TeX Live) $as_me 1.5.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3803,7 +3803,7 @@ fi
# Define the identity of the package.
- PACKAGE='libpng-for-tex-live'
+ PACKAGE='libpng--tex-live-'
VERSION='1.5.17'
@@ -6232,7 +6232,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 libpng for TeX Live $as_me 1.5.17, which was
+This file was extended by libpng (TeX Live) $as_me 1.5.17, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6298,7 +6298,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="\\
-libpng for TeX Live config.status 1.5.17
+libpng (TeX Live) config.status 1.5.17
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/libpng/configure.ac b/Build/source/libs/libpng/configure.ac
index d61a0c2c54a..f7847972e30 100644
--- a/Build/source/libs/libpng/configure.ac
+++ b/Build/source/libs/libpng/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 libpng_version
-AC_INIT([libpng for TeX Live], libpng_version, [tex-k@tug.org])
+AC_INIT([libpng (TeX Live)], libpng_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([libpng-]libpng_version[/pngget.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/lua52/configure b/Build/source/libs/lua52/configure
index fc5f3e96156..ec66982fa8e 100755
--- a/Build/source/libs/lua52/configure
+++ b/Build/source/libs/lua52/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for lua52 for TeX Live 5.2.2.
+# Generated by GNU Autoconf 2.69 for lua52 (TeX Live) 5.2.2.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='lua52 for TeX Live'
-PACKAGE_TARNAME='lua52-for-tex-live'
+PACKAGE_NAME='lua52 (TeX Live)'
+PACKAGE_TARNAME='lua52--tex-live-'
PACKAGE_VERSION='5.2.2'
-PACKAGE_STRING='lua52 for TeX Live 5.2.2'
+PACKAGE_STRING='lua52 (TeX Live) 5.2.2'
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 lua52 for TeX Live 5.2.2 to adapt to many kinds of systems.
+\`configure' configures lua52 (TeX Live) 5.2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1329,7 +1329,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/lua52-for-tex-live]
+ [DATAROOTDIR/doc/lua52--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1347,7 +1347,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of lua52 for TeX Live 5.2.2:";;
+ short | recursive ) echo "Configuration of lua52 (TeX Live) 5.2.2:";;
esac
cat <<\_ACEOF
@@ -1445,7 +1445,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-lua52 for TeX Live configure 5.2.2
+lua52 (TeX Live) configure 5.2.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1656,7 +1656,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 lua52 for TeX Live $as_me 5.2.2, which was
+It was created by lua52 (TeX Live) $as_me 5.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3578,7 +3578,7 @@ fi
# Define the identity of the package.
- PACKAGE='lua52-for-tex-live'
+ PACKAGE='lua52--tex-live-'
VERSION='5.2.2'
@@ -6023,7 +6023,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 lua52 for TeX Live $as_me 5.2.2, which was
+This file was extended by lua52 (TeX Live) $as_me 5.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6089,7 +6089,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="\\
-lua52 for TeX Live config.status 5.2.2
+lua52 (TeX Live) config.status 5.2.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/lua52/configure.ac b/Build/source/libs/lua52/configure.ac
index d456df9d45f..e93e4114728 100644
--- a/Build/source/libs/lua52/configure.ac
+++ b/Build/source/libs/lua52/configure.ac
@@ -7,7 +7,7 @@ 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 lua52_version
-AC_INIT([lua52 for TeX Live], lua52_version, [tex-k@tug.org])
+AC_INIT([lua52 (TeX Live)], lua52_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([lua-]lua52_version[/src/lua.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/pixman/configure b/Build/source/libs/pixman/configure
index 2e682005a1b..f4d326399b5 100755
--- a/Build/source/libs/pixman/configure
+++ b/Build/source/libs/pixman/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pixman for TeX Live 0.30.0.
+# Generated by GNU Autoconf 2.69 for pixman (TeX Live) 0.30.0.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='pixman for TeX Live'
-PACKAGE_TARNAME='pixman-for-tex-live'
+PACKAGE_NAME='pixman (TeX Live)'
+PACKAGE_TARNAME='pixman--tex-live-'
PACKAGE_VERSION='0.30.0'
-PACKAGE_STRING='pixman for TeX Live 0.30.0'
+PACKAGE_STRING='pixman (TeX Live) 0.30.0'
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 pixman for TeX Live 0.30.0 to adapt to many kinds of systems.
+\`configure' configures pixman (TeX Live) 0.30.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1329,7 +1329,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/pixman-for-tex-live]
+ [DATAROOTDIR/doc/pixman--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1347,7 +1347,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pixman for TeX Live 0.30.0:";;
+ short | recursive ) echo "Configuration of pixman (TeX Live) 0.30.0:";;
esac
cat <<\_ACEOF
@@ -1444,7 +1444,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pixman for TeX Live configure 0.30.0
+pixman (TeX Live) configure 0.30.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1951,7 +1951,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 pixman for TeX Live $as_me 0.30.0, which was
+It was created by pixman (TeX Live) $as_me 0.30.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3873,7 +3873,7 @@ fi
# Define the identity of the package.
- PACKAGE='pixman-for-tex-live'
+ PACKAGE='pixman--tex-live-'
VERSION='0.30.0'
@@ -6463,7 +6463,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 pixman for TeX Live $as_me 0.30.0, which was
+This file was extended by pixman (TeX Live) $as_me 0.30.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6529,7 +6529,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="\\
-pixman for TeX Live config.status 0.30.0
+pixman (TeX Live) config.status 0.30.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/pixman/configure.ac b/Build/source/libs/pixman/configure.ac
index a54a206076c..5fe61aed6cb 100644
--- a/Build/source/libs/pixman/configure.ac
+++ b/Build/source/libs/pixman/configure.ac
@@ -7,7 +7,7 @@ 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 pixman_version
-AC_INIT([pixman for TeX Live], pixman_version, [tex-k@tug.org])
+AC_INIT([pixman (TeX Live)], pixman_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([pixman-]pixman_version[/pixman/pixman.h])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/poppler/configure b/Build/source/libs/poppler/configure
index 3f61333b8a4..7fe4c7175f0 100755
--- a/Build/source/libs/poppler/configure
+++ b/Build/source/libs/poppler/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for poppler for TeX Live 0.23.2.
+# Generated by GNU Autoconf 2.69 for poppler (TeX Live) 0.23.2.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='poppler for TeX Live'
-PACKAGE_TARNAME='poppler-for-tex-live'
+PACKAGE_NAME='poppler (TeX Live)'
+PACKAGE_TARNAME='poppler--tex-live-'
PACKAGE_VERSION='0.23.2'
-PACKAGE_STRING='poppler for TeX Live 0.23.2'
+PACKAGE_STRING='poppler (TeX Live) 0.23.2'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1304,7 +1304,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 poppler for TeX Live 0.23.2 to adapt to many kinds of systems.
+\`configure' configures poppler (TeX Live) 0.23.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1353,7 +1353,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/poppler-for-tex-live]
+ [DATAROOTDIR/doc/poppler--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1371,7 +1371,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of poppler for TeX Live 0.23.2:";;
+ short | recursive ) echo "Configuration of poppler (TeX Live) 0.23.2:";;
esac
cat <<\_ACEOF
@@ -1484,7 +1484,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-poppler for TeX Live configure 0.23.2
+poppler (TeX Live) configure 0.23.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2074,7 +2074,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 poppler for TeX Live $as_me 0.23.2, which was
+It was created by poppler (TeX Live) $as_me 0.23.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3996,7 +3996,7 @@ fi
# Define the identity of the package.
- PACKAGE='poppler-for-tex-live'
+ PACKAGE='poppler--tex-live-'
VERSION='0.23.2'
@@ -7131,7 +7131,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 poppler for TeX Live $as_me 0.23.2, which was
+This file was extended by poppler (TeX Live) $as_me 0.23.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7197,7 +7197,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="\\
-poppler for TeX Live config.status 0.23.2
+poppler (TeX Live) config.status 0.23.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/poppler/configure.ac b/Build/source/libs/poppler/configure.ac
index 7ecc5f1c537..84a4a249b93 100644
--- a/Build/source/libs/poppler/configure.ac
+++ b/Build/source/libs/poppler/configure.ac
@@ -7,7 +7,7 @@ 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 poppler_version
-AC_INIT([poppler for TeX Live], poppler_version, [tex-k@tug.org])
+AC_INIT([poppler (TeX Live)], poppler_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([poppler-]poppler_version[/poppler/Array.cc])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/potrace/configure b/Build/source/libs/potrace/configure
index e5e29188848..fbefd8a5f00 100755
--- a/Build/source/libs/potrace/configure
+++ b/Build/source/libs/potrace/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for potrace for TeX Live 1.11.
+# Generated by GNU Autoconf 2.69 for potrace (TeX Live) 1.11.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='potrace for TeX Live'
-PACKAGE_TARNAME='potrace-for-tex-live'
+PACKAGE_NAME='potrace (TeX Live)'
+PACKAGE_TARNAME='potrace--tex-live-'
PACKAGE_VERSION='1.11'
-PACKAGE_STRING='potrace for TeX Live 1.11'
+PACKAGE_STRING='potrace (TeX Live) 1.11'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1241,7 +1241,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 potrace for TeX Live 1.11 to adapt to many kinds of systems.
+\`configure' configures potrace (TeX Live) 1.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1290,7 +1290,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/potrace-for-tex-live]
+ [DATAROOTDIR/doc/potrace--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1308,7 +1308,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of potrace for TeX Live 1.11:";;
+ short | recursive ) echo "Configuration of potrace (TeX Live) 1.11:";;
esac
cat <<\_ACEOF
@@ -1405,7 +1405,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-potrace for TeX Live configure 1.11
+potrace (TeX Live) configure 1.11
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1585,7 +1585,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 potrace for TeX Live $as_me 1.11, which was
+It was created by potrace (TeX Live) $as_me 1.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3507,7 +3507,7 @@ fi
# Define the identity of the package.
- PACKAGE='potrace-for-tex-live'
+ PACKAGE='potrace--tex-live-'
VERSION='1.11'
@@ -5581,7 +5581,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 potrace for TeX Live $as_me 1.11, which was
+This file was extended by potrace (TeX Live) $as_me 1.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5647,7 +5647,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="\\
-potrace for TeX Live config.status 1.11
+potrace (TeX Live) config.status 1.11
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/potrace/configure.ac b/Build/source/libs/potrace/configure.ac
index 7c8d6894e26..272a612d379 100644
--- a/Build/source/libs/potrace/configure.ac
+++ b/Build/source/libs/potrace/configure.ac
@@ -7,7 +7,7 @@ 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 potrace_version
-AC_INIT([potrace for TeX Live], potrace_version, [tex-k@tug.org])
+AC_INIT([potrace (TeX Live)], potrace_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([potrace-]potrace_version[/src/trace.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/teckit/configure b/Build/source/libs/teckit/configure
index 07eb7d615dc..9dbebe940fb 100755
--- a/Build/source/libs/teckit/configure
+++ b/Build/source/libs/teckit/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for TECkit for TeX Live 2.5.3.
+# Generated by GNU Autoconf 2.69 for TECkit (TeX Live) 2.5.3.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='TECkit for TeX Live'
-PACKAGE_TARNAME='teckit-for-tex-live'
+PACKAGE_NAME='TECkit (TeX Live)'
+PACKAGE_TARNAME='teckit--tex-live-'
PACKAGE_VERSION='2.5.3'
-PACKAGE_STRING='TECkit for TeX Live 2.5.3'
+PACKAGE_STRING='TECkit (TeX Live) 2.5.3'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1306,7 +1306,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 TECkit for TeX Live 2.5.3 to adapt to many kinds of systems.
+\`configure' configures TECkit (TeX Live) 2.5.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1355,7 +1355,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/teckit-for-tex-live]
+ [DATAROOTDIR/doc/teckit--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1377,7 +1377,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TECkit for TeX Live 2.5.3:";;
+ short | recursive ) echo "Configuration of TECkit (TeX Live) 2.5.3:";;
esac
cat <<\_ACEOF
@@ -1486,7 +1486,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TECkit for TeX Live configure 2.5.3
+TECkit (TeX Live) configure 2.5.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2109,7 +2109,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 TECkit for TeX Live $as_me 2.5.3, which was
+It was created by TECkit (TeX Live) $as_me 2.5.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4031,7 +4031,7 @@ fi
# Define the identity of the package.
- PACKAGE='teckit-for-tex-live'
+ PACKAGE='teckit--tex-live-'
VERSION='2.5.3'
@@ -7205,7 +7205,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 TECkit for TeX Live $as_me 2.5.3, which was
+This file was extended by TECkit (TeX Live) $as_me 2.5.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7271,7 +7271,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="\\
-TECkit for TeX Live config.status 2.5.3
+TECkit (TeX Live) config.status 2.5.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/teckit/configure.ac b/Build/source/libs/teckit/configure.ac
index f9fac87b3cd..955d8c4d9a2 100644
--- a/Build/source/libs/teckit/configure.ac
+++ b/Build/source/libs/teckit/configure.ac
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2009-2012 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 zziplib_version
-AC_INIT([TECkit for TeX Live], TECkit_version, [tex-k@tug.org])
+AC_INIT([TECkit (TeX Live)], TECkit_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([TECkit-]TECkit_version[/source/UnicodeNames.cpp])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/libs/xpdf/configure b/Build/source/libs/xpdf/configure
index ecb50d3f89d..c0a0cca71fe 100755
--- a/Build/source/libs/xpdf/configure
+++ b/Build/source/libs/xpdf/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xpdf for TeX Live 3.03.
+# Generated by GNU Autoconf 2.69 for xpdf (TeX Live) 3.03.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='xpdf for TeX Live'
-PACKAGE_TARNAME='xpdf-for-tex-live'
+PACKAGE_NAME='xpdf (TeX Live)'
+PACKAGE_TARNAME='xpdf--tex-live-'
PACKAGE_VERSION='3.03'
-PACKAGE_STRING='xpdf for TeX Live 3.03'
+PACKAGE_STRING='xpdf (TeX Live) 3.03'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1290,7 +1290,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 xpdf for TeX Live 3.03 to adapt to many kinds of systems.
+\`configure' configures xpdf (TeX Live) 3.03 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1338,8 +1338,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/xpdf-for-tex-live]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/xpdf--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1357,7 +1356,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xpdf for TeX Live 3.03:";;
+ short | recursive ) echo "Configuration of xpdf (TeX Live) 3.03:";;
esac
cat <<\_ACEOF
@@ -1461,7 +1460,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xpdf for TeX Live configure 3.03
+xpdf (TeX Live) configure 3.03
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1868,7 +1867,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 xpdf for TeX Live $as_me 3.03, which was
+It was created by xpdf (TeX Live) $as_me 3.03, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3790,7 +3789,7 @@ fi
# Define the identity of the package.
- PACKAGE='xpdf-for-tex-live'
+ PACKAGE='xpdf--tex-live-'
VERSION='3.03'
@@ -6688,7 +6687,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 xpdf for TeX Live $as_me 3.03, which was
+This file was extended by xpdf (TeX Live) $as_me 3.03, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6758,7 +6757,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="\\
-xpdf for TeX Live config.status 3.03
+xpdf (TeX Live) config.status 3.03
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/xpdf/configure.ac b/Build/source/libs/xpdf/configure.ac
index 57e5e91e86c..2fdd33c1668 100644
--- a/Build/source/libs/xpdf/configure.ac
+++ b/Build/source/libs/xpdf/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 xpdf_version
-AC_INIT([xpdf for TeX Live], xpdf_version, [tex-k@tug.org])
+AC_INIT([xpdf (TeX Live)], xpdf_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([xpdf-]xpdf_version[/xpdf/Array.cc])
AC_CONFIG_AUX_DIR([../../build-aux])
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])
diff --git a/Build/source/libs/zziplib/configure b/Build/source/libs/zziplib/configure
index d63df8be3ce..9439dca2f9a 100755
--- a/Build/source/libs/zziplib/configure
+++ b/Build/source/libs/zziplib/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for zziplib for TeX Live 0.13.62.
+# Generated by GNU Autoconf 2.69 for zziplib (TeX Live) 0.13.62.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -578,10 +578,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='zziplib for TeX Live'
-PACKAGE_TARNAME='zziplib-for-tex-live'
+PACKAGE_NAME='zziplib (TeX Live)'
+PACKAGE_TARNAME='zziplib--tex-live-'
PACKAGE_VERSION='0.13.62'
-PACKAGE_STRING='zziplib for TeX Live 0.13.62'
+PACKAGE_STRING='zziplib (TeX Live) 0.13.62'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1294,7 +1294,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 zziplib for TeX Live 0.13.62 to adapt to many kinds of systems.
+\`configure' configures zziplib (TeX Live) 0.13.62 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1343,7 +1343,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/zziplib-for-tex-live]
+ [DATAROOTDIR/doc/zziplib--tex-live-]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1365,7 +1365,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of zziplib for TeX Live 0.13.62:";;
+ short | recursive ) echo "Configuration of zziplib (TeX Live) 0.13.62:";;
esac
cat <<\_ACEOF
@@ -1471,7 +1471,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-zziplib for TeX Live configure 0.13.62
+zziplib (TeX Live) configure 0.13.62
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2077,7 +2077,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 zziplib for TeX Live $as_me 0.13.62, which was
+It was created by zziplib (TeX Live) $as_me 0.13.62, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3999,7 +3999,7 @@ fi
# Define the identity of the package.
- PACKAGE='zziplib-for-tex-live'
+ PACKAGE='zziplib--tex-live-'
VERSION='0.13.62'
@@ -7269,7 +7269,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 zziplib for TeX Live $as_me 0.13.62, which was
+This file was extended by zziplib (TeX Live) $as_me 0.13.62, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7335,7 +7335,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="\\
-zziplib for TeX Live config.status 0.13.62
+zziplib (TeX Live) config.status 0.13.62
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/libs/zziplib/configure.ac b/Build/source/libs/zziplib/configure.ac
index 83457500f9b..704b18be8a4 100644
--- a/Build/source/libs/zziplib/configure.ac
+++ b/Build/source/libs/zziplib/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2010-2013 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl based on zziplib-0.13.58:
dnl Copyright (C) 2009 Guido Draheim <guido@gmx.de> for ZZipLib.SF.net
@@ -10,7 +10,7 @@ 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 zziplib_version
-AC_INIT([zziplib for TeX Live], zziplib_version, [tex-k@tug.org])
+AC_INIT([zziplib (TeX Live)], zziplib_version, [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([zziplib-]zziplib_version[/zziplib.spec])
AC_CONFIG_AUX_DIR([../../build-aux])