summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/configure.ac
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.ac
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.ac')
-rw-r--r--Build/source/texk/ptexenc/configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/texk/ptexenc/configure.ac b/Build/source/texk/ptexenc/configure.ac
index 5f5065f824e..feef29b29c1 100644
--- a/Build/source/texk/ptexenc/configure.ac
+++ b/Build/source/texk/ptexenc/configure.ac
@@ -22,23 +22,6 @@ KPSE_COMMON([ptexenc])
KPSE_KPATHSEA_FLAGS
-dnl Default pTeX character encoding.
-AC_ARG_WITH([ptexenc-enc],
- AS_HELP_STRING([--with-ptexenc-enc=ENC],
- [Default pTeX character encoding
- (ENC=JIS/EUC/SJIS/UTF8, default UTF8)]))
-AC_MSG_CHECKING([default pTeX character encoding])
-AS_CASE([$with_ptexenc_enc],
- [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
- AC_MSG_WARN([Unknown character encoding \`$with_ptexenc_enc'])])
-AC_MSG_RESULT([$DEFAULT_KANJI_ENC])
-AC_DEFINE_UNQUOTED([DEFAULT_KANJI_ENC], [$DEFAULT_KANJI_ENC],
- [Default kanji encoding.])
-
dnl Using iconv for kanji <=> unicode conversion
AC_ARG_ENABLE([kanji-iconv],
AS_HELP_STRING([--enable-kanji-iconv],