# HG changeset patch # User Richard M. Stallman # Date 770121790 0 # Node ID 4c80934ca1b2ae4fba25537136e6b4e873dbb7eb # Parent 1b7a7e2fc4df16b116d9e88a98bc9b8db3beb446 (*-sun-sunos4*): Set GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS. Don't insist on subversions for irix. (hppa*-hp-hpux9shr): Move alternative up. diff -r 1b7a7e2fc4df -r 4c80934ca1b2 configure1.in --- 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