diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-24 17:22:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-24 17:22:39 +0000 |
commit | 62ea1a46c4070cb417ac9a3566ad8acb8cfb7864 (patch) | |
tree | c2fa1fcf4be05a51c0bff21429f2c30fe256c4f1 /Build/source/texk/configure | |
parent | fa2b85588b5e0a17d13197bd45f54d80d302617b (diff) |
rm musixflx from build, now lua scripts
git-svn-id: svn://tug.org/texlive/trunk@22188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index af1e275bb0c..e3035fd03a4 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -751,7 +751,6 @@ enable_updmap enable_makeindexk enable_makejvf enable_mendexk -enable_musixflx enable_ps2pkm enable_seetexk enable_tex4htk @@ -1552,7 +1551,6 @@ Optional Features: --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 --disable-seetexk do not build the seetexk package --disable-tex4htk do not build the tex4htk package @@ -4247,24 +4245,6 @@ test "x$enable_mendexk" = xno || { } -## texk/musixflx/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/musixflx/ -## configure options and TL libraries required for musixflx -# Check whether --enable-musixflx was given. -if test "${enable_musixflx+set}" = set; then : - enableval=$enable_musixflx; -fi -case $enable_musixflx in #( - yes|no) : - ;; #( - *) : - - enable_musixflx=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-musixflx=$enable_musixflx'" >&5 -$as_echo "$as_me: Assuming \`--enable-musixflx=$enable_musixflx'" >&6;} - ac_configure_args="$ac_configure_args '--enable-musixflx=$enable_musixflx'" - ;; -esac - ## texk/ps2pkm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pkm/ ## configure options and TL libraries required for ps2pkm |