1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Disable Japanese locale support since we do not currently support it

make distclean ignores the language definitions, as it should.

However, we had options that suggested that the Japanese locale was
supported.  Distclean would decend into that locale directory and
fail, since of course we do not actually support that locale and it is
not currently buildable.
This commit is contained in:
Jon Trulson 2021-01-31 13:11:41 -07:00
parent 1fad87f7bd
commit d9a8325c8d
2 changed files with 0 additions and 11 deletions

View file

@ -217,13 +217,6 @@ AC_ARG_ENABLE([spanish],
)
AM_CONDITIONAL([SPANISH], [test -n "$enable_es"])
AC_ARG_ENABLE([japanese],
AS_HELP_STRING([--enable-japanese], [Build Japanese locale (default=no, never tested)]),
[enable_jp="yes"], [enable_jp=""]
)
AM_CONDITIONAL([JAPANESE], [test -n "$enable_jp"])
dnl hmmm...
RM="rm -f"
AC_SUBST(RM)

View file

@ -1,9 +1,5 @@
SUBDIRS = util C
if JAPANESE
SUBDIRS += ja_JP.dt-eucJP
endif
if GERMAN
SUBDIRS += de_DE.UTF-8
endif