Anthyを正かなづかひの入力と變換に對應させるパッチの作成作業リポジトリ。<git://git.debian.org/git/collab-maint/anthy.git>のmasterブランチからフォーク。
Rev. | a5e206058bb590ec1fe1552b3bb10b72d2b561cb |
---|---|
大小 | 934 字节 |
时间 | 2010-09-23 14:26:29 |
作者 | NIIBE Yutaka |
Log Message | Apply fixes for udict from Masanari Iida.
|
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src-main/main.c)
AM_INIT_AUTOMAKE(anthy, 9200)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AM_PROG_LIBTOOL
AM_PATH_LISPDIR
AM_CONDITIONAL(ELISP, test x$lispdir != x)
dnl without emacs. install-lispLISP does mkdir /anthy
dnl dirty hack to avoid it.
test -n "$lispdir" || lispdir="/tmp/"
lispdir="$lispdir/anthy"
test -z "$GCC" || CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long"
AC_OUTPUT(Makefile
src-diclib/Makefile src-worddic/Makefile
src-splitter/Makefile src-ordering/Makefile
src-main/Makefile src-util/Makefile
anthy/Makefile
depgraph/Makefile mkanthydic/Makefile mkworddic/Makefile
mkworddic/dict.args test/Makefile
alt-cannadic/Makefile
doc/Makefile calctrans/Makefile
anthy-conf anthy-test-conf anthy.spec anthy.pc)