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