不完全なプラグインが勝手に作られるバグを修正。
1 parent 0a9d361 commit 2f0b5ee221b2fc4ed713f172446f365a7a53d590
@tamra tamra authored on 20 May 2005
Showing 3 changed files
View
0
■■■■■
honoka/ChangeLog
Too large (Show diff)
View
8
honoka/configure.ac
yes) wnn=true ;;
no) wnn=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-wnn) ;;
esac],[wnn=true])
AM_CONDITIONAL(WNNCONVERSION, [test "x$wnn" = "xtrue"])
 
if test "x$wnn" = "xtrue"; then
BU_LIBS="$LIBS"
AC_CHECK_LIB(crypt, crypt)
if echo $WNN_LIBS | grep "wnn" > /dev/null; then
AC_DEFINE([HAVE_LIBWNN6],[1],[Wnn6])
else
AC_MSG_RESULT(Wnn6 or Wnn7 library not found.)
WNNCONVERSION="false"
wnn=false
fi
fi
if echo $WNN_LIBS | grep "wnn" > /dev/null; then
AC_DEFINE([HAVE_LIBWNN],[1],[Wnn])
fi
LIBS="$BU_LIBS"
fi
AC_SUBST(WNNCONVERSION)
AM_CONDITIONAL(WNNCONVERSION, [test "x$wnn" = "xtrue"])
 
AC_ARG_ENABLE(anthy,
[ --enable-anthy Turn on AnthyConversion],
[case "${enableval}" in
yes) anthy=true ;;
no) anthy=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-anthy) ;;
esac],[anthy=true])
AM_CONDITIONAL(ANTHYCONVERSION, [test "x$anthy" = "xtrue"])
 
if test "x$anthy" = "xtrue"; then
AC_CHECK_HEADER([anthy/anthy.h], [
ANTHY_LIBS="-lanthy -lanthydic"
],[])
if echo $ANTHY_LIBS | grep "anthy" > /dev/null; then
AC_DEFINE([HAVE_LIBANTHY],[1],[Anthy])
else
ANTHYCONVERSION="false"
anthy=false
fi
fi
AM_CONDITIONAL(ANTHYCONVERSION, [test "x$anthy" = "xtrue"])
AC_SUBST(ANTHYCONVERSION)
 
AC_SUBST(WNN_LIBS)
AC_SUBST(ANTHY_LIBS)
View
30
honoka/m4/Makefile
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
 
 
MAKE=make
srcdir = .
top_srcdir = ..
 
pkgdatadir = $(datadir)/honoka
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = i686-redhat-linux-gnu
host_triplet = i686-redhat-linux-gnu
build_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
subdir = m4
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
AWK = gawk
BUILD_INCLUDED_LIBINTL = no
CATOBJEXT = .gmo
CC = gcc
CCDEPMODE = depmode=gcc3
CCDEPMODE = depmode=none
CFLAGS = -g -O2
CONVENIENCE_LTDL_FALSE =
CONVENIENCE_LTDL_TRUE = #
CPP = gcc -E
CPPFLAGS =
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXDEPMODE = depmode=none
CXXFLAGS = -O3 -march=i686 -fomit-frame-pointer -fforce-addr -fexpensive-optimizations -fpeephole -fgcse -funroll-loops
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
SCIM_ICONDIR = /usr/share/scim/icons
SCIM_LIBS = -lscim-1.0
SCIM_MODULEDIR = /usr/lib/scim-1.0
SCIM_VERSION = 1.2.0
SET_MAKE =
SET_MAKE = MAKE=make
SHELL = /bin/sh
STRIP = strip
USE_INCLUDED_LIBINTL = no
USE_NLS = yes
ac_ct_CXX = g++
ac_ct_F77 = g77
ac_ct_RANLIB = ranlib
ac_ct_STRIP = strip
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE =
am__fastdepCXX_FALSE = #
am__fastdepCXX_TRUE =
am__include = include
am__fastdepCC_FALSE =
am__fastdepCC_TRUE = #
am__fastdepCXX_FALSE =
am__fastdepCXX_TRUE = #
am__include = #
am__leading_dot = .
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = i686-redhat-linux-gnu
build = i686-pc-linux-gnu
build_alias =
build_cpu = i686
build_os = linux-gnu
build_vendor = redhat
build_vendor = pc
datadir = ${prefix}/share
exec_prefix = ${prefix}
host = i686-redhat-linux-gnu
host = i686-pc-linux-gnu
host_alias =
host_cpu = i686
host_os = linux-gnu
host_vendor = redhat
host_vendor = pc
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /home/tamra/ANef/honoka/install-sh
libdir = ${exec_prefix}/lib