summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-06-12 08:45:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-06-12 08:45:07 +0000
commit4403160cd26a0ba4eb014d69bfb9dcd568f64fc6 (patch)
tree0a036c9b3654e6e7b2e73753225598980d25c54f /Build/source/texk/configure
parent1dde8ab4578f370c597332ff3421097d7cb39a1a (diff)
Integrate MFLua and MFLuaJIT
git-svn-id: svn://tug.org/texlive/trunk@37504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure104
1 files changed, 91 insertions, 13 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 112d137c041..1ea8e4fd21e 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/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 texk 2015.
+# Generated by GNU Autoconf 2.69 for TeX Live texk 2016/dev.
#
# Report bugs to <peb@mppmu.mpg.de>.
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live texk'
PACKAGE_TARNAME='tex-live-texk'
-PACKAGE_VERSION='2015'
-PACKAGE_STRING='TeX Live texk 2015'
+PACKAGE_VERSION='2016/dev'
+PACKAGE_STRING='TeX Live texk 2016/dev'
PACKAGE_BUGREPORT='peb@mppmu.mpg.de'
PACKAGE_URL=''
@@ -740,6 +740,10 @@ enable_xetex
enable_xetex_synctex
enable_mf
enable_mf_nowin
+enable_mflua
+enable_mflua_nowin
+enable_mfluajit
+enable_mfluajit_nowin
with_mf_x_toolkit
enable_epsfwin
enable_hp2627win
@@ -1423,7 +1427,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 texk 2015 to adapt to many kinds of systems.
+\`configure' configures TeX Live texk 2016/dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1493,7 +1497,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live texk 2015:";;
+ short | recursive ) echo "Configuration of TeX Live texk 2016/dev:";;
esac
cat <<\_ACEOF
@@ -1554,6 +1558,10 @@ Optional Features:
--disable-mf do not compile and install METAFONT
--disable-mf-nowin do not build a separate non-window-capable
METAFONT
+ --disable-mflua do not compile and install MFLua
+ --enable-mflua-nowin build a separate non-window-capable MFLua
+ --disable-mfluajit do not compile and install MFLuaJIT
+ --enable-mfluajit-nowin build a separate non-window-capable MFLuaJIT
--enable-epsfwin include EPSF pseudo window support
--enable-hp2627win include HP 2627 window support
--enable-mftalkwin include mftalk (generic server) window support
@@ -1783,7 +1791,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live texk configure 2015
+TeX Live texk configure 2016/dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,7 +1892,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 texk $as_me 2015, which was
+It was created by TeX Live texk $as_me 2016/dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3375,6 +3383,20 @@ $as_echo "$as_me: $host -> \`--disable-luajittex'" >&6;}
;;
esac ;;
esac
+case $enable_mfluajit in #(
+ yes | no) :
+ : ;; #(
+ *) :
+ case $host in #(
+ alpha* | sparc* | x86_64-*-cygwin | powerpc-*-darwin* ) :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: $host -> \`--disable-mfluajit'" >&5
+$as_echo "$as_me: $host -> \`--disable-mfluajit'" >&6;}
+ ac_configure_args="$ac_configure_args '--disable-mfluajit'" ;; #(
+ *) :
+ ;;
+esac ;;
+esac
+
## utils/devnag/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/devnag/
## configure options and TL libraries required for devnag
# Check whether --enable-devnag was given.
@@ -3947,6 +3969,62 @@ esac
if test "${enable_mf_nowin+set}" = set; then :
enableval=$enable_mf_nowin;
fi
+case $enable_mf_nowin in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mf_nowin=yes ;;
+esac
+# Check whether --enable-mflua was given.
+if test "${enable_mflua+set}" = set; then :
+ enableval=$enable_mflua;
+fi
+case $enable_mflua in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mflua=yes ;;
+esac
+
+# Check whether --enable-mflua-nowin was given.
+if test "${enable_mflua_nowin+set}" = set; then :
+ enableval=$enable_mflua_nowin;
+fi
+case $enable_mflua_nowin in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mflua_nowin=no ;;
+esac
+
+test "x$enable_web2c:$enable_mflua" = xyes:yes && {
+ need_lua52=yes
+}
+# Check whether --enable-mfluajit was given.
+if test "${enable_mfluajit+set}" = set; then :
+ enableval=$enable_mfluajit;
+fi
+case $enable_mfluajit in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mfluajit=yes ;;
+esac
+
+# Check whether --enable-mfluajit-nowin was given.
+if test "${enable_mfluajit_nowin+set}" = set; then :
+ enableval=$enable_mfluajit_nowin;
+fi
+case $enable_mfluajit_nowin in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_mfluajit_nowin=no ;;
+esac
+
+test "x$enable_web2c:$enable_mfluajit" = xyes:yes && {
+ need_luajit=yes
+}
# Check whether --with-mf-x-toolkit was given.
if test "${with_mf_x_toolkit+set}" = set; then :
@@ -6019,7 +6097,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live-texk'
- VERSION='2015'
+ VERSION='2016/dev'
cat >>confdefs.h <<_ACEOF
@@ -6302,13 +6380,13 @@ else
if test "x$enable_compiler_warnings" != xno; then
kpse_cv_warning_cflags="-Wimplicit -Wreturn-type"
case `$CC -dumpversion` in #(
- 3.4.* | 4.*) :
+ 3.4.* | 4.* | 5.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wdeclaration-after-statement" ;; #(
*) :
;;
esac
case `$CC -dumpversion` in #(
- 3.[234].* | 4.*) :
+ 3.[234].* | 4.* | 5.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wno-unknown-pragmas" ;; #(
*) :
;;
@@ -6320,7 +6398,7 @@ esac
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.*) :
+ 3.4.* | 4.* | 5.*) :
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wold-style-definition" ;; #(
*) :
;;
@@ -7165,7 +7243,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 texk $as_me 2015, which was
+This file was extended by TeX Live texk $as_me 2016/dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7222,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="\\
-TeX Live texk config.status 2015
+TeX Live texk config.status 2016/dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"