summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-23 10:17:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-23 10:17:01 +0000
commit82e002633513b0b73099d293aba30fb14360fa9a (patch)
tree06d3e4ce4cde2988646b6967ca11598d22278cbe /Build/source/texk/ptexenc/configure
parent16c57cd409df0f406fc2710bcadadbd790cab70b (diff)
more upTeX and e-upTeX
git-svn-id: svn://tug.org/texlive/trunk@23652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/configure')
-rwxr-xr-xBuild/source/texk/ptexenc/configure33
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;