(store_frame_param): Don't call set_menu_bar_lines if X.
[bpt/emacs.git] / configure.in
CommitLineData
9ec10b2f
DM
1dnl This is an autoconf script.
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
4dnl in the directory containing this script.
60c3568d 5AC_PREREQ(2.4.1)dnl
9ec10b2f 6AC_INIT(src/lisp.h)
5f8c8f00 7AC_CONFIG_HEADER(src/config.h:src/config.in)
9ec10b2f 8
9ec10b2f
DM
9lispdir='${datadir}/emacs/${version}/lisp'
10locallisppath='${datadir}/emacs/site-lisp'
11lisppath='${locallisppath}:${lispdir}'
12etcdir='${datadir}/emacs/${version}/etc'
3cd69289 13lockdir='${sharedstatedir}/emacs/lock'
60c3568d 14archlibdir='${libexecdir}/emacs/${version}/${configuration}'
9ec10b2f
DM
15docdir='${datadir}/emacs/${version}/etc'
16
39a7c455 17AC_ARG_WITH(gcc,
4f734bde
DM
18[ --with-gcc use GCC to compile Emacs])
19AC_ARG_WITH(pop,
20[ --with-pop support POP for mail retrieval],
21[AC_DEFINE(MAIL_USE_POP)])
22AC_ARG_WITH(kerberos,
23[ --with-kerberos support Kerberos-authenticated POP],
24[AC_DEFINE(KERBEROS)])
25AC_ARG_WITH(hesiod,
26[ --with-hesiod support Hesiod to get the POP server host],
27[AC_DEFINE(HESIOD)])
28dnl This should be the last --with option, because --with-x is
29dnl added later on when we find the path of X, and it's best to
30dnl keep them together visually.
9ec10b2f 31AC_ARG_WITH(x-toolkit,
4f734bde 32[ --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif)],
9ec10b2f
DM
33[ case "${withval}" in
34 y | ye | yes ) val=athena ;;
35 n | no ) val=no ;;
36 l | lu | luc | luci | lucid ) val=lucid ;;
37 a | at | ath | athe | athena ) val=athena ;;
3cd69289 38 m | mo | mot | moti | motif ) val=motif ;;
2e71ec17 39dnl These don't currently work.
2e71ec17
DM
40dnl o | op | ope | open | open- | open-l | open-lo \
41dnl | open-loo | open-look ) val=open-look ;;
9ec10b2f 42 * )
2e71ec17
DM
43dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
44dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.])
9ec10b2f 45AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
3cd69289 46which is \`yes', \`no', \`lucid', \`athena', or \`motif'.
9ec10b2f
DM
47Currently, \`yes', \`athena' and \`lucid' are synonyms.])
48 ;;
49 esac
50 with_x_toolkit=$val
51])
9ec10b2f
DM
52
53#### Make srcdir absolute, if it isn't already. It's important to
54#### avoid running the path through pwd unnecessary, since pwd can
069df4bf
DM
55#### give you automounter prefixes, which can go away. We do all this
56#### so Emacs can find its files when run uninstalled.
9ec10b2f
DM
57case "${srcdir}" in
58 /* ) ;;
59 . )
60 ## We may be able to use the $PWD environment variable to make this
61 ## absolute. But sometimes PWD is inaccurate.
f6e8adea
DM
62 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
63 CDPATH=
9ec10b2f
DM
64 if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ;
65 then
66 srcdir="$PWD"
67 else
68 srcdir="`(cd ${srcdir}; pwd)`"
69 fi
70 ;;
71 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
72esac
73
74#### Check if the source directory already has a configured system in it.
75if test `pwd` != `(cd ${srcdir} && pwd)` \
76 && test -f "${srcdir}/src/config.h" ; then
77 AC_MSG_WARN([The directory tree \`${srcdir}' is being used
78 as a build directory right now; it has been configured in its own
79 right. To configure in another directory as well, you MUST
80 use GNU make. If you do not have GNU make, then you must
81 now do \`make distclean' in ${srcdir},
82 and then run $0 again.])
83
2d73167a 84changequote(, )dnl
9ec10b2f 85 extrasub='/^VPATH[ ]*=/c\
2d73167a 86changequote([, ])dnl
9ec10b2f
DM
87vpath %.c $(srcdir)\
88vpath %.h $(srcdir)\
89vpath %.y $(srcdir)\
90vpath %.l $(srcdir)\
91vpath %.s $(srcdir)\
92vpath %.in $(srcdir)'
93fi
94
95#### Given the configuration name, set machfile and opsysfile to the
96#### names of the m/*.h and s/*.h files we should use.
97
98### Canonicalize the configuration name.
99
100AC_CANONICAL_HOST
101canonical=$host
7bbbba31 102configuration=$host_alias
9ec10b2f
DM
103
104changequote(, )dnl
105
106### If you add support for a new configuration, add code to this
107### switch statement to recognize your configuration name and select
108### the appropriate operating system and machine description files.
109
110### You would hope that you could choose an m/*.h file pretty much
111### based on the machine portion of the configuration name, and an s-
112### file based on the operating system portion. However, it turns out
113### that each m/*.h file is pretty manufacturer-specific - for
114### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
115### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
116### machines. So we basically have to have a special case for each
117### configuration name.
118###
119### As far as handling version numbers on operating systems is
120### concerned, make sure things will fail in a fixable way. If
121### /etc/MACHINES doesn't say anything about version numbers, be
122### prepared to handle anything reasonably. If version numbers
123### matter, be sure /etc/MACHINES says something about it.
124###
125### Eric Raymond says we should accept strings like "sysvr4" to mean
126### "System V Release 4"; he writes, "The old convention encouraged
127### confusion between `system' and `release' levels'."
128
129machine='' opsys='' unported=no
130case "${canonical}" in
131
132 ## NetBSD ports
133 *-*-netbsd* )
134 opsys=netbsd
135 case "${canonical}" in
136 i[345]86-*-netbsd*) machine=intel386 ;;
137 m68k-*-netbsd*)
138 # This is somewhat bogus.
139 machine=hp9000s300 ;;
140 mips-*-netbsd*) machine=pmax ;;
141 ns32k-*-netbsd*) machine=ns32000 ;;
142 sparc-*-netbsd*) machine=sparc ;;
143 esac
144 ;;
145
3cd69289
DM
146 ## Acorn RISCiX:
147 arm-acorn-riscix1.1* )
148 machine=acorn opsys=riscix1-1
149 ;;
150 arm-acorn-riscix1.2* | arm-acorn-riscix )
151 machine=acorn opsys=riscix1-2
152 ;;
153
9ec10b2f
DM
154 ## Alliant machines
155 ## Strictly speaking, we need the version of the alliant operating
156 ## system to choose the right machine file, but currently the
157 ## configuration name doesn't tell us enough to choose the right
158 ## one; we need to give alliants their own operating system name to
159 ## do this right. When someone cares, they can help us.
160 fx80-alliant-* )
161 machine=alliant4 opsys=bsd4-2
162 ;;
163 i860-alliant-* )
164 machine=alliant-2800 opsys=bsd4-3
165 ;;
166
3cd69289
DM
167 alpha-dec-osf* )
168 machine=alpha opsys=osf1
169 ;;
170
9ec10b2f
DM
171 ## Altos 3068
172 m68*-altos-sysv* )
173 machine=altos opsys=usg5-2
174 ;;
175
176 ## Amdahl UTS
177 580-amdahl-sysv* )
178 machine=amdahl opsys=usg5-2-2
179 ;;
180
acd04c87
RS
181 ## Apollo, Domain/OS
182 m68*-apollo-* )
183 machine=apollo opsys=bsd4-3
9ec10b2f
DM
184 ;;
185
186 ## AT&T 3b2, 3b5, 3b15, 3b20
187 we32k-att-sysv* )
188 machine=att3b opsys=usg5-2-2
189 ;;
190
191 ## AT&T 3b1 - The Mighty Unix PC!
192 m68*-att-sysv* )
193 machine=7300 opsys=usg5-2-2
194 ;;
195
196 ## Bull dpx20
197 rs6000-bull-bosx* )
198 machine=ibmrs6000 opsys=aix3-2
199 ;;
200
201 ## Bull dpx2
202 m68*-bull-sysv3* )
203 machine=dpx2 opsys=usg5-3
204 ;;
205
206 ## Bull sps7
207 m68*-bull-sysv2* )
208 machine=sps7 opsys=usg5-2
209 ;;
210
211 ## CCI 5/32, 6/32 -- see "Tahoe".
212
213 ## Celerity
214 ## I don't know what configuration name to use for this; config.sub
215 ## doesn't seem to know anything about it. Hey, Celerity users, get
216 ## in touch with us!
217 celerity-celerity-bsd* )
218 machine=celerity opsys=bsd4-2
219 ;;
220
221 ## Clipper
222 ## What operating systems does this chip run that Emacs has been
223 ## tested on?
224 clipper-* )
225 machine=clipper
226 ## We'll use the catch-all code at the bottom to guess the
227 ## operating system.
228 ;;
229
230 ## Convex
231 *-convex-bsd* | *-convex-convexos* )
232 machine=convex opsys=bsd4-3
233 ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov
234 NON_GNU_CPP="cc -E -P"
235 ;;
236
237 ## Cubix QBx/386
238 i[345]86-cubix-sysv* )
239 machine=intel386 opsys=usg5-3
240 ;;
241
242 ## Cydra 5
243 cydra*-cydrome-sysv* )
244 machine=cydra5 opsys=usg5-3
245 ;;
246
247 ## Data General AViiON Machines
248 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
249 machine=aviion opsys=dgux5-4r3
250 ;;
251 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
252 machine=aviion opsys=dgux5-4r2
253 ;;
254 m88k-dg-dgux* )
255 machine=aviion opsys=dgux
256 ;;
257
258 ## DECstations
259 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
260 machine=pmax opsys=bsd4-2
261 ;;
3bbe016c 262 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
9ec10b2f
DM
263 machine=pmax opsys=bsd4-3
264 ;;
3bbe016c
KH
265 mips-dec-ultrix* )
266 machine=pmax opsys=ultrix4-3
267 ;;
9ec10b2f
DM
268 mips-dec-osf* )
269 machine=pmax opsys=osf1
270 ;;
b95c8e7e
RS
271 mips-dec-mach_bsd4.3* )
272 machine=pmax opsys=mach-bsd4-3
273 ;;
9ec10b2f
DM
274
275 ## Motorola Delta machines
276 m68k-motorola-sysv* | m68000-motorola-sysv* )
277 machine=delta opsys=usg5-3
278 if test -z "`type gnucc | grep 'not found'`"
018427ee
RS
279 then
280 if test -s /etc/167config
281 then CC="gnucc -m68040"
282 else CC="gnucc -m68881"
283 fi
9ec10b2f
DM
284 else
285 if test -z "`type gcc | grep 'not found'`"
286 then CC=gcc
287 else CC=cc
288 fi
289 fi
290 ;;
291 m88k-motorola-sysv4* )
63c1d3f2
RS
292 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
293 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
294 # I hope there are not other 4.0 versions for this machine
295 # which really need usg5-4 instead.
296 machine=delta88k opsys=usg5-4-2
9ec10b2f
DM
297 ;;
298 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
299 machine=delta88k opsys=usg5-3
300 ;;
301
302 ## Dual machines
303 m68*-dual-sysv* )
304 machine=dual opsys=usg5-2
305 ;;
306 m68*-dual-uniplus* )
307 machine=dual opsys=unipl5-2
308 ;;
309
310 ## Elxsi 6400
311 elxsi-elxsi-sysv* )
312 machine=elxsi opsys=usg5-2
313 ;;
314
315 ## Encore machines
316 ns16k-encore-bsd* )
317 machine=ns16000 opsys=umax
318 ;;
319
320 ## The GEC 93 - apparently, this port isn't really finished yet.
321
322 ## Gould Power Node and NP1
323 pn-gould-bsd4.2* )
324 machine=gould opsys=bsd4-2
325 ;;
326 pn-gould-bsd4.3* )
327 machine=gould opsys=bsd4-3
328 ;;
329 np1-gould-bsd* )
330 machine=gould-np1 opsys=bsd4-3
331 ;;
332
333 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
334 ## as far as Emacs is concerned).
335 m88k-harris-cxux* )
336 # Build needs to be different on 7.0 and later releases
337 case "`uname -r`" in
338 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
339 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
340 esac
341 ;;
342 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
343 m68k-harris-cxux* )
344 machine=nh3000 opsys=cxux
345 ;;
346
347 ## Honeywell XPS100
348 xps*-honeywell-sysv* )
349 machine=xps100 opsys=usg5-2
350 ;;
351
352 ## HP 9000 series 200 or 300
353 m68*-hp-bsd* )
354 machine=hp9000s300 opsys=bsd4-3
355 ;;
42c3a7f7 356 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
9ec10b2f
DM
357 m68*-hp-hpux* )
358 case "`uname -r`" in
359 ## Someone's system reports A.B8.05 for this.
360 ## I wonder what other possibilities there are.
361 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
362 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
363 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
42c3a7f7 364 *.10.* ) machine=hp9000s300 opsys=hpux9shr ;;
9ec10b2f
DM
365 *) machine=hp9000s300 opsys=hpux ;;
366 esac
367 ;;
368
369 ## HP 9000 series 700 and 800, running HP/UX
370 hppa*-hp-hpux7* )
371 machine=hp800 opsys=hpux
372 ;;
373 hppa*-hp-hpux8* )
374 machine=hp800 opsys=hpux8
375 ;;
376 hppa*-hp-hpux9shr* )
377 machine=hp800 opsys=hpux9shr
378 ;;
379 hppa*-hp-hpux9* )
380 machine=hp800 opsys=hpux9
381 ;;
42c3a7f7
KH
382 hppa*-hp-hpux10* )
383 machine=hp800 opsys=hpux9shr
384 ;;
9ec10b2f
DM
385
386 ## HP 9000 series 700 and 800, running HP/UX
387 hppa*-hp-hpux* )
388 ## Cross-compilation? Nah!
389 case "`uname -r`" in
390 ## Someone's system reports A.B8.05 for this.
391 ## I wonder what other possibilities there are.
392 *.B8.* ) machine=hp800 opsys=hpux8 ;;
393 *.08.* ) machine=hp800 opsys=hpux8 ;;
394 *.09.* ) machine=hp800 opsys=hpux9 ;;
395 *) machine=hp800 opsys=hpux ;;
396 esac
397 ;;
398
399 ## Orion machines
400 orion-orion-bsd* )
401 machine=orion opsys=bsd4-2
402 ;;
403 clipper-orion-bsd* )
404 machine=orion105 opsys=bsd4-2
405 ;;
406
407 ## IBM machines
408 i[345]86-ibm-aix1.1* )
409 machine=ibmps2-aix opsys=usg5-2-2
410 ;;
411 i[345]86-ibm-aix1.[23]* | i[345]86-ibm-aix* )
412 machine=ibmps2-aix opsys=usg5-3
413 ;;
414 i370-ibm-aix*)
415 machine=ibm370aix opsys=usg5-3
416 ;;
046545ec 417 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
9ec10b2f
DM
418 machine=ibmrs6000 opsys=aix3-1
419 ;;
046545ec 420 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
9ec10b2f
DM
421 machine=ibmrs6000 opsys=aix3-2-5
422 ;;
b63df577
RS
423 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
424 machine=ibmrs6000 opsys=aix4-1
425 ;;
426 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
427 machine=ibmrs6000 opsys=aix4
428 ;;
046545ec 429 rs6000-ibm-aix* | powerpc-ibm-aix* )
9ec10b2f
DM
430 machine=ibmrs6000 opsys=aix3-2
431 ;;
432 romp-ibm-bsd4.3* )
433 machine=ibmrt opsys=bsd4-3
434 ;;
435 romp-ibm-bsd4.2* )
436 machine=ibmrt opsys=bsd4-2
437 ;;
438 romp-ibm-aos4.3* )
439 machine=ibmrt opsys=bsd4-3
440 ;;
441 romp-ibm-aos4.2* )
442 machine=ibmrt opsys=bsd4-2
443 ;;
444 romp-ibm-aos* )
445 machine=ibmrt opsys=bsd4-3
446 ;;
447 romp-ibm-bsd* )
448 machine=ibmrt opsys=bsd4-3
449 ;;
450 romp-ibm-aix* )
451 machine=ibmrt-aix opsys=usg5-2-2
452 ;;
453
454 ## Integrated Solutions `Optimum V'
455 m68*-isi-bsd4.2* )
456 machine=isi-ov opsys=bsd4-2
457 ;;
458 m68*-isi-bsd4.3* )
459 machine=isi-ov opsys=bsd4-3
460 ;;
461
462 ## Intel 386 machines where we do care about the manufacturer
463 i[345]86-intsys-sysv* )
464 machine=is386 opsys=usg5-2-2
465 ;;
466
467 ## Prime EXL
468 i[345]86-prime-sysv* )
469 machine=i386 opsys=usg5-3
470 ;;
471
3cd69289 472 ## Sequent Symmetry running Dynix
9ec10b2f
DM
473 i[345]86-sequent-bsd* )
474 machine=symmetry opsys=bsd4-3
475 ;;
476
3cd69289
DM
477 ## Sequent Symmetry running DYNIX/ptx
478 ## Use the old cpp rather than the newer ANSI one.
479 i[345]86-sequent-ptx* )
480 machine=sequent-ptx opsys=ptx
481 NON_GNU_CPP="/lib/cpp"
482 ;;
483
9ec10b2f
DM
484 ## Unspecified sysv on an ncr machine defaults to svr4.2.
485 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
486 i[345]86-ncr-sysv* )
b0f36760 487 machine=ncr386 opsys=usg5-4-2
9ec10b2f
DM
488 ;;
489
cbce363f
RS
490 ## Intel Paragon OSF/1
491 i860-intel-osf1* )
492 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
493 ;;
494
9ec10b2f
DM
495 ## Intel 860
496 i860-*-sysv4* )
497 machine=i860 opsys=usg5-4
498 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
499 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
500 ;;
501
502 ## Masscomp machines
503 m68*-masscomp-rtu* )
504 machine=masscomp opsys=rtu
505 ;;
506
507 ## Megatest machines
508 m68*-megatest-bsd* )
509 machine=mega68 opsys=bsd4-2
510 ;;
511
512 ## Workstations sold by MIPS
513 ## This is not necessarily all workstations using the MIPS processor -
514 ## Irises are produced by SGI, and DECstations by DEC.
515
516 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
517 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
518 ## it gives for choosing between the alternatives seems to be "Use
519 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
520 ## the BSD world." I'll assume that these are instructions for
521 ## handling two odd situations, and that every other situation
522 ## should use mips.h and usg5-2-2, they being listed first.
523 mips-mips-usg* )
524 machine=mips4
525 ## Fall through to the general code at the bottom to decide on the OS.
526 ;;
527 mips-mips-riscos4* )
528 machine=mips4 opsys=bsd4-3
529 NON_GNU_CC="cc -systype bsd43"
530 NON_GNU_CPP="cc -systype bsd43 -E"
531 ;;
b95c8e7e
RS
532 mips-mips-riscos5* )
533 machine=mips4 opsys=riscos5
534 NON_GNU_CC="cc -systype bsd43"
535 NON_GNU_CPP="cc -systype bsd43 -E"
536 ;;
9ec10b2f
DM
537 mips-mips-bsd* )
538 machine=mips opsys=bsd4-3
539 ;;
540 mips-mips-* )
541 machine=mips opsys=usg5-2-2
542 ;;
543
544 ## NeXT
5ab52d42
RS
545 m68*-next-* | m68k-*-nextstep* )
546 machine=m68k opsys=nextstep
9ec10b2f
DM
547 ;;
548
549 ## The complete machine from National Semiconductor
550 ns32k-ns-genix* )
551 machine=ns32000 opsys=usg5-2
552 ;;
553
554 ## NCR machines
555 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
556 machine=tower32 opsys=usg5-2-2
557 ;;
558 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
559 machine=tower32v3 opsys=usg5-3
560 ;;
561
562 ## Nixdorf Targon 31
563 m68*-nixdorf-sysv* )
564 machine=targon31 opsys=usg5-2-2
565 ;;
566
567 ## Nu (TI or LMI)
568 m68*-nu-sysv* )
569 machine=nu opsys=usg5-2
570 ;;
571
572 ## Plexus
573 m68*-plexus-sysv* )
574 machine=plexus opsys=usg5-2
575 ;;
576
577 ## Pyramid machines
578 ## I don't really have any idea what sort of processor the Pyramid has,
579 ## so I'm assuming it is its own architecture.
580 pyramid-pyramid-bsd* )
581 machine=pyramid opsys=bsd4-2
582 ;;
583
584 ## Sequent Balance
585 ns32k-sequent-bsd4.2* )
586 machine=sequent opsys=bsd4-2
587 ;;
588 ns32k-sequent-bsd4.3* )
589 machine=sequent opsys=bsd4-3
590 ;;
591
592 ## Siemens Nixdorf
593 mips-siemens-sysv* )
594 machine=mips-siemens opsys=usg5-4
595 NON_GNU_CC=/usr/ccs/bin/cc
596 NON_GNU_CPP=/usr/ccs/lib/cpp
597 ;;
598
599 ## Silicon Graphics machines
600 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
601 m68*-sgi-iris3.5* )
602 machine=irist opsys=iris3-5
603 ;;
604 m68*-sgi-iris3.6* | m68*-sgi-iris*)
605 machine=irist opsys=iris3-6
606 ;;
607 ## Iris 4D
608 mips-sgi-irix3* )
609 machine=iris4d opsys=irix3-3
610 ;;
4ab83697
RS
611 mips-sgi-irix4* )
612 machine=iris4d opsys=irix4-0
613 ;;
546fa279
RS
614 mips-sgi-irix6* )
615 machine=iris4d opsys=irix6-0
616 ;;
4ab83697 617 mips-sgi-irix5.[01]* )
9ec10b2f
DM
618 machine=iris4d opsys=irix5-0
619 ;;
4ab83697
RS
620 mips-sgi-irix5* | mips-sgi-irix* )
621 machine=iris4d opsys=irix5-2
9ec10b2f
DM
622 ;;
623
624 ## SONY machines
625 m68*-sony-bsd4.2* )
626 machine=news opsys=bsd4-2
627 ;;
628 m68*-sony-bsd4.3* )
629 machine=news opsys=bsd4-3
630 ;;
3d102c59 631 m68*-sony-newsos3* | m68*-sony-news3*)
9ec10b2f
DM
632 machine=news opsys=bsd4-3
633 ;;
3d102c59 634 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
9ec10b2f
DM
635 machine=news-risc opsys=bsd4-3
636 ;;
3d102c59 637 mips-sony-news* )
9ec10b2f
DM
638 machine=news-risc opsys=newsos5
639 ;;
640
641 ## Stride
642 m68*-stride-sysv* )
643 machine=stride opsys=usg5-2
644 ;;
645
646 ## Suns
647 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* | i[345]86-*-solaris2* | i[345]86-*-sunos5* )
648 case "${canonical}" in
649 m68*-sunos1* ) machine=sun1 ;;
650 m68*-sunos2* ) machine=sun2 ;;
651 m68* ) machine=sun3 ;;
652 i[345]86-sun-sunos[34]* ) machine=sun386 ;;
653 i[345]86-*-* ) machine=intel386 ;;
654 sparc* ) machine=sparc ;;
655 * ) unported=yes ;;
656 esac
657 case "${canonical}" in
658 ## The Sun386 didn't get past 4.0.
659 i[345]86-*-sunos4 ) opsys=sunos4-0 ;;
660 *-sunos4.0* ) opsys=sunos4-0 ;;
5ab52d42 661 *-sunos4.1.[3-9]* | *-sunos4shr*)
b95c8e7e 662 opsys=sunos4shr
54bfe57b 663 NON_GNU_CPP=/usr/lib/cpp
9ec10b2f 664 ;;
9ec10b2f
DM
665 *-sunos4* | *-sunos ) opsys=sunos4-1
666 NON_GCC_TEST_OPTIONS=-Bstatic
667 GCC_TEST_OPTIONS=-static
668 ;;
669 *-sunos5.3* | *-solaris2.3* )
670 opsys=sol2-3
671 NON_GNU_CPP=/usr/ccs/lib/cpp
672 ;;
673 *-sunos5.4* | *-solaris2.4* )
674 opsys=sol2-4
675 NON_GNU_CPP=/usr/ccs/lib/cpp
676 ;;
2e567bad
KH
677 *-sunos5.5* | *-solaris2.5* )
678 opsys=sol2-5
679 NON_GNU_CPP=/usr/ccs/lib/cpp
680 ;;
9ec10b2f
DM
681 *-sunos5* | *-solaris* )
682 opsys=sol2
683 NON_GNU_CPP=/usr/ccs/lib/cpp
684 ;;
685 * ) opsys=bsd4-2 ;;
686 esac
687 ;;
5ab52d42
RS
688 sparc-*-nextstep* )
689 machine=sparc.h opsys=nextstep.h
690 ;;
9ec10b2f
DM
691
692 ## Tadpole 68k
693 m68*-tadpole-sysv* )
694 machine=tad68k opsys=usg5-3
695 ;;
696
697 ## Tahoe machines
698 tahoe-tahoe-bsd4.2* )
699 machine=tahoe opsys=bsd4-2
700 ;;
701 tahoe-tahoe-bsd4.3* )
702 machine=tahoe opsys=bsd4-3
703 ;;
704
705 ## Tandem Integrity S2
706 mips-tandem-sysv* )
707 machine=tandem-s2 opsys=usg5-3
708 ;;
709
710 ## Tektronix XD88
711 m88k-tektronix-sysv3* )
712 machine=tekxd88 opsys=usg5-3
713 ;;
714
715 ## Tektronix 16000 box (6130?)
716 ns16k-tektronix-bsd* )
717 machine=ns16000 opsys=bsd4-2
718 ;;
719 ## Tektronix 4300
720 ## src/m/tek4300.h hints that this is a m68k machine.
721 m68*-tektronix-bsd* )
722 machine=tek4300 opsys=bsd4-3
723 ;;
724
725 ## Titan P2 or P3
726 ## We seem to have lost the machine-description file titan.h!
727 titan-titan-sysv* )
728 machine=titan opsys=usg5-3
729 ;;
730
731 ## Ustation E30 (SS5E)
732 m68*-unisys-uniplus* )
733 machine=ustation opsystem=unipl5-2
734 ;;
735
736 ## Vaxen.
737 vax-dec-* )
738 machine=vax
739 case "${canonical}" in
740 *-bsd4.1* ) opsys=bsd4-1 ;;
741 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
742 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
9ec10b2f
DM
743 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
744 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
745 *-vms* ) opsys=vms ;;
746 * ) unported=yes
747 esac
748 ;;
749
750 ## Whitechapel MG1
751 ns16k-whitechapel-* )
752 machine=mg1
753 ## We don't know what sort of OS runs on these; we'll let the
754 ## operating system guessing code below try.
755 ;;
756
757 ## Wicat
758 m68*-wicat-sysv* )
759 machine=wicat opsys=usg5-2
760 ;;
761
762 ## Intel 386 machines where we don't care about the manufacturer
763 i[345]86-*-* )
764 machine=intel386
765 case "${canonical}" in
766 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
767 *-isc2.2* ) opsys=isc2-2 ;;
768 *-isc4.0* ) opsys=isc4-0 ;;
54bfe57b 769 *-isc4.* ) opsys=isc4-1 ;;
9ec10b2f
DM
770 *-isc* ) opsys=isc3-0 ;;
771 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
772 *-esix* ) opsys=esix ;;
773 *-xenix* ) opsys=xenix ;;
774 *-linux* ) opsys=linux ;;
775 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
5be039b9
RS
776 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
777 *-bsdi2* ) opsys=bsdos2 ;;
9ec10b2f
DM
778 *-386bsd* ) opsys=386bsd ;;
779 *-freebsd* ) opsys=freebsd ;;
5ab52d42 780 *-nextstep* ) opsys=nextstep ;;
9ec10b2f
DM
781 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
782 esac
783 ;;
784
785 * )
786 unported=yes
787 ;;
788esac
789
790### If the code above didn't choose an operating system, just choose
791### an operating system based on the configuration name. You really
792### only want to use this when you have no idea what the right
793### operating system is; if you know what operating systems a machine
794### runs, it's cleaner to make it explicit in the case statement
795### above.
796if test x"${opsys}" = x; then
797 case "${canonical}" in
798 *-gnu* ) opsys=gnu ;;
799 *-bsd4.[01] ) opsys=bsd4-1 ;;
800 *-bsd4.2 ) opsys=bsd4-2 ;;
801 *-bsd4.3 ) opsys=bsd4-3 ;;
802 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
803 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
804 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
5ab52d42
RS
805 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
806 *-sysv4.1* | *-sysvr4.1* )
9ec10b2f
DM
807 NON_GNU_CPP=/usr/lib/cpp
808 opsys=usg5-4 ;;
5ab52d42 809 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
b63df577
RS
810 if [ x$NON_GNU_CPP = x ]; then
811 NON_GNU_CPP=/usr/ccs/lib/cpp
812 fi
813 opsys=usg5-4-2 ;;
5ab52d42 814 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
9ec10b2f
DM
815 * )
816 unported=yes
817 ;;
818 esac
819fi
820
821changequote([, ])dnl
822
823if test $unported = yes; then
824 AC_MSG_ERROR([Emacs hasn't been ported to \`${canonical}' systems.
825Check \`etc/MACHINES' for recognized configuration names.])
826fi
827
828machfile="m/${machine}.h"
829opsysfile="s/${opsys}.h"
830
831
832#### Choose a compiler.
833test -n "$CC" && cc_specified=yes
834
5ab52d42
RS
835# Save the value of CFLAGS that the user specified.
836SPECIFIED_CFLAGS="$CFLAGS"
837
9ec10b2f
DM
838case ${with_gcc} in
839 "yes" ) CC="gcc" GCC=yes ;;
6e0dc84a 840 "no" ) : ${CC=cc} ;;
9ec10b2f
DM
841 * ) AC_PROG_CC
842esac
843
844# On Suns, sometimes $CPP names a directory.
845if test -n "$CPP" && test -d "$CPP"; then
846 CPP=
847fi
848
849#### Some systems specify a CPP to use unless we are using GCC.
850#### Now that we know whether we are using GCC, we can decide whether
851#### to use that one.
852if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
853then
854 CPP="$NON_GNU_CPP"
855fi
856
857#### Some systems specify a CC to use unless we are using GCC.
858#### Now that we know whether we are using GCC, we can decide whether
859#### to use that one.
860if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
861 test x$cc_specified != xyes
862then
863 CC="$NON_GNU_CC"
864fi
865
866if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
867then
868 CC="$CC $GCC_TEST_OPTIONS"
869fi
870
871if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
872then
873 CC="$CC $NON_GCC_TEST_OPTIONS"
874fi
875
876#### Some other nice autoconf tests. If you add a test here which
877#### should make an entry in src/config.h, don't forget to add an
878#### #undef clause to src/config.h.in for autoconf to modify.
879
880dnl checks for programs
6e0dc84a 881AC_PROG_LN_S
9ec10b2f
DM
882AC_PROG_CPP
883AC_PROG_INSTALL
884AC_PROG_YACC
885
3cd69289
DM
886dnl checks for Unix variants
887AC_AIX
888
9ec10b2f 889dnl checks for header files
cb4a25d9 890AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h)
6e0dc84a
DM
891AC_HEADER_STDC
892AC_HEADER_TIME
893AC_DECL_SYS_SIGLIST
9ec10b2f 894
3cd69289
DM
895dnl Some systems have utime.h but don't declare the struct anyplace.
896AC_MSG_CHECKING(for struct utimbuf)
897AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
898#include <sys/time.h>
899#include <time.h>
900#else
901#ifdef HAVE_SYS_TIME_H
902#include <sys/time.h>
903#else
904#include <time.h>
905#endif
906#endif
907#ifdef HAVE_UTIME_H
908#include <utime.h>
909#endif], [static struct utimbuf x; x.actime = x.modtime;],
910 [AC_MSG_RESULT(yes)
911 AC_DEFINE(HAVE_STRUCT_UTIMBUF)],
912 AC_MSG_RESULT(no))
913
9ec10b2f 914dnl checks for typedefs
6e0dc84a 915AC_TYPE_SIGNAL
9ec10b2f 916
3cd69289
DM
917AC_MSG_CHECKING(for struct timeval)
918AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
919#include <sys/time.h>
920#include <time.h>
921#else
922#ifdef HAVE_SYS_TIME_H
923#include <sys/time.h>
924#else
925#include <time.h>
926#endif
927#endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
928 [AC_MSG_RESULT(yes)
5ab52d42 929 HAVE_TIMEVAL=yes
3cd69289
DM
930 AC_DEFINE(HAVE_TIMEVAL)],
931 AC_MSG_RESULT(no))
932
9ec10b2f
DM
933dnl checks for structure members
934AC_STRUCT_TM
6e0dc84a 935AC_STRUCT_TIMEZONE
9ec10b2f
DM
936
937dnl checks for compiler characteristics
6e0dc84a 938AC_C_CONST
9ec10b2f
DM
939
940dnl check for Make feature
6e0dc84a 941AC_PROG_MAKE_SET
9ec10b2f
DM
942
943dnl checks for operating system services
6e0dc84a 944AC_SYS_LONG_FILE_NAMES
9ec10b2f
DM
945
946#### Choose a window system.
9ec10b2f 947
6e0dc84a 948AC_PATH_X
530ce502
DM
949if test "$no_x" = yes; then
950 window_system=none
951else
952 window_system=x11
953fi
9ec10b2f 954
ea199426 955if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
00ac3ffc
KH
956 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
957 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
ea199426
DM
958fi
959if test "${x_includes}" != NONE && test -n "${x_includes}"; then
cc6476f6 960 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
ea199426 961fi
9ec10b2f 962
8dbeb353
DM
963if test x"${x_includes}" = x; then
964 bitmapdir=/usr/include/X11/bitmaps
3cd69289 965else
cc6476f6
KH
966 # accumulate include directories that have X11 bitmap sudirectories
967 bmd_acc="dummyval"
968 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
969 if test -d "${bmd}/X11/bitmaps"; then
970 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
971 elif test -d "${bmd}/bitmaps"; then
972 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
973 fi
974 done
975 if test ${bmd_acc} != "dummyval"; then
976 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
977 fi
3cd69289
DM
978fi
979
9ec10b2f
DM
980case "${window_system}" in
981 x11 )
982 HAVE_X_WINDOWS=yes
983 HAVE_X11=yes
984 case "${with_x_toolkit}" in
985 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
caaaf02a 986 motif ) USE_X_TOOLKIT=MOTIF ;;
2e71ec17 987dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;;
9ec10b2f
DM
988 * ) USE_X_TOOLKIT=none ;;
989 esac
990 ;;
9ec10b2f
DM
991 none )
992 HAVE_X_WINDOWS=no
993 HAVE_X11=no
994 USE_X_TOOLKIT=none
995 ;;
996esac
997X_TOOLKIT_TYPE=$USE_X_TOOLKIT
998
999### If we're using X11, we should use the X menu package.
1000HAVE_X_MENU=no
1001case ${HAVE_X11} in
1002 yes ) HAVE_X_MENU=yes ;;
1003esac
1004
b95c8e7e
RS
1005if test "${opsys}" = "hpux9"; then
1006 case "${x_libraries}" in
1007 *X11R4* )
1008 opsysfile="s/hpux9-x11r4.h"
1009 ;;
1010 esac
1011fi
1012
1013if test "${opsys}" = "hpux9shr"; then
1014 case "${x_libraries}" in
1015 *X11R4* )
1016 opsysfile="s/hpux9shxr4.h"
1017 ;;
1018 esac
1019fi
1020
9ec10b2f
DM
1021#### Extract some information from the operating system and machine files.
1022
1023AC_CHECKING([the machine- and system-dependent files to find out
1024 - which libraries the lib-src programs will want, and
1025 - whether the GNU malloc routines are usable])
1026
1027### First figure out CFLAGS (which we use for running the compiler here)
1028### and REAL_CFLAGS (which we use for real compilation).
1029### The two are the same except on a few systems, where they are made
1030### different to work around various lossages. For example,
1031### GCC 2.5 on Linux needs them to be different because it treats -g
1032### as implying static linking.
1033
1034### If the CFLAGS env var is specified, we use that value
1035### instead of the default.
1036
1037### It's not important that this name contain the PID; you can't run
1038### two configures in the same directory and have anything work
1039### anyway.
1040tempcname="conftest.c"
1041
1042echo '
1043#include "'${srcdir}'/src/'${opsysfile}'"
1044#include "'${srcdir}'/src/'${machfile}'"
1045#ifndef LIBS_MACHINE
1046#define LIBS_MACHINE
1047#endif
1048#ifndef LIBS_SYSTEM
1049#define LIBS_SYSTEM
1050#endif
1051#ifndef C_SWITCH_SYSTEM
1052#define C_SWITCH_SYSTEM
1053#endif
1054#ifndef C_SWITCH_MACHINE
1055#define C_SWITCH_MACHINE
1056#endif
1057configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1058configure___ c_switch_system=C_SWITCH_SYSTEM
1059configure___ c_switch_machine=C_SWITCH_MACHINE
1060
1061#ifndef LIB_X11_LIB
1062#define LIB_X11_LIB -lX11
1063#endif
1064
1065#ifndef LIBX11_MACHINE
1066#define LIBX11_MACHINE
1067#endif
1068
1069#ifndef LIBX11_SYSTEM
1070#define LIBX11_SYSTEM
1071#endif
1072configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
1073
1074#ifdef UNEXEC
1075configure___ unexec=UNEXEC
1076#else
1077configure___ unexec=unexec.o
1078#endif
1079
1080#ifdef SYSTEM_MALLOC
1081configure___ system_malloc=yes
1082#else
1083configure___ system_malloc=no
1084#endif
1085
1086#ifndef C_DEBUG_SWITCH
1087#define C_DEBUG_SWITCH -g
1088#endif
1089
1090#ifndef C_OPTIMIZE_SWITCH
1091#define C_OPTIMIZE_SWITCH -O
1092#endif
1093
1094#ifdef THIS_IS_CONFIGURE
1095
1096/* Get the CFLAGS for tests in configure. */
1097#ifdef __GNUC__
1098configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
1099#else
1100configure___ CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1101#endif
1102
1103#else /* not THIS_IS_CONFIGURE */
1104
1105/* Get the CFLAGS for real compilation. */
1106#ifdef __GNUC__
1107configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
1108#else
1109configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1110#endif
1111
1112#endif /* not THIS_IS_CONFIGURE */
1113' > ${tempcname}
1114
1115# The value of CPP is a quoted variable reference, so we need to do this
1116# to get its actual value...
1117CPP=`eval "echo $CPP"`
1118changequote(, )dnl
1119eval `${CPP} -Isrc ${tempcname} \
1120 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
5ab52d42 1121if test "x$SPECIFIED_CFLAGS" = x; then
9ec10b2f
DM
1122 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1123 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1124else
1125 REAL_CFLAGS="$CFLAGS"
1126fi
1127changequote([, ])dnl
1128rm ${tempcname}
1129
1130### Compute the unexec source name from the object name.
1131UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
1132
1133# Do the opsystem or machine files prohibit the use of the GNU malloc?
1134# Assume not, until told otherwise.
1135GNU_MALLOC=yes
1136if test "${system_malloc}" = "yes"; then
1137 GNU_MALLOC=no
1138 GNU_MALLOC_reason="
1139 (The GNU allocators don't work with this system configuration.)"
1140fi
1141
1142if test x"${REL_ALLOC}" = x; then
1143 REL_ALLOC=${GNU_MALLOC}
1144fi
1145
1146LISP_FLOAT_TYPE=yes
1147
1148
1149#### Add the libraries to LIBS and check for some functions.
1150
1151CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1152LIBS="$libsrc_libs"
1153
1154dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1155dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1156AC_CHECK_LIB(dnet, dnet_ntoa)
1157dnl This causes -lresolv to get used in subsequent tests,
1158dnl which causes failures on some systems such as HPUX 9.
1159dnl AC_CHECK_LIB(resolv, gethostbyname)
1160
1161dnl FIXME replace main with a function we actually want from this library.
1162AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1163
027dae63 1164AC_CHECK_LIB(pthreads, cma_open)
1d94ee28 1165
9ec10b2f
DM
1166AC_MSG_CHECKING(for XFree86)
1167if test -d /usr/X386/include; then
9ec10b2f 1168 HAVE_XFREE386=yes
6e0dc84a 1169 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
9ec10b2f 1170else
6e0dc84a 1171 HAVE_XFREE386=no
9ec10b2f 1172fi
6e0dc84a 1173AC_MSG_RESULT($HAVE_XFREE386)
9ec10b2f 1174
509fccc3
RS
1175# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
1176# for the tests that follow. We set it back to REAL_CFLAGS later on.
9ec10b2f
DM
1177
1178if test "${HAVE_X11}" = "yes"; then
1179 DEFS="$C_SWITCH_X_SITE $DEFS"
1180 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
1181 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
509fccc3 1182
3bbe016c
KH
1183 if test "${opsys}" = "linux"; then
1184 AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
509fccc3
RS
1185 AC_TRY_LINK([],
1186 [XOpenDisplay ("foo");],
3bbe016c
KH
1187 [xlinux_first_failure=no],
1188 [xlinux_first_failure=yes])
1189 if test "${xlinux_first_failure}" = "yes"; then
509fccc3
RS
1190 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
1191 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
1192 OLD_CPPFLAGS="$CPPFLAGS"
1193 OLD_LIBS="$LIBS"
1194 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
1195 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
1196 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
1197 LIBS="$LIBS -b i486-linuxaout"
1198 AC_TRY_LINK([],
1199 [XOpenDisplay ("foo");],
3bbe016c
KH
1200 [xlinux_second_failure=no],
1201 [xlinux_second_failure=yes])
1202 if test "${xlinux_second_failure}" = "yes"; then
509fccc3
RS
1203 # If we get the same failure with -b, there is no use adding -b.
1204 # So take it out. This plays safe.
1205 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
1206 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
1207 CPPFLAGS="$OLD_CPPFLAGS"
1208 LIBS="$OLD_LIBS"
1209 AC_MSG_RESULT(no)
1210 else
1211 AC_MSG_RESULT(yes)
1212 fi
1213 else
1214 AC_MSG_RESULT(no)
1215 fi
1216 fi
1217
6e0dc84a 1218 AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
9ec10b2f
DM
1219XScreenNumberOfScreen XSetWMProtocols)
1220fi
1221
1222if test "${USE_X_TOOLKIT}" != "none"; then
1223 AC_MSG_CHECKING(X11 toolkit version)
6e0dc84a 1224 AC_TRY_LINK([#include <X11/Intrinsic.h>],
9ec10b2f
DM
1225[#if XtSpecificationRelease < 6
1226fail;
1227#endif
1228], [AC_MSG_RESULT(6)
1229 AC_DEFINE(HAVE_X11XTR6)],
1230 [AC_MSG_RESULT(not 6)])
1231fi
1232
1233# If netdb.h doesn't declare h_errno, we must declare it by hand.
b212bc89 1234AC_MSG_CHECKING(whether netdb declares h_errno)
6e0dc84a 1235AC_TRY_LINK([#include <netdb.h>],
01345308
DM
1236 [return h_errno;],
1237 [AC_MSG_RESULT(yes)
1238 AC_DEFINE(HAVE_H_ERRNO)],
1239 [AC_MSG_RESULT(no)])
9ec10b2f 1240
6e0dc84a 1241AC_FUNC_ALLOCA
9ec10b2f 1242
f6e8adea 1243# fmod, logb, and frexp are found in -lm on most systems.
e468fb38 1244# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
55e1c92a 1245AC_CHECK_LIB(m, sqrt(0.0) + t)
6e0dc84a 1246AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
3cd69289
DM
1247random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
1248strerror fpathconf select mktime eaccess getpagesize)
9ec10b2f 1249
5ab52d42
RS
1250if test $HAVE_TIMEVAL = yes; then
1251AC_MSG_CHECKING(whether gettimeofday can't accept two arguments)
1252AC_TRY_LINK([
1253#ifdef TIME_WITH_SYS_TIME
1254#include <sys/time.h>
1255#include <time.h>
1256#else
1257#ifdef HAVE_SYS_TIME_H
1258#include <sys/time.h>
1259#else
1260#include <time.h>
1261#endif
1262#endif
1263 ],
1264 [
1265 struct timeval time;
1266 struct timezone dummy;
1267 gettimeofday (&time, &dummy);
1268],
1269 [AC_MSG_RESULT(no)],
1270 [AC_MSG_RESULT(yes)
1271 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)])
1272fi
1273
9ec10b2f 1274ok_so_far=yes
6e0dc84a 1275AC_CHECK_FUNC(socket, , ok_so_far=no)
9ec10b2f 1276if test $ok_so_far = yes; then
6e0dc84a 1277 AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no)
9ec10b2f
DM
1278fi
1279if test $ok_so_far = yes; then
6e0dc84a 1280 AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no)
9ec10b2f
DM
1281fi
1282if test $ok_so_far = yes; then
1283 AC_DEFINE(HAVE_INET_SOCKETS)
1284fi
1285
7bbbba31
DM
1286if test -f /usr/lpp/X11/bin/smt.exp; then
1287 AC_DEFINE(HAVE_AIX_SMT_EXP)
1288fi
1289
9ec10b2f
DM
1290# Set up the CFLAGS for real compilation, so we can substitute it.
1291CFLAGS="$REAL_CFLAGS"
1292
1293changequote(, )dnl
1294#### Find out which version of Emacs this is.
1295version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
1296 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
1297changequote([, ])dnl
1298if test x"${version}" = x; then
1299 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
1300fi
1301
9ec10b2f
DM
1302### Specify what sort of things we'll be editing into Makefile and config.h.
1303### Use configuration here uncanonicalized to avoid exceeding size limits.
1304AC_SUBST(version)
1305AC_SUBST(configuration)
3cd69289 1306AC_SUBST(canonical)
9ec10b2f
DM
1307AC_SUBST(srcdir)
1308AC_SUBST(prefix)
1309AC_SUBST(exec_prefix)
1310AC_SUBST(bindir)
1311AC_SUBST(datadir)
3cd69289
DM
1312AC_SUBST(sharedstatedir)
1313AC_SUBST(libexecdir)
9ec10b2f
DM
1314AC_SUBST(mandir)
1315AC_SUBST(infodir)
1316AC_SUBST(lispdir)
1317AC_SUBST(locallisppath)
1318AC_SUBST(lisppath)
1319AC_SUBST(etcdir)
1320AC_SUBST(lockdir)
1321AC_SUBST(archlibdir)
1322AC_SUBST(docdir)
3cd69289 1323AC_SUBST(bitmapdir)
9ec10b2f
DM
1324AC_SUBST(c_switch_system)
1325AC_SUBST(c_switch_machine)
1326AC_SUBST(LD_SWITCH_X_SITE)
1327AC_SUBST(LD_SWITCH_X_SITE_AUX)
1328AC_SUBST(C_SWITCH_X_SITE)
1329AC_SUBST(CFLAGS)
1330AC_SUBST(X_TOOLKIT_TYPE)
1331AC_SUBST(machfile)
1332AC_SUBST(opsysfile)
1333
3cd69289 1334AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}")
6d1da0d1 1335AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}")
9ec10b2f
DM
1336AC_DEFINE_UNQUOTED(config_machfile, "${machfile}")
1337AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}")
1338AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
1339AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX})
1340AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
1341AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC})
1342
1343if test "${HAVE_X_WINDOWS}" = "yes" ; then
1344 AC_DEFINE(HAVE_X_WINDOWS)
1345fi
1346if test "${USE_X_TOOLKIT}" != "none" ; then
1347 AC_DEFINE(USE_X_TOOLKIT)
1348fi
1349if test "${HAVE_X11}" = "yes" ; then
1350 AC_DEFINE(HAVE_X11)
1351fi
1352if test "${HAVE_XFREE386}" = "yes" ; then
1353 AC_DEFINE(HAVE_XFREE386)
1354fi
1355if test "${HAVE_X_MENU}" = "yes" ; then
1356 AC_DEFINE(HAVE_X_MENU)
1357fi
1358if test "${GNU_MALLOC}" = "yes" ; then
1359 AC_DEFINE(GNU_MALLOC)
1360fi
1361if test "${REL_ALLOC}" = "yes" ; then
1362 AC_DEFINE(REL_ALLOC)
1363fi
1364if test "${LISP_FLOAT_TYPE}" = "yes" ; then
1365 AC_DEFINE(LISP_FLOAT_TYPE)
1366fi
1367
9ec10b2f
DM
1368#### Report on what we decided to do.
1369echo "
9ec10b2f
DM
1370Configured for \`${canonical}'.
1371
1372 Where should the build process find the source code? ${srcdir}
1373 What operating system and machine description files should Emacs use?
1374 \`${opsysfile}' and \`${machfile}'
1375 What compiler should emacs be built with? ${CC} ${CFLAGS}
1376 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
1377 Should Emacs use the relocating allocator for buffers? ${REL_ALLOC}
1378 What window system should Emacs use? ${window_system}
509fccc3
RS
1379 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
1380
1381if test -n "${x_includes}"; then
1382echo " Where do we find X Windows header files? ${x_includes}"
1383else
1384echo " Where do we find X Windows header files? Standard dirs"
1385fi
1386if test -n "${x_libraries}"; then
1387echo " Where do we find X Windows libraries? ${x_libraries}"
1388else
1389echo " Where do we find X Windows libraries? Standard dirs"
1390fi
9ec10b2f 1391
509fccc3 1392echo
9ec10b2f
DM
1393
1394# Remove any trailing slashes in these variables.
1395changequote(, )dnl
1396test "${prefix}" != NONE &&
1397 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
1398test "${exec_prefix}" != NONE &&
1399 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
1400changequote([, ])dnl
1401
5f8c8f00
RS
1402AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
1403 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [
7bbbba31 1404
b63df577 1405### Make the necessary directories, if they don't exist.
b3947967
DM
1406for dir in cpp etc ; do
1407 test -d ${dir} || mkdir ${dir}
9ec10b2f
DM
1408done
1409
5f8c8f00
RS
1410# Build src/Makefile from ${srcdir}/src/Makefile.c
1411# and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
1412# This must be done after src/config.h is built, since we rely on that file.
9ec10b2f 1413
2d73167a 1414changequote(, )dnl The horror, the horror.
9ec10b2f
DM
1415# Now get this: Some word that is part of the ${srcdir} directory name
1416# or the ${configuration} value might, just might, happen to be an
1417# identifier like `sun4' or `i386' or something, and be predefined by
1418# the C preprocessor to some helpful value like 1, or maybe the empty
1419# string. Needless to say consequent macro substitutions are less
1420# than conducive to the makefile finding the correct directory.
1421undefs="`echo $top_srcdir $configuration $canonical |
1422sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
1423 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
1424`"
2d73167a 1425changequote([, ])dnl
9ec10b2f
DM
1426
1427echo creating lib-src/Makefile
1428( cd lib-src
1429 rm -f junk.c junk1.c junk2.c
1430 sed -e '/start of cpp stuff/q' \
5f8c8f00 1431 < Makefile.c > junk1.c
9ec10b2f
DM
1432 sed -e '1,/start of cpp stuff/d'\
1433 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
5f8c8f00 1434 < Makefile.c > junk.c
9ec10b2f
DM
1435 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1436 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
1437 cat junk1.c junk2.c > Makefile.new
1438 rm -f junk.c junk1.c junk2.c
1439 chmod 444 Makefile.new
1440 mv -f Makefile.new Makefile
1441)
1442
1443echo creating src/Makefile
1444( cd src
1445 rm -f junk.c junk1.c junk2.c
1446 sed -e '/start of cpp stuff/q' \
5f8c8f00 1447 < Makefile.c > junk1.c
9ec10b2f
DM
1448 sed -e '1,/start of cpp stuff/d'\
1449 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
5f8c8f00 1450 < Makefile.c > junk.c
9ec10b2f
DM
1451 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1452 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
1453 cat junk1.c junk2.c > Makefile.new
1454 rm -f junk.c junk1.c junk2.c
1455 chmod 444 Makefile.new
1456 mv -f Makefile.new Makefile
1457)
8b66759a
DM
1458
1459if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then
1460 echo creating src/.gdbinit
1461 echo source $top_srcdir/src/.gdbinit > src/.gdbinit
1462fi
1463
ea50c238 1464], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])