summaryrefslogtreecommitdiff
path: root/Build/source/texk/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/texk/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/texk/configure')
-rwxr-xr-xBuild/source/texk/configure34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 8da9d58dd85..1456a0a4cd7 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -803,6 +803,7 @@ enable_seetexk
enable_tex4htk
enable_ttf2pk2
enable_ttfdump
+enable_upmendex
enable_xdvik
with_xdvi_x_toolkit
enable_texlive
@@ -886,6 +887,7 @@ seetexk
tex4htk
ttf2pk2
ttfdump
+upmendex
xdvik
texlive'
@@ -1620,6 +1622,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
@@ -4819,6 +4822,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.
@@ -6653,6 +6679,14 @@ if test -x $srcdir/ttfdump/configure; then
fi
fi
+if test -x $srcdir/upmendex/configure; then
+ test "x$enable_upmendex" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS upmendex"
+ CONF_SUBDIRS="$CONF_SUBDIRS upmendex"
+ if false; then
+ subdirs="$subdirs upmendex"
+
+ fi
+fi
if test -x $srcdir/xdvik/configure; then
test "x$enable_xdvik" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xdvik"
CONF_SUBDIRS="$CONF_SUBDIRS xdvik"