Changeset 4200 for trunk/configure

Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r4196 r4200  
    22612261      vax-*-openbsd*)          machine=vax ;; 
    22622262      x86_64-*-openbsd*)       machine=amdx86-64 ;; 
    2263       i386-*-openbsd*)  machine=intel386 ;; 
    2264       x86_64-*-openbsd*)    machine=amdx86-64 ;; 
    2265       m68k-*-openbsd*)  machine=hp9000s300 ;; 
    2266       mipsel-*-openbsd*) machine=pmax ;; 
    2267       ns32k-*-openbsd*) machine=ns32000 ;; 
    2268       sparc-*-openbsd*) machine=sparc ;; 
    2269       vax-*-openbsd*)   machine=vax ;; 
    22702263    esac 
    22712264  ;; 
     
    25672560    NON_GNU_CPP="cc -Xo -E -P" 
    25682561  ;; 
     2562  ## SR2001/SR2201 running HI-UX/MPP 
     2563  hppa1.1-hitachi-hiuxmpp* ) 
     2564    machine=sr2k opsys=hiuxmpp 
     2565  ;; 
     2566  hppa1.1-hitachi-hiuxwe2* ) 
     2567    machine=sr2k opsys=hiuxwe2 
     2568  ;; 
    25692569  ## Honeywell XPS100 
    25702570  xps*-honeywell-sysv* ) 
     
    25892589  ;; 
    25902590 
     2591  ## HP 9000 series 700 and 800, running HP/UX 
     2592  hppa*-hp-hpux7* ) 
     2593    machine=hp800 opsys=hpux 
     2594  ;; 
     2595  hppa*-hp-hpux8* ) 
     2596    machine=hp800 opsys=hpux8 
     2597  ;; 
     2598  hppa*-hp-hpux9shr* ) 
     2599    machine=hp800 opsys=hpux9shr 
     2600  ;; 
     2601  hppa*-hp-hpux9* ) 
     2602    machine=hp800 opsys=hpux9 
     2603  ;; 
     2604  hppa*-hp-hpux10.2* ) 
     2605    machine=hp800 opsys=hpux10-20 
     2606  ;; 
     2607  hppa*-hp-hpux10* ) 
     2608    machine=hp800 opsys=hpux10 
     2609  ;; 
     2610  hppa*-hp-hpux1[1-9]* ) 
     2611    machine=hp800 opsys=hpux11 
     2612    CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" 
     2613  ;; 
     2614 
    25912615  hppa*-*-linux-gnu* ) 
    25922616    machine=hp800 opsys=gnu-linux 
    25932617  ;; 
    25942618 
     2619  ## HP 9000 series 700 and 800, running HP/UX 
     2620  hppa*-hp-hpux* ) 
     2621    ## Cross-compilation?  Nah! 
     2622    case "`uname -r`" in 
     2623      ## Someone's system reports A.B8.05 for this. 
     2624      ## I wonder what other possibilities there are. 
     2625      *.B8.* ) machine=hp800 opsys=hpux8 ;; 
     2626      *.08.* ) machine=hp800 opsys=hpux8 ;; 
     2627      *.09.* ) machine=hp800 opsys=hpux9 ;; 
     2628      *) machine=hp800 opsys=hpux10 ;; 
     2629    esac 
     2630  ;; 
    25952631  hppa*-*-nextstep* ) 
    25962632    machine=hp800 opsys=nextstep 
     
    26312667  ;; 
    26322668  rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2*  ) 
     2669    machine=ibmrs6000 opsys=aix4-2 
     2670  ;; 
     2671  rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3*  ) 
    26332672    machine=ibmrs6000 opsys=aix4-2 
    26342673  ;; 
     
    29582997      *-sunos5* | *-solaris* ) 
    29592998                opsys=sol2-6 
    2960                 NON_GNU_CPP=/usr/ccs/lib/cpp 
     2999                if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then 
     3000                  ## -Xs prevents spurious whitespace. 
     3001                  NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" 
     3002                else 
     3003                  NON_GNU_CPP=/usr/ccs/lib/cpp 
     3004                fi 
    29613005                ;; 
    29623006      *                   ) opsys=bsd4-2   ;;