Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 38 |
dnl Process this file with autoconf to produce a configure script. |
dnl Process this file with autoconf to produce a configure script. |
| 39 |
dnl |
dnl |
| 40 |
AC_INIT(Wnn/conv/cvt_head.h) |
AC_INIT(Wnn/conv/cvt_head.h) |
| 41 |
|
AC_CONFIG_HEADER(config.h) |
| 42 |
|
|
| 43 |
dnl |
dnl |
| 44 |
dnl srcdir の絶対パスバージョンの作成。本当はこんなものを定義しなくても |
dnl srcdir の絶対パスバージョンの作成。本当はこんなものを定義しなくても |
| 246 |
dnl |
dnl |
| 247 |
AC_TYPE_MODE_T |
AC_TYPE_MODE_T |
| 248 |
AC_HEADER_TIME |
AC_HEADER_TIME |
| 249 |
|
AC_CHECK_TYPE(time_t, long) |
| 250 |
|
AC_CHECK_TYPE(socklen_t, int) |
| 251 |
|
|
| 252 |
|
dnl |
| 253 |
|
dnl Checks for symbol |
| 254 |
|
dnl |
| 255 |
|
|
| 256 |
|
AC_MSG_CHECKING(for RAND_MAX) |
| 257 |
|
AC_EGREP_CPP(yes, |
| 258 |
|
[#include <stdlib.h> |
| 259 |
|
#ifdef RAND_MAX |
| 260 |
|
yes |
| 261 |
|
#endif |
| 262 |
|
],AC_DEFINE(HAVE_RAND_MAX)) |
| 263 |
|
|
| 264 |
dnl |
dnl |
| 265 |
dnl Checks for library functions. |
dnl Checks for library functions. |
| 269 |
AC_TYPE_SIGNAL |
AC_TYPE_SIGNAL |
| 270 |
AC_FUNC_WAIT3 |
AC_FUNC_WAIT3 |
| 271 |
AC_CHECK_FUNCS(gethostname mkdir select socket strtol) |
AC_CHECK_FUNCS(gethostname mkdir select socket strtol) |
| 272 |
|
AC_CHECK_FUNCS(drand48) |
| 273 |
|
|
|
dnl |
|
|
dnl |
|
|
dnl |
|
|
AC_CONFIG_HEADER(config.h) |
|
| 274 |
|
|
| 275 |
dnl |
dnl |
| 276 |
dnl Creating Makefiles. |
dnl Creating Makefiles. |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
|