summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-20 07:00:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-20 07:00:05 +0000
commit89755f7344de571c4b1b7c68e90de39363a4d1ff (patch)
treed735587f7030f0536272048df7a4b53cefc133a4 /Build/source/configure
parent713aef9b071ca2b5dd68d014e99897f0e5e2036c (diff)
libs/t1lib + texk/ps2pkm: bug fix and update
git-svn-id: svn://tug.org/texlive/trunk@23187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure192
1 files changed, 101 insertions, 91 deletions
diff --git a/Build/source/configure b/Build/source/configure
index e15811df63d..34b126e990e 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for TeX Live 2011-04-12.
+# Generated by GNU Autoconf 2.68 for TeX Live 2011-06-15.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live'
PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2011-04-12'
-PACKAGE_STRING='TeX Live 2011-04-12'
+PACKAGE_VERSION='2011-06-15'
+PACKAGE_STRING='TeX Live 2011-06-15'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -781,13 +781,19 @@ enable_dump_share
enable_ipc
enable_omfonts
enable_tex
+enable_tex_synctex
enable_etex
+enable_etex_synctex
enable_ptex
+enable_ptex_synctex
enable_eptex
+enable_eptex_synctex
enable_aleph
enable_pdftex
+enable_pdftex_synctex
enable_luatex
enable_xetex
+enable_xetex_synctex
enable_mf
enable_mf_nowin
with_mf_x_toolkit
@@ -1460,7 +1466,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 2011-04-12 to adapt to many kinds of systems.
+\`configure' configures TeX Live 2011-06-15 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1534,7 +1540,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live 2011-04-12:";;
+ short | recursive ) echo "Configuration of TeX Live 2011-06-15:";;
esac
cat <<\_ACEOF
@@ -1572,13 +1578,19 @@ Optional Features:
--disable-omfonts do not compile and install omfonts (use Web2C
versions)
--disable-tex do not compile and install TeX
+ --enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
+ --disable-etex-synctex build e-TeX without SyncTeX support
--disable-ptex do not compile and install pTeX
+ --disable-ptex-synctex build pTeX without SyncTeX support
--disable-eptex do not compile and install e-pTeX
+ --disable-eptex-synctex build e-pTeX without SyncTeX support
--disable-aleph do not compile and install Aleph
--disable-pdftex do not compile and install pdfTeX
+ --disable-pdftex-synctex build pdfTeX without SyncTeX support
--disable-luatex do not compile and install luaTeX
--disable-xetex do not compile and install XeTeX
+ --disable-xetex-synctex build XeTeX without SyncTeX support
--disable-mf do not build METAFONT
--disable-mf-nowin do not build a separate non-windows-capable
METAFONT
@@ -1820,7 +1832,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live configure 2011-04-12
+TeX Live configure 2011-06-15
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2421,7 +2433,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 $as_me 2011-04-12, which was
+It was created by TeX Live $as_me 2011-06-15, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -3761,6 +3773,7 @@ fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for native WIN32 or MINGW32" >&5
$as_echo_n "checking for native WIN32 or MINGW32... " >&6; }
if ${kpse_cv_have_win32+:} false; then :
@@ -4138,32 +4151,47 @@ if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
fi
case $enable_tex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_tex=yes ;;
esac
+
+# Check whether --enable-tex-synctex was given.
+if test "${enable_tex_synctex+set}" = set; then :
+ enableval=$enable_tex_synctex;
+fi
# Check whether --enable-etex was given.
if test "${enable_etex+set}" = set; then :
enableval=$enable_etex;
fi
case $enable_etex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_etex=no ;;
esac
+
+# Check whether --enable-etex-synctex was given.
+if test "${enable_etex_synctex+set}" = set; then :
+ enableval=$enable_etex_synctex;
+fi
# Check whether --enable-ptex was given.
if test "${enable_ptex+set}" = set; then :
enableval=$enable_ptex;
fi
case $enable_ptex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_ptex=yes ;;
esac
+# Check whether --enable-ptex-synctex was given.
+if test "${enable_ptex_synctex+set}" = set; then :
+ enableval=$enable_ptex_synctex;
+fi
+
test "x$enable_web2c:$enable_ptex" = xyes:yes && {
need_ptexenc=yes
}
@@ -4172,12 +4200,17 @@ if test "${enable_eptex+set}" = set; then :
enableval=$enable_eptex;
fi
case $enable_eptex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_eptex=yes ;;
esac
+# Check whether --enable-eptex-synctex was given.
+if test "${enable_eptex_synctex+set}" = set; then :
+ enableval=$enable_eptex_synctex;
+fi
+
test "x$enable_web2c:$enable_eptex" = xyes:yes && {
need_ptexenc=yes
}
@@ -4186,7 +4219,7 @@ if test "${enable_aleph+set}" = set; then :
enableval=$enable_aleph;
fi
case $enable_aleph in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_aleph=yes ;;
@@ -4196,12 +4229,17 @@ if test "${enable_pdftex+set}" = set; then :
enableval=$enable_pdftex;
fi
case $enable_pdftex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_pdftex=yes ;;
esac
+# Check whether --enable-pdftex-synctex was given.
+if test "${enable_pdftex_synctex+set}" = set; then :
+ enableval=$enable_pdftex_synctex;
+fi
+
test "x$enable_web2c:$enable_pdftex" = xyes:yes && {
need_xpdf=yes
need_libpng=yes
@@ -4212,7 +4250,7 @@ if test "${enable_luatex+set}" = set; then :
enableval=$enable_luatex;
fi
case $enable_luatex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_luatex=yes ;;
@@ -4229,14 +4267,19 @@ if test "${enable_xetex+set}" = set; then :
enableval=$enable_xetex;
fi
case $enable_xetex in #(
- yes|no) :
+ yes | no) :
;; #(
*) :
enable_xetex=yes ;;
esac
+# Check whether --enable-xetex-synctex was given.
+if test "${enable_xetex_synctex+set}" = set; then :
+ enableval=$enable_xetex_synctex;
+fi
+
test "x$enable_web2c:$enable_xetex" = xyes:yes && {
- need_xpdf=yes
+ need_poppler=yes
need_libpng=yes
need_freetype2=yes
need_icu_xetex=yes
@@ -5786,79 +5829,37 @@ $as_echo "$as_me: Using \`kpathsea' headers and library from TL tree" >&6;}
fi
fi
-## texk/kpathsea/ac/web2c.ac: configure.ac fragment for the TeX Live
+## texk/kpathsea/ac/mktex.ac: configure.ac fragment for the TeX Live
## subdirectory texk/kpathsea.
## configure defaults for mktexfmt & Co.
# Check whether --enable-mktexmf-default was given.
if test "${enable_mktexmf_default+set}" = set; then :
enableval=$enable_mktexmf_default;
fi
-case $enable_mktexmf_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mktexmf_default=yes ;;
-esac
# Check whether --enable-mktexpk-default was given.
if test "${enable_mktexpk_default+set}" = set; then :
enableval=$enable_mktexpk_default;
fi
-case $enable_mktexpk_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mktexpk_default=yes ;;
-esac
# Check whether --enable-mktextfm-default was given.
if test "${enable_mktextfm_default+set}" = set; then :
enableval=$enable_mktextfm_default;
fi
-case $enable_mktextfm_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mktextfm_default=yes ;;
-esac
# Check whether --enable-mkocp-default was given.
if test "${enable_mkocp_default+set}" = set; then :
enableval=$enable_mkocp_default;
fi
-case $enable_mkocp_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mkocp_default=yes ;;
-esac
# Check whether --enable-mkofm-default was given.
if test "${enable_mkofm_default+set}" = set; then :
enableval=$enable_mkofm_default;
fi
-case $enable_mkofm_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mkofm_default=yes ;;
-esac
# Check whether --enable-mktexfmt-default was given.
if test "${enable_mktexfmt_default+set}" = set; then :
enableval=$enable_mktexfmt_default;
fi
-case $enable_mktexfmt_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mktexfmt_default=yes ;;
-esac
# Check whether --enable-mktextex-default was given.
if test "${enable_mktextex_default+set}" = set; then :
enableval=$enable_mktextex_default;
fi
-case $enable_mktextex_default in #(
- yes|no) :
- ;; #(
- *) :
- enable_mktextex_default=no ;;
-esac
@@ -9847,7 +9848,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live'
- VERSION='2011-04-12'
+ VERSION='2011-06-15'
cat >>confdefs.h <<_ACEOF
@@ -15112,39 +15113,42 @@ $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
if ${kpse_cv_warning_cflags+:} false; then :
$as_echo_n "(cached) " >&6
else
- if test "x$enable_compiler_warnings" = xno; then
+ if test "x$GCC" = xyes; then
kpse_cv_warning_cflags=
-elif test "x$GCC" = xyes; then
+if test "x$enable_compiler_warnings" != xno; then
kpse_cv_warning_cflags="-Wimplicit -Wreturn-type"
-case `$CC -dumpversion` in #(
+ case `$CC -dumpversion` in #(
3.4.* | 4.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wdeclaration-after-statement" ;; #(
*) :
;;
esac
-case `$CC -dumpversion` in #(
+ case `$CC -dumpversion` in #(
3.[234].* | 4.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wno-unknown-pragmas" ;; #(
*) :
;;
esac
-if test "x$enable_compiler_warnings" != xmin; then
- kpse_cv_warning_cflags="-Wall -Wunused $kpse_cv_warning_cflags"
- kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wmissing-prototypes -Wmissing-declarations"
- if test "x$enable_compiler_warnings" != xyes; then
- kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith"
- kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wcast-qual -Wcast-align -Wwrite-strings"
- case `$CC -dumpversion` in #(
+ if test "x$enable_compiler_warnings" != xmin; then
+ kpse_cv_warning_cflags="-Wall -Wunused $kpse_cv_warning_cflags"
+ kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wmissing-prototypes -Wmissing-declarations"
+ if test "x$enable_compiler_warnings" != xyes; then
+ kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith"
+ kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wcast-qual -Wcast-align -Wwrite-strings"
+ case `$CC -dumpversion` in #(
3.4.* | 4.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wold-style-definition" ;; #(
*) :
;;
esac
- if test "x$enable_compiler_warnings" != xmax; then
- kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wshadow"
+ if test "x$enable_compiler_warnings" != xmax; then
+ kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wshadow"
+ fi
fi
fi
fi
+elif test "x$enable_compiler_warnings" = xno; then
+ kpse_cv_warning_cflags=
else
kpse_cv_warning_cflags= # FIXME: warning flags for non-GNU C compilers
fi
@@ -19440,26 +19444,32 @@ $as_echo_n "checking what warning flags to pass to the C++ compiler... " >&6; }
if ${kpse_cv_warning_cxxflags+:} false; then :
$as_echo_n "(cached) " >&6
else
- if test "x$enable_compiler_warnings" = xno; then
+ if test "x$GXX" = xyes; then
kpse_cv_warning_cxxflags=
-elif test "x$GXX" = xyes; then
+kpse_warn_strings="-Wno-write-strings"
+if test "x$enable_compiler_warnings" != xno; then
kpse_cv_warning_cxxflags="-Wimplicit -Wreturn-type"
-case `$CXX -dumpversion` in #(
+ case `$CXX -dumpversion` in #(
3.[234].* | 4.*) :
kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wno-unknown-pragmas" ;; #(
*) :
;;
esac
-if test "x$enable_compiler_warnings" != xmin; then
- kpse_cv_warning_cxxflags="-Wall -Wunused $kpse_cv_warning_cxxflags"
- if test "x$enable_compiler_warnings" != xyes; then
- kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith"
- kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wcast-qual -Wcast-align -Wwrite-strings"
- fi
- if test "x$enable_compiler_warnings" != xmax; then
- kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wshadow"
+ if test "x$enable_compiler_warnings" != xmin; then
+ kpse_cv_warning_cxxflags="-Wall -Wunused $kpse_cv_warning_cxxflags"
+ if test "x$enable_compiler_warnings" != xyes; then
+ kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith"
+ kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wcast-qual -Wcast-align"
+ kpse_warn_strings="-Wwrite-strings"
+ if test "x$enable_compiler_warnings" != xmax; then
+ kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags -Wshadow"
+ fi
fi
+ fi
fi
+kpse_cv_warning_cxxflags="$kpse_cv_warning_cxxflags $kpse_warn_strings"
+elif test "x$enable_compiler_warnings" = xno; then
+ kpse_cv_warning_cxxflags=
else
kpse_cv_warning_cxxflags= # FIXME: warning flags for non-GNU C++ compilers
fi
@@ -19811,12 +19821,12 @@ if test "x$with_gd_libdir" != x && test "x$with_gd_libdir" != xyes; then
GD_LIBS="-L$with_gd_libdir $GD_LIBS"
fi
-if $PKG_CONFIG poppler --atleast-version=0.10; then
+if $PKG_CONFIG poppler --atleast-version=0.12; then
POPPLER_VERSION='-DPOPPLER_VERSION=\"'`$PKG_CONFIG poppler --modversion`'\"'
XPDF_INCLUDES="$POPPLER_VERSION `$PKG_CONFIG poppler --cflags`"
XPDF_LIBS=`$PKG_CONFIG poppler --libs`
elif test "x$need_xpdf:$with_system_xpdf" = xyes:yes; then
- as_fn_error $? "did not find poppler-0.10 or better" "$LINENO" 5
+ as_fn_error $? "did not find poppler-0.12 or better" "$LINENO" 5
fi
if $PKG_CONFIG poppler --atleast-version=0.12; then
@@ -19824,7 +19834,7 @@ if $PKG_CONFIG poppler --atleast-version=0.12; then
POPPLER_INCLUDES="$POPPLER_VERSION `$PKG_CONFIG poppler --cflags`"
POPPLER_LIBS=`$PKG_CONFIG poppler --libs`
elif test "x$need_poppler:$with_system_poppler" = xyes:yes; then
- as_fn_error $? "did not find poppler-0.10 or better" "$LINENO" 5
+ as_fn_error $? "did not find poppler-0.12 or better" "$LINENO" 5
fi
if $PKG_CONFIG zziplib --atleast-version=0.12; then
@@ -21041,7 +21051,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 $as_me 2011-04-12, which was
+This file was extended by TeX Live $as_me 2011-06-15, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21098,7 +21108,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 config.status 2011-04-12
+TeX Live config.status 2011-06-15
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
@@ -23143,11 +23153,11 @@ msg_compiling="$msg_compiling
test "x$srcdir" = x. || msg_compiling="$msg_compiling
from sources in $kpse_src"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result:
-** Configuration summary for $PACKAGE_STRING (2011$with_banner_add):
+** Configuration summary for $PACKAGE_STRING (2012/dev$with_banner_add):
$msg_compiling" >&5
$as_echo "
-** Configuration summary for $PACKAGE_STRING (2011$with_banner_add):
+** Configuration summary for $PACKAGE_STRING (2012/dev$with_banner_add):
$msg_compiling" >&6; }
case $kpse_src$kpse_bld in