diff options
| author | bwarsaw | 2002-03-01 20:40:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-01 20:40:51 +0000 |
| commit | b184afec3c1bf7c67744a5e6e51d691ca49f8a63 (patch) | |
| tree | 9b85c4ecddaaca5c7b52bdfaad24e4e52fd134c0 /configure | |
| parent | 5ab66075e75a0a0d8fc08e4fbbad5653c373be17 (diff) | |
| download | mailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.tar.gz mailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.tar.zst mailman-b184afec3c1bf7c67744a5e6e51d691ca49f8a63.zip | |
We can remove the test for the Japanese codecs because Tamito KAJIYAMA
has agreed to let us distribute them.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 31 |
1 files changed, 2 insertions, 29 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 2.19 +# From configure.in Revision: 2.20 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -2322,36 +2322,9 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 # Make sure all the build scripts are executable. chmod -R +x build -# Test for the Japanese codecs. -echo $ac_n "checking for Python Japanese Unicode codecs""... $ac_c" 1>&6 -echo "configure:2328: checking for Python Japanese Unicode codecs" >&5 -cat > conftest.py <<EOF -try: - unicode("abc", "japanese.euc-jp") - print "found" -except LookupError: - print "not found" -EOF -japanese=`$PYTHON conftest.py 2>/dev/null` -rm -f conftest.py -echo "$ac_t""$japanese" 1>&6 -if test "x$japanese" != "xfound" -then - echo "configure: warning: - -***** Python Unicode codecs for Japanese not found. -***** Japanese emails generated by or manipulated in Mailman will not -***** be sent in the correct character set and will be unreadable. -***** Please uncompress and install the Japanese codecs from: -***** http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/ -***** -***** Note: Everything else will work just fine. -" 1>&2 -fi - # Test for the Chinese codecs. echo $ac_n "checking for Python Chinese Unicode codecs""... $ac_c" 1>&6 -echo "configure:2355: checking for Python Chinese Unicode codecs" >&5 +echo "configure:2328: checking for Python Chinese Unicode codecs" >&5 cat > conftest.py <<EOF try: unicode("abc", "big5-tw") |
