aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-28 10:43:10 +0000
committerRichard M. Stallman1994-05-28 10:43:10 +0000
commit65d0cca45b6dac2653b4c134af92fd4fe79bb495 (patch)
tree6fac9a1534bed314498ee35b442f1d2276251588
parent88ae6b1aad38f2388e49eebc51b437264c96b499 (diff)
downloademacs-65d0cca45b6dac2653b4c134af92fd4fe79bb495.tar.gz
emacs-65d0cca45b6dac2653b4c134af92fd4fe79bb495.zip
(*-sun-sunos4*): Set GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS.
Don't insist on subversions for irix. (hppa*-hp-hpux9shr): Move alternative up.
-rwxr-xr-xconfigure1.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure1.in b/configure1.in
index 3144bdd3241..4eaa2aa6dfd 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1,21 +1,18 @@
1dnl This is an autoconf script. 1dnl This is an autoconf script.
2dnl To rebuild the `configure' script from this, execute the command 2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf 3dnl autoconf
4dnl in the directory containing this script. You must have autoconf 4dnl in the directory containing this script.
5dnl version 1.9 or later.
6dnl
7dnl The following text appears in the resulting `configure' script,
8dnl explaining how to rebuild it.
9[#!/bin/sh 5[#!/bin/sh
10#### Configuration script for GNU Emacs 6#### Configuration script for GNU Emacs
11#### Copyright (C) 1992, 1994 Free Software Foundation, Inc. 7#### Copyright (C) 1992, 1994 Free Software Foundation, Inc.
8#### This script requires autoconf version 1.9 or later.
12 9
13### Don't edit this script! 10### Don't edit this script!
14### This script was automatically generated by the `autoconf' program 11### This script was automatically generated by the `autoconf' program
15### from the file `./configure.in'. 12### from the file `./configure.in'.
16### To rebuild it, execute the command 13### To rebuild it, execute the command
17### autoconf 14### autoconf
18### in the this directory. You must have autoconf version 1.7 or later. 15### in the this directory.
19 16
20### This file is part of GNU Emacs. 17### This file is part of GNU Emacs.
21 18
@@ -687,12 +684,12 @@ case "${canonical}" in
687 hppa*-hp-hpux8* ) 684 hppa*-hp-hpux8* )
688 machine=hp800 opsys=hpux8 685 machine=hp800 opsys=hpux8
689 ;; 686 ;;
690 hppa*-hp-hpux9* )
691 machine=hp800 opsys=hpux9
692 ;;
693 hppa*-hp-hpux9shr* ) 687 hppa*-hp-hpux9shr* )
694 machine=hp800 opsys=hpux9shr 688 machine=hp800 opsys=hpux9shr
695 ;; 689 ;;
690 hppa*-hp-hpux9* )
691 machine=hp800 opsys=hpux9
692 ;;
696 693
697 ## HP 9000 series 700 and 800, running HP/UX 694 ## HP 9000 series 700 and 800, running HP/UX
698 hppa*-hp-hpux* ) 695 hppa*-hp-hpux* )
@@ -891,13 +888,13 @@ case "${canonical}" in
891 machine=irist opsys=iris3-6 888 machine=irist opsys=iris3-6
892 ;; 889 ;;
893 ## Iris 4D 890 ## Iris 4D
894 mips-sgi-irix3.* ) 891 mips-sgi-irix3* )
895 machine=iris4d opsys=irix3-3 892 machine=iris4d opsys=irix3-3
896 ;; 893 ;;
897 mips-sgi-irix5.* ) 894 mips-sgi-irix5* )
898 machine=iris4d opsys=irix5-0 895 machine=iris4d opsys=irix5-0
899 ;; 896 ;;
900 mips-sgi-irix4.* | mips-sgi-irix* ) 897 mips-sgi-irix4* | mips-sgi-irix* )
901 machine=iris4d opsys=irix4-0 898 machine=iris4d opsys=irix4-0
902 ;; 899 ;;
903 900
@@ -942,7 +939,10 @@ case "${canonical}" in
942 GCC_TEST_OPTIONS=-static 939 GCC_TEST_OPTIONS=-static
943 ;; 940 ;;
944 *-sunos4shr* ) opsys=sunos4shr ;; 941 *-sunos4shr* ) opsys=sunos4shr ;;
945 *-sunos4* | *-sunos ) opsys=sunos4-1 ;; 942 *-sunos4* | *-sunos ) opsys=sunos4-1
943 NON_GCC_TEST_OPTIONS=-Bstatic
944 GCC_TEST_OPTIONS=-static
945 ;;
946 *-sunos5.3* | *-solaris2.3* ) 946 *-sunos5.3* | *-solaris2.3* )
947 opsys=sol2-3 947 opsys=sol2-3
948 NON_GNU_CPP=/usr/ccs/lib/cpp 948 NON_GNU_CPP=/usr/ccs/lib/cpp