diff options
Diffstat (limited to 'Build/source/texk/ptexenc/configure')
-rwxr-xr-x | Build/source/texk/ptexenc/configure | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure index c58d72e9a07..86808049f1f 100755 --- a/Build/source/texk/ptexenc/configure +++ b/Build/source/texk/ptexenc/configure @@ -751,7 +751,6 @@ enable_compiler_warnings with_system_kpathsea with_kpathsea_includes with_kpathsea_libdir -with_ptexenc_enc enable_kanji_iconv ' ac_precious_vars='build_alias @@ -1411,8 +1410,6 @@ Optional Packages: kpathsea headers installed in DIR --with-kpathsea-libdir=DIR kpathsea library installed in DIR - --with-ptexenc-enc=ENC Default pTeX character encoding - (ENC=JIS/EUC/SJIS/UTF8, default UTF8) Some influential environment variables: CC C compiler command @@ -13998,36 +13995,6 @@ if test "x$kpse_cv_kpse_debug" != xyes; then : fi - -# Check whether --with-ptexenc-enc was given. -if test "${with_ptexenc_enc+set}" = set; then : - withval=$with_ptexenc_enc; -fi - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default pTeX character encoding" >&5 -$as_echo_n "checking default pTeX character encoding... " >&6; } -case $with_ptexenc_enc in #( - jis|JIS) : - DEFAULT_KANJI_ENC=ENC_JIS ;; #( - euc|EUC) : - DEFAULT_KANJI_ENC=ENC_EUC ;; #( - sjis|SJIS) : - DEFAULT_KANJI_ENC=ENC_SJIS ;; #( - ''|utf8|UTF8) : - DEFAULT_KANJI_ENC=ENC_UTF8 ;; #( - *) : - DEFAULT_KANJI_ENC=ENC_UTF8 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown character encoding \`$with_ptexenc_enc'" >&5 -$as_echo "$as_me: WARNING: Unknown character encoding \`$with_ptexenc_enc'" >&2;} ;; -esac -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEFAULT_KANJI_ENC" >&5 -$as_echo "$DEFAULT_KANJI_ENC" >&6; } - -cat >>confdefs.h <<_ACEOF -#define DEFAULT_KANJI_ENC $DEFAULT_KANJI_ENC -_ACEOF - - # Check whether --enable-kanji-iconv was given. if test "${enable_kanji_iconv+set}" = set; then : enableval=$enable_kanji_iconv; |