Mention --without-sound to disable sound support.
[bpt/emacs.git] / configure.in
CommitLineData
6e502e37 1dnl Autoconf script for GNU Emacs
9ec10b2f
DM
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
4dnl in the directory containing this script.
6e502e37 5dnl
6a22cdf4 6dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002
ad4ac636 7dnl Free Software Foundation, Inc.
552dfe31 8dnl
6e502e37 9dnl This file is part of GNU Emacs.
552dfe31 10dnl
6e502e37
RS
11dnl GNU Emacs is free software; you can redistribute it and/or modify
12dnl it under the terms of the GNU General Public License as published by
13dnl the Free Software Foundation; either version 2, or (at your option)
14dnl any later version.
552dfe31 15dnl
6e502e37
RS
16dnl GNU Emacs is distributed in the hope that it will be useful,
17dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
18dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19dnl GNU General Public License for more details.
20dnl
21dnl You should have received a copy of the GNU General Public License
1fb87c77
KH
22dnl along with GNU Emacs; see the file COPYING. If not, write to the
23dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24dnl Boston, MA 02111-1307, USA.
6e502e37 25
5a129faf 26AC_PREREQ(2.51)dnl
9ec10b2f 27AC_INIT(src/lisp.h)
5f8c8f00 28AC_CONFIG_HEADER(src/config.h:src/config.in)
9ec10b2f 29
a4663fed
PJ
30dnl Support for --program-prefix, --program-suffix and
31dnl --program-transform-name options
32AC_ARG_PROGRAM
33
9ec10b2f 34lispdir='${datadir}/emacs/${version}/lisp'
4be21f66 35locallisppath='${datadir}/emacs/${version}/site-lisp:'\
684f4cb3 36'${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim'
9ec10b2f
DM
37lisppath='${locallisppath}:${lispdir}'
38etcdir='${datadir}/emacs/${version}/etc'
60c3568d 39archlibdir='${libexecdir}/emacs/${version}/${configuration}'
9ec10b2f
DM
40docdir='${datadir}/emacs/${version}/etc'
41
39a7c455 42AC_ARG_WITH(gcc,
6fa064b6 43[ --without-gcc don't use GCC to compile Emacs if GCC is found])
4f734bde 44AC_ARG_WITH(pop,
6fa064b6
DL
45[ --without-pop don't support POP mail retrieval with movemail],
46[if test "$withval" = yes; then
47 AC_DEFINE(MAIL_USE_POP)
48else :
3d9fec71
DL
49fi],
50AC_DEFINE(MAIL_USE_POP))
a21616bd
KR
51AC_ARG_WITH(kerberos,
52[ --with-kerberos support Kerberos-authenticated POP],
53[AC_DEFINE(KERBEROS)])
54AC_ARG_WITH(kerberos5,
4d6e16b3 55[ --with-kerberos5 support Kerberos version 5 authenticated POP],
a21616bd
KR
56[if test "${with_kerberos5+set}" = set; then
57 if test "${with_kerberos+set}" != set; then
58 with_kerberos=yes
59 AC_DEFINE(KERBEROS)
60 fi
61fi
62AC_DEFINE(KERBEROS5)])
4f734bde
DM
63AC_ARG_WITH(hesiod,
64[ --with-hesiod support Hesiod to get the POP server host],
65[AC_DEFINE(HESIOD)])
66dnl This should be the last --with option, because --with-x is
67dnl added later on when we find the path of X, and it's best to
68dnl keep them together visually.
9ec10b2f 69AC_ARG_WITH(x-toolkit,
f7894e88 70[ --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)],
9ec10b2f
DM
71[ case "${withval}" in
72 y | ye | yes ) val=athena ;;
73 n | no ) val=no ;;
74 l | lu | luc | luci | lucid ) val=lucid ;;
84c5c823 75 a | at | ath | athe | athen | athena ) val=athena ;;
3cd69289 76 m | mo | mot | moti | motif ) val=motif ;;
2e71ec17 77dnl These don't currently work.
2e71ec17
DM
78dnl o | op | ope | open | open- | open-l | open-lo \
79dnl | open-loo | open-look ) val=open-look ;;
9ec10b2f 80 * )
2e71ec17
DM
81dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
82dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.])
90b777c5
RS
83AC_MSG_ERROR([\`--with-x-toolkit=$withval' is invalid\;
84this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
9ec10b2f
DM
85Currently, \`yes', \`athena' and \`lucid' are synonyms.])
86 ;;
87 esac
88 with_x_toolkit=$val
89])
b412189c
GM
90AC_ARG_WITH(xpm,
91[ --with-xpm use -lXpm for displaying XPM images])
92AC_ARG_WITH(jpeg,
93[ --with-jpeg use -ljpeg for displaying JPEG images])
94AC_ARG_WITH(tiff,
495ccc04 95[ --with-tiff use -ltiff for displaying TIFF images])
b412189c
GM
96AC_ARG_WITH(gif,
97[ --with-gif use -lungif for displaying GIF images])
98AC_ARG_WITH(png,
99[ --with-png use -lpng for displaying PNG images])
20c1822e 100AC_ARG_WITH(toolkit-scroll-bars,
4d6e16b3 101[ --without-toolkit-scroll-bars
1c7a4f72 102 don't use Motif or Xaw3d scroll bars])
c6f7dae8 103AC_ARG_WITH(xim,
1c7a4f72 104[ --without-xim don't use X11 XIM])
9ec10b2f
DM
105
106#### Make srcdir absolute, if it isn't already. It's important to
36969de6 107#### avoid running the path through pwd unnecessarily, since pwd can
069df4bf
DM
108#### give you automounter prefixes, which can go away. We do all this
109#### so Emacs can find its files when run uninstalled.
36969de6
GM
110## Make sure CDPATH doesn't affect cd (in case PWD is relative).
111unset CDPATH
9ec10b2f
DM
112case "${srcdir}" in
113 /* ) ;;
114 . )
115 ## We may be able to use the $PWD environment variable to make this
116 ## absolute. But sometimes PWD is inaccurate.
b83e4a77
RS
117 ## Note: we used to use ${PWD} at the end instead of `pwd`,
118 ## but that tested only for a well-formed and valid PWD,
119 ## it did not object when PWD was well-formed and valid but just wrong.
120 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
9ec10b2f
DM
121 then
122 srcdir="$PWD"
123 else
124 srcdir="`(cd ${srcdir}; pwd)`"
125 fi
126 ;;
127 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
128esac
129
130#### Check if the source directory already has a configured system in it.
131if test `pwd` != `(cd ${srcdir} && pwd)` \
132 && test -f "${srcdir}/src/config.h" ; then
133 AC_MSG_WARN([The directory tree \`${srcdir}' is being used
134 as a build directory right now; it has been configured in its own
135 right. To configure in another directory as well, you MUST
136 use GNU make. If you do not have GNU make, then you must
137 now do \`make distclean' in ${srcdir},
138 and then run $0 again.])
139
2d73167a 140changequote(, )dnl
9ec10b2f 141 extrasub='/^VPATH[ ]*=/c\
2d73167a 142changequote([, ])dnl
9ec10b2f
DM
143vpath %.c $(srcdir)\
144vpath %.h $(srcdir)\
145vpath %.y $(srcdir)\
146vpath %.l $(srcdir)\
147vpath %.s $(srcdir)\
5ac83f86
RS
148vpath %.in $(srcdir)\
149vpath %.texi $(srcdir)'
9ec10b2f
DM
150fi
151
152#### Given the configuration name, set machfile and opsysfile to the
153#### names of the m/*.h and s/*.h files we should use.
154
155### Canonicalize the configuration name.
156
157AC_CANONICAL_HOST
158canonical=$host
fcb04b6e 159configuration=${host_alias-$host}
9ec10b2f
DM
160
161changequote(, )dnl
162
163### If you add support for a new configuration, add code to this
164### switch statement to recognize your configuration name and select
165### the appropriate operating system and machine description files.
166
167### You would hope that you could choose an m/*.h file pretty much
168### based on the machine portion of the configuration name, and an s-
169### file based on the operating system portion. However, it turns out
170### that each m/*.h file is pretty manufacturer-specific - for
171### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
172### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
173### machines. So we basically have to have a special case for each
174### configuration name.
175###
176### As far as handling version numbers on operating systems is
177### concerned, make sure things will fail in a fixable way. If
178### /etc/MACHINES doesn't say anything about version numbers, be
179### prepared to handle anything reasonably. If version numbers
180### matter, be sure /etc/MACHINES says something about it.
181###
182### Eric Raymond says we should accept strings like "sysvr4" to mean
183### "System V Release 4"; he writes, "The old convention encouraged
184### confusion between `system' and `release' levels'."
185
186machine='' opsys='' unported=no
187case "${canonical}" in
188
ba45dae0
GM
189 ## FreeBSD ports
190 *-*-freebsd* )
191 opsys=freebsd
192 case "${canonical}" in
193 alpha*-*-freebsd*) machine=alpha ;;
194 i[3456]86-*-freebsd*) machine=intel386 ;;
195 esac
196 ;;
197
9ec10b2f
DM
198 ## NetBSD ports
199 *-*-netbsd* )
200 opsys=netbsd
201 case "${canonical}" in
98bbf2a1 202 alpha*-*-netbsd*) machine=alpha ;;
5ac83f86 203 i[3456]86-*-netbsd*) machine=intel386 ;;
9ec10b2f
DM
204 m68k-*-netbsd*)
205 # This is somewhat bogus.
206 machine=hp9000s300 ;;
ca568b47 207 powerpc-apple-netbsd*) machine=macppc ;;
9ec10b2f 208 mips-*-netbsd*) machine=pmax ;;
69d5a2fa 209 mipsel-*-netbsd*) machine=pmax ;;
9ec10b2f 210 ns32k-*-netbsd*) machine=ns32000 ;;
b52425f4 211 powerpc-*-netbsd*) machine=macppc ;;
1ecefa7a 212 sparc*-*-netbsd*) machine=sparc ;;
b336ddd3 213 vax-*-netbsd*) machine=vax ;;
69d5a2fa 214 arm-*-netbsd*) machine=arm ;;
9ec10b2f
DM
215 esac
216 ;;
217
e3ac1b7f
RS
218 ## OpenBSD ports
219 *-*-openbsd* )
220 opsys=openbsd
221 case "${canonical}" in
98bbf2a1 222 alpha*-*-openbsd*) machine=alpha ;;
e3ac1b7f 223 i386-*-openbsd*) machine=intel386 ;;
6239880d
RS
224 m68k-*-openbsd*) machine=hp9000s300 ;;
225 mipsel-*-openbsd*) machine=pmax ;;
e3ac1b7f
RS
226 ns32k-*-openbsd*) machine=ns32000 ;;
227 sparc-*-openbsd*) machine=sparc ;;
ca568b47 228 vax-*-openbsd*) machine=vax ;;
e3ac1b7f
RS
229 esac
230 ;;
231
3cd69289
DM
232 ## Acorn RISCiX:
233 arm-acorn-riscix1.1* )
234 machine=acorn opsys=riscix1-1
235 ;;
236 arm-acorn-riscix1.2* | arm-acorn-riscix )
aac2257c
RS
237 ## This name is riscix12 instead of riscix1.2
238 ## to avoid a file name conflict on MSDOS.
239 machine=acorn opsys=riscix12
3cd69289
DM
240 ;;
241
2c4f7ce7
RS
242 ## BSDI ports
243 *-*-bsdi* )
244 opsys=bsdi
245 case "${canonical}" in
246 i[345]86-*-bsdi*) machine=intel386 ;;
247 sparc-*-bsdi*) machine=sparc ;;
393032d2 248 powerpc-*-bsdi*) machine=macppc ;;
2c4f7ce7
RS
249 esac
250 case "${canonical}" in
251 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;;
252 *-*-bsdi2.0* ) opsys=bsdos2 ;;
253 *-*-bsdi2* ) opsys=bsdos2-1 ;;
254 *-*-bsdi3* ) opsys=bsdos3 ;;
1d06fc82 255 *-*-bsdi[45]* ) opsys=bsdos4 ;;
2c4f7ce7
RS
256 esac
257 ;;
258
9ec10b2f
DM
259 ## Alliant machines
260 ## Strictly speaking, we need the version of the alliant operating
261 ## system to choose the right machine file, but currently the
262 ## configuration name doesn't tell us enough to choose the right
263 ## one; we need to give alliants their own operating system name to
264 ## do this right. When someone cares, they can help us.
265 fx80-alliant-* )
266 machine=alliant4 opsys=bsd4-2
267 ;;
268 i860-alliant-* )
269 machine=alliant-2800 opsys=bsd4-3
270 ;;
271
30457b4f 272 ## Alpha (DEC) machines.
98bbf2a1 273 alpha*-dec-osf* )
3cd69289 274 machine=alpha opsys=osf1
f528522b 275 # This is needed to find X11R6.1 libraries for certain tests.
1bc5a004
RS
276 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
277 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
557dcfd7
DL
278 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
279 # due to non-traditional preprocessing with the current compiler
280 # defaults. OSF 4 can also have that compiler version, and there
281 # seems always to have been a usable /usr/bin/cpp.
282 NON_GNU_CPP=/usr/bin/cpp
71c72a72 283 case "${canonical}" in
d5c898bb 284 alpha*-dec-osf[5-9]*)
f8340326 285 opsys=osf5-0 ;;
e57196a0 286 esac
3cd69289
DM
287 ;;
288
98bbf2a1 289 alpha*-*-linux-gnu* )
5ac83f86 290 machine=alpha opsys=gnu-linux
4e90a7d5
RS
291 ;;
292
d506e713
GM
293 arm*-*-linux-gnu* )
294 machine=arm opsys=gnu-linux
295 ;;
296
297 ppc-*-linux | \
298 powerpc-*-linux* )
393032d2 299 machine=macppc opsys=gnu-linux
d506e713
GM
300 ;;
301
9ec10b2f
DM
302 ## Altos 3068
303 m68*-altos-sysv* )
304 machine=altos opsys=usg5-2
305 ;;
c7f493fd 306
9ec10b2f
DM
307 ## Amdahl UTS
308 580-amdahl-sysv* )
309 machine=amdahl opsys=usg5-2-2
310 ;;
311
acd04c87
RS
312 ## Apollo, Domain/OS
313 m68*-apollo-* )
314 machine=apollo opsys=bsd4-3
9ec10b2f
DM
315 ;;
316
317 ## AT&T 3b2, 3b5, 3b15, 3b20
318 we32k-att-sysv* )
319 machine=att3b opsys=usg5-2-2
320 ;;
321
322 ## AT&T 3b1 - The Mighty Unix PC!
323 m68*-att-sysv* )
324 machine=7300 opsys=usg5-2-2
325 ;;
326
327 ## Bull dpx20
328 rs6000-bull-bosx* )
329 machine=ibmrs6000 opsys=aix3-2
330 ;;
331
332 ## Bull dpx2
333 m68*-bull-sysv3* )
334 machine=dpx2 opsys=usg5-3
335 ;;
336
337 ## Bull sps7
338 m68*-bull-sysv2* )
339 machine=sps7 opsys=usg5-2
340 ;;
341
342 ## CCI 5/32, 6/32 -- see "Tahoe".
343
344 ## Celerity
345 ## I don't know what configuration name to use for this; config.sub
346 ## doesn't seem to know anything about it. Hey, Celerity users, get
347 ## in touch with us!
348 celerity-celerity-bsd* )
349 machine=celerity opsys=bsd4-2
350 ;;
351
352 ## Clipper
353 ## What operating systems does this chip run that Emacs has been
354 ## tested on?
355 clipper-* )
356 machine=clipper
357 ## We'll use the catch-all code at the bottom to guess the
358 ## operating system.
359 ;;
360
b83e4a77
RS
361 ## Compaq Nonstop
362 mips-compaq-nonstopux* )
363 machine=nonstopux opsys=nonstopux
364 ;;
365
9ec10b2f
DM
366 ## Convex
367 *-convex-bsd* | *-convex-convexos* )
368 machine=convex opsys=bsd4-3
908ff139 369 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
9ec10b2f
DM
370 NON_GNU_CPP="cc -E -P"
371 ;;
372
373 ## Cubix QBx/386
5ac83f86 374 i[3456]86-cubix-sysv* )
9ec10b2f
DM
375 machine=intel386 opsys=usg5-3
376 ;;
377
378 ## Cydra 5
379 cydra*-cydrome-sysv* )
380 machine=cydra5 opsys=usg5-3
381 ;;
382
383 ## Data General AViiON Machines
651fc2d2
RS
384 ## DG changed naming conventions with the release of 5.4.4.10, they
385 ## dropped the initial 5.4 but left the intervening R. Because of the
386 ## R this shouldn't conflict with older versions of the OS (which I
f4afda69
KH
387 ## think were named like dgux4.*). In addition, DG new AViiONs series
388 ## uses either Motorola M88k or Intel Pentium CPUs.
9ae70ffe 389 m88k-dg-dguxR4.* | m88k-dg-dgux4* )
651fc2d2
RS
390 machine=aviion opsys=dgux4
391 ;;
9ec10b2f 392 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
aac2257c
RS
393 ## This name is dgux5-4-3 instead of dgux5-4r3
394 ## to avoid a file name conflict on MSDOS.
395 machine=aviion opsys=dgux5-4-3
9ec10b2f
DM
396 ;;
397 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
398 machine=aviion opsys=dgux5-4r2
399 ;;
400 m88k-dg-dgux* )
401 machine=aviion opsys=dgux
402 ;;
403
4e746fa8
KH
404 ## Data General AViiON Intel (x86) Machines
405 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
406 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
9ae70ffe 407 i[345]86-dg-dguxR4* )
4e746fa8
KH
408 machine=aviion-intel opsys=dgux4
409 ;;
410
9ec10b2f
DM
411 ## DECstations
412 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
413 machine=pmax opsys=bsd4-2
414 ;;
3bbe016c 415 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
9ec10b2f
DM
416 machine=pmax opsys=bsd4-3
417 ;;
3bbe016c
KH
418 mips-dec-ultrix* )
419 machine=pmax opsys=ultrix4-3
420 ;;
9ec10b2f
DM
421 mips-dec-osf* )
422 machine=pmax opsys=osf1
423 ;;
b95c8e7e
RS
424 mips-dec-mach_bsd4.3* )
425 machine=pmax opsys=mach-bsd4-3
426 ;;
9ec10b2f
DM
427
428 ## Motorola Delta machines
429 m68k-motorola-sysv* | m68000-motorola-sysv* )
430 machine=delta opsys=usg5-3
431 if test -z "`type gnucc | grep 'not found'`"
018427ee
RS
432 then
433 if test -s /etc/167config
434 then CC="gnucc -m68040"
435 else CC="gnucc -m68881"
c7f493fd 436 fi
9ec10b2f
DM
437 else
438 if test -z "`type gcc | grep 'not found'`"
439 then CC=gcc
440 else CC=cc
441 fi
442 fi
443 ;;
444 m88k-motorola-sysv4* )
63c1d3f2
RS
445 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
446 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
447 # I hope there are not other 4.0 versions for this machine
448 # which really need usg5-4 instead.
449 machine=delta88k opsys=usg5-4-2
9ec10b2f
DM
450 ;;
451 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
452 machine=delta88k opsys=usg5-3
453 ;;
454
455 ## Dual machines
456 m68*-dual-sysv* )
457 machine=dual opsys=usg5-2
458 ;;
459 m68*-dual-uniplus* )
460 machine=dual opsys=unipl5-2
461 ;;
462
463 ## Elxsi 6400
464 elxsi-elxsi-sysv* )
465 machine=elxsi opsys=usg5-2
466 ;;
467
468 ## Encore machines
469 ns16k-encore-bsd* )
470 machine=ns16000 opsys=umax
471 ;;
472
2ce723a5
DL
473 ## The GEC 63 - apparently, this port isn't really finished yet.
474 # I'm sure we finished off the last of the machines, though. -- fx
9ec10b2f
DM
475
476 ## Gould Power Node and NP1
477 pn-gould-bsd4.2* )
478 machine=gould opsys=bsd4-2
479 ;;
480 pn-gould-bsd4.3* )
481 machine=gould opsys=bsd4-3
482 ;;
483 np1-gould-bsd* )
484 machine=gould-np1 opsys=bsd4-3
485 ;;
486
487 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
488 ## as far as Emacs is concerned).
489 m88k-harris-cxux* )
490 # Build needs to be different on 7.0 and later releases
491 case "`uname -r`" in
492 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
493 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
494 esac
3d68df05 495 NON_GNU_CPP="/lib/cpp"
9ec10b2f
DM
496 ;;
497 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
498 m68k-harris-cxux* )
499 machine=nh3000 opsys=cxux
500 ;;
3d68df05
KH
501 ## Harris power pc NightHawk running Power UNIX (Series 6000)
502 powerpc-harris-powerunix )
503 machine=nh6000 opsys=powerunix
504 NON_GNU_CPP="cc -Xo -E -P"
505 ;;
0e5f305e
RS
506 ## SR2001/SR2201 running HI-UX/MPP
507 hppa1.1-hitachi-hiuxmpp* )
508 machine=sr2k opsys=hiuxmpp
509 ;;
2d0bcbcc
EZ
510 hppa1.1-hitachi-hiuxwe2* )
511 machine=sr2k opsys=hiuxwe2
512 ;;
9ec10b2f
DM
513 ## Honeywell XPS100
514 xps*-honeywell-sysv* )
515 machine=xps100 opsys=usg5-2
516 ;;
517
518 ## HP 9000 series 200 or 300
519 m68*-hp-bsd* )
520 machine=hp9000s300 opsys=bsd4-3
521 ;;
42c3a7f7 522 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
9ec10b2f
DM
523 m68*-hp-hpux* )
524 case "`uname -r`" in
525 ## Someone's system reports A.B8.05 for this.
526 ## I wonder what other possibilities there are.
527 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
528 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
529 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
88a806e9 530 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
9ec10b2f
DM
531 *) machine=hp9000s300 opsys=hpux ;;
532 esac
533 ;;
534
535 ## HP 9000 series 700 and 800, running HP/UX
536 hppa*-hp-hpux7* )
537 machine=hp800 opsys=hpux
538 ;;
539 hppa*-hp-hpux8* )
540 machine=hp800 opsys=hpux8
541 ;;
542 hppa*-hp-hpux9shr* )
543 machine=hp800 opsys=hpux9shr
544 ;;
545 hppa*-hp-hpux9* )
546 machine=hp800 opsys=hpux9
547 ;;
4f4d6b17 548 hppa*-hp-hpux10* )
12760c02 549 machine=hp800 opsys=hpux10
42c3a7f7 550 ;;
4f4d6b17
EZ
551 hppa*-hp-hpux1[1-9]* )
552 machine=hp800 opsys=hpux11
553 ;;
9ec10b2f 554
6fa6525f
RS
555 hppa*-*-linux-gnu* )
556 machine=hp800 opsys=gnu-linux
557 ;;
558
9ec10b2f
DM
559 ## HP 9000 series 700 and 800, running HP/UX
560 hppa*-hp-hpux* )
561 ## Cross-compilation? Nah!
562 case "`uname -r`" in
563 ## Someone's system reports A.B8.05 for this.
564 ## I wonder what other possibilities there are.
565 *.B8.* ) machine=hp800 opsys=hpux8 ;;
566 *.08.* ) machine=hp800 opsys=hpux8 ;;
567 *.09.* ) machine=hp800 opsys=hpux9 ;;
842f8692 568 *) machine=hp800 opsys=hpux10 ;;
9ec10b2f
DM
569 esac
570 ;;
da945421 571 hppa*-*-nextstep* )
4be21f66
KH
572 machine=hp800 opsys=nextstep
573 ;;
9ec10b2f
DM
574
575 ## Orion machines
576 orion-orion-bsd* )
577 machine=orion opsys=bsd4-2
578 ;;
579 clipper-orion-bsd* )
580 machine=orion105 opsys=bsd4-2
581 ;;
582
583 ## IBM machines
5ac83f86 584 i[3456]86-ibm-aix1.1* )
9ec10b2f
DM
585 machine=ibmps2-aix opsys=usg5-2-2
586 ;;
5ac83f86 587 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
9ec10b2f
DM
588 machine=ibmps2-aix opsys=usg5-3
589 ;;
590 i370-ibm-aix*)
591 machine=ibm370aix opsys=usg5-3
592 ;;
f4c2acb3
EZ
593 s390-*-linux-gnu)
594 machine=ibms390 opsys=gnu-linux
595 ;;
046545ec 596 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
9ec10b2f
DM
597 machine=ibmrs6000 opsys=aix3-1
598 ;;
046545ec 599 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
9ec10b2f
DM
600 machine=ibmrs6000 opsys=aix3-2-5
601 ;;
b63df577
RS
602 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
603 machine=ibmrs6000 opsys=aix4-1
604 ;;
a8958813
RS
605 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
606 machine=ibmrs6000 opsys=aix4-2
607 ;;
1ef1ef96
EZ
608 rs6000-ibm-aix5.1* | powerpc-ibm-aix5.1* )
609 machine=ibmrs6000 opsys=aix4-2
610 ;;
a8958813 611 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )
b63df577
RS
612 machine=ibmrs6000 opsys=aix4
613 ;;
a8958813
RS
614 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
615 machine=ibmrs6000 opsys=aix4-1
616 ;;
046545ec 617 rs6000-ibm-aix* | powerpc-ibm-aix* )
9ec10b2f
DM
618 machine=ibmrs6000 opsys=aix3-2
619 ;;
620 romp-ibm-bsd4.3* )
621 machine=ibmrt opsys=bsd4-3
c7f493fd 622 ;;
9ec10b2f
DM
623 romp-ibm-bsd4.2* )
624 machine=ibmrt opsys=bsd4-2
625 ;;
626 romp-ibm-aos4.3* )
627 machine=ibmrt opsys=bsd4-3
c7f493fd 628 ;;
9ec10b2f
DM
629 romp-ibm-aos4.2* )
630 machine=ibmrt opsys=bsd4-2
631 ;;
632 romp-ibm-aos* )
633 machine=ibmrt opsys=bsd4-3
634 ;;
635 romp-ibm-bsd* )
636 machine=ibmrt opsys=bsd4-3
637 ;;
638 romp-ibm-aix* )
639 machine=ibmrt-aix opsys=usg5-2-2
640 ;;
641
642 ## Integrated Solutions `Optimum V'
643 m68*-isi-bsd4.2* )
644 machine=isi-ov opsys=bsd4-2
645 ;;
646 m68*-isi-bsd4.3* )
647 machine=isi-ov opsys=bsd4-3
648 ;;
649
650 ## Intel 386 machines where we do care about the manufacturer
5ac83f86 651 i[3456]86-intsys-sysv* )
9ec10b2f
DM
652 machine=is386 opsys=usg5-2-2
653 ;;
654
655 ## Prime EXL
5ac83f86 656 i[3456]86-prime-sysv* )
9ec10b2f
DM
657 machine=i386 opsys=usg5-3
658 ;;
659
3cd69289 660 ## Sequent Symmetry running Dynix
5ac83f86 661 i[3456]86-sequent-bsd* )
9ec10b2f
DM
662 machine=symmetry opsys=bsd4-3
663 ;;
664
86d6f6ee
RS
665 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
666 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
667 machine=sequent-ptx opsys=ptx4
0dcdc912 668 NON_GNU_CPP=/lib/cpp
86d6f6ee
RS
669 ;;
670
3cd69289
DM
671 ## Sequent Symmetry running DYNIX/ptx
672 ## Use the old cpp rather than the newer ANSI one.
5ac83f86 673 i[3456]86-sequent-ptx* )
3cd69289
DM
674 machine=sequent-ptx opsys=ptx
675 NON_GNU_CPP="/lib/cpp"
676 ;;
677
cd837fee
KH
678 ## ncr machine running svr4.3.
679 i[3456]86-ncr-sysv4.3 )
680 machine=ncr386 opsys=usg5-4-3
681 ;;
682
9ec10b2f
DM
683 ## Unspecified sysv on an ncr machine defaults to svr4.2.
684 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
5ac83f86 685 i[3456]86-ncr-sysv* )
b0f36760 686 machine=ncr386 opsys=usg5-4-2
9ec10b2f
DM
687 ;;
688
cbce363f
RS
689 ## Intel Paragon OSF/1
690 i860-intel-osf1* )
691 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
692 ;;
693
9ec10b2f
DM
694 ## Intel 860
695 i860-*-sysv4* )
696 machine=i860 opsys=usg5-4
697 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
698 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
699 ;;
700
3ad6e32b
GM
701 ## Macintosh PowerPC
702 powerpc*-*-linux-gnu* )
703 machine=macppc opsys=gnu-linux
704 ;;
705
9ec10b2f
DM
706 ## Masscomp machines
707 m68*-masscomp-rtu* )
708 machine=masscomp opsys=rtu
709 ;;
710
711 ## Megatest machines
712 m68*-megatest-bsd* )
713 machine=mega68 opsys=bsd4-2
714 ;;
715
716 ## Workstations sold by MIPS
717 ## This is not necessarily all workstations using the MIPS processor -
718 ## Irises are produced by SGI, and DECstations by DEC.
719
720 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
721 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
722 ## it gives for choosing between the alternatives seems to be "Use
723 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
724 ## the BSD world." I'll assume that these are instructions for
725 ## handling two odd situations, and that every other situation
726 ## should use mips.h and usg5-2-2, they being listed first.
727 mips-mips-usg* )
728 machine=mips4
729 ## Fall through to the general code at the bottom to decide on the OS.
730 ;;
731 mips-mips-riscos4* )
732 machine=mips4 opsys=bsd4-3
733 NON_GNU_CC="cc -systype bsd43"
734 NON_GNU_CPP="cc -systype bsd43 -E"
735 ;;
b95c8e7e
RS
736 mips-mips-riscos5* )
737 machine=mips4 opsys=riscos5
738 NON_GNU_CC="cc -systype bsd43"
739 NON_GNU_CPP="cc -systype bsd43 -E"
740 ;;
9ec10b2f
DM
741 mips-mips-bsd* )
742 machine=mips opsys=bsd4-3
743 ;;
744 mips-mips-* )
745 machine=mips opsys=usg5-2-2
746 ;;
747
748 ## NeXT
5ab52d42
RS
749 m68*-next-* | m68k-*-nextstep* )
750 machine=m68k opsys=nextstep
9ec10b2f
DM
751 ;;
752
753 ## The complete machine from National Semiconductor
754 ns32k-ns-genix* )
755 machine=ns32000 opsys=usg5-2
756 ;;
757
758 ## NCR machines
759 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
760 machine=tower32 opsys=usg5-2-2
761 ;;
762 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
763 machine=tower32v3 opsys=usg5-3
764 ;;
765
b4ea3111
KH
766 ## NEC EWS4800
767 mips-nec-sysv4*)
768 machine=ews4800 opsys=ux4800
769 ;;
770
9ec10b2f
DM
771 ## Nixdorf Targon 31
772 m68*-nixdorf-sysv* )
773 machine=targon31 opsys=usg5-2-2
774 ;;
775
776 ## Nu (TI or LMI)
777 m68*-nu-sysv* )
778 machine=nu opsys=usg5-2
779 ;;
780
781 ## Plexus
782 m68*-plexus-sysv* )
783 machine=plexus opsys=usg5-2
784 ;;
785
42326ef0
RS
786 ## PowerPC reference platform
787 powerpcle-*-solaris2* )
788 machine=prep
789 opsys=sol2-5
790 ;;
791
9ec10b2f
DM
792 ## Pyramid machines
793 ## I don't really have any idea what sort of processor the Pyramid has,
794 ## so I'm assuming it is its own architecture.
795 pyramid-pyramid-bsd* )
796 machine=pyramid opsys=bsd4-2
797 ;;
798
799 ## Sequent Balance
800 ns32k-sequent-bsd4.2* )
801 machine=sequent opsys=bsd4-2
802 ;;
803 ns32k-sequent-bsd4.3* )
804 machine=sequent opsys=bsd4-3
805 ;;
806
807 ## Siemens Nixdorf
7cba3845 808 mips-siemens-sysv* | mips-sni-sysv*)
9ec10b2f
DM
809 machine=mips-siemens opsys=usg5-4
810 NON_GNU_CC=/usr/ccs/bin/cc
811 NON_GNU_CPP=/usr/ccs/lib/cpp
812 ;;
813
814 ## Silicon Graphics machines
815 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
816 m68*-sgi-iris3.5* )
817 machine=irist opsys=iris3-5
818 ;;
819 m68*-sgi-iris3.6* | m68*-sgi-iris*)
820 machine=irist opsys=iris3-6
821 ;;
822 ## Iris 4D
823 mips-sgi-irix3* )
824 machine=iris4d opsys=irix3-3
825 ;;
4ab83697
RS
826 mips-sgi-irix4* )
827 machine=iris4d opsys=irix4-0
828 ;;
a187fb80
KH
829 mips-sgi-irix6.5 )
830 machine=iris4d opsys=irix6-5
91193697
DL
831 # Without defining _LANGUAGE_C, things get masked out in the headers
832 # so that, for instance, grepping for `free' in stdlib.h fails and
833 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
834 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
63c59d1e 835 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
a187fb80 836 ;;
546fa279 837 mips-sgi-irix6* )
309daad2 838 machine=iris4d opsys=irix6-0
d9b5c990 839 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
91193697
DL
840 # but presumably it does no harm.
841 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
63c59d1e 842 # -32 probably isn't necessary in later v.6s -- anyone know which?
309daad2 843 NON_GCC_TEST_OPTIONS=-32
546fa279 844 ;;
4ab83697 845 mips-sgi-irix5.[01]* )
9ec10b2f
DM
846 machine=iris4d opsys=irix5-0
847 ;;
4ab83697
RS
848 mips-sgi-irix5* | mips-sgi-irix* )
849 machine=iris4d opsys=irix5-2
9ec10b2f
DM
850 ;;
851
852 ## SONY machines
853 m68*-sony-bsd4.2* )
854 machine=news opsys=bsd4-2
855 ;;
856 m68*-sony-bsd4.3* )
857 machine=news opsys=bsd4-3
858 ;;
3d102c59 859 m68*-sony-newsos3* | m68*-sony-news3*)
9ec10b2f
DM
860 machine=news opsys=bsd4-3
861 ;;
3d102c59 862 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
9ec10b2f
DM
863 machine=news-risc opsys=bsd4-3
864 ;;
423ef6e8 865 mips-sony-newsos6* )
b48e4aeb 866 machine=news-r6 opsys=newsos6
423ef6e8 867 ;;
3d102c59 868 mips-sony-news* )
9ec10b2f
DM
869 machine=news-risc opsys=newsos5
870 ;;
871
872 ## Stride
873 m68*-stride-sysv* )
874 machine=stride opsys=usg5-2
875 ;;
876
877 ## Suns
b5b193a7 878 sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
5ac83f86 879 machine=sparc opsys=gnu-linux
28d9bc0e
KH
880 ;;
881
f4027958 882 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
5ac83f86 883 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
c42b1767 884 | rs6000-*-solaris2*)
9ec10b2f
DM
885 case "${canonical}" in
886 m68*-sunos1* ) machine=sun1 ;;
887 m68*-sunos2* ) machine=sun2 ;;
888 m68* ) machine=sun3 ;;
5ac83f86
RS
889 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
890 i[3456]86-*-* ) machine=intel386 ;;
42326ef0 891 powerpcle* ) machine=powerpcle ;;
f7894e88 892 powerpc* | rs6000* ) machine=ibmrs6000 ;;
9ec10b2f
DM
893 sparc* ) machine=sparc ;;
894 * ) unported=yes ;;
895 esac
896 case "${canonical}" in
897 ## The Sun386 didn't get past 4.0.
5ac83f86 898 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
9ec10b2f 899 *-sunos4.0* ) opsys=sunos4-0 ;;
0ff0179d 900 *-sunos4.1.[3-9]*noshare )
aac2257c
RS
901 ## This name is sunos413 instead of sunos4-1-3
902 ## to avoid a file name conflict on MSDOS.
903 opsys=sunos413
3d68df05
KH
904 NON_GNU_CPP=/usr/lib/cpp
905 NON_GCC_TEST_OPTIONS=-Bstatic
906 GCC_TEST_OPTIONS=-static
907 ;;
3e23af40
RS
908 *-sunos4.1.[3-9]* | *-sunos4shr*)
909 opsys=sunos4shr
910 NON_GNU_CPP=/usr/lib/cpp
911 ;;
3d68df05
KH
912 *-sunos4* | *-sunos )
913 opsys=sunos4-1
9ec10b2f
DM
914 NON_GCC_TEST_OPTIONS=-Bstatic
915 GCC_TEST_OPTIONS=-static
916 ;;
917 *-sunos5.3* | *-solaris2.3* )
918 opsys=sol2-3
919 NON_GNU_CPP=/usr/ccs/lib/cpp
920 ;;
921 *-sunos5.4* | *-solaris2.4* )
922 opsys=sol2-4
923 NON_GNU_CPP=/usr/ccs/lib/cpp
30457b4f 924 RANLIB="ar -ts"
9ec10b2f 925 ;;
2e567bad
KH
926 *-sunos5.5* | *-solaris2.5* )
927 opsys=sol2-5
928 NON_GNU_CPP=/usr/ccs/lib/cpp
30457b4f 929 RANLIB="ar -ts"
2e567bad 930 ;;
9ec10b2f 931 *-sunos5* | *-solaris* )
348e3a08 932 opsys=sol2-5
9ec10b2f
DM
933 NON_GNU_CPP=/usr/ccs/lib/cpp
934 ;;
935 * ) opsys=bsd4-2 ;;
936 esac
6e502e37
RS
937 ## Watch out for a compiler that we know will not work.
938 case "${canonical}" in
939 *-solaris* | *-sunos5* )
940 if [ "x$CC" = x/usr/ucb/cc ]; then
941 ## /usr/ucb/cc doesn't work;
942 ## we should find some other compiler that does work.
943 unset CC
944 fi
945 ;;
946 *) ;;
947 esac
9ec10b2f 948 ;;
5ab52d42 949 sparc-*-nextstep* )
19e45036 950 machine=sparc opsys=nextstep
5ab52d42 951 ;;
9ec10b2f
DM
952
953 ## Tadpole 68k
954 m68*-tadpole-sysv* )
955 machine=tad68k opsys=usg5-3
956 ;;
957
958 ## Tahoe machines
959 tahoe-tahoe-bsd4.2* )
960 machine=tahoe opsys=bsd4-2
961 ;;
962 tahoe-tahoe-bsd4.3* )
963 machine=tahoe opsys=bsd4-3
964 ;;
965
966 ## Tandem Integrity S2
967 mips-tandem-sysv* )
968 machine=tandem-s2 opsys=usg5-3
969 ;;
970
971 ## Tektronix XD88
972 m88k-tektronix-sysv3* )
973 machine=tekxd88 opsys=usg5-3
974 ;;
975
976 ## Tektronix 16000 box (6130?)
977 ns16k-tektronix-bsd* )
978 machine=ns16000 opsys=bsd4-2
979 ;;
980 ## Tektronix 4300
981 ## src/m/tek4300.h hints that this is a m68k machine.
982 m68*-tektronix-bsd* )
983 machine=tek4300 opsys=bsd4-3
984 ;;
985
986 ## Titan P2 or P3
987 ## We seem to have lost the machine-description file titan.h!
988 titan-titan-sysv* )
989 machine=titan opsys=usg5-3
990 ;;
c7f493fd 991
9ec10b2f
DM
992 ## Ustation E30 (SS5E)
993 m68*-unisys-uniplus* )
994 machine=ustation opsystem=unipl5-2
995 ;;
996
997 ## Vaxen.
998 vax-dec-* )
999 machine=vax
1000 case "${canonical}" in
1001 *-bsd4.1* ) opsys=bsd4-1 ;;
1002 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
1003 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
9ec10b2f
DM
1004 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
1005 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
1006 *-vms* ) opsys=vms ;;
1007 * ) unported=yes
1008 esac
1009 ;;
1010
1011 ## Whitechapel MG1
1012 ns16k-whitechapel-* )
1013 machine=mg1
1014 ## We don't know what sort of OS runs on these; we'll let the
1015 ## operating system guessing code below try.
1016 ;;
1017
1018 ## Wicat
1019 m68*-wicat-sysv* )
1020 machine=wicat opsys=usg5-2
1021 ;;
1022
2d23c8cc
GM
1023 ## IA-64
1024 ia64*-*-linux* )
1025 machine=ia64 opsys=gnu-linux
1026 ;;
1027
9ec10b2f 1028 ## Intel 386 machines where we don't care about the manufacturer
5ac83f86 1029 i[3456]86-*-* )
9ec10b2f
DM
1030 machine=intel386
1031 case "${canonical}" in
9f25f6fb 1032 *-lynxos* ) opsys=lynxos ;;
9ec10b2f
DM
1033 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1034 *-isc2.2* ) opsys=isc2-2 ;;
1035 *-isc4.0* ) opsys=isc4-0 ;;
135c9ca6
RS
1036 *-isc4.* ) opsys=isc4-1
1037 GCC_TEST_OPTIONS=-posix
1038 NON_GCC_TEST_OPTIONS=-Xp
1039 ;;
9ec10b2f
DM
1040 *-isc* ) opsys=isc3-0 ;;
1041 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
1042 *-esix* ) opsys=esix ;;
1043 *-xenix* ) opsys=xenix ;;
5ac83f86 1044 *-linux-gnu* ) opsys=gnu-linux ;;
9ec10b2f 1045 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
5ac83f86
RS
1046 *-sco3.2v5* ) opsys=sco5
1047 NON_GNU_CPP=/lib/cpp
1048 # Prevent -belf from being passed to $CPP.
1049 # /lib/cpp does not accept it.
1e60bcf8 1050 OVERRIDE_CPPFLAGS=" "
5ac83f86 1051 ;;
0e6d70d5 1052 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
9ec10b2f 1053 *-386bsd* ) opsys=386bsd ;;
5ab52d42 1054 *-nextstep* ) opsys=nextstep ;;
9ec10b2f
DM
1055 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1056 esac
1057 ;;
1058
287f502c 1059 ## m68k Linux-based GNU system
5ac83f86
RS
1060 m68k-*-linux-gnu* )
1061 machine=m68k opsys=gnu-linux
e1fd57e3
RS
1062 ;;
1063
287f502c
RS
1064 ## Mips Linux-based GNU system
1065 mips-*-linux-gnu* )
1066 machine=mips opsys=gnu-linux
1067 ;;
1068
eded5b68
RS
1069 ## UXP/DS
1070 sparc-fujitsu-sysv4* )
1071 machine=sparc opsys=uxpds
1072 NON_GNU_CPP=/usr/ccs/lib/cpp
1073 RANLIB="ar -ts"
1074 ;;
1075
5dbb45f2
KH
1076 ## UXP/V
1077 f301-fujitsu-uxpv4.1)
1078 machine=f301 opsys=uxpv
1079 ;;
1080
9ec10b2f
DM
1081 * )
1082 unported=yes
1083 ;;
1084esac
1085
1086### If the code above didn't choose an operating system, just choose
1087### an operating system based on the configuration name. You really
1088### only want to use this when you have no idea what the right
1089### operating system is; if you know what operating systems a machine
1090### runs, it's cleaner to make it explicit in the case statement
1091### above.
1092if test x"${opsys}" = x; then
1093 case "${canonical}" in
1094 *-gnu* ) opsys=gnu ;;
1095 *-bsd4.[01] ) opsys=bsd4-1 ;;
1096 *-bsd4.2 ) opsys=bsd4-2 ;;
1097 *-bsd4.3 ) opsys=bsd4-3 ;;
1098 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
1099 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
1100 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
5ab52d42 1101 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
66a96cff 1102 *-sysv4.2uw* ) opsys=unixware ;;
5ab52d42 1103 *-sysv4.1* | *-sysvr4.1* )
9ec10b2f
DM
1104 NON_GNU_CPP=/usr/lib/cpp
1105 opsys=usg5-4 ;;
5ab52d42 1106 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
b63df577 1107 if [ x$NON_GNU_CPP = x ]; then
16831d8c
RS
1108 if [ -f /usr/ccs/lib/cpp ]; then
1109 NON_GNU_CPP=/usr/ccs/lib/cpp
1110 else
1111 NON_GNU_CPP=/lib/cpp
1112 fi
b63df577
RS
1113 fi
1114 opsys=usg5-4-2 ;;
5ab52d42 1115 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
9ec10b2f
DM
1116 * )
1117 unported=yes
1118 ;;
1119 esac
1120fi
1121
1122changequote([, ])dnl
1123
1124if test $unported = yes; then
1125 AC_MSG_ERROR([Emacs hasn't been ported to \`${canonical}' systems.
1126Check \`etc/MACHINES' for recognized configuration names.])
1127fi
1128
1129machfile="m/${machine}.h"
1130opsysfile="s/${opsys}.h"
1131
1132
1133#### Choose a compiler.
1134test -n "$CC" && cc_specified=yes
1135
5ab52d42
RS
1136# Save the value of CFLAGS that the user specified.
1137SPECIFIED_CFLAGS="$CFLAGS"
1138
9ec10b2f
DM
1139case ${with_gcc} in
1140 "yes" ) CC="gcc" GCC=yes ;;
6e0dc84a 1141 "no" ) : ${CC=cc} ;;
e9b2a022 1142 * )
9ec10b2f 1143esac
e9b2a022 1144AC_PROG_CC
9ec10b2f
DM
1145
1146# On Suns, sometimes $CPP names a directory.
1147if test -n "$CPP" && test -d "$CPP"; then
1148 CPP=
1149fi
1150
1151#### Some systems specify a CPP to use unless we are using GCC.
1152#### Now that we know whether we are using GCC, we can decide whether
1153#### to use that one.
1154if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
1155then
1156 CPP="$NON_GNU_CPP"
1157fi
1158
1159#### Some systems specify a CC to use unless we are using GCC.
1160#### Now that we know whether we are using GCC, we can decide whether
1161#### to use that one.
1162if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
1163 test x$cc_specified != xyes
1164then
1165 CC="$NON_GNU_CC"
1166fi
1167
1168if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
1169then
1170 CC="$CC $GCC_TEST_OPTIONS"
c7f493fd 1171fi
9ec10b2f
DM
1172
1173if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
1174then
1175 CC="$CC $NON_GCC_TEST_OPTIONS"
c7f493fd 1176fi
9ec10b2f 1177
1bc5a004
RS
1178if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
1179then
1180 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
1181fi
1182
1183if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
1184then
1185 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
1186fi
1187
9ec10b2f
DM
1188#### Some other nice autoconf tests. If you add a test here which
1189#### should make an entry in src/config.h, don't forget to add an
1190#### #undef clause to src/config.h.in for autoconf to modify.
1191
1192dnl checks for programs
6e0dc84a 1193AC_PROG_LN_S
9ec10b2f
DM
1194AC_PROG_CPP
1195AC_PROG_INSTALL
1196AC_PROG_YACC
3f5b097c
DL
1197if test "x$RANLIB" = x; then
1198 AC_PROG_RANLIB
1199fi
9ec10b2f 1200
3cd69289
DM
1201dnl checks for Unix variants
1202AC_AIX
1203
4428e268
DL
1204#### Extract some information from the operating system and machine files.
1205
1206AC_CHECKING([the machine- and system-dependent files to find out
1207 - which libraries the lib-src programs will want, and
1208 - whether the GNU malloc routines are usable])
1209
1210### First figure out CFLAGS (which we use for running the compiler here)
1211### and REAL_CFLAGS (which we use for real compilation).
1212### The two are the same except on a few systems, where they are made
1213### different to work around various lossages. For example,
1214### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
1215### as implying static linking.
1216
1217### If the CFLAGS env var is specified, we use that value
1218### instead of the default.
1219
1220### It's not important that this name contain the PID; you can't run
1221### two configures in the same directory and have anything work
1222### anyway.
1223tempcname="conftest.c"
1224
1225echo '
1226#include "'${srcdir}'/src/'${opsysfile}'"
1227#include "'${srcdir}'/src/'${machfile}'"
1228#ifndef LIBS_MACHINE
1229#define LIBS_MACHINE
1230#endif
1231#ifndef LIBS_SYSTEM
1232#define LIBS_SYSTEM
1233#endif
1234#ifndef C_SWITCH_SYSTEM
1235#define C_SWITCH_SYSTEM
1236#endif
1237#ifndef C_SWITCH_MACHINE
1238#define C_SWITCH_MACHINE
1239#endif
1240configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1241configure___ c_switch_system=C_SWITCH_SYSTEM
1242configure___ c_switch_machine=C_SWITCH_MACHINE
1243
1244#ifndef LIB_X11_LIB
1245#define LIB_X11_LIB -lX11
1246#endif
1247
1248#ifndef LIBX11_MACHINE
1249#define LIBX11_MACHINE
1250#endif
1251
1252#ifndef LIBX11_SYSTEM
1253#define LIBX11_SYSTEM
1254#endif
1255configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
1256
1257#ifdef UNEXEC
1258configure___ unexec=UNEXEC
1259#else
1260configure___ unexec=unexec.o
1261#endif
1262
1263#ifdef SYSTEM_MALLOC
1264configure___ system_malloc=yes
1265#else
1266configure___ system_malloc=no
1267#endif
1268
e32fac2a
GM
1269#ifdef USE_MMAP_FOR_BUFFERS
1270configure___ use_mmap_for_buffers=yes
b1b4ce06 1271#else
e32fac2a 1272configure___ use_mmap_for_buffers=no
b1b4ce06
GM
1273#endif
1274
4428e268
DL
1275#ifndef C_DEBUG_SWITCH
1276#define C_DEBUG_SWITCH -g
1277#endif
1278
1279#ifndef C_OPTIMIZE_SWITCH
1280#ifdef __GNUC__
1281#define C_OPTIMIZE_SWITCH -O2
1282#else
1283#define C_OPTIMIZE_SWITCH -O
1284#endif
1285#endif
1286
1287#ifndef LD_SWITCH_MACHINE
1288#define LD_SWITCH_MACHINE
1289#endif
1290
1291#ifndef LD_SWITCH_SYSTEM
1292#define LD_SWITCH_SYSTEM
1293#endif
1294
1295#ifndef LD_SWITCH_X_SITE_AUX
1296#define LD_SWITCH_X_SITE_AUX
1297#endif
1298
1299configure___ ld_switch_system=LD_SWITCH_SYSTEM
1300configure___ ld_switch_machine=LD_SWITCH_MACHINE
1301
1302#ifdef THIS_IS_CONFIGURE
1303
1304/* Get the CFLAGS for tests in configure. */
1305#ifdef __GNUC__
1306configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1307#else
1308configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1309#endif
1310
1311#else /* not THIS_IS_CONFIGURE */
1312
1313/* Get the CFLAGS for real compilation. */
1314#ifdef __GNUC__
1315configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1316#else
1317configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1318#endif
1319
1320#endif /* not THIS_IS_CONFIGURE */
1321' > ${tempcname}
1322
1323# The value of CPP is a quoted variable reference, so we need to do this
1324# to get its actual value...
1325CPP=`eval "echo $CPP"`
1326changequote(, )dnl
1327eval `${CPP} -Isrc ${tempcname} \
1328 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1329if test "x$SPECIFIED_CFLAGS" = x; then
1330 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1331 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1332else
1333 REAL_CFLAGS="$CFLAGS"
1334fi
1335changequote([, ])dnl
1336rm ${tempcname}
1337
1338ac_link="$ac_link $ld_switch_machine $ld_switch_system"
1339
1340### Make sure subsequent tests use flags consistent with the build flags.
1341
1342if test x"${OVERRIDE_CPPFLAGS}" != x; then
1343 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1344else
1345 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1346fi
1347
48989ead
DL
1348dnl Do this early because it can frob feature test macros for Unix-98 &c.
1349AC_SYS_LARGEFILE
1350
b412189c 1351# Sound support for GNU/Linux and the free BSDs.
b192d653
KR
1352AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
1353# Emulation library used on NetBSD.
1354AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
1355AC_SUBST(LIBSOUND)
b412189c 1356
9ec10b2f 1357dnl checks for header files
1113b624
PE
1358AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1359 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
149c0cdc 1360 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h)
6e0dc84a
DM
1361AC_HEADER_STDC
1362AC_HEADER_TIME
1363AC_DECL_SYS_SIGLIST
2ce723a5 1364AC_HEADER_SYS_WAIT
9ec10b2f 1365
3cd69289 1366dnl Some systems have utime.h but don't declare the struct anyplace.
fd0a060b 1367AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf,
3cd69289
DM
1368AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1369#include <sys/time.h>
1370#include <time.h>
1371#else
1372#ifdef HAVE_SYS_TIME_H
1373#include <sys/time.h>
1374#else
1375#include <time.h>
1376#endif
1377#endif
1378#ifdef HAVE_UTIME_H
1379#include <utime.h>
1380#endif], [static struct utimbuf x; x.actime = x.modtime;],
fd0a060b
AS
1381 emacs_cv_struct_utimbuf=yes, emacs_cv_struct_utimbuf=no))
1382if test $emacs_cv_struct_utimbuf = yes; then
1383 AC_DEFINE(HAVE_STRUCT_UTIMBUF)
1384fi
3cd69289 1385
9ec10b2f 1386dnl checks for typedefs
6e0dc84a 1387AC_TYPE_SIGNAL
9ec10b2f 1388
25abcaf1
GM
1389dnl Check for speed_t typedef.
1390AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,
1391AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],
e9b2a022 1392 emacs_cv_speed_t=yes, emacs_cv_speed_t=no))
25abcaf1
GM
1393if test $emacs_cv_speed_t = yes; then
1394 AC_DEFINE(HAVE_SPEED_T)
1395fi
1396
fd0a060b 1397AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,
3cd69289
DM
1398AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1399#include <sys/time.h>
1400#include <time.h>
1401#else
1402#ifdef HAVE_SYS_TIME_H
1403#include <sys/time.h>
1404#else
1405#include <time.h>
1406#endif
1407#endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
fd0a060b
AS
1408 emacs_cv_struct_timeval=yes, emacs_cv_struct_timeval=no))
1409HAVE_TIMEVAL=$emacs_cv_struct_timeval
1410if test $emacs_cv_struct_timeval = yes; then
1411 AC_DEFINE(HAVE_TIMEVAL)
1412fi
3cd69289 1413
63c59d1e
DL
1414AC_CACHE_CHECK(for struct exception, emacs_cv_struct_exception,
1415AC_TRY_COMPILE([#include <math.h>],
1416[static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;],
1417 emacs_cv_struct_exception=yes, emacs_cv_struct_exception=no))
1418HAVE_EXCEPTION=$emacs_cv_struct_exception
1419if test $emacs_cv_struct_exception != yes; then
1420 AC_DEFINE(NO_MATHERR)
1421fi
1422
9ec10b2f
DM
1423dnl checks for structure members
1424AC_STRUCT_TM
6e0dc84a 1425AC_STRUCT_TIMEZONE
1113b624
PE
1426AC_CACHE_CHECK(for tm_gmtoff in struct tm, emacs_cv_tm_gmtoff,
1427AC_TRY_LINK([#include <time.h>], [struct tm t; t.tm_gmtoff = 0],
1428 emacs_cv_tm_gmtoff=yes,
1429 emacs_cv_tm_gmtoff=no))
1430if test $emacs_cv_tm_gmtoff = yes; then
1431 AC_DEFINE(HAVE_TM_GMTOFF)
1432fi
9ec10b2f
DM
1433
1434dnl checks for compiler characteristics
3f5b097c
DL
1435
1436dnl Testing __STDC__ to determine prototype support isn't good enough.
1437dnl DEC C, for instance, doesn't define it with default options, and
1438dnl is used on 64-bit systems (OSF Alphas). Similarly for volatile
1439dnl and void *.
1440AC_C_PROTOTYPES
1441AC_C_VOLATILE
6e0dc84a 1442AC_C_CONST
3f5b097c
DL
1443dnl This isn't useful because we can't turn on use of `inline' unless
1444dnl the compiler groks `extern inline'.
1445dnl AC_C_INLINE
1446AC_CACHE_CHECK([for void * support], emacs_cv_void_star,
1447 [AC_TRY_COMPILE(, [void * foo;],
1448 emacs_cv_void_star=yes, emacs_cv_void_star=no)])
1449if test $emacs_cv_void_star = yes; then
1450 AC_DEFINE(POINTER_TYPE, void)
1451else
1452 AC_DEFINE(POINTER_TYPE, char)
1453fi
9ec10b2f
DM
1454
1455dnl check for Make feature
6e0dc84a 1456AC_PROG_MAKE_SET
9ec10b2f
DM
1457
1458dnl checks for operating system services
6e0dc84a 1459AC_SYS_LONG_FILE_NAMES
9ec10b2f
DM
1460
1461#### Choose a window system.
9ec10b2f 1462
6e0dc84a 1463AC_PATH_X
530ce502
DM
1464if test "$no_x" = yes; then
1465 window_system=none
1466else
1467 window_system=x11
1468fi
9ec10b2f 1469
ea199426 1470if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
00ac3ffc
KH
1471 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
1472 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
66d736a9
RS
1473 x_default_search_path=""
1474 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
c8d4d4cc
KH
1475 x_search_path="\
1476${x_library}/X11/%L/%T/%N%C%S:\
1477${x_library}/X11/%l/%T/%N%C%S:\
1478${x_library}/X11/%T/%N%C%S:\
1479${x_library}/X11/%L/%T/%N%S:\
1480${x_library}/X11/%l/%T/%N%S:\
1481${x_library}/X11/%T/%N%S"
66d736a9
RS
1482 if test x"${x_default_search_path}" = x; then
1483 x_default_search_path=${x_search_path}
1484 else
1485 x_default_search_path="${x_search_path}:${x_default_search_path}"
1486 fi
1487 done
ea199426
DM
1488fi
1489if test "${x_includes}" != NONE && test -n "${x_includes}"; then
cc6476f6 1490 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
ea199426 1491fi
9ec10b2f 1492
8dbeb353
DM
1493if test x"${x_includes}" = x; then
1494 bitmapdir=/usr/include/X11/bitmaps
3cd69289 1495else
908ff139 1496 # accumulate include directories that have X11 bitmap subdirectories
cc6476f6
KH
1497 bmd_acc="dummyval"
1498 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
1499 if test -d "${bmd}/X11/bitmaps"; then
1500 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
4f6f5dab
GM
1501 fi
1502 if test -d "${bmd}/bitmaps"; then
cc6476f6
KH
1503 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
1504 fi
1505 done
1506 if test ${bmd_acc} != "dummyval"; then
1507 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
1508 fi
3cd69289
DM
1509fi
1510
9ec10b2f
DM
1511case "${window_system}" in
1512 x11 )
1513 HAVE_X_WINDOWS=yes
1514 HAVE_X11=yes
1515 case "${with_x_toolkit}" in
c7f493fd
RM
1516 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
1517 motif ) USE_X_TOOLKIT=MOTIF ;;
1518dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;;
4be21f66
KH
1519 no ) USE_X_TOOLKIT=none ;;
1520dnl If user did not say whether to use a toolkit,
1521dnl make this decision later: use the toolkit if we have X11R5 or newer.
1522 * ) USE_X_TOOLKIT=maybe ;;
9ec10b2f
DM
1523 esac
1524 ;;
9ec10b2f
DM
1525 none )
1526 HAVE_X_WINDOWS=no
1527 HAVE_X11=no
1528 USE_X_TOOLKIT=none
1529 ;;
1530esac
9ec10b2f
DM
1531
1532### If we're using X11, we should use the X menu package.
08741ba9 1533HAVE_MENUS=no
9ec10b2f 1534case ${HAVE_X11} in
08741ba9 1535 yes ) HAVE_MENUS=yes ;;
9ec10b2f 1536esac
b412189c 1537
b95c8e7e
RS
1538if test "${opsys}" = "hpux9"; then
1539 case "${x_libraries}" in
1540 *X11R4* )
1541 opsysfile="s/hpux9-x11r4.h"
1542 ;;
1543 esac
1544fi
1545
1546if test "${opsys}" = "hpux9shr"; then
1547 case "${x_libraries}" in
1548 *X11R4* )
1549 opsysfile="s/hpux9shxr4.h"
1550 ;;
1551 esac
1552fi
1553
9ec10b2f
DM
1554### Compute the unexec source name from the object name.
1555UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
1556
1557# Do the opsystem or machine files prohibit the use of the GNU malloc?
1558# Assume not, until told otherwise.
1559GNU_MALLOC=yes
b05a95cb
RS
1560doug_lea_malloc=yes
1561AC_CHECK_FUNC(malloc_get_state, ,doug_lea_malloc=no)
1562AC_CHECK_FUNC(malloc_set_state, ,doug_lea_malloc=no)
fd0a060b
AS
1563AC_CACHE_CHECK(whether __after_morecore_hook exists,
1564 emacs_cv_var___after_morecore_hook,
e9b2a022 1565[AC_TRY_LINK([extern void (* __after_morecore_hook)();],[__after_morecore_hook = 0],
fd0a060b 1566 emacs_cv_var___after_morecore_hook=yes,
e9b2a022 1567 emacs_cv_var___after_morecore_hook=no)])
fd0a060b
AS
1568if test $emacs_cv_var___after_morecore_hook = no; then
1569 doug_lea_malloc=no
1570fi
8cd88038 1571if test "${system_malloc}" = "yes"; then
9ec10b2f
DM
1572 GNU_MALLOC=no
1573 GNU_MALLOC_reason="
b05a95cb 1574 (The GNU allocators don't work with this system configuration.)"
9ec10b2f 1575fi
8cd88038
RS
1576if test "$doug_lea_malloc" = "yes" ; then
1577 if test "$GNU_MALLOC" = yes ; then
1578 GNU_MALLOC_reason="
0855015c 1579 (Using Doug Lea's new malloc from the GNU C Library.)"
8cd88038
RS
1580 fi
1581 AC_DEFINE(DOUG_LEA_MALLOC)
1582fi
9ec10b2f
DM
1583
1584if test x"${REL_ALLOC}" = x; then
1585 REL_ALLOC=${GNU_MALLOC}
1586fi
1587
e32fac2a 1588dnl For now, need to use an explicit `#define USE_MMAP_FOR_BUFFERS 1'
69c40632 1589dnl the system configuration file (s/*.h) to turn the use of mmap
53c94d4d 1590dnl in the relocating allocator on.
b1b4ce06
GM
1591
1592AC_FUNC_MMAP
e32fac2a
GM
1593if test $use_mmap_for_buffers = yes; then
1594 REL_ALLOC=no
b1b4ce06
GM
1595fi
1596
52c76122 1597LIBS="$libsrc_libs $LIBS"
9ec10b2f
DM
1598
1599dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1600dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1601AC_CHECK_LIB(dnet, dnet_ntoa)
1602dnl This causes -lresolv to get used in subsequent tests,
1603dnl which causes failures on some systems such as HPUX 9.
1604dnl AC_CHECK_LIB(resolv, gethostbyname)
1605
1606dnl FIXME replace main with a function we actually want from this library.
1607AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1608
027dae63 1609AC_CHECK_LIB(pthreads, cma_open)
1d94ee28 1610
5d4245a6 1611AC_MSG_CHECKING(for XFree86 in /usr/X386)
9ec10b2f 1612if test -d /usr/X386/include; then
9ec10b2f 1613 HAVE_XFREE386=yes
6e0dc84a 1614 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
9ec10b2f 1615else
6e0dc84a 1616 HAVE_XFREE386=no
9ec10b2f 1617fi
6e0dc84a 1618AC_MSG_RESULT($HAVE_XFREE386)
9ec10b2f 1619
509fccc3
RS
1620# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
1621# for the tests that follow. We set it back to REAL_CFLAGS later on.
9ec10b2f 1622
5a9bf171
KR
1623REAL_CPPFLAGS="$CPPFLAGS"
1624
9ec10b2f
DM
1625if test "${HAVE_X11}" = "yes"; then
1626 DEFS="$C_SWITCH_X_SITE $DEFS"
96c20358
RS
1627 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
1628 LIBS="$LIBX $LIBS"
9ec10b2f 1629 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
5a9bf171 1630 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
509fccc3 1631
617a496c
RS
1632 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
1633 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
1634 # but it's more convenient here to set LD_RUN_PATH
1635 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
1636 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1637 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
1638 export LD_RUN_PATH
1639 fi
1640
5ac83f86 1641 if test "${opsys}" = "gnu-linux"; then
3bbe016c 1642 AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
509fccc3
RS
1643 AC_TRY_LINK([],
1644 [XOpenDisplay ("foo");],
3bbe016c
KH
1645 [xlinux_first_failure=no],
1646 [xlinux_first_failure=yes])
1647 if test "${xlinux_first_failure}" = "yes"; then
509fccc3
RS
1648 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
1649 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
1650 OLD_CPPFLAGS="$CPPFLAGS"
1651 OLD_LIBS="$LIBS"
1652 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
1653 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
1654 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
1655 LIBS="$LIBS -b i486-linuxaout"
1656 AC_TRY_LINK([],
1657 [XOpenDisplay ("foo");],
3bbe016c
KH
1658 [xlinux_second_failure=no],
1659 [xlinux_second_failure=yes])
1660 if test "${xlinux_second_failure}" = "yes"; then
509fccc3
RS
1661 # If we get the same failure with -b, there is no use adding -b.
1662 # So take it out. This plays safe.
1663 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
1664 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
1665 CPPFLAGS="$OLD_CPPFLAGS"
1666 LIBS="$OLD_LIBS"
1667 AC_MSG_RESULT(no)
1668 else
1669 AC_MSG_RESULT(yes)
1670 fi
1671 else
1672 AC_MSG_RESULT(no)
1673 fi
1674 fi
1675
9ca4be21
GM
1676 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
1677 # header files included from there.
1678 AC_MSG_CHECKING(for Xkb)
1679 AC_TRY_LINK([#include <X11/Xlib.h>
1680#include <X11/XKBlib.h>],
1681 [XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);],
1682 emacs_xkb=yes, emacs_xkb=no)
ad4ac636 1683 AC_MSG_RESULT($emacs_xkb)
9ca4be21
GM
1684 if test $emacs_xkb = yes; then
1685 AC_DEFINE(HAVE_XKBGETKEYBOARD)
1686 fi
1687
6e0dc84a 1688 AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
9ca4be21 1689XScreenNumberOfScreen XSetWMProtocols)
9ec10b2f
DM
1690fi
1691
08741ba9 1692if test "${window_system}" = "x11"; then
4be21f66 1693 AC_MSG_CHECKING(X11 version 6)
fd0a060b 1694 AC_CACHE_VAL(emacs_cv_x11_version_6,
e9b2a022 1695 [AC_TRY_LINK([#include <X11/Xlib.h>],
08741ba9
RS
1696[#if XlibSpecificationRelease < 6
1697fail;
1698#endif
e9b2a022 1699], emacs_cv_x11_version_6=yes, emacs_cv_x11_version_6=no)])
fd0a060b
AS
1700 if test $emacs_cv_x11_version_6 = yes; then
1701 AC_MSG_RESULT(6 or newer)
1702 AC_DEFINE(HAVE_X11R6)
1703 else
1704 AC_MSG_RESULT(before 6)
1705 fi
08741ba9
RS
1706fi
1707
f7894e88 1708if test "${window_system}" = "x11"; then
4be21f66 1709 AC_MSG_CHECKING(X11 version 5)
fd0a060b 1710 AC_CACHE_VAL(emacs_cv_x11_version_5,
e9b2a022 1711 [AC_TRY_LINK([#include <X11/Xlib.h>],
4be21f66
KH
1712[#if XlibSpecificationRelease < 5
1713fail;
1714#endif
e9b2a022 1715], emacs_cv_x11_version_5=yes, emacs_cv_x11_version_5=no)])
fd0a060b
AS
1716 if test $emacs_cv_x11_version_5 = yes; then
1717 AC_MSG_RESULT(5 or newer)
f7894e88 1718 HAVE_X11R5=yes
fd0a060b
AS
1719 AC_DEFINE(HAVE_X11R5)
1720 else
f7894e88 1721 HAVE_X11R5=no
fd0a060b
AS
1722 AC_MSG_RESULT(before 5)
1723 fi
f7894e88
RS
1724fi
1725
bce97856
RS
1726dnl Do not put whitespace before the #include statements below.
1727dnl Older compilers (eg sunos4 cc) choke on it.
f7894e88
RS
1728if test x"${USE_X_TOOLKIT}" = xmaybe; then
1729 if test x"${HAVE_X11R5}" = xyes; then
1730 AC_MSG_CHECKING(X11 version 5 with Xaw)
fd0a060b 1731 AC_CACHE_VAL(emacs_cv_x11_version_5_with_xaw,
e9b2a022 1732 [AC_TRY_LINK([
bce97856
RS
1733#include <X11/Intrinsic.h>
1734#include <X11/Xaw/Simple.h>],
f7894e88 1735 [],
fd0a060b 1736 emacs_cv_x11_version_5_with_xaw=yes,
e9b2a022 1737 emacs_cv_x11_version_5_with_xaw=no)])
fd0a060b
AS
1738 if test $emacs_cv_x11_version_5_with_xaw = yes; then
1739 AC_MSG_RESULT([5 or newer, with Xaw; use toolkit by default])
1740 USE_X_TOOLKIT=LUCID
1741 else
1742 AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default)
1743 USE_X_TOOLKIT=none
1744 fi
f7894e88
RS
1745 else
1746 USE_X_TOOLKIT=none
1747 fi
4be21f66
KH
1748fi
1749
1750X_TOOLKIT_TYPE=$USE_X_TOOLKIT
1751
9ec10b2f
DM
1752if test "${USE_X_TOOLKIT}" != "none"; then
1753 AC_MSG_CHECKING(X11 toolkit version)
fd0a060b 1754 AC_CACHE_VAL(emacs_cv_x11_toolkit_version_6,
e9b2a022 1755 [AC_TRY_LINK([#include <X11/Intrinsic.h>],
9ec10b2f
DM
1756[#if XtSpecificationRelease < 6
1757fail;
1758#endif
e9b2a022 1759], emacs_cv_x11_toolkit_version_6=yes, emacs_cv_x11_toolkit_version_6=no)])
fd0a060b
AS
1760 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
1761 if test $emacs_cv_x11_toolkit_version_6 = yes; then
1762 AC_MSG_RESULT(6 or newer)
1763 AC_DEFINE(HAVE_X11XTR6)
1764 else
1765 AC_MSG_RESULT(before 6)
1766 fi
6aad10e4
RS
1767
1768dnl If using toolkit, check whether libXmu.a exists.
1769dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link.
1770 OLDLIBS="$LIBS"
fcc303f4
RS
1771 if test x$HAVE_X11XTR6 = xyes; then
1772 LIBS="-lXt -lSM -lICE $LIBS"
1773 else
1774 LIBS="-lXt $LIBS"
1775 fi
6aad10e4 1776 AC_CHECK_LIB(Xmu, XmuConvertStandardSelection)
ad4ac636
GM
1777 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
1778fi
1779
1780# On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
1781if test "${HAVE_X11}" = "yes"; then
1782 if test "${USE_X_TOOLKIT}" != "none"; then
1783 AC_CHECK_LIB(Xext, XShapeQueryExtension)
1784 fi
9ec10b2f
DM
1785fi
1786
66d736a9 1787if test "${USE_X_TOOLKIT}" = "MOTIF"; then
fd0a060b 1788 AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,
e9b2a022 1789 [AC_TRY_COMPILE([#include <Xm/Xm.h>],
66d736a9
RS
1790 [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
1791int x = 5;
1792#else
1793Motif version prior to 2.1.
1794#endif],
e9b2a022 1795 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)])
fd0a060b
AS
1796 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1797 if test $emacs_cv_motif_version_2_1 = yes; then
d96a4de3 1798 HAVE_LIBXP=no
fd0a060b 1799 AC_DEFINE(HAVE_MOTIF_2_1)
ad4ac636 1800 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes)
72d9b5b3
GM
1801 if test ${HAVE_LIBXP} = yes; then
1802 AC_DEFINE(HAVE_LIBXP)
1803 fi
fd0a060b 1804 fi
66d736a9
RS
1805fi
1806
620fdfdf
RS
1807### Is -lXaw3d available?
1808HAVE_XAW3D=no
1809if test "${HAVE_X11}" = "yes"; then
1810 if test "${USE_X_TOOLKIT}" != "none"; then
620fdfdf 1811 AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,
ad4ac636 1812 AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes))
620fdfdf
RS
1813 if test "${HAVE_XAW3D}" = "yes"; then
1814 AC_DEFINE(HAVE_XAW3D)
1815 fi
1816 fi
1817fi
1818
0be97a72
GM
1819dnl Use toolkit scroll bars if configured for X toolkit and either
1820dnl using Motif or Xaw3d is available, and unless
1821dnl --with-toolkit-scroll-bars=no was specified.
1822
1823USE_TOOLKIT_SCROLL_BARS=no
1824if test "${with_toolkit_scroll_bars}" != "no"; then
1825 if test "${USE_X_TOOLKIT}" != "none"; then
1826 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1827 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
1828 HAVE_XAW3D=no
1829 USE_TOOLKIT_SCROLL_BARS=yes
1830 elif test "${HAVE_XAW3D}" = "yes"; then
1831 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
1832 USE_TOOLKIT_SCROLL_BARS=yes
1833 fi
1834 fi
1835fi
1836
c6f7dae8
GM
1837dnl Don't use X11 input methods if user specifies he doesn't want it
1838dnl with `--with-xim=no'.
1839
1840if test "${with_xim}" != "no"; then
1841 AC_DEFINE(USE_XIM)
1842fi
1843
620fdfdf
RS
1844### Use -lXpm if available, unless `--with-xpm=no'.
1845HAVE_XPM=no
1846if test "${HAVE_X11}" = "yes"; then
1847 if test "${with_xpm}" != "no"; then
620fdfdf 1848 AC_CHECK_HEADER(X11/xpm.h,
7960d0bd
GM
1849 AC_CHECK_LIB(Xpm, XpmReadFileToPixmap, HAVE_XPM=yes, , -lX11))
1850 if test "${HAVE_XPM}" = "yes"; then
29c1b68e
GM
1851 AC_MSG_CHECKING(for XpmReturnAllocPixels preprocessor define)
1852 AC_EGREP_CPP(no_return_alloc_pixels,
1853 [#include "X11/xpm.h"
7960d0bd
GM
1854#ifndef XpmReturnAllocPixels
1855no_return_alloc_pixels
1856#endif
29c1b68e
GM
1857 ], HAVE_XPM=no, HAVE_XPM=yes)
1858
1859 if test "${HAVE_XPM}" = "yes"; then
1860 AC_MSG_RESULT(yes)
1861 else
1862 AC_MSG_RESULT(no)
1863 fi
1890c0c4 1864 fi
620fdfdf
RS
1865 fi
1866
1867 if test "${HAVE_XPM}" = "yes"; then
1868 AC_DEFINE(HAVE_XPM)
1869 fi
1870fi
1871
1872### Use -ljpeg if available, unless `--with-jpeg=no'.
1873HAVE_JPEG=no
1874if test "${HAVE_X11}" = "yes"; then
1875 if test "${with_jpeg}" != "no"; then
3cc9d384
DL
1876 dnl Checking for jpeglib.h can lose becsue of a redefinition of
1877 dnl HAVE_STDLIB_H.
1878 AC_CHECK_HEADER(jerror.h,
ad4ac636 1879 AC_CHECK_LIB(jpeg, jpeg_destroy_compress, HAVE_JPEG=yes))
620fdfdf
RS
1880 fi
1881
1882 if test "${HAVE_JPEG}" = "yes"; then
1883 AC_DEFINE(HAVE_JPEG)
4d766b59
RS
1884 AC_EGREP_CPP(
1885changequote({, })dnl avoid leadingspace on the next line
1886{version= *(6[2-9]|[7-9][0-9])},
1887changequote([, ])dnl
1888 [#include <jpeglib.h>
1889 version=JPEG_LIB_VERSION
1890],
1891 AC_DEFINE(HAVE_JPEG),
1892 [AC_MSG_WARN([libjpeg found, but not version 6b or later])
1893 HAVE_JPEG=no])
620fdfdf
RS
1894 fi
1895fi
1896
1897### Use -lpng if available, unless `--with-png=no'.
1898HAVE_PNG=no
1899if test "${HAVE_X11}" = "yes"; then
1900 if test "${with_png}" != "no"; then
620fdfdf 1901 AC_CHECK_HEADER(png.h,
ad4ac636 1902 AC_CHECK_LIB(png, png_get_channels, HAVE_PNG=yes, , -lz -lm))
620fdfdf
RS
1903 fi
1904
1905 if test "${HAVE_PNG}" = "yes"; then
1906 AC_DEFINE(HAVE_PNG)
1907 fi
1908fi
1909
1910### Use -ltiff if available, unless `--with-tiff=no'.
1911HAVE_TIFF=no
1912if test "${HAVE_X11}" = "yes"; then
1913 if test "${with_tiff}" != "no"; then
620fdfdf 1914 AC_CHECK_HEADER(tiffio.h,
ad4ac636 1915 tifflibs="-lz -lm"
3b3cc4a4
KR
1916 # At least one tiff package requires the jpeg library.
1917 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
1918 AC_CHECK_LIB(tiff, TIFFGetVersion, HAVE_TIFF=yes, , $tifflibs))
620fdfdf
RS
1919 fi
1920
1921 if test "${HAVE_TIFF}" = "yes"; then
1922 AC_DEFINE(HAVE_TIFF)
1923 fi
1924fi
1925
1926### Use -lgif if available, unless `--with-gif=no'.
1927HAVE_GIF=no
1928if test "${HAVE_X11}" = "yes"; then
1929 if test "${with_gif}" != "no"; then
620fdfdf 1930 AC_CHECK_HEADER(gif_lib.h,
4d766b59
RS
1931# EGifPutExtensionLast only exists from version libungif-4.1.0b1.
1932# Earlier versions can crash Emacs.
1933 AC_CHECK_LIB(ungif, EGifPutExtensionLast, HAVE_GIF=yes))
620fdfdf
RS
1934 fi
1935
1936 if test "${HAVE_GIF}" = "yes"; then
1937 AC_DEFINE(HAVE_GIF)
1938 fi
1939fi
1940
f21fadcc
JD
1941### Use session management (-lSM -lICE) if available
1942HAVE_X_SM=no
1943if test "${HAVE_X11}" = "yes"; then
1944 AC_CHECK_HEADER(X11/SM/SMlib.h,
1945 AC_CHECK_LIB(SM, SmcOpenConnection, HAVE_X_SM=yes, -lICE))
1946
1947 if test "${HAVE_X_SM}" = "yes"; then
1948 AC_DEFINE(HAVE_X_SM)
1949 case "$LIBS" in
1950 *-lSM*) ;;
1951 *) LIBS="-lSM -lICE $LIBS" ;;
1952 esac
1953 fi
1954fi
1955
9ec10b2f 1956# If netdb.h doesn't declare h_errno, we must declare it by hand.
fd0a060b
AS
1957AC_CACHE_CHECK(whether netdb declares h_errno,
1958 emacs_cv_netdb_declares_h_errno,
e9b2a022 1959[AC_TRY_LINK([#include <netdb.h>],
01345308 1960 [return h_errno;],
e9b2a022 1961 emacs_cv_netdb_declares_h_errno=yes, emacs_cv_netdb_declares_h_errno=no)])
fd0a060b
AS
1962if test $emacs_cv_netdb_declares_h_errno = yes; then
1963 AC_DEFINE(HAVE_H_ERRNO)
1964fi
9ec10b2f 1965
6e0dc84a 1966AC_FUNC_ALLOCA
9ec10b2f 1967
f6e8adea 1968# fmod, logb, and frexp are found in -lm on most systems.
e468fb38 1969# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
e6fd9047 1970AC_CHECK_LIB(m, sqrt)
e6fd9047 1971
4e4db900 1972# Check for mail-locking functions in a "mail" library
5ad9ac92
DL
1973AC_CHECK_LIB(mail, maillock)
1974dnl Debian, at least:
1975dnl AC_CHECK_LIB(lockfile, maillock, [AC_DEFINE(HAVE_LIBMAIL)])
1976AC_CHECK_LIB(lockfile, maillock)
1977# If we have the shared liblockfile, assume we must use it for mail
1978# locking (e.g. Debian). If we couldn't link against liblockfile
1979# (no liblockfile.a installed), ensure that we don't need to.
1980if test "$ac_cv_lib_lockfile_maillock" = no; then
1981 dnl This works for files generally, not just executables.
1982 dnl Should we look elsewhere for it? Maybe examine /etc/ld.so.conf?
1983 AC_CHECK_PROG(liblockfile, liblockfile.so, yes, no,
1984 /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH)
1985 if test $ac_cv_prog_liblockfile = yes; then
1986 AC_MSG_ERROR([Shared liblockfile found but can't link against it.
1987This probably means that movemail could lose mail.
1988There may be a \`development' package to install containing liblockfile.])
1989 else AC_DEFINE(LIBMAIL, -llockfile)
1990 fi
1991 else :
1992fi
1993AC_CHECK_FUNCS(touchlock)
1994AC_CHECK_HEADERS(maillock.h)
4e4db900 1995
66abe596 1996AC_CHECK_FUNCS(gethostname getdomainname dup2 \
1effc2cb 1997rename closedir mkdir rmdir sysinfo \
fd4bc671 1998random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
85ea1a28 1999strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
290c1191 2000utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
ec406751 2001__fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
66abe596 2002sendto recvfrom getsockopt setsockopt getsockname getpeername \
7bb9a036 2003gai_strerror mkstemp)
38c44a91 2004
66abe596
KS
2005AC_CHECK_HEADERS(sys/un.h)
2006
38c44a91
DL
2007AC_FUNC_MKTIME
2008if test "$ac_cv_func_working_mktime" = no; then
2009 AC_DEFINE(BROKEN_MKTIME)
2010fi
2011
1ca2077a
DL
2012AC_FUNC_GETLOADAVG
2013
64a04a42 2014AC_FUNC_FSEEKO
63c59d1e 2015
64a04a42 2016# UNIX98 PTYs.
40ccc4c7
GM
2017AC_CHECK_FUNCS(grantpt)
2018
2019# PTY-related GNU extensions.
2020AC_CHECK_FUNCS(getpt)
2021
16831d8c
RS
2022# Check this now, so that we will NOT find the above functions in ncurses.
2023# That is because we have not set up to link ncurses in lib-src.
2024# It's better to believe a function is not available
2025# than to expect to find it in ncurses.
2026AC_CHECK_LIB(ncurses, tparm)
0c565a0a 2027
84e70f78
KR
2028# Do we need the Hesiod library to provide the support routines?
2029if test "$with_hesiod" = yes ; then
2030 # Don't set $LIBS here -- see comments above.
2031 resolv=no
2032 AC_CHECK_FUNC(res_send, , [AC_CHECK_FUNC(__res_send, ,
2033 [AC_CHECK_LIB(resolv, res_send, resolv=yes,
2034 [AC_CHECK_LIB(resolv, __res_send, resolv=yes)])])])
2035 if test "$resolv" = yes ; then
2036 RESOLVLIB=-lresolv
2037 AC_DEFINE(HAVE_LIBRESOLV)
2038 else
2039 RESOLVLIB=
2040 fi
2041 AC_CHECK_FUNC(hes_getmailhost, , [AC_CHECK_LIB(hesiod, hes_getmailhost,
2042 AC_DEFINE(HAVE_LIBHESIOD), :, $RESOLVLIB)])
2043fi
2044
a21616bd
KR
2045# These tell us which Kerberos-related libraries to use.
2046if test "${with_kerberos+set}" = set; then
2047 AC_CHECK_LIB(com_err, com_err)
2048 AC_CHECK_LIB(k5crypto, mit_des_cbc_encrypt)
2049 AC_CHECK_LIB(crypto, mit_des_cbc_encrypt)
2050 AC_CHECK_LIB(krb5, krb5_init_context)
2051 if test "${with_kerberos5+set}" != set; then
2052 AC_CHECK_LIB(des425, des_cbc_encrypt,,
2053 AC_CHECK_LIB(des, des_cbc_encrypt))
2054 AC_CHECK_LIB(krb4, krb_get_cred,,
2055 AC_CHECK_LIB(krb, krb_get_cred))
2056 fi
2057
2058 if test "${with_kerberos5+set}" = set; then
2059 AC_CHECK_HEADERS(krb5.h)
2060 else
2061 AC_CHECK_HEADERS(des.h,,
5a129faf
PE
2062 [AC_CHECK_HEADERS(kerberosIV/des.h,,
2063 [AC_CHECK_HEADERS(kerberos/des.h)])])
a21616bd 2064 AC_CHECK_HEADERS(krb.h,,
5a129faf
PE
2065 [AC_CHECK_HEADERS(kerberosIV/krb.h,,
2066 [AC_CHECK_HEADERS(kerberos/krb.h)])])
a21616bd
KR
2067 fi
2068 AC_CHECK_HEADERS(com_err.h)
2069fi
2070
c4510052
PE
2071# Solaris requires -lintl if you want strerror (which calls dgettext)
2072# to return localized messages.
2073AC_CHECK_LIB(intl, dgettext)
2074
0c565a0a
RS
2075AC_MSG_CHECKING(whether localtime caches TZ)
2076AC_CACHE_VAL(emacs_cv_localtime_cache,
fcc303f4 2077[if test x$ac_cv_func_tzset = xyes; then
0c565a0a 2078AC_TRY_RUN([#include <time.h>
22cc077c
RS
2079extern char **environ;
2080unset_TZ ()
2081{
2082 char **from, **to;
2083 for (to = from = environ; (*to = *from); from++)
2084 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
2085 to++;
2086}
98ab445d
RS
2087char TZ_GMT0[] = "TZ=GMT0";
2088char TZ_PST8[] = "TZ=PST8";
0c565a0a
RS
2089main()
2090{
2091 time_t now = time ((time_t *) 0);
22cc077c 2092 int hour_GMT0, hour_unset;
98ab445d 2093 if (putenv (TZ_GMT0) != 0)
0c565a0a 2094 exit (1);
22cc077c
RS
2095 hour_GMT0 = localtime (&now)->tm_hour;
2096 unset_TZ ();
2097 hour_unset = localtime (&now)->tm_hour;
98ab445d 2098 if (putenv (TZ_PST8) != 0)
0c565a0a 2099 exit (1);
22cc077c
RS
2100 if (localtime (&now)->tm_hour == hour_GMT0)
2101 exit (1);
2102 unset_TZ ();
2103 if (localtime (&now)->tm_hour != hour_unset)
2104 exit (1);
2105 exit (0);
0c565a0a
RS
2106}], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
2107[# If we have tzset, assume the worst when cross-compiling.
2108emacs_cv_localtime_cache=yes])
2109else
2110 # If we lack tzset, report that localtime does not cache TZ,
2111 # since we can't invalidate the cache if we don't have tzset.
2112 emacs_cv_localtime_cache=no
2113fi])dnl
2114AC_MSG_RESULT($emacs_cv_localtime_cache)
2115if test $emacs_cv_localtime_cache = yes; then
2116 AC_DEFINE(LOCALTIME_CACHE)
2117fi
9ec10b2f 2118
3d68df05 2119if test "x$HAVE_TIMEVAL" = xyes; then
8a2c2328
DL
2120 AC_CHECK_FUNCS(gettimeofday)
2121 AC_CACHE_CHECK(whether gettimeofday can accept two arguments,
2122 emacs_cv_gettimeofday_two_arguments,
e9b2a022 2123 [AC_TRY_COMPILE([
5ab52d42
RS
2124#ifdef TIME_WITH_SYS_TIME
2125#include <sys/time.h>
2126#include <time.h>
2127#else
2128#ifdef HAVE_SYS_TIME_H
2129#include <sys/time.h>
2130#else
2131#include <time.h>
2132#endif
290c1191 2133#endif],
8a2c2328
DL
2134 [struct timeval time;
2135 gettimeofday (&time, 0);],
2136 emacs_cv_gettimeofday_two_arguments=yes,
e9b2a022 2137 emacs_cv_gettimeofday_two_arguments=no)])
fd0a060b
AS
2138 if test $emacs_cv_gettimeofday_two_arguments = no; then
2139 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)
2140 fi
5ab52d42
RS
2141fi
2142
8a2c2328
DL
2143dnl Note that AC_STRUCT_TIMEZONE doesn't do what you might expect.
2144if test "$ac_cv_func_gettimeofday" = yes; then
2145 AC_CACHE_CHECK([for struct timezone], emacs_cv_struct_timezone,
2146 [AC_TRY_COMPILE([#include <sys/time.h>],
2147 [struct timezone tz;],
2148 dnl It may be that we can't call gettimeofday with a non-null pointer,
2149 dnl even though we have struct timezone (e.g. HPUX). In that case
2150 dnl we'll lie about struct timezone.
2151 [AC_TRY_RUN([
2152#ifdef TIME_WITH_SYS_TIME
2153#include <sys/time.h>
2154#include <time.h>
2155#else
2156#ifdef HAVE_SYS_TIME_H
2157#include <sys/time.h>
2158#else
2159#include <time.h>
2160#endif
2161#endif
2162main () {
2163 struct timeval time;
2164 struct timezone dummy;
2165 exit (gettimeofday (&time, &dummy));
2166}],
2167 emacs_cv_struct_timezone=yes,
2168 emacs_cv_struct_timezone=no, emacs_cv_struct_timezone=yes)],
2169 emacs_cv_struct_timezone=no)])
2170fi
2171
9ec10b2f 2172ok_so_far=yes
6e0dc84a 2173AC_CHECK_FUNC(socket, , ok_so_far=no)
9ec10b2f 2174if test $ok_so_far = yes; then
6e0dc84a 2175 AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no)
9ec10b2f
DM
2176fi
2177if test $ok_so_far = yes; then
6e0dc84a 2178 AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no)
9ec10b2f
DM
2179fi
2180if test $ok_so_far = yes; then
2181 AC_DEFINE(HAVE_INET_SOCKETS)
2182fi
2183
7bbbba31
DM
2184if test -f /usr/lpp/X11/bin/smt.exp; then
2185 AC_DEFINE(HAVE_AIX_SMT_EXP)
2186fi
2187
27b07953
GM
2188AC_MSG_CHECKING(whether system supports dynamic ptys)
2189if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
2190 AC_MSG_RESULT(yes)
2191 AC_DEFINE(HAVE_DEV_PTMX)
2192else
2193 AC_MSG_RESULT(no)
2194fi
2195
5a129faf 2196AC_FUNC_FORK
79e12078 2197
8170f46b
DL
2198# Fixme: This should be replaced when we have autoconf 2.14.
2199AC_SIZE_T
2200
9ec10b2f
DM
2201# Set up the CFLAGS for real compilation, so we can substitute it.
2202CFLAGS="$REAL_CFLAGS"
5a9bf171 2203CPPFLAGS="$REAL_CPPFLAGS"
9ec10b2f
DM
2204
2205changequote(, )dnl
2206#### Find out which version of Emacs this is.
2207version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
2208 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
2209changequote([, ])dnl
2210if test x"${version}" = x; then
2211 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
2212fi
2213
9ec10b2f
DM
2214### Specify what sort of things we'll be editing into Makefile and config.h.
2215### Use configuration here uncanonicalized to avoid exceeding size limits.
2216AC_SUBST(version)
2217AC_SUBST(configuration)
3cd69289 2218AC_SUBST(canonical)
9ec10b2f
DM
2219AC_SUBST(srcdir)
2220AC_SUBST(prefix)
2221AC_SUBST(exec_prefix)
2222AC_SUBST(bindir)
2223AC_SUBST(datadir)
3cd69289
DM
2224AC_SUBST(sharedstatedir)
2225AC_SUBST(libexecdir)
9ec10b2f
DM
2226AC_SUBST(mandir)
2227AC_SUBST(infodir)
2228AC_SUBST(lispdir)
2229AC_SUBST(locallisppath)
2230AC_SUBST(lisppath)
66d736a9 2231AC_SUBST(x_default_search_path)
9ec10b2f 2232AC_SUBST(etcdir)
9ec10b2f
DM
2233AC_SUBST(archlibdir)
2234AC_SUBST(docdir)
3cd69289 2235AC_SUBST(bitmapdir)
9ec10b2f
DM
2236AC_SUBST(c_switch_system)
2237AC_SUBST(c_switch_machine)
2238AC_SUBST(LD_SWITCH_X_SITE)
2239AC_SUBST(LD_SWITCH_X_SITE_AUX)
2240AC_SUBST(C_SWITCH_X_SITE)
2241AC_SUBST(CFLAGS)
2242AC_SUBST(X_TOOLKIT_TYPE)
2243AC_SUBST(machfile)
2244AC_SUBST(opsysfile)
1ca2077a 2245AC_SUBST(GETLOADAVG_LIBS)
9ec10b2f 2246
3cd69289 2247AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}")
6d1da0d1 2248AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}")
9ec10b2f
DM
2249AC_DEFINE_UNQUOTED(config_machfile, "${machfile}")
2250AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}")
2251AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
2252AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX})
2253AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
2254AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC})
2255
2256if test "${HAVE_X_WINDOWS}" = "yes" ; then
2257 AC_DEFINE(HAVE_X_WINDOWS)
2258fi
2259if test "${USE_X_TOOLKIT}" != "none" ; then
2260 AC_DEFINE(USE_X_TOOLKIT)
2261fi
2262if test "${HAVE_X11}" = "yes" ; then
2263 AC_DEFINE(HAVE_X11)
2264fi
2265if test "${HAVE_XFREE386}" = "yes" ; then
2266 AC_DEFINE(HAVE_XFREE386)
2267fi
08741ba9
RS
2268if test "${HAVE_MENUS}" = "yes" ; then
2269 AC_DEFINE(HAVE_MENUS)
9ec10b2f
DM
2270fi
2271if test "${GNU_MALLOC}" = "yes" ; then
2272 AC_DEFINE(GNU_MALLOC)
2273fi
2274if test "${REL_ALLOC}" = "yes" ; then
2275 AC_DEFINE(REL_ALLOC)
2276fi
9ec10b2f 2277
f0f2756d
SS
2278AC_CHECK_HEADERS(nlist.h, [AC_DEFINE(NLIST_STRUCT, 1,
2279 [Define if you have <nlist.h>.])])
2280
9ec10b2f
DM
2281#### Report on what we decided to do.
2282echo "
9ec10b2f
DM
2283Configured for \`${canonical}'.
2284
2285 Where should the build process find the source code? ${srcdir}
2286 What operating system and machine description files should Emacs use?
2287 \`${opsysfile}' and \`${machfile}'
2288 What compiler should emacs be built with? ${CC} ${CFLAGS}
2289 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
b1b4ce06 2290 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
e32fac2a 2291 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
9ec10b2f 2292 What window system should Emacs use? ${window_system}
509fccc3
RS
2293 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
2294
2295if test -n "${x_includes}"; then
2296echo " Where do we find X Windows header files? ${x_includes}"
2297else
2298echo " Where do we find X Windows header files? Standard dirs"
2299fi
2300if test -n "${x_libraries}"; then
2301echo " Where do we find X Windows libraries? ${x_libraries}"
2302else
2303echo " Where do we find X Windows libraries? Standard dirs"
2304fi
9ec10b2f 2305
b412189c
GM
2306echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
2307echo " Does Emacs use -lXpm? ${HAVE_XPM}"
2308echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
495ccc04 2309echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
b412189c
GM
2310echo " Does Emacs use -lungif? ${HAVE_GIF}"
2311echo " Does Emacs use -lpng? ${HAVE_PNG}"
20c1822e 2312echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
509fccc3 2313echo
9ec10b2f
DM
2314
2315# Remove any trailing slashes in these variables.
2316changequote(, )dnl
2317test "${prefix}" != NONE &&
2318 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
2319test "${exec_prefix}" != NONE &&
2320 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
2321changequote([, ])dnl
2322
3aa40e0e
GM
2323## Check if the C preprocessor will convert `..' to `. .'. If so, set
2324## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
2325## from Makefile.c can correctly provide the arg `-traditional' to the
2326## C preprocessor.
2327
2328AC_EGREP_CPP(yes..yes,
2329 [yes..yes],
2330 CPP_NEED_TRADITIONAL=no,
2331 CPP_NEED_TRADITIONAL=yes)
2332
5f8c8f00 2333AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
66a96cff 2334 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
56a0a075 2335 lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile, [
7bbbba31 2336
b63df577 2337### Make the necessary directories, if they don't exist.
e0a3686b 2338for dir in etc lisp ; do
b3947967 2339 test -d ${dir} || mkdir ${dir}
9ec10b2f
DM
2340done
2341
5f8c8f00
RS
2342# Build src/Makefile from ${srcdir}/src/Makefile.c
2343# and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
2344# This must be done after src/config.h is built, since we rely on that file.
9ec10b2f 2345
2d73167a 2346changequote(, )dnl The horror, the horror.
9ec10b2f
DM
2347# Now get this: Some word that is part of the ${srcdir} directory name
2348# or the ${configuration} value might, just might, happen to be an
2349# identifier like `sun4' or `i386' or something, and be predefined by
2350# the C preprocessor to some helpful value like 1, or maybe the empty
2351# string. Needless to say consequent macro substitutions are less
2352# than conducive to the makefile finding the correct directory.
2353undefs="`echo $top_srcdir $configuration $canonical |
2354sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
2355 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
2356`"
2d73167a 2357changequote([, ])dnl
9ec10b2f 2358
6a4bb05d 2359echo creating src/epaths.h
f8f7ab54 2360${MAKE-make} epaths-force
ab85d355 2361
c776f30b
GM
2362# As of 2000-11-19, newest development versions of GNU cpp preprocess
2363# `..' to `. .' unless invoked with -traditional
2364
3aa40e0e 2365if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
c776f30b
GM
2366 CPPFLAGS="$CPPFLAGS -traditional"
2367fi
2368
9ec10b2f
DM
2369echo creating lib-src/Makefile
2370( cd lib-src
2371 rm -f junk.c junk1.c junk2.c
2372 sed -e '/start of cpp stuff/q' \
5f8c8f00 2373 < Makefile.c > junk1.c
9ec10b2f 2374 sed -e '1,/start of cpp stuff/d'\
3b74127d 2375 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
5f8c8f00 2376 < Makefile.c > junk.c
e9b2a022 2377 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
9ec10b2f
DM
2378 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
2379 cat junk1.c junk2.c > Makefile.new
2380 rm -f junk.c junk1.c junk2.c
2381 chmod 444 Makefile.new
2382 mv -f Makefile.new Makefile
2383)
2384
2385echo creating src/Makefile
2386( cd src
2387 rm -f junk.c junk1.c junk2.c
2388 sed -e '/start of cpp stuff/q' \
5f8c8f00 2389 < Makefile.c > junk1.c
9ec10b2f 2390 sed -e '1,/start of cpp stuff/d'\
3b74127d 2391 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
5f8c8f00 2392 < Makefile.c > junk.c
e9b2a022 2393 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
9ec10b2f
DM
2394 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
2395 cat junk1.c junk2.c > Makefile.new
2396 rm -f junk.c junk1.c junk2.c
2397 chmod 444 Makefile.new
2398 mv -f Makefile.new Makefile
2399)
8b66759a 2400
e9b2a022 2401if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
8b66759a 2402 echo creating src/.gdbinit
e9b2a022 2403 echo source $srcdir/src/.gdbinit > src/.gdbinit
8b66759a
DM
2404fi
2405
66a96cff
RS
2406# This is how we know whether to re-run configure in certain cases.
2407touch src/config.stamp
2408
3aa40e0e 2409], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"])
464c7d2d 2410