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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.2 by gbeauche, 2004-06-30T08:48:45Z vs.
Revision 1.6 by gbeauche, 2004-07-10T07:38:51Z

# Line 35 | Line 35 | AC_PROG_CPP
35   AC_PROG_CXX
36   AC_PROG_MAKE_SET
37   AC_PROG_INSTALL
38 + AC_PROG_EGREP
39  
40   dnl Check for PowerPC target CPU.
41   HAVE_PPC=no
# Line 223 | Line 224 | AC_HEADER_STDC
224   AC_HEADER_SYS_WAIT
225   AC_CHECK_HEADERS(mach/vm_map.h mach/mach_init.h sys/mman.h)
226   AC_CHECK_HEADERS(sys/time.h sys/times.h sys/socket.h)
227 < AC_CHECK_HEADERS(unistd.h fcntl.h byteswap.h)
227 > AC_CHECK_HEADERS(unistd.h fcntl.h byteswap.h dirent.h)
228   AC_CHECK_HEADERS(linux/if.h, [], [], [
229   #if HAVE_SYS_SOCKET_H
230   # include <sys/socket.h>
# Line 313 | Line 314 | SERIALSRC=serial_unix.cpp
314   ETHERSRC=../dummy/ether_dummy.cpp
315   SCSISRC=../dummy/scsi_dummy.cpp
316   AUDIOSRC=../dummy/audio_dummy.cpp
317 + EXTFSSRC=extfs_unix.cpp
318   EXTRASYSSRCS=
319   case "$target_os" in
320   linux*)
# Line 330 | Line 332 | darwin*)
332    if [[ "x$ac_cv_framework_IOKit" = "xyes" ]]; then
333      EXTRASYSSRCS="$EXTRASYSSRCS ../MacOSX/sys_darwin.cpp"
334    fi
335 +  if [[ "x$ac_cv_framework_Carbon" = "xyes" ]]; then
336 +    EXTFSSRC=../MacOSX/extfs_macosx.mm
337 +  fi
338    ;;
339   esac
340  
# Line 352 | Line 357 | else
357    EXTRASYSSRCS="$EXTRASYSSRCS clip_unix.cpp"
358   fi
359  
360 < SYSSRCS="$VIDEOSRCS $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $MONSRCS $EXTRASYSSRCS"
360 > SYSSRCS="$VIDEOSRCS $EXTFSSRC $SERIALSRC $ETHERSRC $SCSISRC $AUDIOSRC $SEMSRC $UISRCS $MONSRCS $EXTRASYSSRCS"
361  
362   dnl Define a macro that translates a yesno-variable into a C macro definition
363   dnl to be put into the config.h file
# Line 915 | Line 920 | AC_SUBST(SYSSRCS)
920   AC_SUBST(CPUSRCS)
921   AC_SUBST(BLESS)
922   AC_SUBST(KEYCODES)
923 < AC_OUTPUT(Makefile)
923 > AC_OUTPUT([
924 > Makefile
925 > ../MacOSX/Info.plist
926 > ])
927  
928   dnl Print summary.
929   echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines