Mercurial > emacs
annotate configure.in @ 15523:682a3d405c49
(makefile-gnumake-functions-alist): Add `addprefix'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 27 Jun 1996 07:48:39 +0000 |
parents | a6af1f88eec8 |
children | 65ec32b3b89f |
rev | line source |
---|---|
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
1 dnl Autoconf script for GNU Emacs |
8636 | 2 dnl To rebuild the `configure' script from this, execute the command |
3 dnl autoconf | |
4 dnl in the directory containing this script. | |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
5 dnl |
14715
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
6 dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. |
14795
a668c56171b2
(AC_PREREQ): Require version 2.8 of Autoconf.
Roland McGrath <roland@gnu.org>
parents:
14774
diff
changeset
|
7 dnl |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
8 dnl This file is part of GNU Emacs. |
14795
a668c56171b2
(AC_PREREQ): Require version 2.8 of Autoconf.
Roland McGrath <roland@gnu.org>
parents:
14774
diff
changeset
|
9 dnl |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
10 dnl GNU Emacs is free software; you can redistribute it and/or modify |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
11 dnl it under the terms of the GNU General Public License as published by |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
12 dnl the Free Software Foundation; either version 2, or (at your option) |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
13 dnl any later version. |
14795
a668c56171b2
(AC_PREREQ): Require version 2.8 of Autoconf.
Roland McGrath <roland@gnu.org>
parents:
14774
diff
changeset
|
14 dnl |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
15 dnl GNU Emacs is distributed in the hope that it will be useful, |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
16 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
17 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
18 dnl GNU General Public License for more details. |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
19 dnl |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
20 dnl You should have received a copy of the GNU General Public License |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
21 dnl along with GNU Emacs; see the file COPYING. If not, write to |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
22 dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
23 |
14795
a668c56171b2
(AC_PREREQ): Require version 2.8 of Autoconf.
Roland McGrath <roland@gnu.org>
parents:
14774
diff
changeset
|
24 AC_PREREQ(2.8)dnl |
8636 | 25 AC_INIT(src/lisp.h) |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
26 AC_CONFIG_HEADER(src/config.h:src/config.in) |
8636 | 27 |
28 lispdir='${datadir}/emacs/${version}/lisp' | |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
29 locallisppath='${datadir}/emacs/${version}/site-lisp:'\ |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
30 '${datadir}/emacs/site-lisp' |
8636 | 31 lisppath='${locallisppath}:${lispdir}' |
32 etcdir='${datadir}/emacs/${version}/etc' | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
33 lockdir='${sharedstatedir}/emacs/lock' |
12477
8b884d5e7b6a
Put back archlibdir. Require autoconf 2.4.1 or later.
David J. MacKenzie <djm@gnu.org>
parents:
12464
diff
changeset
|
34 archlibdir='${libexecdir}/emacs/${version}/${configuration}' |
8636 | 35 docdir='${datadir}/emacs/${version}/etc' |
36 | |
8714
a52d8873fbdf
rearrange AC_ARG_WITH calls
David J. MacKenzie <djm@gnu.org>
parents:
8708
diff
changeset
|
37 AC_ARG_WITH(gcc, |
10037
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
38 [ --with-gcc use GCC to compile Emacs]) |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
39 AC_ARG_WITH(pop, |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
40 [ --with-pop support POP for mail retrieval], |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
41 [AC_DEFINE(MAIL_USE_POP)]) |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
42 AC_ARG_WITH(kerberos, |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
43 [ --with-kerberos support Kerberos-authenticated POP], |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
44 [AC_DEFINE(KERBEROS)]) |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
45 AC_ARG_WITH(hesiod, |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
46 [ --with-hesiod support Hesiod to get the POP server host], |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
47 [AC_DEFINE(HESIOD)]) |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
48 dnl This should be the last --with option, because --with-x is |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
49 dnl added later on when we find the path of X, and it's best to |
07c7351976b4
rearrange --with options
David J. MacKenzie <djm@gnu.org>
parents:
10036
diff
changeset
|
50 dnl keep them together visually. |
8636 | 51 AC_ARG_WITH(x-toolkit, |
15371
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
52 [ --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)], |
8636 | 53 [ case "${withval}" in |
54 y | ye | yes ) val=athena ;; | |
55 n | no ) val=no ;; | |
56 l | lu | luc | luci | lucid ) val=lucid ;; | |
13121
4efe8fac6854
Add `athen' as synonym for `athena'.
Richard M. Stallman <rms@gnu.org>
parents:
13096
diff
changeset
|
57 a | at | ath | athe | athen | athena ) val=athena ;; |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
58 m | mo | mot | moti | motif ) val=motif ;; |
8674
bcfd4c7eecb0
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8636
diff
changeset
|
59 dnl These don't currently work. |
bcfd4c7eecb0
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8636
diff
changeset
|
60 dnl o | op | ope | open | open- | open-l | open-lo \ |
bcfd4c7eecb0
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8636
diff
changeset
|
61 dnl | open-loo | open-look ) val=open-look ;; |
8636 | 62 * ) |
8674
bcfd4c7eecb0
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8636
diff
changeset
|
63 dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value |
bcfd4c7eecb0
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8636
diff
changeset
|
64 dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.]) |
13022
3c1e69b96db6
Improve error msg for invalid --with-x-toolkit value.
Richard M. Stallman <rms@gnu.org>
parents:
13015
diff
changeset
|
65 AC_MSG_ERROR([\`--with-x-toolkit=$withval' is invalid\; |
3c1e69b96db6
Improve error msg for invalid --with-x-toolkit value.
Richard M. Stallman <rms@gnu.org>
parents:
13015
diff
changeset
|
66 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. |
8636 | 67 Currently, \`yes', \`athena' and \`lucid' are synonyms.]) |
68 ;; | |
69 esac | |
70 with_x_toolkit=$val | |
71 ]) | |
72 | |
73 #### Make srcdir absolute, if it isn't already. It's important to | |
74 #### avoid running the path through pwd unnecessary, since pwd can | |
8729 | 75 #### give you automounter prefixes, which can go away. We do all this |
76 #### so Emacs can find its files when run uninstalled. | |
8636 | 77 case "${srcdir}" in |
78 /* ) ;; | |
79 . ) | |
80 ## We may be able to use the $PWD environment variable to make this | |
81 ## absolute. But sometimes PWD is inaccurate. | |
11723
a812bce4aef0
Make sure CDPATH doesn't mess up PWD check.
David J. MacKenzie <djm@gnu.org>
parents:
11669
diff
changeset
|
82 ## Make sure CDPATH doesn't affect cd (in case PWD is relative). |
a812bce4aef0
Make sure CDPATH doesn't mess up PWD check.
David J. MacKenzie <djm@gnu.org>
parents:
11669
diff
changeset
|
83 CDPATH= |
8636 | 84 if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ; |
85 then | |
86 srcdir="$PWD" | |
87 else | |
88 srcdir="`(cd ${srcdir}; pwd)`" | |
89 fi | |
90 ;; | |
91 * ) srcdir="`(cd ${srcdir}; pwd)`" ;; | |
92 esac | |
93 | |
94 #### Check if the source directory already has a configured system in it. | |
95 if test `pwd` != `(cd ${srcdir} && pwd)` \ | |
96 && test -f "${srcdir}/src/config.h" ; then | |
97 AC_MSG_WARN([The directory tree \`${srcdir}' is being used | |
98 as a build directory right now; it has been configured in its own | |
99 right. To configure in another directory as well, you MUST | |
100 use GNU make. If you do not have GNU make, then you must | |
101 now do \`make distclean' in ${srcdir}, | |
102 and then run $0 again.]) | |
103 | |
9834
5be536b91960
protect character class with changequote
David J. MacKenzie <djm@gnu.org>
parents:
9832
diff
changeset
|
104 changequote(, )dnl |
8636 | 105 extrasub='/^VPATH[ ]*=/c\ |
9834
5be536b91960
protect character class with changequote
David J. MacKenzie <djm@gnu.org>
parents:
9832
diff
changeset
|
106 changequote([, ])dnl |
8636 | 107 vpath %.c $(srcdir)\ |
108 vpath %.h $(srcdir)\ | |
109 vpath %.y $(srcdir)\ | |
110 vpath %.l $(srcdir)\ | |
111 vpath %.s $(srcdir)\ | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
112 vpath %.in $(srcdir)\ |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
113 vpath %.texi $(srcdir)' |
8636 | 114 fi |
115 | |
116 #### Given the configuration name, set machfile and opsysfile to the | |
117 #### names of the m/*.h and s/*.h files we should use. | |
118 | |
119 ### Canonicalize the configuration name. | |
120 | |
121 AC_CANONICAL_HOST | |
122 canonical=$host | |
8680 | 123 configuration=$host_alias |
8636 | 124 |
125 changequote(, )dnl | |
126 | |
127 ### If you add support for a new configuration, add code to this | |
128 ### switch statement to recognize your configuration name and select | |
129 ### the appropriate operating system and machine description files. | |
130 | |
131 ### You would hope that you could choose an m/*.h file pretty much | |
132 ### based on the machine portion of the configuration name, and an s- | |
133 ### file based on the operating system portion. However, it turns out | |
134 ### that each m/*.h file is pretty manufacturer-specific - for | |
135 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are | |
136 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS | |
137 ### machines. So we basically have to have a special case for each | |
138 ### configuration name. | |
139 ### | |
140 ### As far as handling version numbers on operating systems is | |
141 ### concerned, make sure things will fail in a fixable way. If | |
142 ### /etc/MACHINES doesn't say anything about version numbers, be | |
143 ### prepared to handle anything reasonably. If version numbers | |
144 ### matter, be sure /etc/MACHINES says something about it. | |
145 ### | |
146 ### Eric Raymond says we should accept strings like "sysvr4" to mean | |
147 ### "System V Release 4"; he writes, "The old convention encouraged | |
148 ### confusion between `system' and `release' levels'." | |
149 | |
150 machine='' opsys='' unported=no | |
151 case "${canonical}" in | |
152 | |
153 ## NetBSD ports | |
154 *-*-netbsd* ) | |
155 opsys=netbsd | |
156 case "${canonical}" in | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
157 i[3456]86-*-netbsd*) machine=intel386 ;; |
8636 | 158 m68k-*-netbsd*) |
159 # This is somewhat bogus. | |
160 machine=hp9000s300 ;; | |
161 mips-*-netbsd*) machine=pmax ;; | |
162 ns32k-*-netbsd*) machine=ns32000 ;; | |
163 sparc-*-netbsd*) machine=sparc ;; | |
164 esac | |
165 ;; | |
166 | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
167 ## Acorn RISCiX: |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
168 arm-acorn-riscix1.1* ) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
169 machine=acorn opsys=riscix1-1 |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
170 ;; |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
171 arm-acorn-riscix1.2* | arm-acorn-riscix ) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
172 machine=acorn opsys=riscix1-2 |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
173 ;; |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
174 |
8636 | 175 ## Alliant machines |
176 ## Strictly speaking, we need the version of the alliant operating | |
177 ## system to choose the right machine file, but currently the | |
178 ## configuration name doesn't tell us enough to choose the right | |
179 ## one; we need to give alliants their own operating system name to | |
180 ## do this right. When someone cares, they can help us. | |
181 fx80-alliant-* ) | |
182 machine=alliant4 opsys=bsd4-2 | |
183 ;; | |
184 i860-alliant-* ) | |
185 machine=alliant-2800 opsys=bsd4-3 | |
186 ;; | |
187 | |
12878
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
188 ## Alpha (DEC) machines. |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
189 alpha-dec-osf* ) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
190 machine=alpha opsys=osf1 |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
191 ;; |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
192 |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
193 alpha-*-linux-gnu* ) |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
194 machine=alpha opsys=gnu-linux |
12842
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
195 ;; |
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
196 |
8636 | 197 ## Altos 3068 |
198 m68*-altos-sysv* ) | |
199 machine=altos opsys=usg5-2 | |
200 ;; | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
201 |
8636 | 202 ## Amdahl UTS |
203 580-amdahl-sysv* ) | |
204 machine=amdahl opsys=usg5-2-2 | |
205 ;; | |
206 | |
11669
ddf3123098b4
(m68*-apollo-*): Renamed from m68*-apollo*.
Richard M. Stallman <rms@gnu.org>
parents:
11616
diff
changeset
|
207 ## Apollo, Domain/OS |
ddf3123098b4
(m68*-apollo-*): Renamed from m68*-apollo*.
Richard M. Stallman <rms@gnu.org>
parents:
11616
diff
changeset
|
208 m68*-apollo-* ) |
ddf3123098b4
(m68*-apollo-*): Renamed from m68*-apollo*.
Richard M. Stallman <rms@gnu.org>
parents:
11616
diff
changeset
|
209 machine=apollo opsys=bsd4-3 |
8636 | 210 ;; |
211 | |
212 ## AT&T 3b2, 3b5, 3b15, 3b20 | |
213 we32k-att-sysv* ) | |
214 machine=att3b opsys=usg5-2-2 | |
215 ;; | |
216 | |
217 ## AT&T 3b1 - The Mighty Unix PC! | |
218 m68*-att-sysv* ) | |
219 machine=7300 opsys=usg5-2-2 | |
220 ;; | |
221 | |
222 ## Bull dpx20 | |
223 rs6000-bull-bosx* ) | |
224 machine=ibmrs6000 opsys=aix3-2 | |
225 ;; | |
226 | |
227 ## Bull dpx2 | |
228 m68*-bull-sysv3* ) | |
229 machine=dpx2 opsys=usg5-3 | |
230 ;; | |
231 | |
232 ## Bull sps7 | |
233 m68*-bull-sysv2* ) | |
234 machine=sps7 opsys=usg5-2 | |
235 ;; | |
236 | |
237 ## CCI 5/32, 6/32 -- see "Tahoe". | |
238 | |
239 ## Celerity | |
240 ## I don't know what configuration name to use for this; config.sub | |
241 ## doesn't seem to know anything about it. Hey, Celerity users, get | |
242 ## in touch with us! | |
243 celerity-celerity-bsd* ) | |
244 machine=celerity opsys=bsd4-2 | |
245 ;; | |
246 | |
247 ## Clipper | |
248 ## What operating systems does this chip run that Emacs has been | |
249 ## tested on? | |
250 clipper-* ) | |
251 machine=clipper | |
252 ## We'll use the catch-all code at the bottom to guess the | |
253 ## operating system. | |
254 ;; | |
255 | |
256 ## Convex | |
257 *-convex-bsd* | *-convex-convexos* ) | |
258 machine=convex opsys=bsd4-3 | |
14018 | 259 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov |
8636 | 260 NON_GNU_CPP="cc -E -P" |
261 ;; | |
262 | |
263 ## Cubix QBx/386 | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
264 i[3456]86-cubix-sysv* ) |
8636 | 265 machine=intel386 opsys=usg5-3 |
266 ;; | |
267 | |
268 ## Cydra 5 | |
269 cydra*-cydrome-sysv* ) | |
270 machine=cydra5 opsys=usg5-3 | |
271 ;; | |
272 | |
273 ## Data General AViiON Machines | |
274 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | |
275 machine=aviion opsys=dgux5-4r3 | |
276 ;; | |
277 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | |
278 machine=aviion opsys=dgux5-4r2 | |
279 ;; | |
280 m88k-dg-dgux* ) | |
281 machine=aviion opsys=dgux | |
282 ;; | |
283 | |
284 ## DECstations | |
285 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) | |
286 machine=pmax opsys=bsd4-2 | |
287 ;; | |
12525
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
288 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) |
8636 | 289 machine=pmax opsys=bsd4-3 |
290 ;; | |
12525
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
291 mips-dec-ultrix* ) |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
292 machine=pmax opsys=ultrix4-3 |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
293 ;; |
8636 | 294 mips-dec-osf* ) |
295 machine=pmax opsys=osf1 | |
296 ;; | |
12464
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
297 mips-dec-mach_bsd4.3* ) |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
298 machine=pmax opsys=mach-bsd4-3 |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
299 ;; |
8636 | 300 |
301 ## Motorola Delta machines | |
302 m68k-motorola-sysv* | m68000-motorola-sysv* ) | |
303 machine=delta opsys=usg5-3 | |
304 if test -z "`type gnucc | grep 'not found'`" | |
11475
64aa0d436a80
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman <rms@gnu.org>
parents:
11257
diff
changeset
|
305 then |
64aa0d436a80
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman <rms@gnu.org>
parents:
11257
diff
changeset
|
306 if test -s /etc/167config |
64aa0d436a80
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman <rms@gnu.org>
parents:
11257
diff
changeset
|
307 then CC="gnucc -m68040" |
64aa0d436a80
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman <rms@gnu.org>
parents:
11257
diff
changeset
|
308 else CC="gnucc -m68881" |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
309 fi |
8636 | 310 else |
311 if test -z "`type gcc | grep 'not found'`" | |
312 then CC=gcc | |
313 else CC=cc | |
314 fi | |
315 fi | |
316 ;; | |
317 m88k-motorola-sysv4* ) | |
10837
0e8db919d6bd
(m88k-motorola-sysv4*): Use usg5-4-2.
Richard M. Stallman <rms@gnu.org>
parents:
10816
diff
changeset
|
318 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 |
0e8db919d6bd
(m88k-motorola-sysv4*): Use usg5-4-2.
Richard M. Stallman <rms@gnu.org>
parents:
10816
diff
changeset
|
319 # needs POSIX_SIGNALS and therefore needs usg5-4-2. |
0e8db919d6bd
(m88k-motorola-sysv4*): Use usg5-4-2.
Richard M. Stallman <rms@gnu.org>
parents:
10816
diff
changeset
|
320 # I hope there are not other 4.0 versions for this machine |
0e8db919d6bd
(m88k-motorola-sysv4*): Use usg5-4-2.
Richard M. Stallman <rms@gnu.org>
parents:
10816
diff
changeset
|
321 # which really need usg5-4 instead. |
0e8db919d6bd
(m88k-motorola-sysv4*): Use usg5-4-2.
Richard M. Stallman <rms@gnu.org>
parents:
10816
diff
changeset
|
322 machine=delta88k opsys=usg5-4-2 |
8636 | 323 ;; |
324 m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) | |
325 machine=delta88k opsys=usg5-3 | |
326 ;; | |
327 | |
328 ## Dual machines | |
329 m68*-dual-sysv* ) | |
330 machine=dual opsys=usg5-2 | |
331 ;; | |
332 m68*-dual-uniplus* ) | |
333 machine=dual opsys=unipl5-2 | |
334 ;; | |
335 | |
336 ## Elxsi 6400 | |
337 elxsi-elxsi-sysv* ) | |
338 machine=elxsi opsys=usg5-2 | |
339 ;; | |
340 | |
341 ## Encore machines | |
342 ns16k-encore-bsd* ) | |
343 machine=ns16000 opsys=umax | |
344 ;; | |
345 | |
346 ## The GEC 93 - apparently, this port isn't really finished yet. | |
347 | |
348 ## Gould Power Node and NP1 | |
349 pn-gould-bsd4.2* ) | |
350 machine=gould opsys=bsd4-2 | |
351 ;; | |
352 pn-gould-bsd4.3* ) | |
353 machine=gould opsys=bsd4-3 | |
354 ;; | |
355 np1-gould-bsd* ) | |
356 machine=gould-np1 opsys=bsd4-3 | |
357 ;; | |
358 | |
359 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000 | |
360 ## as far as Emacs is concerned). | |
361 m88k-harris-cxux* ) | |
362 # Build needs to be different on 7.0 and later releases | |
363 case "`uname -r`" in | |
364 [56].[0-9] ) machine=nh4000 opsys=cxux ;; | |
365 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;; | |
366 esac | |
13756
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
367 NON_GNU_CPP="/lib/cpp" |
8636 | 368 ;; |
369 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000) | |
370 m68k-harris-cxux* ) | |
371 machine=nh3000 opsys=cxux | |
372 ;; | |
13756
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
373 ## Harris power pc NightHawk running Power UNIX (Series 6000) |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
374 powerpc-harris-powerunix ) |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
375 machine=nh6000 opsys=powerunix |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
376 NON_GNU_CPP="cc -Xo -E -P" |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
377 ;; |
8636 | 378 |
379 ## Honeywell XPS100 | |
380 xps*-honeywell-sysv* ) | |
381 machine=xps100 opsys=usg5-2 | |
382 ;; | |
383 | |
384 ## HP 9000 series 200 or 300 | |
385 m68*-hp-bsd* ) | |
386 machine=hp9000s300 opsys=bsd4-3 | |
387 ;; | |
11999
f074fb9f8e83
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Karl Heuer <kwzh@gnu.org>
parents:
11998
diff
changeset
|
388 ## HP/UX 7, 8, 9, and 10 are supported on these machines. |
8636 | 389 m68*-hp-hpux* ) |
390 case "`uname -r`" in | |
391 ## Someone's system reports A.B8.05 for this. | |
392 ## I wonder what other possibilities there are. | |
393 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; | |
394 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; | |
395 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; | |
11999
f074fb9f8e83
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Karl Heuer <kwzh@gnu.org>
parents:
11998
diff
changeset
|
396 *.10.* ) machine=hp9000s300 opsys=hpux9shr ;; |
8636 | 397 *) machine=hp9000s300 opsys=hpux ;; |
398 esac | |
399 ;; | |
400 | |
401 ## HP 9000 series 700 and 800, running HP/UX | |
402 hppa*-hp-hpux7* ) | |
403 machine=hp800 opsys=hpux | |
404 ;; | |
405 hppa*-hp-hpux8* ) | |
406 machine=hp800 opsys=hpux8 | |
407 ;; | |
408 hppa*-hp-hpux9shr* ) | |
409 machine=hp800 opsys=hpux9shr | |
410 ;; | |
411 hppa*-hp-hpux9* ) | |
412 machine=hp800 opsys=hpux9 | |
413 ;; | |
11999
f074fb9f8e83
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Karl Heuer <kwzh@gnu.org>
parents:
11998
diff
changeset
|
414 hppa*-hp-hpux10* ) |
13559
85cc1439aee7
(hppa*-hp-hpux10*): Use s/hpux10.h.
Richard M. Stallman <rms@gnu.org>
parents:
13486
diff
changeset
|
415 machine=hp800 opsys=hpux10 |
11999
f074fb9f8e83
(hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
Karl Heuer <kwzh@gnu.org>
parents:
11998
diff
changeset
|
416 ;; |
8636 | 417 |
418 ## HP 9000 series 700 and 800, running HP/UX | |
419 hppa*-hp-hpux* ) | |
420 ## Cross-compilation? Nah! | |
421 case "`uname -r`" in | |
422 ## Someone's system reports A.B8.05 for this. | |
423 ## I wonder what other possibilities there are. | |
424 *.B8.* ) machine=hp800 opsys=hpux8 ;; | |
425 *.08.* ) machine=hp800 opsys=hpux8 ;; | |
426 *.09.* ) machine=hp800 opsys=hpux9 ;; | |
427 *) machine=hp800 opsys=hpux ;; | |
428 esac | |
429 ;; | |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
430 hppa-*-nextstep* ) |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
431 machine=hp800 opsys=nextstep |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
432 ;; |
8636 | 433 |
434 ## Orion machines | |
435 orion-orion-bsd* ) | |
436 machine=orion opsys=bsd4-2 | |
437 ;; | |
438 clipper-orion-bsd* ) | |
439 machine=orion105 opsys=bsd4-2 | |
440 ;; | |
441 | |
442 ## IBM machines | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
443 i[3456]86-ibm-aix1.1* ) |
8636 | 444 machine=ibmps2-aix opsys=usg5-2-2 |
445 ;; | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
446 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* ) |
8636 | 447 machine=ibmps2-aix opsys=usg5-3 |
448 ;; | |
449 i370-ibm-aix*) | |
450 machine=ibm370aix opsys=usg5-3 | |
451 ;; | |
8708
6fef8c63f200
keep up to date with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8707
diff
changeset
|
452 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) |
8636 | 453 machine=ibmrs6000 opsys=aix3-1 |
454 ;; | |
8708
6fef8c63f200
keep up to date with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8707
diff
changeset
|
455 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) |
8636 | 456 machine=ibmrs6000 opsys=aix3-2-5 |
457 ;; | |
10152
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
458 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
459 machine=ibmrs6000 opsys=aix4-1 |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
460 ;; |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
461 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
462 machine=ibmrs6000 opsys=aix4 |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
463 ;; |
8708
6fef8c63f200
keep up to date with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8707
diff
changeset
|
464 rs6000-ibm-aix* | powerpc-ibm-aix* ) |
8636 | 465 machine=ibmrs6000 opsys=aix3-2 |
466 ;; | |
467 romp-ibm-bsd4.3* ) | |
468 machine=ibmrt opsys=bsd4-3 | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
469 ;; |
8636 | 470 romp-ibm-bsd4.2* ) |
471 machine=ibmrt opsys=bsd4-2 | |
472 ;; | |
473 romp-ibm-aos4.3* ) | |
474 machine=ibmrt opsys=bsd4-3 | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
475 ;; |
8636 | 476 romp-ibm-aos4.2* ) |
477 machine=ibmrt opsys=bsd4-2 | |
478 ;; | |
479 romp-ibm-aos* ) | |
480 machine=ibmrt opsys=bsd4-3 | |
481 ;; | |
482 romp-ibm-bsd* ) | |
483 machine=ibmrt opsys=bsd4-3 | |
484 ;; | |
485 romp-ibm-aix* ) | |
486 machine=ibmrt-aix opsys=usg5-2-2 | |
487 ;; | |
488 | |
489 ## Integrated Solutions `Optimum V' | |
490 m68*-isi-bsd4.2* ) | |
491 machine=isi-ov opsys=bsd4-2 | |
492 ;; | |
493 m68*-isi-bsd4.3* ) | |
494 machine=isi-ov opsys=bsd4-3 | |
495 ;; | |
496 | |
497 ## Intel 386 machines where we do care about the manufacturer | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
498 i[3456]86-intsys-sysv* ) |
8636 | 499 machine=is386 opsys=usg5-2-2 |
500 ;; | |
501 | |
502 ## Prime EXL | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
503 i[3456]86-prime-sysv* ) |
8636 | 504 machine=i386 opsys=usg5-3 |
505 ;; | |
506 | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
507 ## Sequent Symmetry running Dynix |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
508 i[3456]86-sequent-bsd* ) |
8636 | 509 machine=symmetry opsys=bsd4-3 |
510 ;; | |
511 | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
512 ## Sequent Symmetry running DYNIX/ptx |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
513 ## Use the old cpp rather than the newer ANSI one. |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
514 i[3456]86-sequent-ptx* ) |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
515 machine=sequent-ptx opsys=ptx |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
516 NON_GNU_CPP="/lib/cpp" |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
517 ;; |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
518 |
8636 | 519 ## Unspecified sysv on an ncr machine defaults to svr4.2. |
520 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
521 i[3456]86-ncr-sysv* ) |
11257 | 522 machine=ncr386 opsys=usg5-4-2 |
8636 | 523 ;; |
524 | |
9897
74814eb19d67
(i860-intel-osf1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
9875
diff
changeset
|
525 ## Intel Paragon OSF/1 |
74814eb19d67
(i860-intel-osf1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
9875
diff
changeset
|
526 i860-intel-osf1* ) |
74814eb19d67
(i860-intel-osf1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
9875
diff
changeset
|
527 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp |
74814eb19d67
(i860-intel-osf1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
9875
diff
changeset
|
528 ;; |
74814eb19d67
(i860-intel-osf1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
9875
diff
changeset
|
529 |
8636 | 530 ## Intel 860 |
531 i860-*-sysv4* ) | |
532 machine=i860 opsys=usg5-4 | |
533 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. | |
534 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. | |
535 ;; | |
536 | |
537 ## Masscomp machines | |
538 m68*-masscomp-rtu* ) | |
539 machine=masscomp opsys=rtu | |
540 ;; | |
541 | |
542 ## Megatest machines | |
543 m68*-megatest-bsd* ) | |
544 machine=mega68 opsys=bsd4-2 | |
545 ;; | |
546 | |
547 ## Workstations sold by MIPS | |
548 ## This is not necessarily all workstations using the MIPS processor - | |
549 ## Irises are produced by SGI, and DECstations by DEC. | |
550 | |
551 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
552 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
553 ## it gives for choosing between the alternatives seems to be "Use | |
554 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
555 ## the BSD world." I'll assume that these are instructions for | |
556 ## handling two odd situations, and that every other situation | |
557 ## should use mips.h and usg5-2-2, they being listed first. | |
558 mips-mips-usg* ) | |
559 machine=mips4 | |
560 ## Fall through to the general code at the bottom to decide on the OS. | |
561 ;; | |
562 mips-mips-riscos4* ) | |
563 machine=mips4 opsys=bsd4-3 | |
564 NON_GNU_CC="cc -systype bsd43" | |
565 NON_GNU_CPP="cc -systype bsd43 -E" | |
566 ;; | |
12464
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
567 mips-mips-riscos5* ) |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
568 machine=mips4 opsys=riscos5 |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
569 NON_GNU_CC="cc -systype bsd43" |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
570 NON_GNU_CPP="cc -systype bsd43 -E" |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
571 ;; |
8636 | 572 mips-mips-bsd* ) |
573 machine=mips opsys=bsd4-3 | |
574 ;; | |
575 mips-mips-* ) | |
576 machine=mips opsys=usg5-2-2 | |
577 ;; | |
578 | |
579 ## NeXT | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
580 m68*-next-* | m68k-*-nextstep* ) |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
581 machine=m68k opsys=nextstep |
8636 | 582 ;; |
583 | |
584 ## The complete machine from National Semiconductor | |
585 ns32k-ns-genix* ) | |
586 machine=ns32000 opsys=usg5-2 | |
587 ;; | |
588 | |
589 ## NCR machines | |
590 m68*-ncr-sysv2* | m68*-ncr-sysvr2* ) | |
591 machine=tower32 opsys=usg5-2-2 | |
592 ;; | |
593 m68*-ncr-sysv3* | m68*-ncr-sysvr3* ) | |
594 machine=tower32v3 opsys=usg5-3 | |
595 ;; | |
596 | |
597 ## Nixdorf Targon 31 | |
598 m68*-nixdorf-sysv* ) | |
599 machine=targon31 opsys=usg5-2-2 | |
600 ;; | |
601 | |
602 ## Nu (TI or LMI) | |
603 m68*-nu-sysv* ) | |
604 machine=nu opsys=usg5-2 | |
605 ;; | |
606 | |
607 ## Plexus | |
608 m68*-plexus-sysv* ) | |
609 machine=plexus opsys=usg5-2 | |
610 ;; | |
611 | |
612 ## Pyramid machines | |
613 ## I don't really have any idea what sort of processor the Pyramid has, | |
614 ## so I'm assuming it is its own architecture. | |
615 pyramid-pyramid-bsd* ) | |
616 machine=pyramid opsys=bsd4-2 | |
617 ;; | |
618 | |
619 ## Sequent Balance | |
620 ns32k-sequent-bsd4.2* ) | |
621 machine=sequent opsys=bsd4-2 | |
622 ;; | |
623 ns32k-sequent-bsd4.3* ) | |
624 machine=sequent opsys=bsd4-3 | |
625 ;; | |
626 | |
627 ## Siemens Nixdorf | |
13661
d19b9d70b465
(mips-sni-sysv*): New alias for mips-siemens-sysv*.
Richard M. Stallman <rms@gnu.org>
parents:
13559
diff
changeset
|
628 mips-siemens-sysv* | mips-sni-sysv*) |
8636 | 629 machine=mips-siemens opsys=usg5-4 |
630 NON_GNU_CC=/usr/ccs/bin/cc | |
631 NON_GNU_CPP=/usr/ccs/lib/cpp | |
632 ;; | |
633 | |
634 ## Silicon Graphics machines | |
635 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) | |
636 m68*-sgi-iris3.5* ) | |
637 machine=irist opsys=iris3-5 | |
638 ;; | |
639 m68*-sgi-iris3.6* | m68*-sgi-iris*) | |
640 machine=irist opsys=iris3-6 | |
641 ;; | |
642 ## Iris 4D | |
643 mips-sgi-irix3* ) | |
644 machine=iris4d opsys=irix3-3 | |
645 ;; | |
9898
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
646 mips-sgi-irix4* ) |
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
647 machine=iris4d opsys=irix4-0 |
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
648 ;; |
10736
619269498881
(mips-sgi-irix6): New configuration.
Richard M. Stallman <rms@gnu.org>
parents:
10632
diff
changeset
|
649 mips-sgi-irix6* ) |
13680
1dad0ef18160
(mips-sgi-irix6*): Set NON_GNU_CPP.
Richard M. Stallman <rms@gnu.org>
parents:
13661
diff
changeset
|
650 machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp |
10736
619269498881
(mips-sgi-irix6): New configuration.
Richard M. Stallman <rms@gnu.org>
parents:
10632
diff
changeset
|
651 ;; |
9898
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
652 mips-sgi-irix5.[01]* ) |
8636 | 653 machine=iris4d opsys=irix5-0 |
654 ;; | |
9898
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
655 mips-sgi-irix5* | mips-sgi-irix* ) |
cd6ad88c82fd
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman <rms@gnu.org>
parents:
9897
diff
changeset
|
656 machine=iris4d opsys=irix5-2 |
8636 | 657 ;; |
658 | |
659 ## SONY machines | |
660 m68*-sony-bsd4.2* ) | |
661 machine=news opsys=bsd4-2 | |
662 ;; | |
663 m68*-sony-bsd4.3* ) | |
664 machine=news opsys=bsd4-3 | |
665 ;; | |
9832
f0c8517d9d8a
Accept `news' as a synonym for `newsos'.
Karl Heuer <kwzh@gnu.org>
parents:
9744
diff
changeset
|
666 m68*-sony-newsos3* | m68*-sony-news3*) |
8636 | 667 machine=news opsys=bsd4-3 |
668 ;; | |
9832
f0c8517d9d8a
Accept `news' as a synonym for `newsos'.
Karl Heuer <kwzh@gnu.org>
parents:
9744
diff
changeset
|
669 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) |
8636 | 670 machine=news-risc opsys=bsd4-3 |
671 ;; | |
9832
f0c8517d9d8a
Accept `news' as a synonym for `newsos'.
Karl Heuer <kwzh@gnu.org>
parents:
9744
diff
changeset
|
672 mips-sony-news* ) |
8636 | 673 machine=news-risc opsys=newsos5 |
674 ;; | |
675 | |
676 ## Stride | |
677 m68*-stride-sysv* ) | |
678 machine=stride opsys=usg5-2 | |
679 ;; | |
680 | |
681 ## Suns | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
682 sparc-*-linux-gnu* ) |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
683 machine=sparc opsys=gnu-linux |
15287 | 684 ;; |
685 | |
13096
6d9a2522f812
(powerpc-*-solaris2): New alternative.x
Richard M. Stallman <rms@gnu.org>
parents:
13022
diff
changeset
|
686 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
687 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ |
13096
6d9a2522f812
(powerpc-*-solaris2): New alternative.x
Richard M. Stallman <rms@gnu.org>
parents:
13022
diff
changeset
|
688 | rs6000-*-solaris2*) |
8636 | 689 case "${canonical}" in |
690 m68*-sunos1* ) machine=sun1 ;; | |
691 m68*-sunos2* ) machine=sun2 ;; | |
692 m68* ) machine=sun3 ;; | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
693 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
694 i[3456]86-*-* ) machine=intel386 ;; |
15371
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
695 powerpc* | rs6000* ) machine=ibmrs6000 ;; |
8636 | 696 sparc* ) machine=sparc ;; |
697 * ) unported=yes ;; | |
698 esac | |
699 case "${canonical}" in | |
700 ## The Sun386 didn't get past 4.0. | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
701 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; |
8636 | 702 *-sunos4.0* ) opsys=sunos4-0 ;; |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
703 *-sunos4.1.[3-9]* | *-sunos4shr*) |
12464
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
704 opsys=sunos4shr |
10333
67a1a793add2
On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
Richard M. Stallman <rms@gnu.org>
parents:
10152
diff
changeset
|
705 NON_GNU_CPP=/usr/lib/cpp |
67a1a793add2
On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
Richard M. Stallman <rms@gnu.org>
parents:
10152
diff
changeset
|
706 ;; |
15522
a6af1f88eec8
(sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'.
Richard M. Stallman <rms@gnu.org>
parents:
15483
diff
changeset
|
707 *-sunos4.1.[3-9]*noshare ) |
13756
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
708 opsys=sunos4-1-3 |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
709 NON_GNU_CPP=/usr/lib/cpp |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
710 NON_GCC_TEST_OPTIONS=-Bstatic |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
711 GCC_TEST_OPTIONS=-static |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
712 ;; |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
713 *-sunos4* | *-sunos ) |
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
714 opsys=sunos4-1 |
8636 | 715 NON_GCC_TEST_OPTIONS=-Bstatic |
716 GCC_TEST_OPTIONS=-static | |
717 ;; | |
718 *-sunos5.3* | *-solaris2.3* ) | |
719 opsys=sol2-3 | |
720 NON_GNU_CPP=/usr/ccs/lib/cpp | |
721 ;; | |
722 *-sunos5.4* | *-solaris2.4* ) | |
723 opsys=sol2-4 | |
724 NON_GNU_CPP=/usr/ccs/lib/cpp | |
12878
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
725 RANLIB="ar -ts" |
8636 | 726 ;; |
12056
021b6000bd04
(*-solaris2.5): New configuration.
Karl Heuer <kwzh@gnu.org>
parents:
12037
diff
changeset
|
727 *-sunos5.5* | *-solaris2.5* ) |
021b6000bd04
(*-solaris2.5): New configuration.
Karl Heuer <kwzh@gnu.org>
parents:
12037
diff
changeset
|
728 opsys=sol2-5 |
021b6000bd04
(*-solaris2.5): New configuration.
Karl Heuer <kwzh@gnu.org>
parents:
12037
diff
changeset
|
729 NON_GNU_CPP=/usr/ccs/lib/cpp |
12878
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
730 RANLIB="ar -ts" |
12056
021b6000bd04
(*-solaris2.5): New configuration.
Karl Heuer <kwzh@gnu.org>
parents:
12037
diff
changeset
|
731 ;; |
8636 | 732 *-sunos5* | *-solaris* ) |
13756
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
733 opsys=sol2-4 |
8636 | 734 NON_GNU_CPP=/usr/ccs/lib/cpp |
735 ;; | |
736 * ) opsys=bsd4-2 ;; | |
737 esac | |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
738 ## Watch out for a compiler that we know will not work. |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
739 case "${canonical}" in |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
740 *-solaris* | *-sunos5* ) |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
741 if [ "x$CC" = x/usr/ucb/cc ]; then |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
742 ## /usr/ucb/cc doesn't work; |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
743 ## we should find some other compiler that does work. |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
744 unset CC |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
745 fi |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
746 ;; |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
747 *) ;; |
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
748 esac |
8636 | 749 ;; |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
750 sparc-*-nextstep* ) |
13350
95c7fff0e93c
(sparc-*-nextstep*): Remove incorrect .h's.
Richard M. Stallman <rms@gnu.org>
parents:
13292
diff
changeset
|
751 machine=sparc opsys=nextstep |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
752 ;; |
8636 | 753 |
754 ## Tadpole 68k | |
755 m68*-tadpole-sysv* ) | |
756 machine=tad68k opsys=usg5-3 | |
757 ;; | |
758 | |
759 ## Tahoe machines | |
760 tahoe-tahoe-bsd4.2* ) | |
761 machine=tahoe opsys=bsd4-2 | |
762 ;; | |
763 tahoe-tahoe-bsd4.3* ) | |
764 machine=tahoe opsys=bsd4-3 | |
765 ;; | |
766 | |
767 ## Tandem Integrity S2 | |
768 mips-tandem-sysv* ) | |
769 machine=tandem-s2 opsys=usg5-3 | |
770 ;; | |
771 | |
772 ## Tektronix XD88 | |
773 m88k-tektronix-sysv3* ) | |
774 machine=tekxd88 opsys=usg5-3 | |
775 ;; | |
776 | |
777 ## Tektronix 16000 box (6130?) | |
778 ns16k-tektronix-bsd* ) | |
779 machine=ns16000 opsys=bsd4-2 | |
780 ;; | |
781 ## Tektronix 4300 | |
782 ## src/m/tek4300.h hints that this is a m68k machine. | |
783 m68*-tektronix-bsd* ) | |
784 machine=tek4300 opsys=bsd4-3 | |
785 ;; | |
786 | |
787 ## Titan P2 or P3 | |
788 ## We seem to have lost the machine-description file titan.h! | |
789 titan-titan-sysv* ) | |
790 machine=titan opsys=usg5-3 | |
791 ;; | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
792 |
8636 | 793 ## Ustation E30 (SS5E) |
794 m68*-unisys-uniplus* ) | |
795 machine=ustation opsystem=unipl5-2 | |
796 ;; | |
797 | |
798 ## Vaxen. | |
799 vax-dec-* ) | |
800 machine=vax | |
801 case "${canonical}" in | |
802 *-bsd4.1* ) opsys=bsd4-1 ;; | |
803 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; | |
804 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; | |
805 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; | |
806 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; | |
807 *-vms* ) opsys=vms ;; | |
808 * ) unported=yes | |
809 esac | |
810 ;; | |
811 | |
812 ## Whitechapel MG1 | |
813 ns16k-whitechapel-* ) | |
814 machine=mg1 | |
815 ## We don't know what sort of OS runs on these; we'll let the | |
816 ## operating system guessing code below try. | |
817 ;; | |
818 | |
819 ## Wicat | |
820 m68*-wicat-sysv* ) | |
821 machine=wicat opsys=usg5-2 | |
822 ;; | |
823 | |
824 ## Intel 386 machines where we don't care about the manufacturer | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
825 i[3456]86-*-* ) |
8636 | 826 machine=intel386 |
827 case "${canonical}" in | |
828 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | |
829 *-isc2.2* ) opsys=isc2-2 ;; | |
830 *-isc4.0* ) opsys=isc4-0 ;; | |
12843
4948ca294167
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman <rms@gnu.org>
parents:
12842
diff
changeset
|
831 *-isc4.* ) opsys=isc4-1 |
4948ca294167
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman <rms@gnu.org>
parents:
12842
diff
changeset
|
832 GCC_TEST_OPTIONS=-posix |
4948ca294167
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman <rms@gnu.org>
parents:
12842
diff
changeset
|
833 NON_GCC_TEST_OPTIONS=-Xp |
4948ca294167
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman <rms@gnu.org>
parents:
12842
diff
changeset
|
834 ;; |
8636 | 835 *-isc* ) opsys=isc3-0 ;; |
836 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; | |
837 *-esix* ) opsys=esix ;; | |
838 *-xenix* ) opsys=xenix ;; | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
839 *-linux-gnu* ) opsys=gnu-linux ;; |
8636 | 840 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
841 *-sco3.2v5* ) opsys=sco5 |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
842 NON_GNU_CPP=/lib/cpp |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
843 # Prevent -belf from being passed to $CPP. |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
844 # /lib/cpp does not accept it. |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
845 OVERRIDE_CPPFLAGS= |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
846 ;; |
11725
fba9ec0e2b30
(i[345]86-*-bsdi2*): New configuration.
Richard M. Stallman <rms@gnu.org>
parents:
11723
diff
changeset
|
847 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; |
fba9ec0e2b30
(i[345]86-*-bsdi2*): New configuration.
Richard M. Stallman <rms@gnu.org>
parents:
11723
diff
changeset
|
848 *-bsdi2* ) opsys=bsdos2 ;; |
8636 | 849 *-386bsd* ) opsys=386bsd ;; |
850 *-freebsd* ) opsys=freebsd ;; | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
851 *-nextstep* ) opsys=nextstep ;; |
8636 | 852 ## Otherwise, we'll fall through to the generic opsys code at the bottom. |
853 esac | |
854 ;; | |
855 | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
856 ## Linux/68k-based GNU system |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
857 m68k-*-linux-gnu* ) |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
858 machine=m68k opsys=gnu-linux |
13368
d2d72cc7ee52
(m68k-*-linux*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
13350
diff
changeset
|
859 ;; |
d2d72cc7ee52
(m68k-*-linux*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
13350
diff
changeset
|
860 |
8636 | 861 * ) |
862 unported=yes | |
863 ;; | |
864 esac | |
865 | |
866 ### If the code above didn't choose an operating system, just choose | |
867 ### an operating system based on the configuration name. You really | |
868 ### only want to use this when you have no idea what the right | |
869 ### operating system is; if you know what operating systems a machine | |
870 ### runs, it's cleaner to make it explicit in the case statement | |
871 ### above. | |
872 if test x"${opsys}" = x; then | |
873 case "${canonical}" in | |
874 *-gnu* ) opsys=gnu ;; | |
875 *-bsd4.[01] ) opsys=bsd4-1 ;; | |
876 *-bsd4.2 ) opsys=bsd4-2 ;; | |
877 *-bsd4.3 ) opsys=bsd4-3 ;; | |
878 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;; | |
879 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;; | |
880 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;; | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
881 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;; |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
882 *-sysv4.1* | *-sysvr4.1* ) |
8636 | 883 NON_GNU_CPP=/usr/lib/cpp |
884 opsys=usg5-4 ;; | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
885 *-sysv4.[2-9]* | *-sysvr4.[2-9]* ) |
10152
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
886 if [ x$NON_GNU_CPP = x ]; then |
15274
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
887 if [ -f /usr/ccs/lib/cpp ]; then |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
888 NON_GNU_CPP=/usr/ccs/lib/cpp |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
889 else |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
890 NON_GNU_CPP=/lib/cpp |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
891 fi |
10152
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
892 fi |
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
893 opsys=usg5-4-2 ;; |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
894 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;; |
8636 | 895 * ) |
896 unported=yes | |
897 ;; | |
898 esac | |
899 fi | |
900 | |
12878
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
901 if test "x$RANLIB" = x; then |
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
902 RANLIB=ranlib |
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
903 fi |
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
904 |
8636 | 905 changequote([, ])dnl |
906 | |
907 if test $unported = yes; then | |
908 AC_MSG_ERROR([Emacs hasn't been ported to \`${canonical}' systems. | |
909 Check \`etc/MACHINES' for recognized configuration names.]) | |
910 fi | |
911 | |
912 machfile="m/${machine}.h" | |
913 opsysfile="s/${opsys}.h" | |
914 | |
915 | |
916 #### Choose a compiler. | |
917 test -n "$CC" && cc_specified=yes | |
918 | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
919 # Save the value of CFLAGS that the user specified. |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
920 SPECIFIED_CFLAGS="$CFLAGS" |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
921 |
8636 | 922 case ${with_gcc} in |
923 "yes" ) CC="gcc" GCC=yes ;; | |
8730 | 924 "no" ) : ${CC=cc} ;; |
8636 | 925 * ) AC_PROG_CC |
926 esac | |
927 | |
928 # On Suns, sometimes $CPP names a directory. | |
929 if test -n "$CPP" && test -d "$CPP"; then | |
930 CPP= | |
931 fi | |
932 | |
933 #### Some systems specify a CPP to use unless we are using GCC. | |
934 #### Now that we know whether we are using GCC, we can decide whether | |
935 #### to use that one. | |
936 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x | |
937 then | |
938 CPP="$NON_GNU_CPP" | |
939 fi | |
940 | |
941 #### Some systems specify a CC to use unless we are using GCC. | |
942 #### Now that we know whether we are using GCC, we can decide whether | |
943 #### to use that one. | |
944 if test "x$NON_GNU_CC" != x && test x$GCC != xyes && | |
945 test x$cc_specified != xyes | |
946 then | |
947 CC="$NON_GNU_CC" | |
948 fi | |
949 | |
950 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x | |
951 then | |
952 CC="$CC $GCC_TEST_OPTIONS" | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
953 fi |
8636 | 954 |
955 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x | |
956 then | |
957 CC="$CC $NON_GCC_TEST_OPTIONS" | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
958 fi |
8636 | 959 |
960 #### Some other nice autoconf tests. If you add a test here which | |
961 #### should make an entry in src/config.h, don't forget to add an | |
962 #### #undef clause to src/config.h.in for autoconf to modify. | |
963 | |
964 dnl checks for programs | |
8730 | 965 AC_PROG_LN_S |
8636 | 966 AC_PROG_CPP |
967 AC_PROG_INSTALL | |
968 AC_PROG_YACC | |
969 | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
970 dnl checks for Unix variants |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
971 AC_AIX |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
972 |
8636 | 973 dnl checks for header files |
14894
3f2d133c05a8
Accept lignux in configuration name.
Richard M. Stallman <rms@gnu.org>
parents:
14805
diff
changeset
|
974 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h) |
8730 | 975 AC_HEADER_STDC |
976 AC_HEADER_TIME | |
977 AC_DECL_SYS_SIGLIST | |
8636 | 978 |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
979 dnl Some systems have utime.h but don't declare the struct anyplace. |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
980 AC_MSG_CHECKING(for struct utimbuf) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
981 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
982 #include <sys/time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
983 #include <time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
984 #else |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
985 #ifdef HAVE_SYS_TIME_H |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
986 #include <sys/time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
987 #else |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
988 #include <time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
989 #endif |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
990 #endif |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
991 #ifdef HAVE_UTIME_H |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
992 #include <utime.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
993 #endif], [static struct utimbuf x; x.actime = x.modtime;], |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
994 [AC_MSG_RESULT(yes) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
995 AC_DEFINE(HAVE_STRUCT_UTIMBUF)], |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
996 AC_MSG_RESULT(no)) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
997 |
8636 | 998 dnl checks for typedefs |
8730 | 999 AC_TYPE_SIGNAL |
8636 | 1000 |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1001 AC_MSG_CHECKING(for struct timeval) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1002 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1003 #include <sys/time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1004 #include <time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1005 #else |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1006 #ifdef HAVE_SYS_TIME_H |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1007 #include <sys/time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1008 #else |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1009 #include <time.h> |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1010 #endif |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1011 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;], |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1012 [AC_MSG_RESULT(yes) |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1013 HAVE_TIMEVAL=yes |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1014 AC_DEFINE(HAVE_TIMEVAL)], |
14444
1999513cc3b2
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
Richard M. Stallman <rms@gnu.org>
parents:
14207
diff
changeset
|
1015 [AC_MSG_RESULT(no) |
1999513cc3b2
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
Richard M. Stallman <rms@gnu.org>
parents:
14207
diff
changeset
|
1016 HAVE_TIMEVAL=no]) |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1017 |
8636 | 1018 dnl checks for structure members |
1019 AC_STRUCT_TM | |
8730 | 1020 AC_STRUCT_TIMEZONE |
8636 | 1021 |
1022 dnl checks for compiler characteristics | |
8730 | 1023 AC_C_CONST |
8636 | 1024 |
1025 dnl check for Make feature | |
8730 | 1026 AC_PROG_MAKE_SET |
8636 | 1027 |
1028 dnl checks for operating system services | |
8730 | 1029 AC_SYS_LONG_FILE_NAMES |
8636 | 1030 |
1031 #### Choose a window system. | |
1032 | |
8730 | 1033 AC_PATH_X |
8707 | 1034 if test "$no_x" = yes; then |
1035 window_system=none | |
1036 else | |
1037 window_system=x11 | |
1038 fi | |
8636 | 1039 |
9910
27b7a34664e3
Don't add -I, -L, -R options for cc if their
David J. MacKenzie <djm@gnu.org>
parents:
9898
diff
changeset
|
1040 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then |
11998
3c3f3bbe311f
Allow x_libraries and x_includes to be paths.
Karl Heuer <kwzh@gnu.org>
parents:
11916
diff
changeset
|
1041 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` |
3c3f3bbe311f
Allow x_libraries and x_includes to be paths.
Karl Heuer <kwzh@gnu.org>
parents:
11916
diff
changeset
|
1042 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` |
9910
27b7a34664e3
Don't add -I, -L, -R options for cc if their
David J. MacKenzie <djm@gnu.org>
parents:
9898
diff
changeset
|
1043 fi |
27b7a34664e3
Don't add -I, -L, -R options for cc if their
David J. MacKenzie <djm@gnu.org>
parents:
9898
diff
changeset
|
1044 if test "${x_includes}" != NONE && test -n "${x_includes}"; then |
12037
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1045 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"` |
9910
27b7a34664e3
Don't add -I, -L, -R options for cc if their
David J. MacKenzie <djm@gnu.org>
parents:
9898
diff
changeset
|
1046 fi |
8636 | 1047 |
9744 | 1048 if test x"${x_includes}" = x; then |
1049 bitmapdir=/usr/include/X11/bitmaps | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1050 else |
14018 | 1051 # accumulate include directories that have X11 bitmap subdirectories |
12037
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1052 bmd_acc="dummyval" |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1053 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1054 if test -d "${bmd}/X11/bitmaps"; then |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1055 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1056 elif test -d "${bmd}/bitmaps"; then |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1057 bmd_acc="${bmd_acc}:${bmd}/bitmaps" |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1058 fi |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1059 done |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1060 if test ${bmd_acc} != "dummyval"; then |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1061 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"` |
a9ada5749a17
Use x_includes, not x_libraries, for -I.
Karl Heuer <kwzh@gnu.org>
parents:
11999
diff
changeset
|
1062 fi |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1063 fi |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1064 |
8636 | 1065 case "${window_system}" in |
1066 x11 ) | |
1067 HAVE_X_WINDOWS=yes | |
1068 HAVE_X11=yes | |
1069 case "${with_x_toolkit}" in | |
14041
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
1070 athena | lucid ) USE_X_TOOLKIT=LUCID ;; |
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
1071 motif ) USE_X_TOOLKIT=MOTIF ;; |
9e2b7610eddd
(locallisppath): Fix typo in last change: " -> '.
Roland McGrath <roland@gnu.org>
parents:
14023
diff
changeset
|
1072 dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;; |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1073 no ) USE_X_TOOLKIT=none ;; |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1074 dnl If user did not say whether to use a toolkit, |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1075 dnl make this decision later: use the toolkit if we have X11R5 or newer. |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1076 * ) USE_X_TOOLKIT=maybe ;; |
8636 | 1077 esac |
1078 ;; | |
1079 none ) | |
1080 HAVE_X_WINDOWS=no | |
1081 HAVE_X11=no | |
1082 USE_X_TOOLKIT=none | |
1083 ;; | |
1084 esac | |
1085 | |
1086 ### If we're using X11, we should use the X menu package. | |
13845 | 1087 HAVE_MENUS=no |
8636 | 1088 case ${HAVE_X11} in |
13845 | 1089 yes ) HAVE_MENUS=yes ;; |
8636 | 1090 esac |
1091 | |
12464
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1092 if test "${opsys}" = "hpux9"; then |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1093 case "${x_libraries}" in |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1094 *X11R4* ) |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1095 opsysfile="s/hpux9-x11r4.h" |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1096 ;; |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1097 esac |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1098 fi |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1099 |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1100 if test "${opsys}" = "hpux9shr"; then |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1101 case "${x_libraries}" in |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1102 *X11R4* ) |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1103 opsysfile="s/hpux9shxr4.h" |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1104 ;; |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1105 esac |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1106 fi |
96d3d0dcc315
Use sunos4shr normally for Sunos 4.1.[3-9].
Richard M. Stallman <rms@gnu.org>
parents:
12360
diff
changeset
|
1107 |
8636 | 1108 #### Extract some information from the operating system and machine files. |
1109 | |
1110 AC_CHECKING([the machine- and system-dependent files to find out | |
1111 - which libraries the lib-src programs will want, and | |
1112 - whether the GNU malloc routines are usable]) | |
1113 | |
1114 ### First figure out CFLAGS (which we use for running the compiler here) | |
1115 ### and REAL_CFLAGS (which we use for real compilation). | |
1116 ### The two are the same except on a few systems, where they are made | |
1117 ### different to work around various lossages. For example, | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1118 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g |
8636 | 1119 ### as implying static linking. |
1120 | |
1121 ### If the CFLAGS env var is specified, we use that value | |
1122 ### instead of the default. | |
1123 | |
1124 ### It's not important that this name contain the PID; you can't run | |
1125 ### two configures in the same directory and have anything work | |
1126 ### anyway. | |
1127 tempcname="conftest.c" | |
1128 | |
1129 echo ' | |
1130 #include "'${srcdir}'/src/'${opsysfile}'" | |
1131 #include "'${srcdir}'/src/'${machfile}'" | |
1132 #ifndef LIBS_MACHINE | |
1133 #define LIBS_MACHINE | |
1134 #endif | |
1135 #ifndef LIBS_SYSTEM | |
1136 #define LIBS_SYSTEM | |
1137 #endif | |
1138 #ifndef C_SWITCH_SYSTEM | |
1139 #define C_SWITCH_SYSTEM | |
1140 #endif | |
1141 #ifndef C_SWITCH_MACHINE | |
1142 #define C_SWITCH_MACHINE | |
1143 #endif | |
1144 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | |
1145 configure___ c_switch_system=C_SWITCH_SYSTEM | |
1146 configure___ c_switch_machine=C_SWITCH_MACHINE | |
1147 | |
1148 #ifndef LIB_X11_LIB | |
1149 #define LIB_X11_LIB -lX11 | |
1150 #endif | |
1151 | |
1152 #ifndef LIBX11_MACHINE | |
1153 #define LIBX11_MACHINE | |
1154 #endif | |
1155 | |
1156 #ifndef LIBX11_SYSTEM | |
1157 #define LIBX11_SYSTEM | |
1158 #endif | |
1159 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | |
1160 | |
1161 #ifdef UNEXEC | |
1162 configure___ unexec=UNEXEC | |
1163 #else | |
1164 configure___ unexec=unexec.o | |
1165 #endif | |
1166 | |
1167 #ifdef SYSTEM_MALLOC | |
1168 configure___ system_malloc=yes | |
1169 #else | |
1170 configure___ system_malloc=no | |
1171 #endif | |
1172 | |
1173 #ifndef C_DEBUG_SWITCH | |
1174 #define C_DEBUG_SWITCH -g | |
1175 #endif | |
1176 | |
1177 #ifndef C_OPTIMIZE_SWITCH | |
1178 #define C_OPTIMIZE_SWITCH -O | |
1179 #endif | |
1180 | |
1181 #ifdef THIS_IS_CONFIGURE | |
1182 | |
1183 /* Get the CFLAGS for tests in configure. */ | |
1184 #ifdef __GNUC__ | |
12842
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
1185 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' |
8636 | 1186 #else |
12842
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
1187 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' |
8636 | 1188 #endif |
1189 | |
1190 #else /* not THIS_IS_CONFIGURE */ | |
1191 | |
1192 /* Get the CFLAGS for real compilation. */ | |
1193 #ifdef __GNUC__ | |
12842
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
1194 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' |
8636 | 1195 #else |
12842
f5e4db7e8197
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman <rms@gnu.org>
parents:
12787
diff
changeset
|
1196 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' |
8636 | 1197 #endif |
1198 | |
1199 #endif /* not THIS_IS_CONFIGURE */ | |
1200 ' > ${tempcname} | |
1201 | |
1202 # The value of CPP is a quoted variable reference, so we need to do this | |
1203 # to get its actual value... | |
1204 CPP=`eval "echo $CPP"` | |
1205 changequote(, )dnl | |
1206 eval `${CPP} -Isrc ${tempcname} \ | |
1207 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1208 if test "x$SPECIFIED_CFLAGS" = x; then |
8636 | 1209 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ |
1210 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
1211 else | |
1212 REAL_CFLAGS="$CFLAGS" | |
1213 fi | |
1214 changequote([, ])dnl | |
1215 rm ${tempcname} | |
1216 | |
1217 ### Compute the unexec source name from the object name. | |
1218 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |
1219 | |
1220 # Do the opsystem or machine files prohibit the use of the GNU malloc? | |
1221 # Assume not, until told otherwise. | |
1222 GNU_MALLOC=yes | |
1223 if test "${system_malloc}" = "yes"; then | |
1224 GNU_MALLOC=no | |
1225 GNU_MALLOC_reason=" | |
1226 (The GNU allocators don't work with this system configuration.)" | |
1227 fi | |
1228 | |
1229 if test x"${REL_ALLOC}" = x; then | |
1230 REL_ALLOC=${GNU_MALLOC} | |
1231 fi | |
1232 | |
1233 LISP_FLOAT_TYPE=yes | |
1234 | |
1235 | |
1236 #### Add the libraries to LIBS and check for some functions. | |
1237 | |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1238 if test x"${OVERRIDE_CPPFLAGS}" != x; then |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1239 CPPFLAGS="$(OVERRIDE_CPPFLAGS)" |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1240 else |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1241 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1242 fi |
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1243 |
13486
e48a87d64e58
(LIBS): Add libsrc_libs and keep the old LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
13368
diff
changeset
|
1244 LIBS="$libsrc_libs $LIBS" |
8636 | 1245 |
1246 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, | |
1247 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. | |
1248 AC_CHECK_LIB(dnet, dnet_ntoa) | |
1249 dnl This causes -lresolv to get used in subsequent tests, | |
1250 dnl which causes failures on some systems such as HPUX 9. | |
1251 dnl AC_CHECK_LIB(resolv, gethostbyname) | |
1252 | |
1253 dnl FIXME replace main with a function we actually want from this library. | |
1254 AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") | |
1255 | |
12206
3645602e817f
check for -lpthreads, not -lpthread.
Karl Heuer <kwzh@gnu.org>
parents:
12165
diff
changeset
|
1256 AC_CHECK_LIB(pthreads, cma_open) |
12165 | 1257 |
8636 | 1258 AC_MSG_CHECKING(for XFree86) |
1259 if test -d /usr/X386/include; then | |
1260 HAVE_XFREE386=yes | |
8730 | 1261 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} |
8636 | 1262 else |
8730 | 1263 HAVE_XFREE386=no |
8636 | 1264 fi |
8730 | 1265 AC_MSG_RESULT($HAVE_XFREE386) |
8636 | 1266 |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1267 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1268 # for the tests that follow. We set it back to REAL_CFLAGS later on. |
8636 | 1269 |
1270 if test "${HAVE_X11}" = "yes"; then | |
1271 DEFS="$C_SWITCH_X_SITE $DEFS" | |
14207
a91493288096
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
14194
diff
changeset
|
1272 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" |
a91493288096
(HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
14194
diff
changeset
|
1273 LIBS="$LIBX $LIBS" |
8636 | 1274 CFLAGS="$C_SWITCH_X_SITE $CFLAGS" |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1275 |
14488
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1276 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1277 # This is handled by LD_SWITCH_X_SITE_AUX during the real build, |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1278 # but it's more convenient here to set LD_RUN_PATH |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1279 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1280 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1281 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1282 export LD_RUN_PATH |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1283 fi |
4deac8b4941c
(LD_RUN_PATH): Prepend x_libraries to this envvar.
Richard M. Stallman <rms@gnu.org>
parents:
14444
diff
changeset
|
1284 |
15483
fb582ab686db
Rename lignux to linux-gnu in configuration names.
Richard M. Stallman <rms@gnu.org>
parents:
15371
diff
changeset
|
1285 if test "${opsys}" = "gnu-linux"; then |
12525
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1286 AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link) |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1287 AC_TRY_LINK([], |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1288 [XOpenDisplay ("foo");], |
12525
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1289 [xlinux_first_failure=no], |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1290 [xlinux_first_failure=yes]) |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1291 if test "${xlinux_first_failure}" = "yes"; then |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1292 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1293 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1294 OLD_CPPFLAGS="$CPPFLAGS" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1295 OLD_LIBS="$LIBS" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1296 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1297 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1298 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1299 LIBS="$LIBS -b i486-linuxaout" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1300 AC_TRY_LINK([], |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1301 [XOpenDisplay ("foo");], |
12525
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1302 [xlinux_second_failure=no], |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1303 [xlinux_second_failure=yes]) |
81040c51494b
(mips-dec-ultrix*): Assume version 4.3.
Karl Heuer <kwzh@gnu.org>
parents:
12477
diff
changeset
|
1304 if test "${xlinux_second_failure}" = "yes"; then |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1305 # If we get the same failure with -b, there is no use adding -b. |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1306 # So take it out. This plays safe. |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1307 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1308 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1309 CPPFLAGS="$OLD_CPPFLAGS" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1310 LIBS="$OLD_LIBS" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1311 AC_MSG_RESULT(no) |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1312 else |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1313 AC_MSG_RESULT(yes) |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1314 fi |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1315 else |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1316 AC_MSG_RESULT(no) |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1317 fi |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1318 fi |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1319 |
8730 | 1320 AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \ |
8636 | 1321 XScreenNumberOfScreen XSetWMProtocols) |
1322 fi | |
1323 | |
13845 | 1324 if test "${window_system}" = "x11"; then |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1325 AC_MSG_CHECKING(X11 version 6) |
13845 | 1326 AC_TRY_LINK([#include <X11/Xlib.h>], |
1327 [#if XlibSpecificationRelease < 6 | |
1328 fail; | |
1329 #endif | |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1330 ], [AC_MSG_RESULT(6 or newer) |
13845 | 1331 AC_DEFINE(HAVE_X11R6)], |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1332 [AC_MSG_RESULT(before 6)]) |
13845 | 1333 fi |
1334 | |
15371
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1335 if test "${window_system}" = "x11"; then |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1336 AC_MSG_CHECKING(X11 version 5) |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1337 AC_TRY_LINK([#include <X11/Xlib.h>], |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1338 [#if XlibSpecificationRelease < 5 |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1339 fail; |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1340 #endif |
15371
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1341 ], [AC_MSG_RESULT(5 or newer) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1342 HAVE_X11R5=yes |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1343 AC_DEFINE(HAVE_X11R5)], |
15371
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1344 [ |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1345 HAVE_X11R5=no |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1346 AC_MSG_RESULT(before 5)]) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1347 fi |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1348 |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1349 if test x"${USE_X_TOOLKIT}" = xmaybe; then |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1350 if test x"${HAVE_X11R5}" = xyes; then |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1351 AC_MSG_CHECKING(X11 version 5 with Xaw) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1352 AC_TRY_LINK([ |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1353 #include <X11/Intrinsic.h> |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1354 #include <X11/Xaw/Simple.h>], |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1355 [], |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1356 [AC_MSG_RESULT(5 or newer, with Xaw; use toolkit by default) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1357 USE_X_TOOLKIT=LUCID], |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1358 [AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1359 USE_X_TOOLKIT=none]) |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1360 else |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1361 USE_X_TOOLKIT=none |
3ae004565765
Always check for HAVE_X11R5.
Richard M. Stallman <rms@gnu.org>
parents:
15287
diff
changeset
|
1362 fi |
14101
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1363 fi |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1364 |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1365 X_TOOLKIT_TYPE=$USE_X_TOOLKIT |
ef1445ba2512
(locallisppath): Put version-specific dir first.
Karl Heuer <kwzh@gnu.org>
parents:
14041
diff
changeset
|
1366 |
8636 | 1367 if test "${USE_X_TOOLKIT}" != "none"; then |
1368 AC_MSG_CHECKING(X11 toolkit version) | |
8730 | 1369 AC_TRY_LINK([#include <X11/Intrinsic.h>], |
8636 | 1370 [#if XtSpecificationRelease < 6 |
1371 fail; | |
1372 #endif | |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1373 ], [AC_MSG_RESULT(6 or newer) |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1374 HAVE_X11XTR6=yes |
8636 | 1375 AC_DEFINE(HAVE_X11XTR6)], |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1376 [AC_MSG_RESULT(before 6) |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1377 HAVE_X11XTR6=no]) |
14177
a4462b0f31f2
(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman <rms@gnu.org>
parents:
14145
diff
changeset
|
1378 |
a4462b0f31f2
(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman <rms@gnu.org>
parents:
14145
diff
changeset
|
1379 dnl If using toolkit, check whether libXmu.a exists. |
a4462b0f31f2
(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman <rms@gnu.org>
parents:
14145
diff
changeset
|
1380 dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link. |
a4462b0f31f2
(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman <rms@gnu.org>
parents:
14145
diff
changeset
|
1381 OLDLIBS="$LIBS" |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1382 if test x$HAVE_X11XTR6 = xyes; then |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1383 LIBS="-lXt -lSM -lICE $LIBS" |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1384 else |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1385 LIBS="-lXt $LIBS" |
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1386 fi |
14177
a4462b0f31f2
(HAVE_XMU): Check for libXmu.a only if using toolkit
Richard M. Stallman <rms@gnu.org>
parents:
14145
diff
changeset
|
1387 AC_CHECK_LIB(Xmu, XmuConvertStandardSelection) |
14194
f028a0095be0
(HAVE_XMU): Fix typo in previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14177
diff
changeset
|
1388 LIBS="$OLDLIBS" |
8636 | 1389 fi |
1390 | |
1391 # If netdb.h doesn't declare h_errno, we must declare it by hand. | |
11916 | 1392 AC_MSG_CHECKING(whether netdb declares h_errno) |
8730 | 1393 AC_TRY_LINK([#include <netdb.h>], |
9875
463fd155c78d
Make h_errno check not use nested functions.
David J. MacKenzie <djm@gnu.org>
parents:
9834
diff
changeset
|
1394 [return h_errno;], |
463fd155c78d
Make h_errno check not use nested functions.
David J. MacKenzie <djm@gnu.org>
parents:
9834
diff
changeset
|
1395 [AC_MSG_RESULT(yes) |
463fd155c78d
Make h_errno check not use nested functions.
David J. MacKenzie <djm@gnu.org>
parents:
9834
diff
changeset
|
1396 AC_DEFINE(HAVE_H_ERRNO)], |
463fd155c78d
Make h_errno check not use nested functions.
David J. MacKenzie <djm@gnu.org>
parents:
9834
diff
changeset
|
1397 [AC_MSG_RESULT(no)]) |
8636 | 1398 |
8730 | 1399 AC_FUNC_ALLOCA |
8636 | 1400 |
11723
a812bce4aef0
Make sure CDPATH doesn't mess up PWD check.
David J. MacKenzie <djm@gnu.org>
parents:
11669
diff
changeset
|
1401 # fmod, logb, and frexp are found in -lm on most systems. |
11785
12053498f19b
Use sqrt (more portable) instead of fmod in -lm check.
David J. MacKenzie <djm@gnu.org>
parents:
11725
diff
changeset
|
1402 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
14797
a790ae4a71ba
(-lm check): If $GCC, append -fno-builtin to $CC for just this test.
Roland McGrath <roland@gnu.org>
parents:
14795
diff
changeset
|
1403 AC_CHECK_LIB(m, sqrt) |
a790ae4a71ba
(-lm check): If $GCC, append -fno-builtin to $CC for just this test.
Roland McGrath <roland@gnu.org>
parents:
14795
diff
changeset
|
1404 |
8730 | 1405 AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
13292
b120ed4d324f
Don't bother checking for drem.
Karl Heuer <kwzh@gnu.org>
parents:
13121
diff
changeset
|
1406 random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ |
15274
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1407 strerror fpathconf select mktime eaccess getpagesize tzset setlocale) |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1408 |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1409 # Check this now, so that we will NOT find the above functions in ncurses. |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1410 # That is because we have not set up to link ncurses in lib-src. |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1411 # It's better to believe a function is not available |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1412 # than to expect to find it in ncurses. |
f7c5a03c6393
(ncurses): Check this after checking fns like strerror.
Richard M. Stallman <rms@gnu.org>
parents:
14894
diff
changeset
|
1413 AC_CHECK_LIB(ncurses, tparm) |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1414 |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1415 AC_MSG_CHECKING(whether localtime caches TZ) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1416 AC_CACHE_VAL(emacs_cv_localtime_cache, |
14689
bd83ed983a96
Improve messages about X versions.
Richard M. Stallman <rms@gnu.org>
parents:
14488
diff
changeset
|
1417 [if test x$ac_cv_func_tzset = xyes; then |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1418 AC_TRY_RUN([#include <time.h> |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1419 #if STDC_HEADERS |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1420 # include <stdlib.h> |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1421 #endif |
14715
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1422 extern char **environ; |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1423 unset_TZ () |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1424 { |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1425 char **from, **to; |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1426 for (to = from = environ; (*to = *from); from++) |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1427 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '=')) |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1428 to++; |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1429 } |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1430 main() |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1431 { |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1432 time_t now = time ((time_t *) 0); |
14715
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1433 int hour_GMT0, hour_unset; |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1434 if (putenv ("TZ=GMT0") != 0) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1435 exit (1); |
14715
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1436 hour_GMT0 = localtime (&now)->tm_hour; |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1437 unset_TZ (); |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1438 hour_unset = localtime (&now)->tm_hour; |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1439 if (putenv ("TZ=PST8") != 0) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1440 exit (1); |
14715
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1441 if (localtime (&now)->tm_hour == hour_GMT0) |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1442 exit (1); |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1443 unset_TZ (); |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1444 if (localtime (&now)->tm_hour != hour_unset) |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1445 exit (1); |
0bb2443dcc6d
(LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
Richard M. Stallman <rms@gnu.org>
parents:
14689
diff
changeset
|
1446 exit (0); |
13015
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1447 }], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes, |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1448 [# If we have tzset, assume the worst when cross-compiling. |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1449 emacs_cv_localtime_cache=yes]) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1450 else |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1451 # If we lack tzset, report that localtime does not cache TZ, |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1452 # since we can't invalidate the cache if we don't have tzset. |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1453 emacs_cv_localtime_cache=no |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1454 fi])dnl |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1455 AC_MSG_RESULT($emacs_cv_localtime_cache) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1456 if test $emacs_cv_localtime_cache = yes; then |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1457 AC_DEFINE(LOCALTIME_CACHE) |
0c0845233fa6
(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman <rms@gnu.org>
parents:
12878
diff
changeset
|
1458 fi |
8636 | 1459 |
13756
7d48799c80b5
Just "solaris" now defaults to version 2.4.
Karl Heuer <kwzh@gnu.org>
parents:
13680
diff
changeset
|
1460 if test "x$HAVE_TIMEVAL" = xyes; then |
12787
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1461 AC_MSG_CHECKING(whether gettimeofday can't accept two arguments) |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1462 AC_TRY_LINK([ |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1463 #ifdef TIME_WITH_SYS_TIME |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1464 #include <sys/time.h> |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1465 #include <time.h> |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1466 #else |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1467 #ifdef HAVE_SYS_TIME_H |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1468 #include <sys/time.h> |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1469 #else |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1470 #include <time.h> |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1471 #endif |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1472 #endif |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1473 ], |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1474 [ |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1475 struct timeval time; |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1476 struct timezone dummy; |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1477 gettimeofday (&time, &dummy); |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1478 ], |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1479 [AC_MSG_RESULT(no)], |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1480 [AC_MSG_RESULT(yes) |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1481 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)]) |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1482 fi |
5569b3a43323
(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman <rms@gnu.org>
parents:
12580
diff
changeset
|
1483 |
8636 | 1484 ok_so_far=yes |
8730 | 1485 AC_CHECK_FUNC(socket, , ok_so_far=no) |
8636 | 1486 if test $ok_so_far = yes; then |
8730 | 1487 AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no) |
8636 | 1488 fi |
1489 if test $ok_so_far = yes; then | |
8730 | 1490 AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no) |
8636 | 1491 fi |
1492 if test $ok_so_far = yes; then | |
1493 AC_DEFINE(HAVE_INET_SOCKETS) | |
1494 fi | |
1495 | |
8680 | 1496 if test -f /usr/lpp/X11/bin/smt.exp; then |
1497 AC_DEFINE(HAVE_AIX_SMT_EXP) | |
1498 fi | |
1499 | |
8636 | 1500 # Set up the CFLAGS for real compilation, so we can substitute it. |
1501 CFLAGS="$REAL_CFLAGS" | |
1502 | |
1503 changequote(, )dnl | |
1504 #### Find out which version of Emacs this is. | |
1505 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | |
1506 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | |
1507 changequote([, ])dnl | |
1508 if test x"${version}" = x; then | |
1509 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.) | |
1510 fi | |
1511 | |
1512 ### Specify what sort of things we'll be editing into Makefile and config.h. | |
1513 ### Use configuration here uncanonicalized to avoid exceeding size limits. | |
1514 AC_SUBST(version) | |
1515 AC_SUBST(configuration) | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1516 AC_SUBST(canonical) |
8636 | 1517 AC_SUBST(srcdir) |
1518 AC_SUBST(prefix) | |
1519 AC_SUBST(exec_prefix) | |
1520 AC_SUBST(bindir) | |
1521 AC_SUBST(datadir) | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1522 AC_SUBST(sharedstatedir) |
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1523 AC_SUBST(libexecdir) |
8636 | 1524 AC_SUBST(mandir) |
1525 AC_SUBST(infodir) | |
1526 AC_SUBST(lispdir) | |
1527 AC_SUBST(locallisppath) | |
1528 AC_SUBST(lisppath) | |
1529 AC_SUBST(etcdir) | |
1530 AC_SUBST(lockdir) | |
1531 AC_SUBST(archlibdir) | |
1532 AC_SUBST(docdir) | |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1533 AC_SUBST(bitmapdir) |
8636 | 1534 AC_SUBST(c_switch_system) |
1535 AC_SUBST(c_switch_machine) | |
1536 AC_SUBST(LD_SWITCH_X_SITE) | |
1537 AC_SUBST(LD_SWITCH_X_SITE_AUX) | |
1538 AC_SUBST(C_SWITCH_X_SITE) | |
1539 AC_SUBST(CFLAGS) | |
1540 AC_SUBST(X_TOOLKIT_TYPE) | |
1541 AC_SUBST(machfile) | |
1542 AC_SUBST(opsysfile) | |
12878
e80cd1210452
(RANLIB): Substitute this into makefiles.
Richard M. Stallman <rms@gnu.org>
parents:
12843
diff
changeset
|
1543 AC_SUBST(RANLIB) |
8636 | 1544 |
9727
12b4d106cc47
keep up with configure.in
David J. MacKenzie <djm@gnu.org>
parents:
8730
diff
changeset
|
1545 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}") |
10816
d172fd0e356f
(EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
Karl Heuer <kwzh@gnu.org>
parents:
10736
diff
changeset
|
1546 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}") |
8636 | 1547 AC_DEFINE_UNQUOTED(config_machfile, "${machfile}") |
1548 AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}") | |
1549 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}) | |
1550 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX}) | |
1551 AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE}) | |
1552 AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC}) | |
1553 | |
1554 if test "${HAVE_X_WINDOWS}" = "yes" ; then | |
1555 AC_DEFINE(HAVE_X_WINDOWS) | |
1556 fi | |
1557 if test "${USE_X_TOOLKIT}" != "none" ; then | |
1558 AC_DEFINE(USE_X_TOOLKIT) | |
1559 fi | |
1560 if test "${HAVE_X11}" = "yes" ; then | |
1561 AC_DEFINE(HAVE_X11) | |
1562 fi | |
1563 if test "${HAVE_XFREE386}" = "yes" ; then | |
1564 AC_DEFINE(HAVE_XFREE386) | |
1565 fi | |
13845 | 1566 if test "${HAVE_MENUS}" = "yes" ; then |
1567 AC_DEFINE(HAVE_MENUS) | |
8636 | 1568 fi |
1569 if test "${GNU_MALLOC}" = "yes" ; then | |
1570 AC_DEFINE(GNU_MALLOC) | |
1571 fi | |
1572 if test "${REL_ALLOC}" = "yes" ; then | |
1573 AC_DEFINE(REL_ALLOC) | |
1574 fi | |
1575 if test "${LISP_FLOAT_TYPE}" = "yes" ; then | |
1576 AC_DEFINE(LISP_FLOAT_TYPE) | |
1577 fi | |
1578 | |
1579 #### Report on what we decided to do. | |
1580 echo " | |
1581 Configured for \`${canonical}'. | |
1582 | |
1583 Where should the build process find the source code? ${srcdir} | |
1584 What operating system and machine description files should Emacs use? | |
1585 \`${opsysfile}' and \`${machfile}' | |
1586 What compiler should emacs be built with? ${CC} ${CFLAGS} | |
1587 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | |
1588 Should Emacs use the relocating allocator for buffers? ${REL_ALLOC} | |
1589 What window system should Emacs use? ${window_system} | |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1590 What toolkit should Emacs use? ${USE_X_TOOLKIT}" |
8636 | 1591 |
12319
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1592 if test -n "${x_includes}"; then |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1593 echo " Where do we find X Windows header files? ${x_includes}" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1594 else |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1595 echo " Where do we find X Windows header files? Standard dirs" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1596 fi |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1597 if test -n "${x_libraries}"; then |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1598 echo " Where do we find X Windows libraries? ${x_libraries}" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1599 else |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1600 echo " Where do we find X Windows libraries? Standard dirs" |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1601 fi |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1602 |
b9adf75f0b29
Test whether XFree86 needs -b i486-linuxaout to link.
Richard M. Stallman <rms@gnu.org>
parents:
12206
diff
changeset
|
1603 echo |
8636 | 1604 |
1605 # Remove any trailing slashes in these variables. | |
1606 changequote(, )dnl | |
1607 test "${prefix}" != NONE && | |
1608 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
1609 test "${exec_prefix}" != NONE && | |
1610 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
1611 changequote([, ])dnl | |
1612 | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1613 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ |
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1614 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [ |
8680 | 1615 |
10152
030853f9aa93
(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman <rms@gnu.org>
parents:
10098
diff
changeset
|
1616 ### Make the necessary directories, if they don't exist. |
10098
62d0ba6a531b
Don't try to make directories that are guaranteed to already exist.
David J. MacKenzie <djm@gnu.org>
parents:
10063
diff
changeset
|
1617 for dir in cpp etc ; do |
62d0ba6a531b
Don't try to make directories that are guaranteed to already exist.
David J. MacKenzie <djm@gnu.org>
parents:
10063
diff
changeset
|
1618 test -d ${dir} || mkdir ${dir} |
8636 | 1619 done |
1620 | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1621 # Build src/Makefile from ${srcdir}/src/Makefile.c |
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1622 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c |
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1623 # This must be done after src/config.h is built, since we rely on that file. |
8636 | 1624 |
9834
5be536b91960
protect character class with changequote
David J. MacKenzie <djm@gnu.org>
parents:
9832
diff
changeset
|
1625 changequote(, )dnl The horror, the horror. |
8636 | 1626 # Now get this: Some word that is part of the ${srcdir} directory name |
1627 # or the ${configuration} value might, just might, happen to be an | |
1628 # identifier like `sun4' or `i386' or something, and be predefined by | |
1629 # the C preprocessor to some helpful value like 1, or maybe the empty | |
1630 # string. Needless to say consequent macro substitutions are less | |
1631 # than conducive to the makefile finding the correct directory. | |
1632 undefs="`echo $top_srcdir $configuration $canonical | | |
1633 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |
1634 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | |
1635 `" | |
9834
5be536b91960
protect character class with changequote
David J. MacKenzie <djm@gnu.org>
parents:
9832
diff
changeset
|
1636 changequote([, ])dnl |
8636 | 1637 |
1638 echo creating lib-src/Makefile | |
1639 ( cd lib-src | |
1640 rm -f junk.c junk1.c junk2.c | |
1641 sed -e '/start of cpp stuff/q' \ | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1642 < Makefile.c > junk1.c |
8636 | 1643 sed -e '1,/start of cpp stuff/d'\ |
1644 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1645 < Makefile.c > junk.c |
8636 | 1646 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ |
1647 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
1648 cat junk1.c junk2.c > Makefile.new | |
1649 rm -f junk.c junk1.c junk2.c | |
1650 chmod 444 Makefile.new | |
1651 mv -f Makefile.new Makefile | |
1652 ) | |
1653 | |
1654 echo creating src/Makefile | |
1655 ( cd src | |
1656 rm -f junk.c junk1.c junk2.c | |
1657 sed -e '/start of cpp stuff/q' \ | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1658 < Makefile.c > junk1.c |
8636 | 1659 sed -e '1,/start of cpp stuff/d'\ |
1660 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
12580
03d3249e5d24
Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
12525
diff
changeset
|
1661 < Makefile.c > junk.c |
8636 | 1662 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ |
1663 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
1664 cat junk1.c junk2.c > Makefile.new | |
1665 rm -f junk.c junk1.c junk2.c | |
1666 chmod 444 Makefile.new | |
1667 mv -f Makefile.new Makefile | |
1668 ) | |
10632
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1669 |
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1670 if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then |
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1671 echo creating src/.gdbinit |
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1672 echo source $top_srcdir/src/.gdbinit > src/.gdbinit |
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1673 fi |
202c70b39c10
Create a .gdbinit that sources the real one, if using a different
David J. MacKenzie <djm@gnu.org>
parents:
10530
diff
changeset
|
1674 |
8677
d41510c69a3f
*** empty log message ***
David J. MacKenzie <djm@gnu.org>
parents:
8674
diff
changeset
|
1675 ], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) |