Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
| 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]]], |
| 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 |
|
|
| |