summaryrefslogtreecommitdiff
path: root/Build/source/utils/configure
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-04-11 10:51:47 +0000
committerNorbert Preining <preining@logic.at>2010-04-11 10:51:47 +0000
commit412f83e27b51d4235fa69c5964263bdadb6b681f (patch)
tree5a5c98a9c7b0e0a7ecd731388dc951e4c544b80e /Build/source/utils/configure
parent27ac36df62fb4d7f7c48fd26659067768f5e6fff (diff)
fixing building of ptex, and add ptrip.test so that build goes through
git-svn-id: svn://tug.org/texlive/trunk@17802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-xBuild/source/utils/configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 87cac39533f..e43a49ce1f8 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -722,6 +722,7 @@ enable_t1testpage
enable_ttftotype42
enable_updmap
enable_makeindexk
+enable_makejvf
enable_mendexk
enable_musixflx
enable_ps2pkm
@@ -1486,6 +1487,7 @@ Optional Features:
--disable-auto-t1dotlessj disable running t1dotlessj from otftotfm
--disable-auto-updmap disable running updmap from otftotfm
--disable-makeindexk do not build the makeindexk package
+ --disable-makejvf do not build the makejvf package
--disable-mendexk do not build the mendexk package
--disable-musixflx do not build the musixflx package
--disable-ps2pkm do not build the ps2pkm package
@@ -3239,6 +3241,26 @@ test "x$enable_makeindexk" = xno || {
}
+# Check whether --enable-makejvf was given.
+if test "${enable_makejvf+set}" = set; then :
+ enableval=$enable_makejvf;
+fi
+case $enable_makejvf in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_makejvf=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-makejvf=$enable_makejvf'" >&5
+$as_echo "$as_me: Assuming \`--enable-makejvf=$enable_makejvf'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-makejvf=$enable_makejvf'"
+ ;;
+esac
+
+test "x$enable_makejvf" = xno || {
+ need_kpathsea=yes
+}
+
## texk/mendexk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/mendexk/
## configure options and TL libraries required for makeindexk