ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.50 by gbeauche, 2005-06-30T10:20:18Z vs.
Revision 1.51 by cebix, 2005-06-30T21:25:26Z

# Line 309 | Line 309 | AC_SYS_LARGEFILE
309  
310   dnl Checks for header files.
311   AC_HEADER_STDC
312 < AC_CHECK_HEADERS(unistd.h fcntl.h sys/types.h sys/time.h sys/mman.h mach/mach.h)
312 > AC_CHECK_HEADERS(unistd.h stdlib.h fcntl.h sys/types.h sys/time.h sys/mman.h mach/mach.h)
313   AC_CHECK_HEADERS(readline.h history.h readline/readline.h readline/history.h)
314   AC_CHECK_HEADERS(sys/socket.h sys/ioctl.h sys/filio.h sys/bitypes.h sys/wait.h)
315   AC_CHECK_HEADERS(sys/poll.h sys/select.h)
# Line 421 | Line 421 | dnl (end of code from openssh-3.2.2p1 co
421  
422  
423   dnl AC_CHECK_FRAMEWORK($1=NAME, $2=INCLUDES)
424 < AC_DEFUN(AC_CHECK_FRAMEWORK, [
424 > AC_DEFUN([AC_CHECK_FRAMEWORK], [
425    AS_VAR_PUSHDEF([ac_Framework], [ac_cv_framework_$1])dnl
426    AC_CACHE_CHECK([whether compiler supports framework $1],
427      ac_Framework, [
# Line 585 | Line 585 | dnl to be put into the config.h file
585   dnl $1 -- the macro to define
586   dnl $2 -- the value to translate
587   dnl $3 -- template name
588 < AC_DEFUN(AC_TRANSLATE_DEFINE, [
588 > AC_DEFUN([AC_TRANSLATE_DEFINE], [
589      if [[ "x$2" = "xyes" -o "x$2" = "xguessing yes" ]]; then
590          AC_DEFINE($1, 1, $3)
591      fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines