comparison configure.in @ 89985:0b158db81c28

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-44 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-562 Update from CVS: lisp/subr.el (after-change-major-mode-hook): Doc fix. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-563 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-570 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 25 Sep 2004 12:05:36 +0000
parents 4c90ffeb71c5 6e40bed9e91e
children e23928ac5a97
comparison
equal deleted inserted replaced
89984:8592df97bf76 89985:0b158db81c28
1284 [AC_MSG_RESULT(no)]) 1284 [AC_MSG_RESULT(no)])
1285 1285
1286 dnl checks for Unix variants 1286 dnl checks for Unix variants
1287 AC_AIX 1287 AC_AIX
1288 1288
1289 dnl check if exec-shield is present.
1290 AC_CHECK_FILE(/proc/sys/kernel/exec-shield, emacs_cv_execshield=1,
1291 emacs_cv_execshield=0)
1292 if test "$emacs_cv_execshield" = 1; then
1293 AC_PATH_PROG(SETARCH, setarch, no)
1294 AC_SUBST(SETARCH)
1295 if test "$setarch" != no; then
1296 AC_DEFINE(HAVE_EXECSHIELD, 1, [Define to 1 if this OS has exec shield.])
1297 fi
1298 fi
1299
1289 #### Extract some information from the operating system and machine files. 1300 #### Extract some information from the operating system and machine files.
1290 1301
1291 AC_CHECKING([the machine- and system-dependent files to find out 1302 AC_CHECKING([the machine- and system-dependent files to find out
1292 - which libraries the lib-src programs will want, and 1303 - which libraries the lib-src programs will want, and
1293 - whether the GNU malloc routines are usable]) 1304 - whether the GNU malloc routines are usable])
2340 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 2351 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
2341 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \ 2352 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
2342 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ 2353 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
2343 sendto recvfrom getsockopt setsockopt getsockname getpeername \ 2354 sendto recvfrom getsockopt setsockopt getsockname getpeername \
2344 gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \ 2355 gai_strerror mkstemp getline getdelim mremap memmove fsync bzero \
2345 memset memcmp memmove difftime memcpy mempcpy mblen mbrlen posix_memalign) 2356 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign)
2346 2357
2347 AC_CHECK_HEADERS(sys/un.h) 2358 AC_CHECK_HEADERS(sys/un.h)
2348 2359
2349 AC_FUNC_MKTIME 2360 AC_FUNC_MKTIME
2350 if test "$ac_cv_func_working_mktime" = no; then 2361 if test "$ac_cv_func_working_mktime" = no; then