comparison configure1.in @ 7468:19be778d4966

(mips-siemens-sysv*): Put quotes around value containing blanks.
author David J. MacKenzie <djm@gnu.org>
date Thu, 12 May 1994 07:44:36 +0000
parents 28b0a94bd673
children e1d50e2d4cc6
comparison
equal deleted inserted replaced
7467:63cad0a45c4c 7468:19be778d4966
1 dnl This is an autoconf script. 1 dnl This is an autoconf script.
2 dnl To rebuild the `configure' script from this, execute the command 2 dnl To rebuild the `configure' script from this, execute the command
3 dnl autoconf 3 dnl autoconf
4 dnl in the directory containing this script. You must have autoconf 4 dnl in the directory containing this script. You must have autoconf
5 dnl version 1.8 or later. 5 dnl version 1.9 or later.
6 dnl 6 dnl
7 dnl The following text appears in the resulting `configure' script, 7 dnl The following text appears in the resulting `configure' script,
8 dnl explaining how to rebuild it. 8 dnl explaining how to rebuild it.
9 [#!/bin/sh 9 [#!/bin/sh
10 #### Configuration script for GNU Emacs 10 #### Configuration script for GNU Emacs
874 874
875 ## Siemens Nixdorf 875 ## Siemens Nixdorf
876 mips-siemens-sysv* ) 876 mips-siemens-sysv* )
877 machine=mips-siemens opsys=usg5-4 877 machine=mips-siemens opsys=usg5-4
878 NON_GNU_CC=/usr/ccs/bin/cc 878 NON_GNU_CC=/usr/ccs/bin/cc
879 NON_GNU_CPP=/usr/ccs/bin/cc -E 879 NON_GNU_CPP="/usr/ccs/bin/cc -E"
880 ;; 880 ;;
881 881
882 ## Silicon Graphics machines 882 ## Silicon Graphics machines
883 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) 883 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
884 m68*-sgi-iris3.5* ) 884 m68*-sgi-iris3.5* )