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.50 by aonoto, Mon Feb 22 17:06:54 2010 UTC revision 1.51 by aonoto, Sun Apr 25 10:38:55 2010 UTC
# Line 314  case $host in Line 314  case $host in
314  *-*-linux*)  *-*-linux*)
315      CCOPTIONS="-Dlinux -D_GNU_SOURCE -D_POSIX_SOURCE -D_BSD_SOURCE"      CCOPTIONS="-Dlinux -D_GNU_SOURCE -D_POSIX_SOURCE -D_BSD_SOURCE"
316      ;;      ;;
317    *-*-*-gnu)
318        # Non-Linux kernel with GNU libc.
319        CCOPTIONS="-D_GNU_SOURCE"
320        ;;
321  *-*-sunos*)  *-*-sunos*)
322        if test $GCC = yes; then        if test $GCC = yes; then
323          CCOPTIONS="-Dsun -Dsparc"          CCOPTIONS="-Dsun -Dsparc"
# Line 497  LIBS=${olibs} Line 501  LIBS=${olibs}
501  AC_SUBST(TERMLIB)  AC_SUBST(TERMLIB)
502  AC_SUBST(CNVFILE_SUBDIR)  AC_SUBST(CNVFILE_SUBDIR)
503    
504    dnl
505  dnl Checks for typedefs, structures, and compiler characteristics.  dnl Checks for typedefs, structures, and compiler characteristics.
506  dnl  dnl
507  AC_TYPE_MODE_T  AC_TYPE_MODE_T
# Line 676  AC_SUBST(UUMOWNER) Line 681  AC_SUBST(UUMOWNER)
681  AC_SUBST(UUMGROUP)  AC_SUBST(UUMGROUP)
682    
683  dnl  dnl
   
 dnl  
684  dnl File Existence  dnl File Existence
685  dnl Checking file at compile time may bring false result when cross-  dnl Checking file at compile time may bring false result when cross-
686  dnl compiling. So, one have to check generated config.h and edit it  dnl compiling. So, one have to check generated config.h and edit it

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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