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