summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2016-02-09 11:02:48 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2016-02-09 11:02:48 +0000
commitadec059e95b8e5728d8fb2d8420c5e928812c282 (patch)
tree28d38c44042fea2befbccbdd71063c801518d298 /Build/source/libs/configure
parentb0bdd8cd0fed764f189d773b0b0f69d25415a8f5 (diff)
texk/upmendex: upmendex 0.50
git-svn-id: svn://tug.org/texlive/trunk@39638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure25
1 files changed, 25 insertions, 0 deletions
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.