Merge from emacs--devo--0
[bpt/emacs.git] / configure.in
1 dnl Autoconf script for GNU Emacs
2 dnl To rebuild the `configure' script from this, execute the command
3 dnl autoconf
4 dnl in the directory containing this script.
5 dnl
6 dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
7 dnl Free Software Foundation, Inc.
8 dnl
9 dnl This file is part of GNU Emacs.
10 dnl
11 dnl GNU Emacs is free software; you can redistribute it and/or modify
12 dnl it under the terms of the GNU General Public License as published by
13 dnl the Free Software Foundation; either version 2, or (at your option)
14 dnl any later version.
15 dnl
16 dnl GNU Emacs is distributed in the hope that it will be useful,
17 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
18 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 dnl GNU General Public License for more details.
20 dnl
21 dnl You should have received a copy of the GNU General Public License
22 dnl along with GNU Emacs; see the file COPYING. If not, write to the
23 dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 dnl Boston, MA 02110-1301, USA.
25
26 AC_PREREQ(2.61)dnl
27 AC_INIT(src/lisp.h)
28 AC_CONFIG_HEADER(src/config.h:src/config.in)
29
30 dnl Support for --program-prefix, --program-suffix and
31 dnl --program-transform-name options
32 AC_ARG_PROGRAM
33
34 lispdir='${datadir}/emacs/${version}/lisp'
35 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
36 '${datadir}/emacs/site-lisp'
37 lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
38 etcdir='${datadir}/emacs/${version}/etc'
39 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
40 docdir='${datadir}/emacs/${version}/etc'
41 gamedir='${localstatedir}/games/emacs'
42
43 gameuser=games
44
45 AC_ARG_WITH(gcc,
46 [ --without-gcc don't use GCC to compile Emacs if GCC is found])
47 AC_ARG_WITH(pop,
48 [ --without-pop don't support POP mail retrieval with movemail],
49 [if test "$withval" = yes; then
50 AC_DEFINE(MAIL_USE_POP)
51 else :
52 fi],
53 AC_DEFINE(MAIL_USE_POP))
54 AH_TEMPLATE(MAIL_USE_POP, [Define to support POP mail retrieval.])dnl
55 AC_ARG_WITH(kerberos,
56 [ --with-kerberos support Kerberos-authenticated POP],
57 [AC_DEFINE(KERBEROS)])
58 AH_TEMPLATE(KERBEROS,
59 [Define to support Kerberos-authenticated POP mail retrieval.])dnl
60 AC_ARG_WITH(kerberos5,
61 [ --with-kerberos5 support Kerberos version 5 authenticated POP],
62 [if test "${with_kerberos5+set}" = set; then
63 if test "${with_kerberos+set}" != set; then
64 with_kerberos=yes
65 AC_DEFINE(KERBEROS)
66 fi
67 fi
68 AC_DEFINE(KERBEROS5, 1, [Define to use Kerberos 5 instead of Kerberos 4.])])
69 AC_ARG_WITH(hesiod,
70 [ --with-hesiod support Hesiod to get the POP server host],
71 [AC_DEFINE(HESIOD, 1, [Define to support using a Hesiod database to find the POP server.])])
72
73 AC_ARG_WITH(sound,
74 [ --without-sound don't compile with sound support])
75
76 dnl This should be the last --with option, because --with-x is
77 dnl added later on when we find the path of X, and it's best to
78 dnl keep them together visually.
79 AC_ARG_WITH(x-toolkit,
80 [ --with-x-toolkit=KIT use an X toolkit
81 (KIT = yes/lucid/athena/motif/gtk/no)],
82 [ case "${withval}" in
83 y | ye | yes ) val=athena ;;
84 n | no ) val=no ;;
85 l | lu | luc | luci | lucid ) val=lucid ;;
86 a | at | ath | athe | athen | athena ) val=athena ;;
87 m | mo | mot | moti | motif ) val=motif ;;
88 g | gt | gtk ) val=gtk ;;
89 dnl These don't currently work.
90 dnl o | op | ope | open | open- | open-l | open-lo \
91 dnl | open-loo | open-look ) val=open-look ;;
92 * )
93 dnl AC_MSG_ERROR([the `--with-x-toolkit' option is supposed to have a value
94 dnl which is `yes', `no', `lucid', `athena', `motif' or `open-look'.])
95 AC_MSG_ERROR([`--with-x-toolkit=$withval' is invalid\;
96 this option's value should be `yes', `no', `lucid', `athena', `motif' or `gtk'.
97 Currently, `yes', `athena' and `lucid' are synonyms.])
98 ;;
99 esac
100 with_x_toolkit=$val
101 ])
102 AC_ARG_WITH(xpm,
103 [ --with-xpm use -lXpm for displaying XPM images])
104 AC_ARG_WITH(jpeg,
105 [ --with-jpeg use -ljpeg for displaying JPEG images])
106 AC_ARG_WITH(tiff,
107 [ --with-tiff use -ltiff for displaying TIFF images])
108 AC_ARG_WITH(gif,
109 [ --with-gif use -lungif for displaying GIF images])
110 AC_ARG_WITH(png,
111 [ --with-png use -lpng for displaying PNG images])
112 AC_ARG_WITH(freetype,
113 [ --with-freetype use -lfreetype for local fonts support])
114 AC_ARG_WITH(xft,
115 [ --with-xft use -lXft for anti aliased fonts])
116 AC_ARG_WITH(gtk,
117 [ --with-gtk use GTK (same as --with-x-toolkit=gtk)])
118 AC_ARG_WITH(pkg-config-prog,
119 [ --with-pkg-config-prog Path to pkg-config to use for finding GTK])
120 AC_ARG_WITH(toolkit-scroll-bars,
121 [ --without-toolkit-scroll-bars
122 don't use Motif or Xaw3d scroll bars])
123 AC_ARG_WITH(xim,
124 [ --without-xim don't use X11 XIM])
125 AC_ARG_WITH(carbon,
126 [ --without-carbon don't use Carbon GUI on Mac OS X])
127 AC_ARG_ENABLE(carbon-app,
128 [[ --enable-carbon-app[=DIR] [DIR=/Application]
129 specify install directory for Emacs.app on Mac OS X]],
130 [ carbon_appdir_x=${enableval}])
131
132 AC_ARG_ENABLE(font-backend,
133 [ --enable-font-backend compile code of font-backend support],
134 USE_FONT_BACKEND=$enableval,
135 USE_FONT_BACKEND=no)
136
137 AC_ARG_ENABLE(asserts,
138 [ --enable-asserts compile code with asserts enabled],
139 USE_XASSERTS=$enableval,
140 USE_XASSERTS=no)
141
142 AC_ARG_ENABLE(maintainer-mode,
143 [ --enable-maintainer-mode enable make rules and dependencies not useful
144 (and sometimes confusing) to the casual installer],
145 USE_MAINTAINER_MODE=$enableval,
146 USE_MAINTAINER_MODE=no)
147 if test $USE_MAINTAINER_MODE = yes; then
148 MAINT=
149 else
150 MAINT=#
151 fi
152 AC_SUBST(MAINT)
153
154 AC_ARG_ENABLE(locallisppath,
155 [ --enable-locallisppath=PATH
156 directories Emacs should search for lisp files
157 specific to this site],
158 if test "${enableval}" = "no"; then
159 locallisppath=
160 elif test "${enableval}" != "yes"; then
161 locallisppath=${enableval}
162 fi)
163
164 #### Make srcdir absolute, if it isn't already. It's important to
165 #### avoid running the path through pwd unnecessarily, since pwd can
166 #### give you automounter prefixes, which can go away. We do all this
167 #### so Emacs can find its files when run uninstalled.
168 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
169 unset CDPATH
170 case "${srcdir}" in
171 /* ) ;;
172 . )
173 ## We may be able to use the $PWD environment variable to make this
174 ## absolute. But sometimes PWD is inaccurate.
175 ## Note: we used to use ${PWD} at the end instead of `pwd`,
176 ## but that tested only for a well-formed and valid PWD,
177 ## it did not object when PWD was well-formed and valid but just wrong.
178 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
179 then
180 srcdir="$PWD"
181 else
182 srcdir="`(cd ${srcdir}; pwd)`"
183 fi
184 ;;
185 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
186 esac
187
188 #### Check if the source directory already has a configured system in it.
189 if test `pwd` != `(cd ${srcdir} && pwd)` \
190 && test -f "${srcdir}/src/config.h" ; then
191 AC_MSG_WARN([[The directory tree `${srcdir}' is being used
192 as a build directory right now; it has been configured in its own
193 right. To configure in another directory as well, you MUST
194 use GNU make. If you do not have GNU make, then you must
195 now do `make distclean' in ${srcdir},
196 and then run $0 again.]])
197 fi
198
199 #### Given the configuration name, set machfile and opsysfile to the
200 #### names of the m/*.h and s/*.h files we should use.
201
202 ### Canonicalize the configuration name.
203
204 AC_CANONICAL_HOST
205 canonical=$host
206 configuration=${host_alias-$host}
207
208 dnl This used to use changequote, but, apart from `changequote is evil'
209 dnl per the autoconf manual, we can speed up autoconf somewhat by quoting
210 dnl the great gob of text. Thus it's not processed for possible expansion.
211 dnl Just make sure the brackets remain balanced.
212 dnl
213 dnl Since Emacs can't find matching pairs of quotes, boundaries are
214 dnl indicated by comments.
215 dnl quotation begins
216 [
217
218 ### If you add support for a new configuration, add code to this
219 ### switch statement to recognize your configuration name and select
220 ### the appropriate operating system and machine description files.
221
222 ### You would hope that you could choose an m/*.h file pretty much
223 ### based on the machine portion of the configuration name, and an s-
224 ### file based on the operating system portion. However, it turns out
225 ### that each m/*.h file is pretty manufacturer-specific - for
226 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
227 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
228 ### machines. So we basically have to have a special case for each
229 ### configuration name.
230 ###
231 ### As far as handling version numbers on operating systems is
232 ### concerned, make sure things will fail in a fixable way. If
233 ### /etc/MACHINES doesn't say anything about version numbers, be
234 ### prepared to handle anything reasonably. If version numbers
235 ### matter, be sure /etc/MACHINES says something about it.
236 ###
237 ### Eric Raymond says we should accept strings like "sysvr4" to mean
238 ### "System V Release 4"; he writes, "The old convention encouraged
239 ### confusion between `system' and `release' levels'."
240
241 machine='' opsys='' unported=no
242 case "${canonical}" in
243
244 ## FreeBSD ports
245 *-*-freebsd* )
246 opsys=freebsd
247 case "${canonical}" in
248 alpha*-*-freebsd*) machine=alpha ;;
249 ia64-*-freebsd*) machine=ia64 ;;
250 sparc64-*-freebsd*) machine=sparc ;;
251 powerpc-*-freebsd*) machine=macppc ;;
252 i[3456]86-*-freebsd*) machine=intel386 ;;
253 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
254 esac
255 ;;
256
257 ## NetBSD ports
258 *-*-netbsd* )
259 opsys=netbsd
260 if test -f /usr/lib/crti.o; then]
261 dnl The close and open brackets here are because this section is quoted --
262 dnl see the `changequote' comment above.
263 AC_DEFINE(HAVE_CRTIN, [], [Define to 1 if you have /usr/lib/crti.o.])
264 [ fi
265
266 case "${canonical}" in
267 alpha*-*-netbsd*) machine=alpha ;;
268 i[3456]86-*-netbsd*) machine=intel386 ;;
269 m68k-*-netbsd*)
270 # This is somewhat bogus.
271 machine=hp9000s300 ;;
272 mips-*-netbsd*) machine=pmax ;;
273 mipsel-*-netbsd*) machine=pmax ;;
274 mipseb-*-netbsd*) machine=pmax ;;
275 ns32k-*-netbsd*) machine=ns32000 ;;
276 powerpc-*-netbsd*) machine=macppc ;;
277 sparc*-*-netbsd*) machine=sparc ;;
278 vax-*-netbsd*) machine=vax ;;
279 arm-*-netbsd*) machine=arm ;;
280 x86_64-*-netbsd*) machine=amdx86-64 ;;
281 hppa-*-netbsd*) machine=hp800 ;;
282 shle-*-netbsd*) machine=sh3el ;;
283 esac
284 ;;
285
286 ## OpenBSD ports
287 *-*-openbsd* )
288 opsys=openbsd
289 case "${canonical}" in
290 alpha*-*-openbsd*) machine=alpha ;;
291 i386-*-openbsd*) machine=intel386 ;;
292 x86_64-*-openbsd*) machine=amdx86-64 ;;
293 m68k-*-openbsd*) machine=hp9000s300 ;;
294 mipsel-*-openbsd*) machine=pmax ;;
295 ns32k-*-openbsd*) machine=ns32000 ;;
296 sparc-*-openbsd*) machine=sparc ;;
297 vax-*-openbsd*) machine=vax ;;
298 esac
299 ;;
300
301 ## LynxOS ports
302 *-*-lynxos* )
303 opsys=lynxos
304 case "${canonical}" in
305 i[3456]86-*-lynxos*) machine=intel386 ;;
306 powerpc-*-lynxos*) machine=powerpc ;;
307 esac
308 ;;
309
310 ## Acorn RISCiX:
311 arm-acorn-riscix1.1* )
312 machine=acorn opsys=riscix1-1
313 ;;
314 arm-acorn-riscix1.2* | arm-acorn-riscix )
315 ## This name is riscix12 instead of riscix1.2
316 ## to avoid a file name conflict on MSDOS.
317 machine=acorn opsys=riscix12
318 ;;
319
320 ## BSDI ports
321 *-*-bsdi* )
322 opsys=bsdi
323 case "${canonical}" in
324 i[345]86-*-bsdi*) machine=intel386 ;;
325 sparc-*-bsdi*) machine=sparc ;;
326 powerpc-*-bsdi*) machine=macppc ;;
327 esac
328 case "${canonical}" in
329 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;;
330 *-*-bsdi2.0* ) opsys=bsdos2 ;;
331 *-*-bsdi2* ) opsys=bsdos2-1 ;;
332 *-*-bsdi3* ) opsys=bsdos3 ;;
333 *-*-bsdi[45]* ) opsys=bsdos4 ;;
334 esac
335 ;;
336
337 ## Alliant machines
338 ## Strictly speaking, we need the version of the alliant operating
339 ## system to choose the right machine file, but currently the
340 ## configuration name doesn't tell us enough to choose the right
341 ## one; we need to give alliants their own operating system name to
342 ## do this right. When someone cares, they can help us.
343 fx80-alliant-* )
344 machine=alliant4 opsys=bsd4-2
345 ;;
346 i860-alliant-* )
347 machine=alliant-2800 opsys=bsd4-3
348 ;;
349
350 ## Alpha (DEC) machines.
351 alpha*-dec-osf* )
352 machine=alpha opsys=osf1
353 # This is needed to find X11R6.1 libraries for certain tests.
354 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
355 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
356 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
357 # due to non-traditional preprocessing with the current compiler
358 # defaults. OSF 4 can also have that compiler version, and there
359 # seems always to have been a usable /usr/bin/cpp.
360 NON_GNU_CPP=/usr/bin/cpp
361 case "${canonical}" in
362 alpha*-dec-osf[5-9]*)
363 opsys=osf5-0 ;;
364 esac
365 ;;
366
367 alpha*-*-linux-gnu* )
368 machine=alpha opsys=gnu-linux
369 ;;
370
371 arm*-*-linux-gnu* )
372 machine=arm opsys=gnu-linux
373 ;;
374
375 ## Altos 3068
376 m68*-altos-sysv* )
377 machine=altos opsys=usg5-2
378 ;;
379
380 ## Amdahl UTS
381 580-amdahl-sysv* )
382 machine=amdahl opsys=usg5-2-2
383 ;;
384
385 ## Apollo, Domain/OS
386 m68*-apollo-* )
387 machine=apollo opsys=bsd4-3
388 ;;
389
390 ## Apple Darwin / Mac OS X
391 *-apple-darwin* )
392 case "${canonical}" in
393 i[3456]86-* ) machine=intel386 ;;
394 powerpc-* ) machine=powermac ;;
395 * ) unported=yes ;;
396 esac
397 opsys=darwin
398 # Define CPP as follows to make autoconf work correctly.
399 CPP="${CC-cc} -E -no-cpp-precomp"
400 # Use fink packages if available.
401 if test -d /sw/include && test -d /sw/lib; then
402 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
403 CPP="${CPP} ${GCC_TEST_OPTIONS}"
404 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
405 fi
406 ;;
407
408 ## AT&T 3b2, 3b5, 3b15, 3b20
409 we32k-att-sysv* )
410 machine=att3b opsys=usg5-2-2
411 ;;
412
413 ## AT&T 3b1 - The Mighty Unix PC!
414 m68*-att-sysv* )
415 machine=7300 opsys=usg5-2-2
416 ;;
417
418 ## Bull dpx20
419 rs6000-bull-bosx* )
420 machine=ibmrs6000 opsys=aix3-2
421 ;;
422
423 ## Bull dpx2
424 m68*-bull-sysv3* )
425 machine=dpx2 opsys=usg5-3
426 ;;
427
428 ## Bull sps7
429 m68*-bull-sysv2* )
430 machine=sps7 opsys=usg5-2
431 ;;
432
433 ## CCI 5/32, 6/32 -- see "Tahoe".
434
435 ## Celerity
436 ## I don't know what configuration name to use for this; config.sub
437 ## doesn't seem to know anything about it. Hey, Celerity users, get
438 ## in touch with us!
439 celerity-celerity-bsd* )
440 machine=celerity opsys=bsd4-2
441 ;;
442
443 ## Clipper
444 ## What operating systems does this chip run that Emacs has been
445 ## tested on?
446 clipper-* )
447 machine=clipper
448 ## We'll use the catch-all code at the bottom to guess the
449 ## operating system.
450 ;;
451
452 ## Compaq Nonstop
453 mips-compaq-nonstopux* )
454 machine=nonstopux opsys=nonstopux
455 ;;
456
457 ## Convex
458 *-convex-bsd* | *-convex-convexos* )
459 machine=convex opsys=bsd4-3
460 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
461 NON_GNU_CPP="cc -E -P"
462 ;;
463
464 ## Cubix QBx/386
465 i[3456]86-cubix-sysv* )
466 machine=intel386 opsys=usg5-3
467 ;;
468
469 ## Cydra 5
470 cydra*-cydrome-sysv* )
471 machine=cydra5 opsys=usg5-3
472 ;;
473
474 ## Data General AViiON Machines
475 ## DG changed naming conventions with the release of 5.4.4.10, they
476 ## dropped the initial 5.4 but left the intervening R. Because of the
477 ## R this shouldn't conflict with older versions of the OS (which I
478 ## think were named like dgux4.*). In addition, DG new AViiONs series
479 ## uses either Motorola M88k or Intel Pentium CPUs.
480 m88k-dg-dguxR4.* | m88k-dg-dgux4* )
481 machine=aviion opsys=dgux4
482 ;;
483 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
484 ## This name is dgux5-4-3 instead of dgux5-4r3
485 ## to avoid a file name conflict on MSDOS.
486 machine=aviion opsys=dgux5-4-3
487 ;;
488 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
489 machine=aviion opsys=dgux5-4r2
490 ;;
491 m88k-dg-dgux* )
492 machine=aviion opsys=dgux
493 ;;
494
495 ## Data General AViiON Intel (x86) Machines
496 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
497 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
498 i[345]86-dg-dguxR4* )
499 machine=aviion-intel opsys=dgux4
500 ;;
501
502 ## DECstations
503 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
504 machine=pmax opsys=bsd4-2
505 ;;
506 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
507 machine=pmax opsys=bsd4-3
508 ;;
509 mips-dec-ultrix* )
510 machine=pmax opsys=ultrix4-3
511 ;;
512 mips-dec-osf* )
513 machine=pmax opsys=osf1
514 ;;
515 mips-dec-mach_bsd4.3* )
516 machine=pmax opsys=mach-bsd4-3
517 ;;
518
519 ## Motorola Delta machines
520 m68k-motorola-sysv* | m68000-motorola-sysv* )
521 machine=delta opsys=usg5-3
522 if test -z "`type gnucc | grep 'not found'`"
523 then
524 if test -s /etc/167config
525 then CC="gnucc -m68040"
526 else CC="gnucc -m68881"
527 fi
528 else
529 if test -z "`type gcc | grep 'not found'`"
530 then CC=gcc
531 else CC=cc
532 fi
533 fi
534 ;;
535 m88k-motorola-sysv4* )
536 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
537 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
538 # I hope there are not other 4.0 versions for this machine
539 # which really need usg5-4 instead.
540 machine=delta88k opsys=usg5-4-2
541 ;;
542 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
543 machine=delta88k opsys=usg5-3
544 ;;
545
546 ## Dual machines
547 m68*-dual-sysv* )
548 machine=dual opsys=usg5-2
549 ;;
550 m68*-dual-uniplus* )
551 machine=dual opsys=unipl5-2
552 ;;
553
554 ## Elxsi 6400
555 elxsi-elxsi-sysv* )
556 machine=elxsi opsys=usg5-2
557 ;;
558
559 ## Encore machines
560 ns16k-encore-bsd* )
561 machine=ns16000 opsys=umax
562 ;;
563
564 ## The GEC 63 - apparently, this port isn't really finished yet.
565 # I'm sure we finished off the last of the machines, though. -- fx
566
567 ## Gould Power Node and NP1
568 pn-gould-bsd4.2* )
569 machine=gould opsys=bsd4-2
570 ;;
571 pn-gould-bsd4.3* )
572 machine=gould opsys=bsd4-3
573 ;;
574 np1-gould-bsd* )
575 machine=gould-np1 opsys=bsd4-3
576 ;;
577
578 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
579 ## as far as Emacs is concerned).
580 m88k-harris-cxux* )
581 # Build needs to be different on 7.0 and later releases
582 case "`uname -r`" in
583 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
584 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
585 esac
586 NON_GNU_CPP="/lib/cpp"
587 ;;
588 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
589 m68k-harris-cxux* )
590 machine=nh3000 opsys=cxux
591 ;;
592 ## Harris power pc NightHawk running Power UNIX (Series 6000)
593 powerpc-harris-powerunix )
594 machine=nh6000 opsys=powerunix
595 NON_GNU_CPP="cc -Xo -E -P"
596 ;;
597 ## Honeywell XPS100
598 xps*-honeywell-sysv* )
599 machine=xps100 opsys=usg5-2
600 ;;
601
602 ## HP 9000 series 200 or 300
603 m68*-hp-bsd* )
604 machine=hp9000s300 opsys=bsd4-3
605 ;;
606 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
607 m68*-hp-hpux* )
608 case "`uname -r`" in
609 ## Someone's system reports A.B8.05 for this.
610 ## I wonder what other possibilities there are.
611 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
612 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
613 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
614 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
615 *) machine=hp9000s300 opsys=hpux ;;
616 esac
617 ;;
618
619 hppa*-*-linux-gnu* )
620 machine=hp800 opsys=gnu-linux
621 ;;
622
623 hppa*-*-nextstep* )
624 machine=hp800 opsys=nextstep
625 ;;
626
627 ## Orion machines
628 orion-orion-bsd* )
629 machine=orion opsys=bsd4-2
630 ;;
631 clipper-orion-bsd* )
632 machine=orion105 opsys=bsd4-2
633 ;;
634
635 ## IBM machines
636 i[3456]86-ibm-aix1.1* )
637 machine=ibmps2-aix opsys=usg5-2-2
638 ;;
639 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
640 machine=ibmps2-aix opsys=usg5-3
641 ;;
642 i370-ibm-aix*)
643 machine=ibm370aix opsys=usg5-3
644 ;;
645 s390-*-linux-gnu* )
646 machine=ibms390 opsys=gnu-linux
647 ;;
648 s390x-*-linux-gnu* )
649 machine=ibms390x opsys=gnu-linux
650 ;;
651 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
652 machine=ibmrs6000 opsys=aix3-1
653 ;;
654 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
655 machine=ibmrs6000 opsys=aix3-2-5
656 ;;
657 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
658 machine=ibmrs6000 opsys=aix4-1
659 ;;
660 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
661 machine=ibmrs6000 opsys=aix4-2
662 ;;
663 rs6000-ibm-aix5* | powerpc-ibm-aix5* )
664 machine=ibmrs6000 opsys=aix4-2
665 ;;
666 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )
667 machine=ibmrs6000 opsys=aix4
668 ;;
669 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
670 machine=ibmrs6000 opsys=aix4-1
671 ;;
672 rs6000-ibm-aix* | powerpc-ibm-aix* )
673 machine=ibmrs6000 opsys=aix3-2
674 ;;
675 romp-ibm-bsd4.3* )
676 machine=ibmrt opsys=bsd4-3
677 ;;
678 romp-ibm-bsd4.2* )
679 machine=ibmrt opsys=bsd4-2
680 ;;
681 romp-ibm-aos4.3* )
682 machine=ibmrt opsys=bsd4-3
683 ;;
684 romp-ibm-aos4.2* )
685 machine=ibmrt opsys=bsd4-2
686 ;;
687 romp-ibm-aos* )
688 machine=ibmrt opsys=bsd4-3
689 ;;
690 romp-ibm-bsd* )
691 machine=ibmrt opsys=bsd4-3
692 ;;
693 romp-ibm-aix* )
694 machine=ibmrt-aix opsys=usg5-2-2
695 ;;
696
697 ## Integrated Solutions `Optimum V'
698 m68*-isi-bsd4.2* )
699 machine=isi-ov opsys=bsd4-2
700 ;;
701 m68*-isi-bsd4.3* )
702 machine=isi-ov opsys=bsd4-3
703 ;;
704
705 ## Intel 386 machines where we do care about the manufacturer
706 i[3456]86-intsys-sysv* )
707 machine=is386 opsys=usg5-2-2
708 ;;
709
710 ## Prime EXL
711 i[3456]86-prime-sysv* )
712 machine=i386 opsys=usg5-3
713 ;;
714
715 ## Sequent Symmetry running Dynix
716 i[3456]86-sequent-bsd* )
717 machine=symmetry opsys=bsd4-3
718 ;;
719
720 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
721 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
722 machine=sequent-ptx opsys=ptx4
723 NON_GNU_CPP=/lib/cpp
724 ;;
725
726 ## Sequent Symmetry running DYNIX/ptx
727 ## Use the old cpp rather than the newer ANSI one.
728 i[3456]86-sequent-ptx* )
729 machine=sequent-ptx opsys=ptx
730 NON_GNU_CPP="/lib/cpp"
731 ;;
732
733 ## ncr machine running svr4.3.
734 i[3456]86-ncr-sysv4.3 )
735 machine=ncr386 opsys=usg5-4-3
736 ;;
737
738 ## Unspecified sysv on an ncr machine defaults to svr4.2.
739 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
740 i[3456]86-ncr-sysv* )
741 machine=ncr386 opsys=usg5-4-2
742 ;;
743
744 ## Intel Paragon OSF/1
745 i860-intel-osf1* )
746 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
747 ;;
748
749 ## Intel 860
750 i860-*-sysv4* )
751 machine=i860 opsys=usg5-4
752 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
753 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
754 ;;
755
756 ## Macintosh PowerPC
757 powerpc*-*-linux-gnu* )
758 machine=macppc opsys=gnu-linux
759 ;;
760
761 ## Masscomp machines
762 m68*-masscomp-rtu* )
763 machine=masscomp opsys=rtu
764 ;;
765
766 ## Megatest machines
767 m68*-megatest-bsd* )
768 machine=mega68 opsys=bsd4-2
769 ;;
770
771 ## Workstations sold by MIPS
772 ## This is not necessarily all workstations using the MIPS processor -
773 ## Irises are produced by SGI, and DECstations by DEC.
774
775 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
776 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
777 ## it gives for choosing between the alternatives seems to be "Use
778 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
779 ## the BSD world." I'll assume that these are instructions for
780 ## handling two odd situations, and that every other situation
781 ## should use mips.h and usg5-2-2, they being listed first.
782 mips-mips-usg* )
783 machine=mips4
784 ## Fall through to the general code at the bottom to decide on the OS.
785 ;;
786 mips-mips-riscos4* )
787 machine=mips4 opsys=bsd4-3
788 NON_GNU_CC="cc -systype bsd43"
789 NON_GNU_CPP="cc -systype bsd43 -E"
790 ;;
791 mips-mips-riscos5* )
792 machine=mips4 opsys=riscos5
793 NON_GNU_CC="cc -systype bsd43"
794 NON_GNU_CPP="cc -systype bsd43 -E"
795 ;;
796 mips-mips-bsd* )
797 machine=mips opsys=bsd4-3
798 ;;
799 mips-mips-* )
800 machine=mips opsys=usg5-2-2
801 ;;
802
803 ## NeXT
804 m68*-next-* | m68k-*-nextstep* )
805 machine=m68k opsys=nextstep
806 ;;
807
808 ## The complete machine from National Semiconductor
809 ns32k-ns-genix* )
810 machine=ns32000 opsys=usg5-2
811 ;;
812
813 ## NCR machines
814 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
815 machine=tower32 opsys=usg5-2-2
816 ;;
817 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
818 machine=tower32v3 opsys=usg5-3
819 ;;
820
821 ## NEC EWS4800
822 mips-nec-sysv4*)
823 machine=ews4800 opsys=ux4800
824 ;;
825
826 ## Nixdorf Targon 31
827 m68*-nixdorf-sysv* )
828 machine=targon31 opsys=usg5-2-2
829 ;;
830
831 ## Nu (TI or LMI)
832 m68*-nu-sysv* )
833 machine=nu opsys=usg5-2
834 ;;
835
836 ## Plexus
837 m68*-plexus-sysv* )
838 machine=plexus opsys=usg5-2
839 ;;
840
841 ## Pyramid machines
842 ## I don't really have any idea what sort of processor the Pyramid has,
843 ## so I'm assuming it is its own architecture.
844 pyramid-pyramid-bsd* )
845 machine=pyramid opsys=bsd4-2
846 ;;
847
848 ## Sequent Balance
849 ns32k-sequent-bsd4.2* )
850 machine=sequent opsys=bsd4-2
851 ;;
852 ns32k-sequent-bsd4.3* )
853 machine=sequent opsys=bsd4-3
854 ;;
855
856 ## Siemens Nixdorf
857 mips-siemens-sysv* | mips-sni-sysv*)
858 machine=mips-siemens opsys=usg5-4
859 NON_GNU_CC=/usr/ccs/bin/cc
860 NON_GNU_CPP=/usr/ccs/lib/cpp
861 ;;
862
863 ## Silicon Graphics machines
864 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
865 m68*-sgi-iris3.5* )
866 machine=irist opsys=iris3-5
867 ;;
868 m68*-sgi-iris3.6* | m68*-sgi-iris*)
869 machine=irist opsys=iris3-6
870 ;;
871 ## Iris 4D
872 mips-sgi-irix3* )
873 machine=iris4d opsys=irix3-3
874 ;;
875 mips-sgi-irix4* )
876 machine=iris4d opsys=irix4-0
877 ;;
878 mips-sgi-irix6.5 )
879 machine=iris4d opsys=irix6-5
880 # Without defining _LANGUAGE_C, things get masked out in the headers
881 # so that, for instance, grepping for `free' in stdlib.h fails and
882 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
883 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
884 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
885 ;;
886 mips-sgi-irix6* )
887 machine=iris4d opsys=irix6-0
888 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
889 # but presumably it does no harm.
890 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
891 # -32 probably isn't necessary in later v.6s -- anyone know which?
892 NON_GCC_TEST_OPTIONS=-32
893 ;;
894 mips-sgi-irix5.[01]* )
895 machine=iris4d opsys=irix5-0
896 ;;
897 mips-sgi-irix5* | mips-sgi-irix* )
898 machine=iris4d opsys=irix5-2
899 ;;
900
901 ## SONY machines
902 m68*-sony-bsd4.2* )
903 machine=news opsys=bsd4-2
904 ;;
905 m68*-sony-bsd4.3* )
906 machine=news opsys=bsd4-3
907 ;;
908 m68*-sony-newsos3* | m68*-sony-news3*)
909 machine=news opsys=bsd4-3
910 ;;
911 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
912 machine=news-risc opsys=bsd4-3
913 ;;
914 mips-sony-newsos6* )
915 machine=news-r6 opsys=newsos6
916 ;;
917 mips-sony-news* )
918 machine=news-risc opsys=newsos5
919 ;;
920
921 ## Stride
922 m68*-stride-sysv* )
923 machine=stride opsys=usg5-2
924 ;;
925
926 ## Suns
927 sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
928 machine=sparc opsys=gnu-linux
929 ;;
930
931 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
932 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
933 | rs6000-*-solaris2*)
934 case "${canonical}" in
935 m68*-sunos1* ) machine=sun1 ;;
936 m68*-sunos2* ) machine=sun2 ;;
937 m68* ) machine=sun3 ;;
938 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
939 i[3456]86-*-* ) machine=intel386 ;;
940 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
941 powerpcle* ) machine=powerpcle ;;
942 powerpc* | rs6000* ) machine=ibmrs6000 ;;
943 sparc* ) machine=sparc ;;
944 * ) unported=yes ;;
945 esac
946 case "${canonical}" in
947 ## The Sun386 didn't get past 4.0.
948 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
949 *-sunos4.0* ) opsys=sunos4-0 ;;
950 *-sunos4.1.[3-9]*noshare )
951 ## This name is sunos413 instead of sunos4-1-3
952 ## to avoid a file name conflict on MSDOS.
953 opsys=sunos413
954 NON_GNU_CPP=/usr/lib/cpp
955 NON_GCC_TEST_OPTIONS=-Bstatic
956 GCC_TEST_OPTIONS=-static
957 ;;
958 *-sunos4.1.[3-9]* | *-sunos4shr*)
959 opsys=sunos4shr
960 NON_GNU_CPP=/usr/lib/cpp
961 ;;
962 *-sunos4* | *-sunos )
963 opsys=sunos4-1
964 NON_GCC_TEST_OPTIONS=-Bstatic
965 GCC_TEST_OPTIONS=-static
966 ;;
967 *-sunos5.3* | *-solaris2.3* )
968 opsys=sol2-3
969 NON_GNU_CPP=/usr/ccs/lib/cpp
970 ;;
971 *-sunos5.4* | *-solaris2.4* )
972 opsys=sol2-4
973 NON_GNU_CPP=/usr/ccs/lib/cpp
974 RANLIB="ar -ts"
975 ;;
976 *-sunos5.5* | *-solaris2.5* )
977 opsys=sol2-5
978 NON_GNU_CPP=/usr/ccs/lib/cpp
979 RANLIB="ar -ts"
980 ;;
981 *-sunos5.6* | *-solaris2.6* )
982 opsys=sol2-6
983 NON_GNU_CPP=/usr/ccs/lib/cpp
984 RANLIB="ar -ts"
985 ;;
986 *-sunos5* | *-solaris* )
987 opsys=sol2-6
988 NON_GNU_CPP=/usr/ccs/lib/cpp
989 ;;
990 * ) opsys=bsd4-2 ;;
991 esac
992 ## Watch out for a compiler that we know will not work.
993 case "${canonical}" in
994 *-solaris* | *-sunos5* )
995 if [ "x$CC" = x/usr/ucb/cc ]; then
996 ## /usr/ucb/cc doesn't work;
997 ## we should find some other compiler that does work.
998 unset CC
999 fi
1000 ;;
1001 *) ;;
1002 esac
1003 ;;
1004 sparc-*-nextstep* )
1005 machine=sparc opsys=nextstep
1006 ;;
1007
1008 ## Tadpole 68k
1009 m68*-tadpole-sysv* )
1010 machine=tad68k opsys=usg5-3
1011 ;;
1012
1013 ## Tahoe machines
1014 tahoe-tahoe-bsd4.2* )
1015 machine=tahoe opsys=bsd4-2
1016 ;;
1017 tahoe-tahoe-bsd4.3* )
1018 machine=tahoe opsys=bsd4-3
1019 ;;
1020
1021 ## Tandem Integrity S2
1022 mips-tandem-sysv* )
1023 machine=tandem-s2 opsys=usg5-3
1024 ;;
1025
1026 ## Tektronix XD88
1027 m88k-tektronix-sysv3* )
1028 machine=tekxd88 opsys=usg5-3
1029 ;;
1030
1031 ## Tektronix 16000 box (6130?)
1032 ns16k-tektronix-bsd* )
1033 machine=ns16000 opsys=bsd4-2
1034 ;;
1035 ## Tektronix 4300
1036 ## src/m/tek4300.h hints that this is a m68k machine.
1037 m68*-tektronix-bsd* )
1038 machine=tek4300 opsys=bsd4-3
1039 ;;
1040
1041 ## Titan P2 or P3
1042 ## We seem to have lost the machine-description file titan.h!
1043 titan-titan-sysv* )
1044 machine=titan opsys=usg5-3
1045 ;;
1046
1047 ## Ustation E30 (SS5E)
1048 m68*-unisys-uniplus* )
1049 machine=ustation opsystem=unipl5-2
1050 ;;
1051
1052 ## Vaxen.
1053 vax-dec-* )
1054 machine=vax
1055 case "${canonical}" in
1056 *-bsd4.1* ) opsys=bsd4-1 ;;
1057 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
1058 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
1059 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
1060 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
1061 *-vms* ) opsys=vms ;;
1062 * ) unported=yes
1063 esac
1064 ;;
1065
1066 ## Whitechapel MG1
1067 ns16k-whitechapel-* )
1068 machine=mg1
1069 ## We don't know what sort of OS runs on these; we'll let the
1070 ## operating system guessing code below try.
1071 ;;
1072
1073 ## Wicat
1074 m68*-wicat-sysv* )
1075 machine=wicat opsys=usg5-2
1076 ;;
1077
1078 ## IA-64
1079 ia64*-*-linux* )
1080 machine=ia64 opsys=gnu-linux
1081 ;;
1082
1083 ## Intel 386 machines where we don't care about the manufacturer
1084 i[3456]86-*-* )
1085 machine=intel386
1086 case "${canonical}" in
1087 *-cygwin ) opsys=cygwin ;;
1088 *-darwin* ) opsys=darwin
1089 CPP="${CC-cc} -E -no-cpp-precomp"
1090 ;;
1091 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1092 *-isc2.2* ) opsys=isc2-2 ;;
1093 *-isc4.0* ) opsys=isc4-0 ;;
1094 *-isc4.* ) opsys=isc4-1
1095 GCC_TEST_OPTIONS=-posix
1096 NON_GCC_TEST_OPTIONS=-Xp
1097 ;;
1098 *-isc* ) opsys=isc3-0 ;;
1099 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
1100 *-esix* ) opsys=esix ;;
1101 *-xenix* ) opsys=xenix ;;
1102 *-linux-gnu* ) opsys=gnu-linux ;;
1103 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
1104 *-sco3.2v5* ) opsys=sco5
1105 NON_GNU_CPP=/lib/cpp
1106 # Prevent -belf from being passed to $CPP.
1107 # /lib/cpp does not accept it.
1108 OVERRIDE_CPPFLAGS=" "
1109 ;;
1110 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
1111 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
1112 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
1113 *-386bsd* ) opsys=386bsd ;;
1114 *-nextstep* ) opsys=nextstep ;;
1115 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1116 esac
1117 ;;
1118
1119 ## m68k Linux-based GNU system
1120 m68k-*-linux-gnu* )
1121 machine=m68k opsys=gnu-linux
1122 ;;
1123
1124 ## Mips Linux-based GNU system
1125 mips-*-linux-gnu* | mipsel-*-linux-gnu* )
1126 machine=mips opsys=gnu-linux
1127 ;;
1128
1129 ## UXP/DS
1130 sparc-fujitsu-sysv4* )
1131 machine=sparc opsys=uxpds
1132 NON_GNU_CPP=/usr/ccs/lib/cpp
1133 RANLIB="ar -ts"
1134 ;;
1135
1136 ## UXP/V
1137 f301-fujitsu-uxpv4.1)
1138 machine=f301 opsys=uxpv
1139 ;;
1140
1141 ## AMD x86-64 Linux-based GNU system
1142 x86_64-*-linux-gnu* )
1143 machine=amdx86-64 opsys=gnu-linux
1144 ;;
1145
1146 * )
1147 unported=yes
1148 ;;
1149 esac
1150
1151 ### If the code above didn't choose an operating system, just choose
1152 ### an operating system based on the configuration name. You really
1153 ### only want to use this when you have no idea what the right
1154 ### operating system is; if you know what operating systems a machine
1155 ### runs, it's cleaner to make it explicit in the case statement
1156 ### above.
1157 if test x"${opsys}" = x; then
1158 case "${canonical}" in
1159 *-gnu* ) opsys=gnu ;;
1160 *-bsd4.[01] ) opsys=bsd4-1 ;;
1161 *-bsd4.2 ) opsys=bsd4-2 ;;
1162 *-bsd4.3 ) opsys=bsd4-3 ;;
1163 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
1164 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
1165 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
1166 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
1167 *-sysv4.2uw* ) opsys=unixware ;;
1168 *-sysv5uw* ) opsys=unixware ;;
1169 *-sysv5OpenUNIX* ) opsys=unixware ;;
1170 *-sysv4.1* | *-sysvr4.1* )
1171 NON_GNU_CPP=/usr/lib/cpp
1172 opsys=usg5-4 ;;
1173 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
1174 if [ x$NON_GNU_CPP = x ]; then
1175 if [ -f /usr/ccs/lib/cpp ]; then
1176 NON_GNU_CPP=/usr/ccs/lib/cpp
1177 else
1178 NON_GNU_CPP=/lib/cpp
1179 fi
1180 fi
1181 opsys=usg5-4-2 ;;
1182 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
1183 * )
1184 unported=yes
1185 ;;
1186 esac
1187 fi
1188
1189 ]
1190 dnl quotation ends
1191
1192 if test $unported = yes; then
1193 AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems.
1194 Check `etc/MACHINES' for recognized configuration names.])
1195 fi
1196
1197 machfile="m/${machine}.h"
1198 opsysfile="s/${opsys}.h"
1199
1200
1201 #### Choose a compiler.
1202 test -n "$CC" && cc_specified=yes
1203
1204 # Save the value of CFLAGS that the user specified.
1205 SPECIFIED_CFLAGS="$CFLAGS"
1206
1207 case ${with_gcc} in
1208 "yes" ) CC="gcc" GCC=yes ;;
1209 "no" ) : ${CC=cc} ;;
1210 * )
1211 esac
1212 AC_PROG_CC
1213
1214 # On Suns, sometimes $CPP names a directory.
1215 if test -n "$CPP" && test -d "$CPP"; then
1216 CPP=
1217 fi
1218
1219 #### Some systems specify a CPP to use unless we are using GCC.
1220 #### Now that we know whether we are using GCC, we can decide whether
1221 #### to use that one.
1222 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
1223 then
1224 CPP="$NON_GNU_CPP"
1225 fi
1226
1227 #### Some systems specify a CC to use unless we are using GCC.
1228 #### Now that we know whether we are using GCC, we can decide whether
1229 #### to use that one.
1230 if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
1231 test x$cc_specified != xyes
1232 then
1233 CC="$NON_GNU_CC"
1234 fi
1235
1236 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
1237 then
1238 CC="$CC $GCC_TEST_OPTIONS"
1239 fi
1240
1241 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
1242 then
1243 CC="$CC $NON_GCC_TEST_OPTIONS"
1244 fi
1245
1246 dnl checks for Unix variants
1247 AC_AIX
1248 AC_GNU_SOURCE
1249
1250 ### Use -Wno-pointer-sign if the compiler supports it
1251 AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign])
1252 SAVE_CFLAGS="$CFLAGS"
1253 CFLAGS="$CFLAGS -Wno-pointer-sign"
1254 AC_TRY_COMPILE([], [], has_option=yes, has_option=no,)
1255 if test $has_option = yes; then
1256 C_WARNINGS_SWITCH="-Wno-pointer-sign $C_WARNINGS_SWITCH"
1257 fi
1258 AC_MSG_RESULT($has_option)
1259 CFLAGS="$SAVE_CFLAGS"
1260 unset has_option
1261 unset SAVE_CFLAGS
1262
1263 #### Some other nice autoconf tests.
1264
1265 dnl checks for programs
1266 AC_PROG_LN_S
1267 AC_PROG_CPP
1268 AC_PROG_INSTALL
1269 if test "x$RANLIB" = x; then
1270 AC_PROG_RANLIB
1271 fi
1272 AC_PATH_PROG(INSTALL_INFO, install-info)
1273 AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin)
1274 AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin)
1275 dnl Don't use GZIP, which is used by gzip for additional parameters.
1276 AC_PATH_PROG(GZIP_PROG, gzip)
1277
1278 dnl Add our options to ac_link now, after it is set up.
1279
1280 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
1281 then
1282 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
1283 fi
1284
1285 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
1286 then
1287 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
1288 fi
1289
1290 dnl We need -znocombreloc if we're using a relatively recent GNU ld.
1291 dnl If we can link with the flag, it shouldn't do any harm anyhow.
1292 dnl (Don't use `-z nocombreloc' as -z takes no arg on Irix.)
1293 dnl Treat GCC specially since it just gives a non-fatal `unrecognized option'
1294 dnl if not built to support GNU ld.
1295
1296 late_LDFLAGS=$LDFLAGS
1297 if test "$GCC" = yes; then
1298 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
1299 else
1300 LDFLAGS="$LDFLAGS -znocombreloc"
1301 fi
1302
1303 AC_MSG_CHECKING([for -znocombreloc])
1304 AC_LINK_IFELSE([main(){return 0;}],
1305 [AC_MSG_RESULT(yes)],
1306 LDFLAGS=$late_LDFLAGS
1307 [AC_MSG_RESULT(no)])
1308
1309 #### Extract some information from the operating system and machine files.
1310
1311 AC_CHECKING([the machine- and system-dependent files to find out
1312 - which libraries the lib-src programs will want, and
1313 - whether the GNU malloc routines are usable])
1314
1315 ### First figure out CFLAGS (which we use for running the compiler here)
1316 ### and REAL_CFLAGS (which we use for real compilation).
1317 ### The two are the same except on a few systems, where they are made
1318 ### different to work around various lossages. For example,
1319 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
1320 ### as implying static linking.
1321
1322 ### If the CFLAGS env var is specified, we use that value
1323 ### instead of the default.
1324
1325 ### It's not important that this name contain the PID; you can't run
1326 ### two configures in the same directory and have anything work
1327 ### anyway.
1328 tempcname="conftest.c"
1329
1330 echo '
1331 #include "'${srcdir}'/src/'${opsysfile}'"
1332 #include "'${srcdir}'/src/'${machfile}'"
1333 #ifndef LIBS_MACHINE
1334 #define LIBS_MACHINE
1335 #endif
1336 #ifndef LIBS_SYSTEM
1337 #define LIBS_SYSTEM
1338 #endif
1339 #ifndef C_SWITCH_SYSTEM
1340 #define C_SWITCH_SYSTEM
1341 #endif
1342 #ifndef C_SWITCH_MACHINE
1343 #define C_SWITCH_MACHINE
1344 #endif
1345 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1346 configure___ c_switch_system=C_SWITCH_SYSTEM
1347 configure___ c_switch_machine=C_SWITCH_MACHINE
1348
1349 #ifndef LIB_X11_LIB
1350 #define LIB_X11_LIB -lX11
1351 #endif
1352
1353 #ifndef LIBX11_MACHINE
1354 #define LIBX11_MACHINE
1355 #endif
1356
1357 #ifndef LIBX11_SYSTEM
1358 #define LIBX11_SYSTEM
1359 #endif
1360 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
1361
1362 #ifdef UNEXEC
1363 configure___ unexec=UNEXEC
1364 #else
1365 configure___ unexec=unexec.o
1366 #endif
1367
1368 #ifdef SYSTEM_MALLOC
1369 configure___ system_malloc=yes
1370 #else
1371 configure___ system_malloc=no
1372 #endif
1373
1374 #ifdef USE_MMAP_FOR_BUFFERS
1375 configure___ use_mmap_for_buffers=yes
1376 #else
1377 configure___ use_mmap_for_buffers=no
1378 #endif
1379
1380 #ifndef C_DEBUG_SWITCH
1381 #define C_DEBUG_SWITCH -g
1382 #endif
1383
1384 #ifndef C_OPTIMIZE_SWITCH
1385 #ifdef __GNUC__
1386 #define C_OPTIMIZE_SWITCH -O2
1387 #else
1388 #define C_OPTIMIZE_SWITCH -O
1389 #endif
1390 #endif
1391
1392 #ifndef C_WARNINGS_SWITCH
1393 #define C_WARNINGS_SWITCH ${C_WARNINGS_SWITCH}
1394 #endif
1395
1396 #ifndef LD_SWITCH_MACHINE
1397 #define LD_SWITCH_MACHINE
1398 #endif
1399
1400 #ifndef LD_SWITCH_SYSTEM
1401 #define LD_SWITCH_SYSTEM
1402 #endif
1403
1404 #ifndef LD_SWITCH_X_SITE_AUX
1405 #define LD_SWITCH_X_SITE_AUX
1406 #endif
1407
1408 configure___ ld_switch_system=LD_SWITCH_SYSTEM
1409 configure___ ld_switch_machine=LD_SWITCH_MACHINE
1410
1411 #ifdef THIS_IS_CONFIGURE
1412
1413 /* Get the CFLAGS for tests in configure. */
1414 #ifdef __GNUC__
1415 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1416 #else
1417 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1418 #endif
1419
1420 #else /* not THIS_IS_CONFIGURE */
1421
1422 /* Get the CFLAGS for real compilation. */
1423 #ifdef __GNUC__
1424 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH C_WARNINGS_SWITCH '${SPECIFIED_CFLAGS}'
1425 #else
1426 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1427 #endif
1428
1429 #endif /* not THIS_IS_CONFIGURE */
1430 ' > ${tempcname}
1431
1432 # The value of CPP is a quoted variable reference, so we need to do this
1433 # to get its actual value...
1434 CPP=`eval "echo $CPP"`
1435 [eval `${CPP} -Isrc ${tempcname} \
1436 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1437 if test "x$SPECIFIED_CFLAGS" = x; then
1438 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1439 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1440 else
1441 REAL_CFLAGS="$CFLAGS"
1442 fi]
1443 rm ${tempcname}
1444
1445 ac_link="$ac_link $ld_switch_machine $ld_switch_system"
1446
1447 ### Make sure subsequent tests use flags consistent with the build flags.
1448
1449 if test x"${OVERRIDE_CPPFLAGS}" != x; then
1450 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1451 else
1452 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1453 fi
1454
1455 dnl For AC_FUNC_GETLOADAVG, at least:
1456 AC_CONFIG_LIBOBJ_DIR(src)
1457
1458 dnl Do this early because it can frob feature test macros for Unix-98 &c.
1459 AC_SYS_LARGEFILE
1460
1461
1462 ### The standard library on x86-64 GNU/Linux distributions can
1463 ### be located in either /usr/lib64 or /usr/lib.
1464 case "${canonical}" in
1465 x86_64-*-linux-gnu* )
1466 if test -d /usr/lib64; then
1467 AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1,
1468 [Define to 1 if the file /usr/lib64 exists.])
1469 fi
1470 esac
1471
1472 dnl This function defintion taken from Gnome 2.0
1473 dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
1474 dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
1475 dnl also defines GSTUFF_PKG_ERRORS on error
1476 AC_DEFUN([PKG_CHECK_MODULES], [
1477 succeeded=no
1478
1479 if test -z "$PKG_CONFIG"; then
1480 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
1481 fi
1482
1483 if test "$PKG_CONFIG" = "no" ; then
1484 ifelse([$4], , [AC_MSG_ERROR([
1485 *** The pkg-config script could not be found. Make sure it is in your path, or give the full path to pkg-config with the PKG_CONFIG environment variable or --with-pkg-config-prog. Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.])], [$4])
1486 else
1487 PKG_CONFIG_MIN_VERSION=0.9.0
1488 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
1489 AC_MSG_CHECKING(for $2)
1490
1491 if $PKG_CONFIG --exists "$2" 2>&AS_MESSAGE_LOG_FD; then
1492 AC_MSG_RESULT(yes)
1493 succeeded=yes
1494
1495 AC_MSG_CHECKING($1_CFLAGS)
1496 $1_CFLAGS=`$PKG_CONFIG --cflags "$2"|sed -e 's,///*,/,g'`
1497 AC_MSG_RESULT($$1_CFLAGS)
1498
1499 AC_MSG_CHECKING($1_LIBS)
1500 $1_LIBS=`$PKG_CONFIG --libs "$2"|sed -e 's,///*,/,g'`
1501 AC_MSG_RESULT($$1_LIBS)
1502 else
1503 AC_MSG_RESULT(no)
1504 $1_CFLAGS=""
1505 $1_LIBS=""
1506 ## If we have a custom action on failure, don't print errors, but
1507 ## do set a variable so people can do so.
1508 $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
1509 ifelse([$4], ,echo $$1_PKG_ERRORS,)
1510 fi
1511
1512 AC_SUBST($1_CFLAGS)
1513 AC_SUBST($1_LIBS)
1514 else
1515 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
1516 echo "*** See http://www.freedesktop.org/software/pkgconfig"
1517 fi
1518 fi
1519
1520 if test $succeeded = yes; then
1521 ifelse([$3], , :, [$3])
1522 else
1523 ifelse([$4], , [AC_MSG_ERROR([Library requirements ($2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.])], [$4])
1524 fi
1525 ])
1526
1527
1528 if test "${with_sound}" != "no"; then
1529 # Sound support for GNU/Linux and the free BSDs.
1530 AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
1531 # Emulation library used on NetBSD.
1532 AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
1533 AC_SUBST(LIBSOUND)
1534
1535 ALSA_REQUIRED=1.0.0
1536 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
1537 dnl Check if --with-pkg-config-prog has been given.
1538 if test "X${with_pkg_config_prog}" != X; then
1539 PKG_CONFIG="${with_pkg_config_prog}"
1540 fi
1541 PKG_CHECK_MODULES(ALSA, $ALSA_MODULES, HAVE_ALSA=yes, HAVE_ALSA=no)
1542 if test $HAVE_ALSA = yes; then
1543 SAVE_CFLAGS="$CFLAGS"
1544 SAVE_LDFLAGS="$LDFLAGS"
1545 CFLAGS="$ALSA_CFLAGS $CFLAGS"
1546 LDFLAGS="$ALSA_LIBS $LDFLAGS"
1547 AC_TRY_COMPILE([#include <asoundlib.h>], [snd_lib_error_set_handler (0);],
1548 emacs_alsa_normal=yes,
1549 emacs_alsa_normal=no)
1550 if test "$emacs_alsa_normal" != yes; then
1551 AC_TRY_COMPILE([#include <alsa/asoundlib.h>],
1552 [snd_lib_error_set_handler (0);],
1553 emacs_alsa_subdir=yes,
1554 emacs_alsa_subdir=no)
1555 if test "$emacs_alsa_subdir" != yes; then
1556 AC_MSG_ERROR([pkg-config found alsa, but it does not compile. See config.log for error messages.])
1557 fi
1558 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
1559 fi
1560
1561 CFLAGS="$SAVE_CFLAGS"
1562 LDFLAGS="$SAVE_LDFLAGS"
1563 LIBSOUND="$LIBSOUND $ALSA_LIBS"
1564 CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS"
1565 AC_DEFINE(HAVE_ALSA, 1, [Define to 1 if ALSA is available.])
1566 AC_SUBST()
1567 fi
1568 AC_SUBST(CFLAGS_SOUND)
1569 fi
1570
1571 dnl checks for header files
1572 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1573 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1574 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
1575 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
1576 sys/utsname.h pwd.h)
1577
1578 AC_MSG_CHECKING(if personality LINUX32 can be set)
1579 AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],
1580 emacs_cv_personality_linux32=yes,
1581 emacs_cv_personality_linux32=no)
1582 AC_MSG_RESULT($emacs_cv_personality_linux32)
1583
1584 if test $emacs_cv_personality_linux32 = yes; then
1585 AC_DEFINE(HAVE_PERSONALITY_LINUX32, 1,
1586 [Define to 1 if personality LINUX32 can be set.])
1587 fi
1588
1589 dnl On Solaris 8 there's a compilation warning for term.h because
1590 dnl it doesn't define `bool'.
1591 AC_CHECK_HEADERS(term.h, , , -)
1592 AC_HEADER_STDC
1593 AC_HEADER_TIME
1594 AC_CHECK_DECLS([sys_siglist])
1595 if test $ac_cv_have_decl_sys_siglist != yes; then
1596 # For Tru64, at least:
1597 AC_CHECK_DECLS([__sys_siglist])
1598 if test $ac_cv_have_decl___sys_siglist = yes; then
1599 AC_DEFINE(sys_siglist, __sys_siglist,
1600 [Define to any substitute for sys_siglist.])
1601 fi
1602 fi
1603 AC_HEADER_SYS_WAIT
1604
1605 dnl Some systems have utime.h but don't declare the struct anyplace.
1606 AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf,
1607 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1608 #include <sys/time.h>
1609 #include <time.h>
1610 #else
1611 #ifdef HAVE_SYS_TIME_H
1612 #include <sys/time.h>
1613 #else
1614 #include <time.h>
1615 #endif
1616 #endif
1617 #ifdef HAVE_UTIME_H
1618 #include <utime.h>
1619 #endif], [static struct utimbuf x; x.actime = x.modtime;],
1620 emacs_cv_struct_utimbuf=yes, emacs_cv_struct_utimbuf=no))
1621 if test $emacs_cv_struct_utimbuf = yes; then
1622 AC_DEFINE(HAVE_STRUCT_UTIMBUF, 1, [Define to 1 if `struct utimbuf' is declared by <utime.h>.])
1623 fi
1624
1625 dnl checks for typedefs
1626 AC_TYPE_SIGNAL
1627
1628 dnl Check for speed_t typedef.
1629 AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,
1630 [AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],
1631 emacs_cv_speed_t=yes, emacs_cv_speed_t=no)])
1632 if test $emacs_cv_speed_t = yes; then
1633 AC_DEFINE(HAVE_SPEED_T, 1,
1634 [Define to 1 if `speed_t' is declared by <termios.h>.])
1635 fi
1636
1637 AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,
1638 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1639 #include <sys/time.h>
1640 #include <time.h>
1641 #else
1642 #ifdef HAVE_SYS_TIME_H
1643 #include <sys/time.h>
1644 #else
1645 #include <time.h>
1646 #endif
1647 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
1648 emacs_cv_struct_timeval=yes, emacs_cv_struct_timeval=no))
1649 HAVE_TIMEVAL=$emacs_cv_struct_timeval
1650 if test $emacs_cv_struct_timeval = yes; then
1651 AC_DEFINE(HAVE_TIMEVAL, 1, [Define to 1 if `struct timeval' is declared by <sys/time.h>.])
1652 fi
1653
1654 AC_CACHE_CHECK(for struct exception, emacs_cv_struct_exception,
1655 AC_TRY_COMPILE([#include <math.h>],
1656 [static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;],
1657 emacs_cv_struct_exception=yes, emacs_cv_struct_exception=no))
1658 HAVE_EXCEPTION=$emacs_cv_struct_exception
1659 if test $emacs_cv_struct_exception != yes; then
1660 AC_DEFINE(NO_MATHERR, 1, [Define to 1 if you don't have struct exception in math.h.])
1661 fi
1662
1663 AC_CHECK_HEADERS(sys/socket.h)
1664 AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
1665 #if HAVE_SYS_SOCKET_H
1666 #include <sys/socket.h>
1667 #endif])
1668
1669 dnl checks for structure members
1670 AC_STRUCT_TM
1671 AC_STRUCT_TIMEZONE
1672 AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1673 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1674 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1675 [#include <time.h>])
1676 AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
1677 struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
1678 struct ifreq.ifr_addr], , ,
1679 [AC_INCLUDES_DEFAULT
1680 #if HAVE_SYS_SOCKET_H
1681 #include <sys/socket.h>
1682 #endif
1683 #if HAVE_NET_IF_H
1684 #include <net/if.h>
1685 #endif])
1686
1687 dnl checks for compiler characteristics
1688
1689 dnl Testing __STDC__ to determine prototype support isn't good enough.
1690 dnl DEC C, for instance, doesn't define it with default options, and
1691 dnl is used on 64-bit systems (OSF Alphas). Similarly for volatile
1692 dnl and void *.
1693 AC_C_PROTOTYPES
1694 AC_C_VOLATILE
1695 AC_C_CONST
1696 dnl This isn't useful because we can't turn on use of `inline' unless
1697 dnl the compiler groks `extern inline'.
1698 dnl AC_C_INLINE
1699 AC_CACHE_CHECK([for void * support], emacs_cv_void_star,
1700 [AC_TRY_COMPILE(, [void * foo;],
1701 emacs_cv_void_star=yes, emacs_cv_void_star=no)])
1702 if test $emacs_cv_void_star = yes; then
1703 AC_DEFINE(POINTER_TYPE, void)
1704 else
1705 AC_DEFINE(POINTER_TYPE, char)
1706 fi
1707 AH_TEMPLATE(POINTER_TYPE,
1708 [Define as `void' if your compiler accepts `void *'; otherwise
1709 define as `char'.])dnl
1710
1711
1712
1713 dnl This could be used for targets which can have both byte sexes.
1714 dnl We could presumably replace the hardwired WORDS_BIG_ENDIAN generally.
1715 dnl AC_C_BIGENDIAN
1716
1717 dnl check for Make feature
1718 AC_PROG_MAKE_SET
1719
1720 dnl checks for operating system services
1721 AC_SYS_LONG_FILE_NAMES
1722
1723 #### Choose a window system.
1724
1725 AC_PATH_X
1726 if test "$no_x" = yes; then
1727 window_system=none
1728 else
1729 window_system=x11
1730 fi
1731
1732 if test "${x_libraries}" != NONE; then
1733 if test -n "${x_libraries}"; then
1734 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
1735 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
1736 fi
1737 x_default_search_path=""
1738 x_search_path=${x_libraries}
1739 if test -z "${x_search_path}"; then
1740 x_search_path=/usr/lib
1741 fi
1742 for x_library in `echo ${x_search_path}: | \
1743 sed -e "s/:/ /g" -e p -e "s:/lib[[^ /]]* :/share :g"`; do
1744 x_search_path="\
1745 ${x_library}/X11/%L/%T/%N%C%S:\
1746 ${x_library}/X11/%l/%T/%N%C%S:\
1747 ${x_library}/X11/%T/%N%C%S:\
1748 ${x_library}/X11/%L/%T/%N%S:\
1749 ${x_library}/X11/%l/%T/%N%S:\
1750 ${x_library}/X11/%T/%N%S"
1751 if test x"${x_default_search_path}" = x; then
1752 x_default_search_path=${x_search_path}
1753 else
1754 x_default_search_path="${x_search_path}:${x_default_search_path}"
1755 fi
1756 done
1757 fi
1758 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
1759 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
1760 fi
1761
1762 if test x"${x_includes}" = x; then
1763 bitmapdir=/usr/include/X11/bitmaps
1764 else
1765 # accumulate include directories that have X11 bitmap subdirectories
1766 bmd_acc="dummyval"
1767 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
1768 if test -d "${bmd}/X11/bitmaps"; then
1769 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
1770 fi
1771 if test -d "${bmd}/bitmaps"; then
1772 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
1773 fi
1774 done
1775 if test ${bmd_acc} != "dummyval"; then
1776 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
1777 fi
1778 fi
1779
1780 HAVE_CARBON=no
1781 if test "${with_carbon}" != no; then
1782 AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
1783 fi
1784 if test "${window_system}" = x11 && test "${HAVE_CARBON}" = yes; then
1785 if test "${with_carbon+set}" != set \
1786 && test "${carbon_appdir_x+set}" != set; then
1787 for var in with_x with_x_toolkit with_gtk with_xim \
1788 with_xpm with_jpeg with_tiff with_gif with_png; do
1789 if eval test \"\${$var+set}\" = set; then
1790 HAVE_CARBON=no
1791 break
1792 fi
1793 done
1794 fi
1795 fi
1796 if test "${HAVE_CARBON}" = yes; then
1797 window_system=mac
1798 fi
1799
1800 case "${window_system}" in
1801 x11 )
1802 HAVE_X_WINDOWS=yes
1803 HAVE_X11=yes
1804 case "${with_x_toolkit}" in
1805 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
1806 motif ) USE_X_TOOLKIT=MOTIF ;;
1807 dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;;
1808 gtk ) with_gtk=yes
1809 dnl Dont set this for GTK. A lot of tests below assumes Xt when
1810 dnl USE_X_TOOLKIT is set.
1811 USE_X_TOOLKIT=none ;;
1812 no ) USE_X_TOOLKIT=none ;;
1813 dnl If user did not say whether to use a toolkit,
1814 dnl make this decision later: use the toolkit if we have X11R5 or newer.
1815 * ) USE_X_TOOLKIT=maybe ;;
1816 esac
1817 ;;
1818 mac | none )
1819 HAVE_X_WINDOWS=no
1820 HAVE_X11=no
1821 USE_X_TOOLKIT=none
1822 ;;
1823 esac
1824
1825 ### If we're using X11, we should use the X menu package.
1826 HAVE_MENUS=no
1827 case ${HAVE_X11} in
1828 yes ) HAVE_MENUS=yes ;;
1829 esac
1830
1831 if test "${opsys}" = "hpux9"; then
1832 case "${x_libraries}" in
1833 *X11R4* )
1834 opsysfile="s/hpux9-x11r4.h"
1835 ;;
1836 esac
1837 fi
1838
1839 if test "${opsys}" = "hpux9shr"; then
1840 case "${x_libraries}" in
1841 *X11R4* )
1842 opsysfile="s/hpux9shxr4.h"
1843 ;;
1844 esac
1845 fi
1846
1847 ### Compute the unexec source name from the object name.
1848 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
1849
1850 # Do the opsystem or machine files prohibit the use of the GNU malloc?
1851 # Assume not, until told otherwise.
1852 GNU_MALLOC=yes
1853 doug_lea_malloc=yes
1854 AC_CHECK_FUNC(malloc_get_state, ,doug_lea_malloc=no)
1855 AC_CHECK_FUNC(malloc_set_state, ,doug_lea_malloc=no)
1856 AC_CACHE_CHECK(whether __after_morecore_hook exists,
1857 emacs_cv_var___after_morecore_hook,
1858 [AC_TRY_LINK([extern void (* __after_morecore_hook)();],[__after_morecore_hook = 0],
1859 emacs_cv_var___after_morecore_hook=yes,
1860 emacs_cv_var___after_morecore_hook=no)])
1861 if test $emacs_cv_var___after_morecore_hook = no; then
1862 doug_lea_malloc=no
1863 fi
1864 if test "${system_malloc}" = "yes"; then
1865 GNU_MALLOC=no
1866 GNU_MALLOC_reason="
1867 (The GNU allocators don't work with this system configuration.)"
1868 fi
1869 if test "$doug_lea_malloc" = "yes" ; then
1870 if test "$GNU_MALLOC" = yes ; then
1871 GNU_MALLOC_reason="
1872 (Using Doug Lea's new malloc from the GNU C Library.)"
1873 fi
1874 AC_DEFINE(DOUG_LEA_MALLOC, 1,
1875 [Define to 1 if you are using the GNU C Library.])
1876 fi
1877
1878 if test x"${REL_ALLOC}" = x; then
1879 REL_ALLOC=${GNU_MALLOC}
1880 fi
1881
1882 dnl For now, need to use an explicit `#define USE_MMAP_FOR_BUFFERS 1'
1883 dnl the system configuration file (s/*.h) to turn the use of mmap
1884 dnl in the relocating allocator on.
1885
1886 AC_FUNC_MMAP
1887 if test $use_mmap_for_buffers = yes; then
1888 REL_ALLOC=no
1889 fi
1890
1891 LIBS="$libsrc_libs $LIBS"
1892
1893 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1894 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1895 AC_CHECK_LIB(dnet, dnet_ntoa)
1896 dnl This causes -lresolv to get used in subsequent tests,
1897 dnl which causes failures on some systems such as HPUX 9.
1898 dnl AC_CHECK_LIB(resolv, gethostbyname)
1899
1900 dnl FIXME replace main with a function we actually want from this library.
1901 AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1902
1903 AC_CHECK_LIB(pthreads, cma_open)
1904
1905 AC_MSG_CHECKING(for XFree86 in /usr/X386)
1906 if test -d /usr/X386/include; then
1907 HAVE_XFREE386=yes
1908 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
1909 else
1910 HAVE_XFREE386=no
1911 fi
1912 AC_MSG_RESULT($HAVE_XFREE386)
1913
1914 dnl Check for need for bigtoc support on IBM AIX
1915
1916 case ${host_os} in
1917 aix*)
1918 AC_CACHE_CHECK([for -bbigtoc option], [gdb_cv_bigtoc], [
1919 case $GCC in
1920 yes) gdb_cv_bigtoc=-Wl,-bbigtoc ;;
1921 *) gdb_cv_bigtoc=-bbigtoc ;;
1922 esac
1923
1924 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
1925 AC_TRY_LINK([], [int i;], [], [gdb_cv_bigtoc=])
1926 ])
1927 ;;
1928 esac
1929
1930 # Change CFLAGS and CPPFLAGS temporarily so that C_SWITCH_X_SITE gets
1931 # used for the tests that follow. We set them back to REAL_CFLAGS and
1932 # REAL_CPPFLAGS later on.
1933
1934 REAL_CPPFLAGS="$CPPFLAGS"
1935
1936 if test "${HAVE_X11}" = "yes"; then
1937 DEFS="$C_SWITCH_X_SITE $DEFS"
1938 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
1939 LIBS="$LIBX $LIBS"
1940 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
1941 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
1942
1943 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
1944 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
1945 # but it's more convenient here to set LD_RUN_PATH
1946 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
1947 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1948 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
1949 export LD_RUN_PATH
1950 fi
1951
1952 if test "${opsys}" = "gnu-linux"; then
1953 AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
1954 AC_TRY_LINK([],
1955 [XOpenDisplay ("foo");],
1956 [xlinux_first_failure=no],
1957 [xlinux_first_failure=yes])
1958 if test "${xlinux_first_failure}" = "yes"; then
1959 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
1960 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
1961 OLD_CPPFLAGS="$CPPFLAGS"
1962 OLD_LIBS="$LIBS"
1963 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
1964 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
1965 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
1966 LIBS="$LIBS -b i486-linuxaout"
1967 AC_TRY_LINK([],
1968 [XOpenDisplay ("foo");],
1969 [xlinux_second_failure=no],
1970 [xlinux_second_failure=yes])
1971 if test "${xlinux_second_failure}" = "yes"; then
1972 # If we get the same failure with -b, there is no use adding -b.
1973 # So take it out. This plays safe.
1974 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
1975 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
1976 CPPFLAGS="$OLD_CPPFLAGS"
1977 LIBS="$OLD_LIBS"
1978 AC_MSG_RESULT(no)
1979 else
1980 AC_MSG_RESULT(yes)
1981 fi
1982 else
1983 AC_MSG_RESULT(no)
1984 fi
1985 fi
1986
1987 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
1988 # header files included from there.
1989 AC_MSG_CHECKING(for Xkb)
1990 AC_TRY_LINK([#include <X11/Xlib.h>
1991 #include <X11/XKBlib.h>],
1992 [XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);],
1993 emacs_xkb=yes, emacs_xkb=no)
1994 AC_MSG_RESULT($emacs_xkb)
1995 if test $emacs_xkb = yes; then
1996 AC_DEFINE(HAVE_XKBGETKEYBOARD, 1, [Define to 1 if you have the XkbGetKeyboard function.])
1997 fi
1998
1999 AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
2000 XScreenNumberOfScreen XSetWMProtocols)
2001 fi
2002
2003 if test "${window_system}" = "x11"; then
2004 AC_MSG_CHECKING(X11 version 6)
2005 AC_CACHE_VAL(emacs_cv_x11_version_6,
2006 [AC_TRY_LINK([#include <X11/Xlib.h>],
2007 [#if XlibSpecificationRelease < 6
2008 fail;
2009 #endif
2010 ], emacs_cv_x11_version_6=yes, emacs_cv_x11_version_6=no)])
2011 if test $emacs_cv_x11_version_6 = yes; then
2012 AC_MSG_RESULT(6 or newer)
2013 AC_DEFINE(HAVE_X11R6, 1,
2014 [Define to 1 if you have the X11R6 or newer version of Xlib.])
2015 else
2016 AC_MSG_RESULT(before 6)
2017 fi
2018 fi
2019
2020 if test "${window_system}" = "x11"; then
2021 AC_MSG_CHECKING(X11 version 5)
2022 AC_CACHE_VAL(emacs_cv_x11_version_5,
2023 [AC_TRY_LINK([#include <X11/Xlib.h>],
2024 [#if XlibSpecificationRelease < 5
2025 fail;
2026 #endif
2027 ], emacs_cv_x11_version_5=yes, emacs_cv_x11_version_5=no)])
2028 if test $emacs_cv_x11_version_5 = yes; then
2029 AC_MSG_RESULT(5 or newer)
2030 HAVE_X11R5=yes
2031 AC_DEFINE(HAVE_X11R5, 1,
2032 [Define to 1 if you have the X11R5 or newer version of Xlib.])
2033 else
2034 HAVE_X11R5=no
2035 AC_MSG_RESULT(before 5)
2036 fi
2037 fi
2038
2039 HAVE_GTK=no
2040 if test "${with_gtk}" = "yes" && test "$USE_X_TOOLKIT" = "gtk"; then
2041 USE_X_TOOLKIT=none
2042 fi
2043 if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
2044 if test "$USE_X_TOOLKIT" != "none" && test "$USE_X_TOOLKIT" != "maybe"; then
2045 AC_MSG_ERROR([Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}]);
2046 fi
2047 GLIB_REQUIRED=2.4
2048 GTK_REQUIRED=2.4
2049 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
2050
2051 dnl Check if --with-pkg-config-prog has been given.
2052 if test "X${with_pkg_config_prog}" != X; then
2053 PKG_CONFIG="${with_pkg_config_prog}"
2054 fi
2055 dnl Checks for libraries.
2056 PKG_CHECK_MODULES(GTK, $GTK_MODULES)
2057 AC_SUBST(GTK_CFLAGS)
2058 AC_SUBST(GTK_LIBS)
2059 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $GTK_CFLAGS"
2060 CFLAGS="$CFLAGS $GTK_CFLAGS"
2061 LIBS="$GTK_LIBS $LIBS"
2062 dnl Try to compile a simple GTK program.
2063 GTK_COMPILES=no
2064 AC_CHECK_FUNCS(gtk_main, GTK_COMPILES=yes)
2065 if test "${GTK_COMPILES}" != "yes"; then
2066 AC_MSG_ERROR([Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?]);
2067 fi
2068
2069 HAVE_GTK=yes
2070 AC_DEFINE(HAVE_GTK, 1, [Define to 1 if using GTK.])
2071 USE_X_TOOLKIT=none
2072
2073 dnl GTK scrollbars resemble toolkit scrollbars a lot, so to avoid
2074 dnl a lot if #ifdef:s, say we have toolkit scrollbars.
2075 if test "$with_toolkit_scroll_bars" != no; then
2076 with_toolkit_scroll_bars=yes
2077 fi
2078
2079 dnl Check if we can use multiple displays with this GTK version.
2080 dnl If gdk_display_open exists, assume all others are there also.
2081 HAVE_GTK_MULTIDISPLAY=no
2082 AC_CHECK_FUNCS(gdk_display_open, HAVE_GTK_MULTIDISPLAY=yes)
2083 if test "${HAVE_GTK_MULTIDISPLAY}" = "yes"; then
2084 AC_DEFINE(HAVE_GTK_MULTIDISPLAY, 1,
2085 [Define to 1 if GTK can handle more than one display.])
2086 fi
2087 dnl Check if we have the old file selection dialog.
2088 dnl If gdk_display_open exists, assume all others are there also.
2089 HAVE_GTK_FILE_SELECTION=no
2090 AC_CHECK_FUNCS(gtk_file_selection_new, HAVE_GTK_FILE_SELECTION=yes)
2091
2092 dnl Check if we have the new file chooser dialog
2093 dnl If gdk_display_open exists, assume all others are there also.
2094 HAVE_GTK_FILE_CHOOSER=no
2095 AC_CHECK_FUNCS(gtk_file_chooser_dialog_new, HAVE_GTK_FILE_CHOOSER=yes)
2096
2097 if test "$HAVE_GTK_FILE_SELECTION" = yes \
2098 && test "$HAVE_GTK_FILE_CHOOSER" = yes; then
2099 AC_DEFINE(HAVE_GTK_FILE_BOTH, 1,
2100 [Define to 1 if GTK has both file selection and chooser dialog.])
2101 fi
2102
2103 dnl Check if pthreads are available. Emacs only needs this when using
2104 dnl gtk_file_chooser under Gnome.
2105 if test "$HAVE_GTK_FILE_CHOOSER" = yes; then
2106 HAVE_GTK_AND_PTHREAD=no
2107 AC_CHECK_HEADERS(pthread.h)
2108 if test "$ac_cv_header_pthread_h"; then
2109 AC_CHECK_LIB(pthread, pthread_self, HAVE_GTK_AND_PTHREAD=yes)
2110 fi
2111 if test "$HAVE_GTK_AND_PTHREAD" = yes; then
2112 GTK_LIBS="$GTK_LIBS -lpthread"
2113 AC_DEFINE(HAVE_GTK_AND_PTHREAD, 1,
2114 [Define to 1 if you have GTK and pthread (-lpthread).])
2115 fi
2116 fi
2117 fi
2118
2119 dnl Do not put whitespace before the #include statements below.
2120 dnl Older compilers (eg sunos4 cc) choke on it.
2121 if test x"${USE_X_TOOLKIT}" = xmaybe; then
2122 if test x"${HAVE_X11R5}" = xyes; then
2123 AC_MSG_CHECKING(X11 version 5 with Xaw)
2124 AC_CACHE_VAL(emacs_cv_x11_version_5_with_xaw,
2125 [AC_TRY_LINK([
2126 #include <X11/Intrinsic.h>
2127 #include <X11/Xaw/Simple.h>],
2128 [],
2129 emacs_cv_x11_version_5_with_xaw=yes,
2130 emacs_cv_x11_version_5_with_xaw=no)])
2131 if test $emacs_cv_x11_version_5_with_xaw = yes; then
2132 AC_MSG_RESULT([5 or newer, with Xaw; use toolkit by default])
2133 USE_X_TOOLKIT=LUCID
2134 else
2135 AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default)
2136 USE_X_TOOLKIT=none
2137 fi
2138 else
2139 USE_X_TOOLKIT=none
2140 fi
2141 fi
2142
2143 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
2144
2145 if test "${USE_X_TOOLKIT}" != "none"; then
2146 AC_MSG_CHECKING(X11 toolkit version)
2147 AC_CACHE_VAL(emacs_cv_x11_toolkit_version_6,
2148 [AC_TRY_LINK([#include <X11/Intrinsic.h>],
2149 [#if XtSpecificationRelease < 6
2150 fail;
2151 #endif
2152 ], emacs_cv_x11_toolkit_version_6=yes, emacs_cv_x11_toolkit_version_6=no)])
2153 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
2154 if test $emacs_cv_x11_toolkit_version_6 = yes; then
2155 AC_MSG_RESULT(6 or newer)
2156 AC_DEFINE(HAVE_X11XTR6, 1,
2157 [Define to 1 if you have the X11R6 or newer version of Xt.])
2158 else
2159 AC_MSG_RESULT(before 6)
2160 fi
2161
2162 dnl If using toolkit, check whether libXmu.a exists.
2163 dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link.
2164 OLDLIBS="$LIBS"
2165 if test x$HAVE_X11XTR6 = xyes; then
2166 LIBS="-lXt -lSM -lICE $LIBS"
2167 else
2168 LIBS="-lXt $LIBS"
2169 fi
2170 AC_CHECK_LIB(Xmu, XmuConvertStandardSelection)
2171 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
2172 fi
2173
2174 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
2175 if test "${HAVE_X11}" = "yes"; then
2176 if test "${USE_X_TOOLKIT}" != "none"; then
2177 AC_CHECK_LIB(Xext, XShapeQueryExtension)
2178 fi
2179 fi
2180
2181 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
2182 AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,
2183 [AC_TRY_COMPILE([#include <Xm/Xm.h>],
2184 [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
2185 int x = 5;
2186 #else
2187 Motif version prior to 2.1.
2188 #endif],
2189 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)])
2190 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
2191 if test $emacs_cv_motif_version_2_1 = yes; then
2192 HAVE_LIBXP=no
2193 AC_DEFINE(HAVE_MOTIF_2_1, 1,
2194 [Define to 1 if you have Motif 2.1 or newer.])
2195 AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes)
2196 if test ${HAVE_LIBXP} = yes; then
2197 AC_DEFINE(HAVE_LIBXP, 1,
2198 [Define to 1 if you have the Xp library (-lXp).])
2199 fi
2200 else
2201 AC_CACHE_CHECK(for LessTif where some systems put it, emacs_cv_lesstif,
2202 # We put this in CFLAGS temporarily to precede other -I options
2203 # that might be in CFLAGS temporarily.
2204 # We put this in CPPFLAGS where it precedes the other -I options.
2205 OLD_CPPFLAGS=$CPPFLAGS
2206 OLD_CFLAGS=$CFLAGS
2207 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
2208 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
2209 [AC_TRY_COMPILE([#include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h>],
2210 [int x = 5;],
2211 emacs_cv_lesstif=yes, emacs_cv_lesstif=no)])
2212 if test $emacs_cv_lesstif = yes; then
2213 # Make sure this -I option remains in CPPFLAGS after it is set
2214 # back to REAL_CPPFLAGS.
2215 # There is no need to change REAL_CFLAGS, because REAL_CFLAGS does not
2216 # have those other -I options anyway. Ultimately, having this
2217 # directory ultimately in CPPFLAGS will be enough.
2218 REAL_CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $REAL_CPPFLAGS"
2219 LDFLAGS="-L/usr/X11R6/LessTif/Motif1.2/lib $LDFLAGS"
2220 else
2221 CFLAGS=$OLD_CFLAGS
2222 CPPFLAGS=$OLD_CPPFLAGS
2223 fi
2224 fi
2225 fi
2226
2227 ### Is -lXaw3d available?
2228 HAVE_XAW3D=no
2229 if test "${HAVE_X11}" = "yes"; then
2230 if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then
2231 dnl Fixme: determine what Scrollbar.h needs to avoid compilation
2232 dnl errors from the test without the `-'.
2233 AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,
2234 [AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes)], , -)
2235 if test "${HAVE_XAW3D}" = "yes"; then
2236 AC_DEFINE(HAVE_XAW3D, 1,
2237 [Define to 1 if you have the Xaw3d library (-lXaw3d).])
2238 fi
2239 fi
2240 fi
2241
2242 dnl Use toolkit scroll bars if configured for GTK or X toolkit and either
2243 dnl using Motif or Xaw3d is available, and unless
2244 dnl --with-toolkit-scroll-bars=no was specified.
2245
2246 AH_TEMPLATE(USE_TOOLKIT_SCROLL_BARS,
2247 [Define to 1 if we should use toolkit scroll bars.])dnl
2248 USE_TOOLKIT_SCROLL_BARS=no
2249 if test "${with_toolkit_scroll_bars}" != "no"; then
2250 if test "${USE_X_TOOLKIT}" != "none"; then
2251 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
2252 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
2253 HAVE_XAW3D=no
2254 USE_TOOLKIT_SCROLL_BARS=yes
2255 elif test "${HAVE_XAW3D}" = "yes"; then
2256 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
2257 USE_TOOLKIT_SCROLL_BARS=yes
2258 fi
2259 elif test "${HAVE_GTK}" = "yes"; then
2260 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
2261 USE_TOOLKIT_SCROLL_BARS=yes
2262 elif test "${HAVE_CARBON}" = "yes"; then
2263 AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
2264 USE_TOOLKIT_SCROLL_BARS=yes
2265 fi
2266 fi
2267
2268 dnl See if XIM is available.
2269 AC_TRY_COMPILE([
2270 #include <X11/Xlib.h>
2271 #include <X11/Xresource.h>],
2272 [XIMProc callback;],
2273 HAVE_XIM=yes
2274 AC_DEFINE(HAVE_XIM, 1, [Define to 1 if XIM is available]),
2275 HAVE_XIM=no)
2276
2277 dnl `--with-xim' now controls only the initial value of use_xim at run time.
2278
2279 if test "${with_xim}" != "no"; then
2280 AC_DEFINE(USE_XIM, 1,
2281 [Define to 1 if we should use XIM, if it is available.])
2282 fi
2283
2284
2285 if test "${HAVE_XIM}" != "no"; then
2286 late_CFLAGS=$CFLAGS
2287 if test "$GCC" = yes; then
2288 CFLAGS="$CFLAGS --pedantic-errors"
2289 fi
2290 AC_TRY_COMPILE([
2291 #include <X11/Xlib.h>
2292 #include <X11/Xresource.h>],
2293 [Display *display;
2294 XrmDatabase db;
2295 char *res_name;
2296 char *res_class;
2297 XIMProc callback;
2298 XPointer *client_data;
2299 #ifndef __GNUC__
2300 /* If we're not using GCC, it's probably not XFree86, and this is
2301 probably right, but we can't use something like --pedantic-errors. */
2302 extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
2303 char*, XIMProc, XPointer*);
2304 #endif
2305 (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
2306 client_data);],
2307 [emacs_cv_arg6_star=yes])
2308 AH_TEMPLATE(XRegisterIMInstantiateCallback_arg6,
2309 [Define to the type of the 6th arg of XRegisterIMInstantiateCallback,
2310 either XPointer or XPointer*.])dnl
2311 if test "$emacs_cv_arg6_star" = yes; then
2312 AC_DEFINE(XRegisterIMInstantiateCallback_arg6, [XPointer*])
2313 else
2314 AC_DEFINE(XRegisterIMInstantiateCallback_arg6, [XPointer])
2315 fi
2316 CFLAGS=$late_CFLAGS
2317 fi
2318
2319 ### For font-backend
2320 if test "${USE_FONT_BACKEND}" = "yes"; then
2321
2322 AC_DEFINE(USE_FONT_BACKEND, 1,
2323 [Define to 1 if we should use font-backend.])
2324
2325 ### Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'.
2326 HAVE_XFT=maybe
2327 if test "${HAVE_X11}" = "yes"; then
2328 if test "x${with_freetype}" = "xno"; then
2329 with_xft="no";
2330 fi
2331 if test "x${with_xft}" != "xno"; then
2332
2333 dnl Check if --with-pkg-config-prog has been given.
2334 if test "X${with_pkg_config_prog}" != X; then
2335 PKG_CONFIG="${with_pkg_config_prog}"
2336 fi
2337
2338 PKG_CHECK_MODULES(XFT, xft >= 0.13.0, , HAVE_XFT=no)
2339 if test "$HAVE_XFT" != no; then
2340 OLD_CPPFLAGS="$CPPFLAGS"
2341 OLD_CFLAGS="$CFLAGS"
2342 OLD_LIBS="$LIBS"
2343 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
2344 CFLAGS="$CFLAGS $XFT_CFLAGS"
2345 LIBS="$XFT_LIBS $LIBS"
2346 AC_CHECK_HEADER(X11/Xft/Xft.h,
2347 AC_CHECK_LIB(Xft, XftFontOpen, HAVE_XFT=yes, , $XFT_LIBS))
2348
2349 if test "${HAVE_XFT}" = "yes"; then
2350 AC_DEFINE(HAVE_XFT, 1, [Define to 1 if you have the Xft library.])
2351 AC_SUBST(XFT_LIBS)
2352 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
2353 else
2354 CFLAGS="$OLD_CPPFLAGS"
2355 CFLAGS="$OLD_CFLAGS"
2356 LIBS="$OLD_LIBS"
2357 fi
2358 fi
2359 fi
2360 fi
2361
2362 HAVE_FREETYPE=no
2363 ### Use -lfreetype if available, unless `--with-freetype=no'.
2364 if test "${HAVE_XFT}" = "yes"; then
2365 dnl As we use Xft, we anyway use freetype.
2366 dnl In this case, there's no need of additional CFLAGS and LIBS.
2367 HAVE_FREETYPE=yes
2368 elif test "x${with_freetype}" != "xno"; then
2369 dnl Check if --with-pkg-config-prog has been given.
2370 if test "X${with_pkg_config_prog}" != X; then
2371 PKG_CONFIG="${with_pkg_config_prog}"
2372 fi
2373
2374 PKG_CHECK_MODULES(FREETYPE, freetype2, HAVE_FREETYPE=yes, HAVE_FREETYPE=no)
2375 if test "${HAVE_FREETYPE}" = "yes"; then
2376 PKG_CHECK_MODULES(FONTCONFIG, fontconfig, HAVE_FC=yes, HAVE_FC=no)
2377 if test "${HAVE_FC}" = "no"; then
2378 dnl Witout fontconfig, we can't use freetype at the moment.
2379 HAVE_FREETYPE=no
2380 fi
2381 fi
2382 fi
2383 if test "${HAVE_FREETYPE}" = "yes"; then
2384 AC_DEFINE(HAVE_FREETYPE, 1,
2385 [Define to 1 if you have freetype and fontconfig libraries.])
2386 AC_CHECK_PROG(HAVE_LIBOTF, libotf-config, yes, no)
2387 if test "${HAVE_LIBOTF}" = "yes"; then
2388 AC_DEFINE(HAVE_LIBOTF, 1,
2389 [Define to 1 if you have libotf library.])
2390 LIBOTF_CFLAGS=`libotf-config --cflags`
2391 LIBOTF_LIBS=`libotf-config --libs`
2392 fi
2393 fi
2394 AC_SUBST(FREETYPE_CFLAGS)
2395 AC_SUBST(FREETYPE_LIBS)
2396 AC_SUBST(FONTCONFIG_CFLAGS)
2397 AC_SUBST(FONTCONFIG_LIBS)
2398 AC_SUBST(LIBOTF_CFLAGS)
2399 AC_SUBST(LIBOTF_LIBS)
2400
2401 fi
2402
2403 ### Use -lXpm if available, unless `--with-xpm=no'.
2404 HAVE_XPM=no
2405 if test "${HAVE_X11}" = "yes"; then
2406 if test "${with_xpm}" != "no"; then
2407 AC_CHECK_HEADER(X11/xpm.h,
2408 AC_CHECK_LIB(Xpm, XpmReadFileToPixmap, HAVE_XPM=yes, , -lX11))
2409 if test "${HAVE_XPM}" = "yes"; then
2410 AC_MSG_CHECKING(for XpmReturnAllocPixels preprocessor define)
2411 AC_EGREP_CPP(no_return_alloc_pixels,
2412 [#include "X11/xpm.h"
2413 #ifndef XpmReturnAllocPixels
2414 no_return_alloc_pixels
2415 #endif
2416 ], HAVE_XPM=no, HAVE_XPM=yes)
2417
2418 if test "${HAVE_XPM}" = "yes"; then
2419 AC_MSG_RESULT(yes)
2420 else
2421 AC_MSG_RESULT(no)
2422 fi
2423 fi
2424 fi
2425
2426 if test "${HAVE_XPM}" = "yes"; then
2427 AC_DEFINE(HAVE_XPM, 1, [Define to 1 if you have the Xpm libary (-lXpm).])
2428 fi
2429 fi
2430
2431 ### Use -ljpeg if available, unless `--with-jpeg=no'.
2432 HAVE_JPEG=no
2433 if test "${HAVE_X11}" = "yes"; then
2434 if test "${with_jpeg}" != "no"; then
2435 dnl Checking for jpeglib.h can lose because of a redefinition of
2436 dnl HAVE_STDLIB_H.
2437 AC_CHECK_HEADER(jerror.h,
2438 AC_CHECK_LIB(jpeg, jpeg_destroy_compress, HAVE_JPEG=yes))
2439 fi
2440
2441 AH_TEMPLATE(HAVE_JPEG, [Define to 1 if you have the jpeg library (-ljpeg).])dnl
2442 if test "${HAVE_JPEG}" = "yes"; then
2443 AC_DEFINE(HAVE_JPEG)
2444 AC_EGREP_CPP([version= *(6[2-9]|[7-9][0-9])],
2445 [#include <jpeglib.h>
2446 version=JPEG_LIB_VERSION
2447 ],
2448 AC_DEFINE(HAVE_JPEG),
2449 [AC_MSG_WARN([libjpeg found, but not version 6b or later])
2450 HAVE_JPEG=no])
2451 fi
2452 fi
2453
2454 ### Use -lpng if available, unless `--with-png=no'.
2455 HAVE_PNG=no
2456 if test "${HAVE_X11}" = "yes"; then
2457 if test "${with_png}" != "no"; then
2458 # Debian unstable as of July 2003 has multiple libpngs, and puts png.h
2459 # in /usr/include/libpng.
2460 AC_CHECK_HEADERS(png.h libpng/png.h)
2461 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
2462 AC_CHECK_LIB(png, png_get_channels, HAVE_PNG=yes, , -lz -lm)
2463 fi
2464 fi
2465
2466 if test "${HAVE_PNG}" = "yes"; then
2467 AC_DEFINE(HAVE_PNG, 1, [Define to 1 if you have the png library (-lpng).])
2468 fi
2469 fi
2470
2471 ### Use -ltiff if available, unless `--with-tiff=no'.
2472 HAVE_TIFF=no
2473 if test "${HAVE_X11}" = "yes"; then
2474 if test "${with_tiff}" != "no"; then
2475 AC_CHECK_HEADER(tiffio.h,
2476 tifflibs="-lz -lm"
2477 # At least one tiff package requires the jpeg library.
2478 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
2479 AC_CHECK_LIB(tiff, TIFFGetVersion, HAVE_TIFF=yes, , $tifflibs))
2480 fi
2481
2482 if test "${HAVE_TIFF}" = "yes"; then
2483 AC_DEFINE(HAVE_TIFF, 1, [Define to 1 if you have the tiff library (-ltiff).])
2484 fi
2485 fi
2486
2487 ### Use -lgif if available, unless `--with-gif=no'.
2488 HAVE_GIF=no
2489 if test "${HAVE_X11}" = "yes"; then
2490 if test "${with_gif}" != "no"; then
2491 AC_CHECK_HEADER(gif_lib.h,
2492 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
2493 # Earlier versions can crash Emacs.
2494 AC_CHECK_LIB(ungif, EGifPutExtensionLast, HAVE_GIF=yes))
2495 fi
2496
2497 if test "${HAVE_GIF}" = "yes"; then
2498 AC_DEFINE(HAVE_GIF, 1, [Define to 1 if you have the ungif library (-lungif).])
2499 fi
2500 fi
2501
2502 dnl Check for malloc/malloc.h on darwin
2503 AC_CHECK_HEADER(malloc/malloc.h, AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1 if you have the <malloc/malloc.h> header file.]))
2504
2505 ### Use Mac OS X Carbon API to implement GUI.
2506 if test "${HAVE_CARBON}" = "yes"; then
2507 AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
2508 ## Specify the install directory
2509 carbon_appdir=
2510 if test "${carbon_appdir_x}" != ""; then
2511 case ${carbon_appdir_x} in
2512 y | ye | yes) carbon_appdir=/Applications ;;
2513 * ) carbon_appdir=${carbon_appdir_x} ;;
2514 esac
2515 fi
2516 # We also have mouse menus.
2517 HAVE_MENUS=yes
2518 fi
2519
2520 ### Use session management (-lSM -lICE) if available
2521 HAVE_X_SM=no
2522 if test "${HAVE_X11}" = "yes"; then
2523 AC_CHECK_HEADER(X11/SM/SMlib.h,
2524 AC_CHECK_LIB(SM, SmcOpenConnection, HAVE_X_SM=yes, , -lICE))
2525
2526 if test "${HAVE_X_SM}" = "yes"; then
2527 AC_DEFINE(HAVE_X_SM, 1, [Define to 1 if you have the SM library (-lSM).])
2528 case "$LIBS" in
2529 *-lSM*) ;;
2530 *) LIBS="-lSM -lICE $LIBS" ;;
2531 esac
2532 fi
2533 fi
2534
2535 # If netdb.h doesn't declare h_errno, we must declare it by hand.
2536 AC_CACHE_CHECK(whether netdb declares h_errno,
2537 emacs_cv_netdb_declares_h_errno,
2538 [AC_TRY_LINK([#include <netdb.h>],
2539 [return h_errno;],
2540 emacs_cv_netdb_declares_h_errno=yes, emacs_cv_netdb_declares_h_errno=no)])
2541 if test $emacs_cv_netdb_declares_h_errno = yes; then
2542 AC_DEFINE(HAVE_H_ERRNO, 1, [Define to 1 if netdb.h declares h_errno.])
2543 fi
2544
2545 AC_FUNC_ALLOCA
2546
2547 # fmod, logb, and frexp are found in -lm on most systems.
2548 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
2549 AC_CHECK_LIB(m, sqrt)
2550
2551 # Check for mail-locking functions in a "mail" library. Probably this should
2552 # have the same check as for liblockfile below.
2553 AC_CHECK_LIB(mail, maillock)
2554 dnl Debian, at least:
2555 AC_CHECK_LIB(lockfile, maillock)
2556 # If we have the shared liblockfile, assume we must use it for mail
2557 # locking (e.g. Debian). If we couldn't link against liblockfile
2558 # (no liblockfile.a installed), ensure that we don't need to.
2559 if test "$ac_cv_lib_lockfile_maillock" = no; then
2560 dnl This works for files generally, not just executables.
2561 dnl Should we look elsewhere for it? Maybe examine /etc/ld.so.conf?
2562 AC_CHECK_PROG(liblockfile, liblockfile.so, yes, no,
2563 /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH)
2564 if test $ac_cv_prog_liblockfile = yes; then
2565 AC_MSG_ERROR([Shared liblockfile found but can't link against it.
2566 This probably means that movemail could lose mail.
2567 There may be a `development' package to install containing liblockfile.])
2568 else :
2569 fi
2570 fi
2571 AC_CHECK_FUNCS(touchlock)
2572 AC_CHECK_HEADERS(maillock.h)
2573
2574 AC_CHECK_FUNCS(gethostname getdomainname dup2 \
2575 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
2576 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
2577 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
2578 utimes setrlimit setpgid getcwd getwd shutdown getaddrinfo \
2579 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
2580 sendto recvfrom getsockopt setsockopt getsockname getpeername \
2581 gai_strerror mkstemp getline getdelim mremap memmove fsync sync bzero \
2582 memset memcmp difftime memcpy mempcpy mblen mbrlen posix_memalign)
2583
2584 AC_CHECK_HEADERS(sys/un.h)
2585
2586 AC_FUNC_MKTIME
2587 if test "$ac_cv_func_working_mktime" = no; then
2588 AC_DEFINE(BROKEN_MKTIME, 1, [Define to 1 if the mktime function is broken.])
2589 fi
2590
2591 AC_FUNC_GETLOADAVG
2592
2593 AC_FUNC_FSEEKO
2594
2595 # Configure getopt.
2596 m4_include([m4/getopt.m4])
2597 gl_GETOPT_IFELSE([
2598 gl_GETOPT_SUBSTITUTE_HEADER
2599 gl_PREREQ_GETOPT
2600 GETOPTOBJS='getopt.o getopt1.o'
2601 ])
2602 AC_SUBST(GETOPTOBJS)
2603
2604 AC_FUNC_GETPGRP
2605
2606 AC_FUNC_STRFTIME
2607
2608 # UNIX98 PTYs.
2609 AC_CHECK_FUNCS(grantpt)
2610
2611 # PTY-related GNU extensions.
2612 AC_CHECK_FUNCS(getpt)
2613
2614 # Check this now, so that we will NOT find the above functions in ncurses.
2615 # That is because we have not set up to link ncurses in lib-src.
2616 # It's better to believe a function is not available
2617 # than to expect to find it in ncurses.
2618 AC_CHECK_LIB(ncurses, tparm)
2619
2620 # Do we need the Hesiod library to provide the support routines?
2621 if test "$with_hesiod" = yes ; then
2622 # Don't set $LIBS here -- see comments above.
2623 resolv=no
2624 AC_CHECK_FUNC(res_send, , [AC_CHECK_FUNC(__res_send, ,
2625 [AC_CHECK_LIB(resolv, res_send, resolv=yes,
2626 [AC_CHECK_LIB(resolv, __res_send, resolv=yes)])])])
2627 if test "$resolv" = yes ; then
2628 RESOLVLIB=-lresolv
2629 AC_DEFINE(HAVE_LIBRESOLV, 1,
2630 [Define to 1 if you have the resolv library (-lresolv).])
2631 else
2632 RESOLVLIB=
2633 fi
2634 AC_CHECK_FUNC(hes_getmailhost, , [AC_CHECK_LIB(hesiod, hes_getmailhost,
2635 AC_DEFINE(HAVE_LIBHESIOD, 1,
2636 [Define to 1 if you have the hesiod library (-lhesiod).]),
2637 :, $RESOLVLIB)])
2638 fi
2639
2640 # These tell us which Kerberos-related libraries to use.
2641 if test "${with_kerberos+set}" = set; then
2642 AC_CHECK_LIB(com_err, com_err)
2643 AC_CHECK_LIB(k5crypto, mit_des_cbc_encrypt)
2644 AC_CHECK_LIB(crypto, mit_des_cbc_encrypt)
2645 AC_CHECK_LIB(krb5, krb5_init_context)
2646 if test "${with_kerberos5+set}" != set; then
2647 AC_CHECK_LIB(des425, des_cbc_encrypt,,
2648 AC_CHECK_LIB(des, des_cbc_encrypt))
2649 AC_CHECK_LIB(krb4, krb_get_cred,,
2650 AC_CHECK_LIB(krb, krb_get_cred))
2651 fi
2652
2653 if test "${with_kerberos5+set}" = set; then
2654 AC_CHECK_HEADERS(krb5.h)
2655 else
2656 AC_CHECK_HEADERS(des.h,,
2657 [AC_CHECK_HEADERS(kerberosIV/des.h,,
2658 [AC_CHECK_HEADERS(kerberos/des.h)])])
2659 AC_CHECK_HEADERS(krb.h,,
2660 [AC_CHECK_HEADERS(kerberosIV/krb.h,,
2661 [AC_CHECK_HEADERS(kerberos/krb.h)])])
2662 fi
2663 AC_CHECK_HEADERS(com_err.h)
2664 fi
2665
2666 # Solaris requires -lintl if you want strerror (which calls dgettext)
2667 # to return localized messages.
2668 AC_CHECK_LIB(intl, dgettext)
2669
2670 AC_MSG_CHECKING(whether localtime caches TZ)
2671 AC_CACHE_VAL(emacs_cv_localtime_cache,
2672 [if test x$ac_cv_func_tzset = xyes; then
2673 AC_TRY_RUN([#include <time.h>
2674 extern char **environ;
2675 unset_TZ ()
2676 {
2677 char **from, **to;
2678 for (to = from = environ; (*to = *from); from++)
2679 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
2680 to++;
2681 }
2682 char TZ_GMT0[] = "TZ=GMT0";
2683 char TZ_PST8[] = "TZ=PST8";
2684 main()
2685 {
2686 time_t now = time ((time_t *) 0);
2687 int hour_GMT0, hour_unset;
2688 if (putenv (TZ_GMT0) != 0)
2689 exit (1);
2690 hour_GMT0 = localtime (&now)->tm_hour;
2691 unset_TZ ();
2692 hour_unset = localtime (&now)->tm_hour;
2693 if (putenv (TZ_PST8) != 0)
2694 exit (1);
2695 if (localtime (&now)->tm_hour == hour_GMT0)
2696 exit (1);
2697 unset_TZ ();
2698 if (localtime (&now)->tm_hour != hour_unset)
2699 exit (1);
2700 exit (0);
2701 }], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
2702 [# If we have tzset, assume the worst when cross-compiling.
2703 emacs_cv_localtime_cache=yes])
2704 else
2705 # If we lack tzset, report that localtime does not cache TZ,
2706 # since we can't invalidate the cache if we don't have tzset.
2707 emacs_cv_localtime_cache=no
2708 fi])dnl
2709 AC_MSG_RESULT($emacs_cv_localtime_cache)
2710 if test $emacs_cv_localtime_cache = yes; then
2711 AC_DEFINE(LOCALTIME_CACHE, 1,
2712 [Define to 1 if localtime caches TZ.])
2713 fi
2714
2715 if test "x$HAVE_TIMEVAL" = xyes; then
2716 AC_CHECK_FUNCS(gettimeofday)
2717 if test $ac_cv_func_gettimeofday = yes; then
2718 AC_CACHE_CHECK(whether gettimeofday can accept two arguments,
2719 emacs_cv_gettimeofday_two_arguments,
2720 [AC_TRY_COMPILE([
2721 #ifdef TIME_WITH_SYS_TIME
2722 #include <sys/time.h>
2723 #include <time.h>
2724 #else
2725 #ifdef HAVE_SYS_TIME_H
2726 #include <sys/time.h>
2727 #else
2728 #include <time.h>
2729 #endif
2730 #endif],
2731 [struct timeval time;
2732 gettimeofday (&time, 0);],
2733 emacs_cv_gettimeofday_two_arguments=yes,
2734 emacs_cv_gettimeofday_two_arguments=no)])
2735 if test $emacs_cv_gettimeofday_two_arguments = no; then
2736 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT, 1,
2737 [Define to 1 if gettimeofday accepts only one argument.])
2738 fi
2739 fi
2740 fi
2741
2742 ok_so_far=yes
2743 AC_CHECK_FUNC(socket, , ok_so_far=no)
2744 if test $ok_so_far = yes; then
2745 AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no)
2746 fi
2747 if test $ok_so_far = yes; then
2748 AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no)
2749 fi
2750 if test $ok_so_far = yes; then
2751 dnl Fixme: Not used. Should this be HAVE_SOCKETS?
2752 AC_DEFINE(HAVE_INET_SOCKETS, 1,
2753 [Define to 1 if you have inet sockets.])
2754 fi
2755
2756 AC_CHECK_HEADERS(sys/ioctl.h)
2757
2758 if test -f /usr/lpp/X11/bin/smt.exp; then
2759 AC_DEFINE(HAVE_AIX_SMT_EXP, 1,
2760 [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.])
2761 fi
2762
2763 AC_MSG_CHECKING(whether system supports dynamic ptys)
2764 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
2765 AC_MSG_RESULT(yes)
2766 AC_DEFINE(HAVE_DEV_PTMX, 1, [Define to 1 if dynamic ptys are supported.])
2767 else
2768 AC_MSG_RESULT(no)
2769 fi
2770
2771 AC_FUNC_FORK
2772
2773 dnl Adapted from Haible's version.
2774 AC_CACHE_CHECK([for nl_langinfo and CODESET], emacs_cv_langinfo_codeset,
2775 [AC_TRY_LINK([#include <langinfo.h>],
2776 [char* cs = nl_langinfo(CODESET);],
2777 emacs_cv_langinfo_codeset=yes,
2778 emacs_cv_langinfo_codeset=no)
2779 ])
2780 if test $emacs_cv_langinfo_codeset = yes; then
2781 AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
2782 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
2783 fi
2784
2785 AC_CHECK_TYPES(size_t)
2786
2787 AC_TYPE_MBSTATE_T
2788
2789 dnl Restrict could probably be used effectively other than in regex.c.
2790 AC_CACHE_CHECK([for C restrict keyword], emacs_cv_c_restrict,
2791 [AC_TRY_COMPILE([void fred (int *restrict x);], [],
2792 emacs_cv_c_restrict=yes,
2793 [AC_TRY_COMPILE([void fred (int *__restrict x);], [],
2794 emacs_cv_c_restrict=__restrict,
2795 emacs_cv_c_restrict=no)])])
2796 case "$emacs_cv_c_restrict" in
2797 yes) emacs_restrict=restrict;;
2798 no) emacs_restrict="";;
2799 *) emacs_restrict="$emacs_cv_c_restrict";;
2800 esac
2801 if test "$emacs_restrict" != __restrict; then
2802 AC_DEFINE_UNQUOTED(__restrict, $emacs_restrict,
2803 [Define to compiler's equivalent of C99 restrict keyword.
2804 Don't define if equivalent is `__restrict'.])
2805 fi
2806
2807 AC_CACHE_CHECK([for C restricted array declarations], emacs_cv_c_restrict_arr,
2808 [AC_TRY_COMPILE([void fred (int x[__restrict]);], [],
2809 emacs_cv_c_restrict_arr=yes, emacs_cv_c_restrict_arr=no)])
2810 if test "$emacs_cv_c_restrict_arr" = yes; then
2811 AC_DEFINE(__restrict_arr, __restrict,
2812 [Define to compiler's equivalent of C99 restrict keyword in array
2813 declarations. Define as empty for no equivalent.])
2814 fi
2815
2816 dnl Fixme: AC_SYS_POSIX_TERMIOS should probably be used, but it's not clear
2817 dnl how the tty code is related to POSIX and/or other versions of termios.
2818 dnl The following looks like a useful start.
2819 dnl
2820 dnl AC_SYS_POSIX_TERMIOS
2821 dnl if test $ac_cv_sys_posix_termios = yes; then
2822 dnl AC_DEFINE(HAVE_TERMIOS, 1, [Define to 1 if you have POSIX-style functions
2823 dnl and macros for terminal control.])
2824 dnl AC_DEFINE(HAVE_TCATTR, 1, [Define to 1 if you have tcgetattr and tcsetattr.])
2825 dnl fi
2826
2827 dnl Fixme: Use AC_FUNC_MEMCMP since memcmp is used. (Needs libobj replacement.)
2828
2829 # Set up the CFLAGS for real compilation, so we can substitute it.
2830 CFLAGS="$REAL_CFLAGS"
2831 CPPFLAGS="$REAL_CPPFLAGS"
2832
2833 #### Find out which version of Emacs this is.
2834 [version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
2835 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`]
2836 if test x"${version}" = x; then
2837 AC_MSG_ERROR([can't find current emacs version in `${srcdir}/lisp/version.el'.])
2838 fi
2839
2840 ### Specify what sort of things we'll be editing into Makefile and config.h.
2841 ### Use configuration here uncanonicalized to avoid exceeding size limits.
2842 AC_SUBST(version)
2843 AC_SUBST(configuration)
2844 AC_SUBST(canonical)
2845 AC_SUBST(srcdir)
2846 AC_SUBST(prefix)
2847 AC_SUBST(exec_prefix)
2848 AC_SUBST(bindir)
2849 AC_SUBST(datadir)
2850 AC_SUBST(sharedstatedir)
2851 AC_SUBST(libexecdir)
2852 AC_SUBST(mandir)
2853 AC_SUBST(infodir)
2854 AC_SUBST(lispdir)
2855 AC_SUBST(locallisppath)
2856 AC_SUBST(lisppath)
2857 AC_SUBST(x_default_search_path)
2858 AC_SUBST(etcdir)
2859 AC_SUBST(archlibdir)
2860 AC_SUBST(docdir)
2861 AC_SUBST(bitmapdir)
2862 AC_SUBST(gamedir)
2863 AC_SUBST(gameuser)
2864 AC_SUBST(c_switch_system)
2865 AC_SUBST(c_switch_machine)
2866 AC_SUBST(LD_SWITCH_X_SITE)
2867 AC_SUBST(LD_SWITCH_X_SITE_AUX)
2868 AC_SUBST(C_SWITCH_X_SITE)
2869 AC_SUBST(CFLAGS)
2870 AC_SUBST(X_TOOLKIT_TYPE)
2871 AC_SUBST(machfile)
2872 AC_SUBST(opsysfile)
2873 AC_SUBST(GETLOADAVG_LIBS)
2874 AC_SUBST(carbon_appdir)
2875
2876 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}",
2877 [Define to the canonical Emacs configuration name.])
2878 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}",
2879 [Define to the options passed to configure.])
2880 AC_DEFINE_UNQUOTED(config_machfile, "${machfile}",
2881 [Define to the used machine dependent file.])
2882 AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}",
2883 [Define to the used os dependent file.])
2884 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE},
2885 [Define LD_SWITCH_X_SITE to contain any special flags your loader
2886 may need to deal with X Windows. For instance, if you've defined
2887 HAVE_X_WINDOWS above and your X libraries aren't in a place that
2888 your loader can find on its own, you might want to add "-L/..." or
2889 something similar.])
2890 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX},
2891 [Define LD_SWITCH_X_SITE_AUX with an -R option
2892 in case it's needed (for Solaris, for example).])
2893 AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE},
2894 [Define C_SWITCH_X_SITE to contain any special flags your compiler
2895 may need to deal with X Windows. For instance, if you've defined
2896 HAVE_X_WINDOWS above and your X include files aren't in a place
2897 that your compiler can find on its own, you might want to add
2898 "-I/..." or something similar.])
2899 AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC},
2900 [Define to the unexec source file name.])
2901
2902 if test "${HAVE_X_WINDOWS}" = "yes" ; then
2903 AC_DEFINE(HAVE_X_WINDOWS, 1,
2904 [Define to 1 if you want to use the X window system.])
2905 fi
2906 if test "${USE_X_TOOLKIT}" != "none" ; then
2907 AC_DEFINE(USE_X_TOOLKIT, 1, [Define to 1 if using an X toolkit.])
2908 fi
2909 if test "${HAVE_X11}" = "yes" ; then
2910 AC_DEFINE(HAVE_X11, 1,
2911 [Define to 1 if you want to use version 11 of X windows.
2912 Otherwise, Emacs expects to use version 10.])
2913 fi
2914 if test "${HAVE_XFREE386}" = "yes" ; then
2915 AC_DEFINE(HAVE_XFREE386, 1, [Define to 1 if you're using XFree386.])
2916 fi
2917 if test "${HAVE_MENUS}" = "yes" ; then
2918 AC_DEFINE(HAVE_MENUS, 1,
2919 [Define to 1 if you have mouse menus.
2920 (This is automatic if you use X, but the option to specify it remains.)
2921 It is also defined with other window systems that support xmenu.c.])
2922 fi
2923 if test "${GNU_MALLOC}" = "yes" ; then
2924 AC_DEFINE(GNU_MALLOC, 1,
2925 [Define to 1 if you want to use the GNU memory allocator.])
2926 fi
2927 if test "${REL_ALLOC}" = "yes" ; then
2928 AC_DEFINE(REL_ALLOC, 1,
2929 [Define REL_ALLOC if you want to use the relocating allocator for
2930 buffer space.])
2931 fi
2932
2933 AH_TOP([/* GNU Emacs site configuration template file.
2934 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007
2935 Free Software Foundation, Inc.
2936
2937 This file is part of GNU Emacs.
2938
2939 GNU Emacs is free software; you can redistribute it and/or modify
2940 it under the terms of the GNU General Public License as published by
2941 the Free Software Foundation; either version 2, or (at your option)
2942 any later version.
2943
2944 GNU Emacs is distributed in the hope that it will be useful,
2945 but WITHOUT ANY WARRANTY; without even the implied warranty of
2946 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2947 GNU General Public License for more details.
2948
2949 You should have received a copy of the GNU General Public License
2950 along with GNU Emacs; see the file COPYING. If not, write to the
2951 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2952 Boston, MA 02110-1301, USA. */
2953
2954
2955 /* No code in Emacs #includes config.h twice, but some bits of code
2956 intended to work with other packages as well (like gmalloc.c)
2957 think they can include it as many times as they like. */
2958 #ifndef EMACS_CONFIG_H
2959 #define EMACS_CONFIG_H
2960 ])dnl
2961
2962 AH_BOTTOM([
2963 /* If we're using any sort of window system, define some consequences. */
2964 #ifdef HAVE_X_WINDOWS
2965 #define HAVE_WINDOW_SYSTEM
2966 #define MULTI_KBOARD
2967 #define HAVE_MOUSE
2968 #endif
2969
2970 /* If we're using the Carbon API on Mac OS X, define a few more
2971 variables as well. */
2972 #ifdef HAVE_CARBON
2973 #define HAVE_WINDOW_SYSTEM
2974 #define HAVE_MOUSE
2975 #endif
2976
2977 /* Define USER_FULL_NAME to return a string
2978 that is the user's full name.
2979 It can assume that the variable `pw'
2980 points to the password file entry for this user.
2981
2982 At some sites, the pw_gecos field contains
2983 the user's full name. If neither this nor any other
2984 field contains the right thing, use pw_name,
2985 giving the user's login name, since that is better than nothing. */
2986 #define USER_FULL_NAME pw->pw_gecos
2987
2988 /* Define AMPERSAND_FULL_NAME if you use the convention
2989 that & in the full name stands for the login id. */
2990 /* Turned on June 1996 supposing nobody will mind it. */
2991 #define AMPERSAND_FULL_NAME
2992
2993 /* We have blockinput.h. */
2994 #define DO_BLOCK_INPUT
2995
2996 /* Define HAVE_SOUND if we have sound support. We know it works
2997 and compiles only on the specified platforms. For others,
2998 it probably doesn't make sense to try. */
2999
3000 #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
3001 #ifdef HAVE_MACHINE_SOUNDCARD_H
3002 #define HAVE_SOUND 1
3003 #endif
3004 #ifdef HAVE_SYS_SOUNDCARD_H
3005 #define HAVE_SOUND 1
3006 #endif
3007 #ifdef HAVE_SOUNDCARD_H
3008 #define HAVE_SOUND 1
3009 #endif
3010 #ifdef HAVE_ALSA
3011 #define HAVE_SOUND 1
3012 #endif
3013 #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
3014
3015 /* If using GNU, then support inline function declarations. */
3016 /* Don't try to switch on inline handling as detected by AC_C_INLINE
3017 generally, because even if non-gcc compilers accept `inline', they
3018 may reject `extern inline'. */
3019 #if defined (__GNUC__) && defined (OPTIMIZE)
3020 #define INLINE __inline__
3021 #else
3022 #define INLINE
3023 #endif
3024
3025 /* Include the os and machine dependent files. */
3026 #include config_opsysfile
3027 #include config_machfile
3028
3029 /* Load in the conversion definitions if this system
3030 needs them and the source file being compiled has not
3031 said to inhibit this. There should be no need for you
3032 to alter these lines. */
3033
3034 #ifdef SHORTNAMES
3035 #ifndef NO_SHORTNAMES
3036 #include "../shortnames/remap.h"
3037 #endif /* not NO_SHORTNAMES */
3038 #endif /* SHORTNAMES */
3039
3040 /* If no remapping takes place, static variables cannot be dumped as
3041 pure, so don't worry about the `static' keyword. */
3042 #ifdef NO_REMAP
3043 #undef static
3044 #endif
3045
3046 /* Define `subprocesses' should be defined if you want to
3047 have code for asynchronous subprocesses
3048 (as used in M-x compile and M-x shell).
3049 These do not work for some USG systems yet;
3050 for the ones where they work, the s/SYSTEM.h file defines this flag. */
3051
3052 #ifndef VMS
3053 #ifndef USG
3054 /* #define subprocesses */
3055 #endif
3056 #endif
3057
3058 /* SIGTYPE is the macro we actually use. */
3059 #ifndef SIGTYPE
3060 #define SIGTYPE RETSIGTYPE
3061 #endif
3062
3063 #ifdef emacs /* Don't do this for lib-src. */
3064 /* Tell regex.c to use a type compatible with Emacs. */
3065 #define RE_TRANSLATE_TYPE Lisp_Object
3066 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
3067 #ifdef make_number
3068 /* If make_number is a macro, use it. */
3069 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
3070 #else
3071 /* If make_number is a function, avoid it. */
3072 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
3073 #endif
3074 #endif
3075
3076 /* Avoid link-time collision with system mktime if we will use our own. */
3077 #if ! HAVE_MKTIME || BROKEN_MKTIME
3078 #define mktime emacs_mktime
3079 #endif
3080
3081 #define my_strftime nstrftime /* for strftime.c */
3082
3083 /* The rest of the code currently tests the CPP symbol BSTRING.
3084 Override any claims made by the system-description files.
3085 Note that on some SCO version it is possible to have bcopy and not bcmp. */
3086 #undef BSTRING
3087 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
3088 #define BSTRING
3089 #endif
3090
3091 /* Some of the files of Emacs which are intended for use with other
3092 programs assume that if you have a config.h file, you must declare
3093 the type of getenv.
3094
3095 This declaration shouldn't appear when alloca.s or Makefile.in
3096 includes config.h. */
3097 #ifndef NOT_C_CODE
3098 extern char *getenv ();
3099 #endif
3100
3101 /* These default definitions are good for almost all machines.
3102 The exceptions override them in m/MACHINE.h. */
3103
3104 #ifndef BITS_PER_CHAR
3105 #define BITS_PER_CHAR 8
3106 #endif
3107
3108 #ifndef BITS_PER_SHORT
3109 #define BITS_PER_SHORT 16
3110 #endif
3111
3112 /* Note that lisp.h uses this in a preprocessor conditional, so it
3113 would not work to use sizeof. That being so, we do all of them
3114 without sizeof, for uniformity's sake. */
3115 #ifndef BITS_PER_INT
3116 #define BITS_PER_INT 32
3117 #endif
3118
3119 #ifndef BITS_PER_LONG
3120 #ifdef _LP64
3121 #define BITS_PER_LONG 64
3122 #else
3123 #define BITS_PER_LONG 32
3124 #endif
3125 #endif
3126
3127 /* Define if the compiler supports function prototypes. It may do so
3128 but not define __STDC__ (e.g. DEC C by default) or may define it as
3129 zero. */
3130 #undef PROTOTYPES
3131 /* For mktime.c: */
3132 #ifndef __P
3133 # if defined PROTOTYPES
3134 # define __P(args) args
3135 # else
3136 # define __P(args) ()
3137 # endif /* GCC. */
3138 #endif /* __P */
3139
3140 /* Don't include "string.h" or <stdlib.h> in non-C code. */
3141 #ifndef NOT_C_CODE
3142 #ifdef HAVE_STRING_H
3143 #include "string.h"
3144 #endif
3145 #ifdef HAVE_STRINGS_H
3146 #include "strings.h" /* May be needed for bcopy & al. */
3147 #endif
3148 #ifdef HAVE_STDLIB_H
3149 #include <stdlib.h>
3150 #endif
3151 #ifndef __GNUC__
3152 # ifdef HAVE_ALLOCA_H
3153 # include <alloca.h>
3154 # else /* AIX files deal with #pragma. */
3155 # ifndef alloca /* predefined by HP cc +Olibcalls */
3156 char *alloca ();
3157 # endif
3158 # endif /* HAVE_ALLOCA_H */
3159 #endif /* __GNUC__ */
3160 #ifndef HAVE_SIZE_T
3161 typedef unsigned size_t;
3162 #endif
3163 #endif /* NOT_C_CODE */
3164
3165 /* Define HAVE_X_I18N if we have usable i18n support. */
3166
3167 #ifdef HAVE_X11R6
3168 #define HAVE_X_I18N
3169 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
3170 #define HAVE_X_I18N
3171 #endif
3172
3173 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
3174
3175 #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM
3176 #define HAVE_X11R6_XIM
3177 #endif
3178
3179 /* Should we enable expensive run-time checking of data types? */
3180 #undef ENABLE_CHECKING
3181
3182 #if defined __GNUC__ && (__GNUC__ > 2 \
3183 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
3184 #define NO_RETURN __attribute__ ((__noreturn__))
3185 #else
3186 #define NO_RETURN /* nothing */
3187 #endif
3188
3189 /* These won't be used automatically yet. We also need to know, at least,
3190 that the stack is continuous. */
3191 #ifdef __GNUC__
3192 # ifndef GC_SETJMP_WORKS
3193 /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
3194 see NON_SAVING_SETJMP in the target descriptions. */
3195 /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k,
3196 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
3197 Fixme: Deal with ns32k, SVR3. */
3198 # define GC_SETJMP_WORKS 1
3199 # endif
3200 # ifndef GC_LISP_OBJECT_ALIGNMENT
3201 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
3202 # endif
3203 #endif
3204
3205 #ifndef HAVE_BCOPY
3206 #define bcopy(a,b,s) memcpy (b,a,s)
3207 #endif
3208 #ifndef HAVE_BZERO
3209 #define bzero(a,s) memset (a,0,s)
3210 #endif
3211 #ifndef HAVE_BCMP
3212 #define BCMP memcmp
3213 #endif
3214
3215 #endif /* EMACS_CONFIG_H */
3216
3217 /*
3218 Local Variables:
3219 mode: c
3220 End:
3221 */
3222 ])dnl
3223
3224 #### Report on what we decided to do.
3225 #### Report GTK as a toolkit, even if it doesn't use Xt.
3226 #### It makes printing result more understandable as using GTK sets
3227 #### toolkit_scroll_bars to yes by default.
3228 if test "${HAVE_GTK}" = "yes"; then
3229 USE_X_TOOLKIT=GTK
3230 fi
3231
3232 echo "
3233 Configured for \`${canonical}'.
3234
3235 Where should the build process find the source code? ${srcdir}
3236 What operating system and machine description files should Emacs use?
3237 \`${opsysfile}' and \`${machfile}'
3238 What compiler should emacs be built with? ${CC} ${CFLAGS}
3239 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
3240 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}
3241 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers
3242 What window system should Emacs use? ${window_system}
3243 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
3244
3245 if test -n "${x_includes}"; then
3246 echo " Where do we find X Windows header files? ${x_includes}"
3247 else
3248 echo " Where do we find X Windows header files? Standard dirs"
3249 fi
3250 if test -n "${x_libraries}"; then
3251 echo " Where do we find X Windows libraries? ${x_libraries}"
3252 else
3253 echo " Where do we find X Windows libraries? Standard dirs"
3254 fi
3255
3256 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}"
3257 echo " Does Emacs use -lXpm? ${HAVE_XPM}"
3258 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}"
3259 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
3260 echo " Does Emacs use -lungif? ${HAVE_GIF}"
3261 echo " Does Emacs use -lpng? ${HAVE_PNG}"
3262 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
3263 echo
3264
3265 if test $USE_XASSERTS = yes; then
3266 echo " Compiling with asserts turned on."
3267 CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
3268 echo
3269 fi
3270
3271
3272
3273 # Remove any trailing slashes in these variables.
3274 [test "${prefix}" != NONE &&
3275 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
3276 test "${exec_prefix}" != NONE &&
3277 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`]
3278
3279 ## Check if the C preprocessor will convert `..' to `. .'. If so, set
3280 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
3281 ## from Makefile.c can correctly provide the arg `-traditional' to the
3282 ## C preprocessor.
3283
3284 AC_EGREP_CPP(yes..yes,
3285 [yes..yes],
3286 CPP_NEED_TRADITIONAL=no,
3287 CPP_NEED_TRADITIONAL=yes)
3288
3289 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
3290 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
3291 lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile, [
3292
3293 ### Make the necessary directories, if they don't exist.
3294 for dir in etc lisp ; do
3295 test -d ${dir} || mkdir ${dir}
3296 done
3297
3298 # Build src/Makefile from ${srcdir}/src/Makefile.c
3299 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
3300 # This must be done after src/config.h is built, since we rely on that file.
3301
3302 # Now get this: Some word that is part of the ${srcdir} directory name
3303 # or the ${configuration} value might, just might, happen to be an
3304 # identifier like `sun4' or `i386' or something, and be predefined by
3305 # the C preprocessor to some helpful value like 1, or maybe the empty
3306 # string. Needless to say consequent macro substitutions are less
3307 # than conducive to the makefile finding the correct directory.
3308 [undefs="`echo $top_srcdir $configuration $canonical |
3309 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
3310 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
3311 `"]
3312
3313 echo creating src/epaths.h
3314 ${MAKE-make} epaths-force
3315
3316 # As of 2000-11-19, newest development versions of GNU cpp preprocess
3317 # `..' to `. .' unless invoked with -traditional
3318
3319 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
3320 CPPFLAGS="$CPPFLAGS -traditional"
3321 fi
3322
3323 echo creating lib-src/Makefile
3324 ( cd lib-src
3325 rm -f junk.c junk1.c junk2.c
3326 sed -e '/start of cpp stuff/q' \
3327 < Makefile.c > junk1.c
3328 sed -e '1,/start of cpp stuff/d'\
3329 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
3330 < Makefile.c > junk.c
3331 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
3332 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
3333 cat junk1.c junk2.c > Makefile.new
3334 rm -f junk.c junk1.c junk2.c
3335 chmod 444 Makefile.new
3336 mv -f Makefile.new Makefile
3337 )
3338
3339 echo creating src/Makefile
3340 ( cd src
3341 rm -f junk.c junk1.c junk2.c
3342 sed -e '/start of cpp stuff/q' \
3343 < Makefile.c > junk1.c
3344 sed -e '1,/start of cpp stuff/d'\
3345 -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
3346 < Makefile.c > junk.c
3347 if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then
3348 CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA"
3349 fi
3350 $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
3351 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
3352 cat junk1.c junk2.c > Makefile.new
3353 rm -f junk.c junk1.c junk2.c
3354 chmod 444 Makefile.new
3355 mv -f Makefile.new Makefile
3356 )
3357
3358 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
3359 echo creating src/.gdbinit
3360 echo source $srcdir/src/.gdbinit > src/.gdbinit
3361 fi
3362
3363 # This is how we know whether to re-run configure in certain cases.
3364 touch src/config.stamp
3365
3366 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"])
3367
3368 m4_if(dnl Do not change this comment
3369 arch-tag: 156a4dd5-bddc-4d18-96ac-f37742cf6a5e
3370 )dnl