Mercurial > hg > xemacs-beta
comparison configure.in @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | a4f53d9b3154 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
3126 AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp ftime gethostname getpagesize gettimeofday getcwd getwd logb lrand48 matherr mkdir mktime perror poll random rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf strcasecmp strerror tzset ulimit usleep utimes waitpid vsnprintf) | 3126 AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp ftime gethostname getpagesize gettimeofday getcwd getwd logb lrand48 matherr mkdir mktime perror poll random rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask snprintf strcasecmp strerror tzset ulimit usleep utimes waitpid vsnprintf) |
3127 | 3127 |
3128 # Check for UNIX98 PTYs. | 3128 # Check for UNIX98 PTYs. |
3129 # getpt is a glibc addition which emulates the master device on | 3129 # getpt is a glibc addition which emulates the master device on |
3130 # systems without kernel support. | 3130 # systems without kernel support. |
3131 AC_CHECK_FUNCS(grantpt unlockpt getpt ptsname) | 3131 AC_CHECK_FUNCS(grantpt unlockpt getpt ptsname killpg) |
3132 | |
3133 dnl Check for STREAM support functions. | |
3134 dnl Confusingly, "str" means both "string" and "SysV Streams". | |
3135 AC_CHECK_HEADERS(stropts.h) | |
3136 if test "$ac_cv_header_stropts_h" = "yes"; then | |
3137 AC_CHECK_FUNCS(isastream) | |
3138 AC_CHECK_HEADERS(strtio.h) dnl TIOCSIGNAL | |
3139 fi | |
3132 | 3140 |
3133 dnl realpath is buggy on linux, decosf and aix4 | 3141 dnl realpath is buggy on linux, decosf and aix4 |
3134 | 3142 |
3135 dnl The realpath() in linux libc (4.6.27) sometimes fails with ELOOP. | 3143 dnl The realpath() in linux libc (4.6.27) sometimes fails with ELOOP. |
3136 dnl The realpath in ELF linux libc's is O.K. | 3144 dnl The realpath in ELF linux libc's is O.K. |