Mercurial > emacs
changeset 7725:4c80934ca1b2
(*-sun-sunos4*): Set GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS.
Don't insist on subversions for irix.
(hppa*-hp-hpux9shr): Move alternative up.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 10:43:10 +0000 |
parents | 1b7a7e2fc4df |
children | 0998ca7d922c |
files | configure1.in |
diffstat | 1 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sat May 28 10:40:28 1994 +0000 +++ b/configure1.in Sat May 28 10:43:10 1994 +0000 @@ -1,21 +1,18 @@ dnl This is an autoconf script. dnl To rebuild the `configure' script from this, execute the command dnl autoconf -dnl in the directory containing this script. You must have autoconf -dnl version 1.9 or later. -dnl -dnl The following text appears in the resulting `configure' script, -dnl explaining how to rebuild it. +dnl in the directory containing this script. [#!/bin/sh #### Configuration script for GNU Emacs #### Copyright (C) 1992, 1994 Free Software Foundation, Inc. +#### This script requires autoconf version 1.9 or later. ### Don't edit this script! ### This script was automatically generated by the `autoconf' program ### from the file `./configure.in'. ### To rebuild it, execute the command ### autoconf -### in the this directory. You must have autoconf version 1.7 or later. +### in the this directory. ### This file is part of GNU Emacs. @@ -687,12 +684,12 @@ hppa*-hp-hpux8* ) machine=hp800 opsys=hpux8 ;; + hppa*-hp-hpux9shr* ) + machine=hp800 opsys=hpux9shr + ;; hppa*-hp-hpux9* ) machine=hp800 opsys=hpux9 ;; - hppa*-hp-hpux9shr* ) - machine=hp800 opsys=hpux9shr - ;; ## HP 9000 series 700 and 800, running HP/UX hppa*-hp-hpux* ) @@ -891,13 +888,13 @@ machine=irist opsys=iris3-6 ;; ## Iris 4D - mips-sgi-irix3.* ) + mips-sgi-irix3* ) machine=iris4d opsys=irix3-3 ;; - mips-sgi-irix5.* ) + mips-sgi-irix5* ) machine=iris4d opsys=irix5-0 ;; - mips-sgi-irix4.* | mips-sgi-irix* ) + mips-sgi-irix4* | mips-sgi-irix* ) machine=iris4d opsys=irix4-0 ;; @@ -942,7 +939,10 @@ GCC_TEST_OPTIONS=-static ;; *-sunos4shr* ) opsys=sunos4shr ;; - *-sunos4* | *-sunos ) opsys=sunos4-1 ;; + *-sunos4* | *-sunos ) opsys=sunos4-1 + NON_GCC_TEST_OPTIONS=-Bstatic + GCC_TEST_OPTIONS=-static + ;; *-sunos5.3* | *-solaris2.3* ) opsys=sol2-3 NON_GNU_CPP=/usr/ccs/lib/cpp