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.38 by gbeauche, 2005-07-25T19:46:24Z vs.
Revision 1.42 by gbeauche, 2005-12-04T16:26:57Z

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2   dnl Written in 2002 by Christian Bauer
3  
4 < AC_INIT([SheepShaver], 2.2, [Christian.Bauer@uni-mainz.de], SheepShaver)
4 > AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
5   AC_CONFIG_SRCDIR(main_unix.cpp)
6   AC_PREREQ(2.52)
7   AC_CONFIG_HEADER(config.h)
# Line 125 | Line 125 | AC_SUBST(MONSRCS)
125  
126   dnl Checks for libraries.
127   AC_CHECK_LIB(posix4, sem_init)
128 + AC_CHECK_LIB(m, cos)
129  
130   dnl Do we need SDL?
131   WANT_SDL=no
# Line 491 | Line 492 | darwin*)
492      EXTFSSRC=../MacOSX/extfs_macosx.mm
493    fi
494    ;;
495 + irix*)
496 +  ETHERSRC=ether_unix.cpp
497 +  AUDIOSRC=Irix/audio_irix.cpp
498 +  LIBS="$LIBS -laudio"
499 +  WANT_ESD=no
500 +  ;;
501   esac
502  
503   dnl Is the slirp library supported?
# Line 1235 | Line 1242 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1242    CFLAGS="$SAVED_CFLAGS"
1243   fi
1244  
1245 < dnl Add -mdynamic-no-pic for MacOS X
1246 < if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1245 > dnl Add -mdynamic-no-pic for MacOS X (XXX icc10 will support MacOS X)
1246 > if [[ "x$HAVE_GCC30" = "xyes" -a "x$HAVE_ICC" = "xno" ]]; then
1247    SAVED_CFLAGS="$CFLAGS"
1248    CFLAGS="$CFLAGS -mdynamic-no-pic"
1249    AC_CACHE_CHECK([whether the compiler supports -mdynamic-no-pic],
# Line 1278 | Line 1285 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1285        powerpc:mach)
1286          ac_cv_use_dyngen=yes
1287          ;;
1288 +      i?86:mach)
1289 +        ac_cv_use_dyngen=yes
1290 +        ;;
1291        *:*)
1292          ac_cv_use_dyngen=no
1293          ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines