From 412f83e27b51d4235fa69c5964263bdadb6b681f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 11 Apr 2010 10:51:47 +0000 Subject: 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 --- Build/source/utils/configure | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Build/source/utils/configure') 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 -- cgit v1.2.3