Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.20 by aono, Sat Mar 9 16:50:31 2002 UTC revision 1.21 by hiroo, Thu Mar 21 01:19:50 2002 UTC
# Line 10  dnl Copyright Kyoto University Research Line 10  dnl Copyright Kyoto University Research
10  dnl                 1987, 1988, 1989, 1990, 1991, 1992  dnl                 1987, 1988, 1989, 1990, 1991, 1992
11  dnl Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999  dnl Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
12  dnl Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992  dnl Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
13  dnl Copyright FreeWnn Project 1999, 2000, 2001  dnl Copyright FreeWnn Project 1999, 2000, 2001, 2002
14  dnl  dnl
15  dnl Maintainer:  FreeWnn Project   <freewnn@tomo.gr.jp>  dnl Maintainer:  FreeWnn Project   <freewnn@tomo.gr.jp>
16  dnl  dnl
# Line 35  dnl Line 35  dnl
35  AC_INIT(Wnn/conv/cvt_head.h)  AC_INIT(Wnn/conv/cvt_head.h)
36  AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADER(config.h)
37    
 dnl  
 dnl srcdir の絶対パスバージョンの作成。本当はこんなものを定義しなくても  
 dnl 動くように Makefile.in を書くべきである。  
 dnl 多分、修正できたので、とりあえず comment out しておく。  
 dnl  
 dnl case "$top_srcdir" in  
 dnl   .)  abs_top_srcdir=`pwd` ;;  
 dnl   /*) abs_top_srcdir=top_srcdir;;  
 dnl   *) # Relative path.  
 dnl     abs_top_srcdir=`pwd`$ac_dots$ac_given_srcdir ;;  
 dnl esac  
 dnl AC_SUBST(abs_top_srcdir)  
   
38  dnl ====================================================================  dnl ====================================================================
39  dnl Check optional features  dnl Check optional features
40  dnl ====================================================================  dnl ====================================================================
# Line 238  AC_SUBST(KWNNJLIB) Line 225  AC_SUBST(KWNNJLIB)
225  AC_SUBST(DEPKWNNJLIB)  AC_SUBST(DEPKWNNJLIB)
226  AC_SUBST(KHINSI_DATA)  AC_SUBST(KHINSI_DATA)
227    
228    dnl
229    dnl Build Options
230    dnl
231    
232  AC_ARG_ENABLE(ipv6,  AC_ARG_ENABLE(ipv6,
233  [  --enable-ipv6           build and install IPv6 [default=no]],  [  --enable-ipv6           build and install IPv6 [default=no]],
234  [case "${enableval}" in  [case "${enableval}" in
# Line 367  AC_SUBST(CCOPTIONS) Line 358  AC_SUBST(CCOPTIONS)
358  AC_SUBST(CDEBUGFLAGS)  AC_SUBST(CDEBUGFLAGS)
359    
360  dnl Checks for libraries.  dnl Checks for libraries.
 dnl ### dnl Replace `main' with a function in -lFS:  
 dnl ### AC_CHECK_LIB(FS, main)  
 dnl ### dnl Replace `main' with a function in -lFresco:  
 dnl ### AC_CHECK_LIB(Fresco, main)  
 dnl ### dnl Replace `main' with a function in -lICE:  
 dnl ### AC_CHECK_LIB(ICE, main)  
 dnl ### dnl Replace `main' with a function in -lPEX5:  
 dnl ### AC_CHECK_LIB(PEX5, main)  
 dnl ### dnl Replace `main' with a function in -lSM:  
 dnl ### AC_CHECK_LIB(SM, main)  
361  dnl ### dnl Replace `main' with a function in -lX11:  dnl ### dnl Replace `main' with a function in -lX11:
362  dnl ### AC_CHECK_LIB(X11, main)  dnl ### AC_CHECK_LIB(X11, main)
 dnl ### dnl Replace `main' with a function in -lXIE:  
 dnl ### AC_CHECK_LIB(XIE, main)  
 dnl ### dnl Replace `main' with a function in -lXau:  
 dnl ### AC_CHECK_LIB(Xau, main)  
 dnl ### dnl Replace `main' with a function in -lXaw:  
 dnl ### AC_CHECK_LIB(Xaw, main)  
 dnl ### dnl Replace `main' with a function in -lXbsd:  
 dnl ### AC_CHECK_LIB(Xbsd, main)  
 dnl ### dnl Replace `main' with a function in -lXdmcp:  
 dnl ### AC_CHECK_LIB(Xdmcp, main)  
 dnl ### dnl Replace `main' with a function in -lXext:  
 dnl ### AC_CHECK_LIB(Xext, main)  
 dnl ### dnl Replace `main' with a function in -lXi:  
 dnl ### AC_CHECK_LIB(Xi, main)  
 dnl ### dnl Replace `main' with a function in -lXmu:  
 dnl ### AC_CHECK_LIB(Xmu, main)  
 dnl ### dnl Replace `main' with a function in -lXt:  
 dnl ### AC_CHECK_LIB(Xt, main)  
 dnl ### dnl Replace `main' with a function in -lXtf:  
 dnl ### AC_CHECK_LIB(Xtf, main)  
 dnl ### dnl Replace `main' with a function in -lXtst:  
 dnl ### AC_CHECK_LIB(Xtst, main)  
363  dnl ### dnl Replace `main' with a function in -lcurses:  dnl ### dnl Replace `main' with a function in -lcurses:
364  dnl ### AC_CHECK_LIB(curses, main)  dnl ### AC_CHECK_LIB(curses, main)
 dnl ### dnl Replace `main' with a function in -lfl:  
 dnl ### AC_CHECK_LIB(fl, main)  
 dnl ### dnl Replace `main' with a function in -lfont:  
 dnl ### AC_CHECK_LIB(font, main)  
 dnl ### dnl Replace `main' with a function in -loldX:  
 dnl ### AC_CHECK_LIB(oldX, main)  
 dnl ### dnl Replace `main' with a function in -lphigs:  
 dnl ### AC_CHECK_LIB(phigs, main)  
 dnl ### dnl Replace `main' with a function in -lxpg4:  
 dnl ### AC_CHECK_LIB(xpg4, main)  
365    
366  AC_CHECK_LIB(crypt, crypt)  AC_CHECK_LIB(crypt, crypt)
367  AC_CHECK_LIB(socket, connect)  AC_CHECK_LIB(socket, connect)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26