From adec059e95b8e5728d8fb2d8420c5e928812c282 Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Tue, 9 Feb 2016 11:02:48 +0000 Subject: texk/upmendex: upmendex 0.50 git-svn-id: svn://tug.org/texlive/trunk@39638 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Build/source/libs/configure') diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 213e6284fc8..dbdebdb860e 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -803,6 +803,7 @@ enable_seetexk enable_tex4htk enable_ttf2pk2 enable_ttfdump +enable_upmendex enable_xdvik with_xdvi_x_toolkit enable_texlive @@ -1609,6 +1610,7 @@ Optional Features: --disable-tex4htk do not build the tex4htk package --disable-ttf2pk2 do not build the ttf2pk2 package --disable-ttfdump do not build the ttfdump package + --disable-upmendex do not build the upmendex package --disable-xdvik do not build the xdvik package --disable-texlive do not build the texlive (TeX Live scripts) package --disable-linked-scripts do not install the linked scripts @@ -4808,6 +4810,29 @@ test "x$enable_ttfdump" = xno || { need_kpathsea=yes } +## texk/upmendex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/upmendex/ +## configure options and TL libraries required for upmendex +# Check whether --enable-upmendex was given. +if test "${enable_upmendex+set}" = set; then : + enableval=$enable_upmendex; +fi +case $enable_upmendex in #( + yes|no) : + ;; #( + *) : + + enable_upmendex=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-upmendex=$enable_upmendex'" >&5 +$as_echo "$as_me: Assuming \`--enable-upmendex=$enable_upmendex'" >&6;} + ac_configure_args="$ac_configure_args '--enable-upmendex=$enable_upmendex'" + ;; +esac + +test "x$enable_upmendex" = xno || { + need_kpathsea=yes + need_icu=yes +} + ## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/ ## configure options and TL libraries required for xdvik # Check whether --enable-xdvik was given. -- cgit v1.2.3