Show
Ignore:
Timestamp:
11/01/05 07:08:22 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/configure.in

    r3892 r3939  
    10901090    case "${canonical}" in 
    10911091      *-cygwin )                opsys=cygwin ;; 
    1092       *-darwin )                opsys=darwin 
     1092      *-darwin* )               opsys=darwin 
    10931093                                CPP="${CC-cc} -E -no-cpp-precomp" 
    10941094                                ;; 
     
    16691669fi 
    16701670 
     1671HAVE_CARBON=no 
     1672if test "${with_carbon}" != no; then 
     1673  AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes) 
     1674fi 
     1675if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then 
     1676  if test "${with_carbon+set}" != set \ 
     1677     && test "${carbon_appdir_x+set}" != set; then 
     1678    HAVE_CARBON=no 
     1679  fi 
     1680fi 
     1681if test "${HAVE_CARBON}" = yes; then 
     1682  window_system=mac 
     1683fi 
     1684 
    16711685case "${window_system}" in 
    16721686  x11 ) 
     
    16871701    esac 
    16881702  ;; 
    1689   none ) 
     1703  mac | none ) 
    16901704    HAVE_X_WINDOWS=no 
    16911705    HAVE_X11=no 
     
    17141728      ;; 
    17151729  esac 
    1716 fi 
    1717  
    1718 HAVE_CARBON=no 
    1719 if test "${HAVE_X11}" != "yes"; then 
    1720   if test "${with_carbon}" != "no"; then 
    1721      AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes) 
    1722   fi 
    17231730fi 
    17241731 
     
    23462353if test "${HAVE_CARBON}" = "yes"; then 
    23472354  AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.]) 
    2348   window_system=mac 
    23492355  ## Specify the install directory 
    23502356  carbon_appdir=