diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-15 14:15:50 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-12-15 14:15:50 +0000 |
commit | 6e80afc0d352d893cf66f956cb9a95d033ca4680 (patch) | |
tree | ebfcee96946ee99b0aeeebdfb54e0e6e73d285a3 /Build/source/utils/configure | |
parent | 911dc67a9c87f978296ce19551a7e621aeedcfe8 (diff) |
ps2pk 1.7
git-svn-id: svn://tug.org/texlive/trunk@35828 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-x | Build/source/utils/configure | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 9787423f6d2..ff8f21eeb3c 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -794,7 +794,7 @@ enable_updmap enable_makeindexk enable_makejvf enable_mendexk -enable_ps2pkm +enable_ps2pk enable_psutils enable_seetexk enable_tex4htk @@ -1592,7 +1592,7 @@ 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-ps2pkm do not build the ps2pkm package + --disable-ps2pk do not build the ps2pk package --disable-psutils do not build the psutils package --disable-seetexk do not build the seetexk package --disable-tex4htk do not build the tex4htk package @@ -4584,25 +4584,25 @@ test "x$enable_mendexk" = xno || { need_ptexenc=yes } -## texk/ps2pkm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pkm/ -## configure options and TL libraries required for ps2pkm -# Check whether --enable-ps2pkm was given. -if test "${enable_ps2pkm+set}" = set; then : - enableval=$enable_ps2pkm; +## texk/ps2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pk/ +## configure options and TL libraries required for ps2pk +# Check whether --enable-ps2pk was given. +if test "${enable_ps2pk+set}" = set; then : + enableval=$enable_ps2pk; fi -case $enable_ps2pkm in #( +case $enable_ps2pk in #( yes|no) : ;; #( *) : - enable_ps2pkm=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ps2pkm=$enable_ps2pkm'" >&5 -$as_echo "$as_me: Assuming \`--enable-ps2pkm=$enable_ps2pkm'" >&6;} - ac_configure_args="$ac_configure_args '--enable-ps2pkm=$enable_ps2pkm'" + enable_ps2pk=$enable_all_pkgs + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ps2pk=$enable_ps2pk'" >&5 +$as_echo "$as_me: Assuming \`--enable-ps2pk=$enable_ps2pk'" >&6;} + ac_configure_args="$ac_configure_args '--enable-ps2pk=$enable_ps2pk'" ;; esac -test "x$enable_ps2pkm" = xno || { +test "x$enable_ps2pk" = xno || { need_kpathsea=yes } |