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.55 by aonoto, Sun May 15 17:03:53 2011 UTC revision 1.56 by aonoto, Thu Aug 1 18:43:07 2013 UTC
# Line 12  dnl Copyright OMRON Corporation. 1987, 1 Line 12  dnl Copyright OMRON Corporation. 1987, 1
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  dnl Copyright FreeWnn Project
14  dnl                 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,  dnl                 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
15  dnl                 2010, 2011  dnl                 2010, 2011, 2013
16  dnl  dnl
17  dnl Maintainer:  FreeWnn Project  dnl Maintainer:  FreeWnn Project
18  dnl  dnl
# Line 145  fi Line 145  fi
145  AC_SUBST(SUBDIRS)  AC_SUBST(SUBDIRS)
146  AC_SUBST(WNNMANDIR)  AC_SUBST(WNNMANDIR)
147    
148  dnl For Severs  dnl For Servers
149    
150  AC_ARG_ENABLE(Wnn,  AC_ARG_ENABLE(Wnn,
151  [  --enable-Wnn            build and install Wnn [[default=yes]]],  [  --enable-Wnn            build and install Wnn [[default=yes]]],
# Line 499  AC_CHECK_LIB(bind, getservbyname) Line 499  AC_CHECK_LIB(bind, getservbyname)
499  AC_SEARCH_LIBS(gethostbyname, nsl)  AC_SEARCH_LIBS(gethostbyname, nsl)
500  dnl libutil only needed by uum w/openpty...  dnl libutil only needed by uum w/openpty...
501  dnl FIXME: deals with Linux that have both ptsname & openpty  dnl FIXME: deals with Linux that have both ptsname & openpty
502  AC_CHECK_LIB(util, openpty)  AC_CHECK_LIB(util, openpty, [UUM_LIBS="$UUM_LIBS -lutil"])
503    AC_SUBST(UUM_LIBS)
504    
505    
506  dnl  dnl
507  dnl Checks for header files.  dnl Checks for header files.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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