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.9 by ura, Sun Jan 16 07:15:50 2000 UTC revision 1.10 by ura, Sun Jan 16 07:30:00 2000 UTC
# Line 38  dnl Line 38  dnl
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 の絶対パスバージョンの作成。本当はこんなものを定義しなくても
# Line 245  dnl Checks for typedefs, structures, and Line 246  dnl Checks for typedefs, structures, and
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.
# Line 254  AC_FUNC_MEMCMP Line 269  AC_FUNC_MEMCMP
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

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