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