summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-09 11:29:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-09 11:29:23 +0000
commit0c0900f8ae6d770b54d9d5602af9e2c7f398bac5 (patch)
tree0e5f3a9f6bb34b55481b595c864193bb81b02f97 /Build/source/texk/web2c/configure
parentd5143b40000d0fac9135af33ea084189e99e733e (diff)
texk/web2c: Drop configure option '--disable-omfonts'
omegaware: Always build wofm2opl&Co, more tests omegafonts: Allow char codes from Supplementary Unicode Planes git-svn-id: svn://tug.org/texlive/trunk@34555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-xBuild/source/texk/web2c/configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 2e60c725ba9..7c08b276ced 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -751,8 +751,6 @@ MFN_FALSE
MFN_TRUE
MF_FALSE
MF_TRUE
-OMFONTS_FALSE
-OMFONTS_TRUE
OTANGLE_FALSE
OTANGLE_TRUE
XETEX_SYNCTEX_FALSE
@@ -972,7 +970,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1702,8 +1699,6 @@ Optional Features:
--enable-auto-core cause TeX&MF to dump core, given a certain filename
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a program
- --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
@@ -17982,10 +17977,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
@@ -19539,15 +19530,6 @@ else
OTANGLE_FALSE=
fi
- if test "x$enable_omfonts" != xno; then
- OMFONTS_TRUE=
- OMFONTS_FALSE='#'
-else
- OMFONTS_TRUE='#'
- OMFONTS_FALSE=
-fi
-
-
if test "x$enable_mf" != xno; then
MF_TRUE=
MF_FALSE='#'
@@ -24422,10 +24404,6 @@ if test -z "${OTANGLE_TRUE}" && test -z "${OTANGLE_FALSE}"; then
as_fn_error $? "conditional \"OTANGLE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${OMFONTS_TRUE}" && test -z "${OMFONTS_FALSE}"; then
- as_fn_error $? "conditional \"OMFONTS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${MF_TRUE}" && test -z "${MF_FALSE}"; then
as_fn_error $? "conditional \"MF\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5