diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/texk/configure | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 104 |
1 files changed, 38 insertions, 66 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 24df28d0c5b..790682ad92c 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -716,7 +716,6 @@ enable_tektronixwin enable_unitermwin enable_mp enable_web_progs -enable_one enable_afm2pl enable_bibtex8 enable_cjkutils @@ -803,7 +802,6 @@ host_alias target_alias' ac_subdirs_all='dummy web2c -one afm2pl bibtex8 cjkutils @@ -1479,25 +1477,24 @@ Optional Features: --disable-dump-share make fmt/base/mem files architecture-dependent --enable-fmtutil use fmtutil for build dumps --enable-ipc enable TeX's --ipc option, i.e., pipe to a program - --disable-tex do not compile and install TeX - --enable-etex compile and install e-TeX - --disable-aleph do not compile and install Aleph - --disable-pdftex do not compile and install pdfTeX - --disable-luatex do not compile and install luaTeX - --enable-xetex compile and install XeTeX + --disable-tex do not compile and install TeX + --enable-etex compile and install e-TeX + --disable-aleph do not compile and install Aleph + --disable-pdftex do not compile and install pdfTeX + --disable-luatex do not compile and install luaTeX + --disable-xetex do not compile and install XeTeX --disable-mf do not build METAFONT - --enable-mf-nowin build a separate non-windows-capable METAFONT - --enable-epsfwin include EPSF pseudo window support - --enable-hp2627win include HP 2627 window support - --enable-mftalkwin include mftalk (generic server) window support - --enable-nextwin include NeXT window support - --enable-regiswin include Regis window support - --enable-suntoolswin include old Suntools (not X) window support - --enable-tektronixwin include Tektronix window support - --enable-unitermwin include Uniterm window support + --enable-mf-nowin build a separate non-windows-capable METAFONT + --enable-epsfwin include EPSF pseudo window support + --enable-hp2627win include HP 2627 window support + --enable-mftalkwin include mftalk (generic server) window support + --enable-nextwin include NeXT window support + --enable-regiswin include Regis window support + --enable-suntoolswin include old Suntools (not X) window support + --enable-tektronixwin include Tektronix window support + --enable-unitermwin include Uniterm window support --disable-mp do not build METAPOST --disable-web-progs do not build WEB programs bibtex ... weave - --enable-one build the one (testing) package --disable-afm2pl do not build the afm2pl package --disable-bibtex8 do not build the bibtex8 package --disable-cjkutils do not build the cjkutils package @@ -1544,13 +1541,14 @@ Optional Features: --disable-xdvipdfmx do not build the xdvipdfmx package --disable-tetex do not build the tetex (teTeX scripts) package --disable-texlive do not build the texlive (TeX Live scripts) package - --disable-mktexmf-default do not run mktexmf if MF source missing - --disable-mktexpk-default do not run mktexpk if PK font missing - --disable-mktextfm-default do not run mktextfm if TFM file missing - --disable-mkocp-default do not run mkocp if OCP file missing - --disable-mkofm-default do not run mkofm if OFM file missing - --enable-mktexfmt-default run mktexfmt if format file missing - --enable-mktextex-default run mktextex if TeX source missing + --disable-mktexmf-default do not run mktexmf if MF source missing + --disable-mktexpk-default do not run mktexpk if PK font missing + --disable-mktextfm-default + do not run mktextfm if TFM file missing + --disable-mkocp-default do not run mkocp if OCP file missing + --disable-mkofm-default do not run mkofm if OFM file missing + --enable-mktexfmt-default run mktexfmt if format file missing + --enable-mktextex-default run mktextex if TeX source missing --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer @@ -2310,7 +2308,7 @@ esac ## texk/ac/withenable.ac -## texk/web2c/ac/withenable.ac +## texk/web2c/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options and TL libraries required for web2c # Check whether --enable-web2c was given. if test "${enable_web2c+set}" = set; then @@ -2329,7 +2327,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -## texk/web2c/ac/web2c.ac +## texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF # Check whether --with-editor was given. @@ -2386,7 +2384,7 @@ case $enable_pdftex in *) enable_pdftex=yes ;; esac -test "x$enable_pdftex" = xno || { +test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes need_obsdcompat=yes @@ -2400,7 +2398,7 @@ case $enable_luatex in *) enable_luatex=yes ;; esac -test "x$enable_luatex" = xno || { +test "x$enable_web2c:$enable_luatex" = xyes:yes && { need_xpdf=yes need_libpng=yes need_obsdcompat=yes @@ -2411,13 +2409,16 @@ if test "${enable_xetex+set}" = set; then fi case $enable_xetex in yes|no) : ;; - *) enable_xetex=no ;; + *) enable_xetex=yes ;; esac -test "x$enable_xetex" = xno || { +test "x$enable_web2c:$enable_xetex" = xyes:yes && { need_xpdf=yes need_libpng=yes need_freetype2=yes + need_icu=yes + need_teckit=yes + need_graphite=yes } ## configure options for MF # Check whether --enable-mf was given. @@ -2477,29 +2478,6 @@ if test "${enable_web_progs+set}" = set; then fi -## texk/one/ac/withenable.ac -## configure options and TL libraries required for one -# Check whether --enable-one was given. -if test "${enable_one+set}" = set; then - enableval=$enable_one; -fi -case $enable_one in #( - yes|no);; #( - *) enable_one=no - { $as_echo "$as_me:$LINENO: Assuming \`--enable-one=$enable_one'" >&5 -$as_echo "$as_me: Assuming \`--enable-one=$enable_one'" >&6;} - ac_configure_args="$ac_configure_args '--enable-one=$enable_one'";; -esac - -test "x$enable_one" = xno || { - need_freetype2=yes - need_t1lib=yes - need_gd=yes - need_teckit=yes - need_graphite=yes -} - - ## texk/afm2pl/ac/withenable.ac ## configure options and TL libraries required for afm2pl # Check whether --enable-afm2pl was given. @@ -3134,7 +3112,7 @@ esac -## texk/kpathsea/ac/withenable.ac +## texk/kpathsea/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/ ## configure options and TL libraries required for kpathsea # Check whether --with-system-kpathsea was given. @@ -3164,7 +3142,7 @@ $as_echo "$as_me: Assuming installed \`kpathsea' headers and library" >&6;} ac_configure_args="$ac_configure_args '--with-system-kpathsea=$with_system_kpathsea'" fi -## texk/kpathsea/ac/web2c.ac +## texk/kpathsea/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/ ## configure options for mktextmf-default & Co # Check whether --enable-mktexmf-default was given. if test "${enable_mktexmf_default+set}" = set; then @@ -3226,6 +3204,10 @@ esac ## libs/ac/withenable.ac +## libs/icu/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/icu/ +## configure options and TL libraries required for icu (modified for XeTeX) + + ## libs/teckit/ac/withenable.ac ## configure options and TL libraries required for teckit @@ -4094,16 +4076,6 @@ if test -x $srcdir/web2c/configure; then fi -if test -x $srcdir/one/configure; then - test "x$enable_one" = xno || SUBTEXK="$SUBTEXK one" - DIST_SUBTEXK="$DIST_SUBTEXK one" - if false; then - subdirs="$subdirs one" - - fi -fi - - if test -x $srcdir/afm2pl/configure; then test "x$enable_afm2pl" = xno || SUBTEXK="$SUBTEXK afm2pl" DIST_SUBTEXK="$DIST_SUBTEXK afm2pl" |