diff options
author | Norbert Preining <preining@logic.at> | 2010-04-11 10:51:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-04-11 10:51:47 +0000 |
commit | 412f83e27b51d4235fa69c5964263bdadb6b681f (patch) | |
tree | 5a5c98a9c7b0e0a7ecd731388dc951e4c544b80e /Build/source/texk/configure | |
parent | 27ac36df62fb4d7f7c48fd26659067768f5e6fff (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/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 609df1d675a..d69f255e94e 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -722,6 +722,7 @@ enable_t1testpage enable_ttftotype42 enable_updmap enable_makeindexk +enable_makejvf enable_mendexk enable_musixflx enable_ps2pkm @@ -1511,6 +1512,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 @@ -3264,6 +3266,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 |