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