Mercurial > hg > xemacs-beta
comparison configure.ac @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | 4dd2389173fc |
children | 1d775c6304d1 |
comparison
equal
deleted
inserted
replaced
4833:4dd2389173fc | 4834:b3ea9c582280 |
---|---|
4289 dnl AIX needs the following library for use with Motif | 4289 dnl AIX needs the following library for use with Motif |
4290 AC_CHECK_LIB(i18n, layout_object_getvalue, [XE_PREPEND(-li18n, libs_x)]) | 4290 AC_CHECK_LIB(i18n, layout_object_getvalue, [XE_PREPEND(-li18n, libs_x)]) |
4291 XE_COMPUTE_RUNPATH() | 4291 XE_COMPUTE_RUNPATH() |
4292 fi | 4292 fi |
4293 | 4293 |
4294 dnl Check for UTF-8 path-conversion functions in Cygwin 1.7 and on | |
4295 case "$opsys" in | |
4296 *cygwin* ) AC_CHECK_FUNCS(cygwin_conv_path) | |
4297 ;; | |
4298 esac | |
4299 | |
4294 dnl ---------------------------------------------------------------- | 4300 dnl ---------------------------------------------------------------- |
4295 dnl Check for POSIX functions. | 4301 dnl Check for POSIX functions. |
4296 dnl ---------------------------------------------------------------- | 4302 dnl ---------------------------------------------------------------- |
4297 | 4303 |
4298 AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen) | 4304 AC_CHECK_FUNCS(cbrt closedir dup2 eaccess fmod fpathconf frexp fsync ftime ftruncate getaddrinfo gethostname getnameinfo getpagesize getrlimit gettimeofday getcwd link logb lrand48 matherr mkdir mktime perror poll random readlink rename res_init rint rmdir select setitimer setpgid setsid sigblock sighold sigprocmask snprintf strerror strlwr strupr symlink tzset ulimit umask usleep vlimit vsnprintf waitpid wcscmp wcslen) |