lwlib/Imakefile is removed.
[emacs.git] / configure.in
blob054a5567221dd1a5768ffe8d071879c0809bf458
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
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., 59 Temple Place - Suite 330,
24 dnl  Boston, MA 02111-1307, USA.
26 AC_PREREQ(2.51)dnl
27 AC_INIT(src/lisp.h)
28 AC_CONFIG_HEADER(src/config.h:src/config.in)
30 dnl Support for --program-prefix, --program-suffix and
31 dnl --program-transform-name options
32 AC_ARG_PROGRAM
34 lispdir='${datadir}/emacs/${version}/lisp'
35 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
36 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim'
37 lisppath='${locallisppath}:${lispdir}'
38 etcdir='${datadir}/emacs/${version}/etc'
39 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
40 docdir='${datadir}/emacs/${version}/etc'
41 gamedir=yes
43 AC_ARG_WITH(game-dir,
44 [  --with-game-dir         use a shared game directory if possible],
45    [if test "$withval" = yes; then
46       gamedir="${localstatedir}/games/emacs"
47     else
48       if test "$withval" = no; then
49         gamedir=no
50       else
51         gamedir="$withval"
52       fi
53     fi
56 gameuser=games
57 AC_ARG_WITH(game-user,
58 [  --with-game-user        use specified user for game directory],
59    [gameuser="$withval"])
61 AC_ARG_WITH(gcc,
62 [  --without-gcc           don't use GCC to compile Emacs if GCC is found])
63 AC_ARG_WITH(pop,
64 [  --without-pop           don't support POP mail retrieval with movemail],
65 [if test "$withval" = yes; then
66    AC_DEFINE(MAIL_USE_POP)
67 else :
68 fi],
69 AC_DEFINE(MAIL_USE_POP))
70 AH_TEMPLATE(MAIL_USE_POP, [Define to support POP mail retrieval.])dnl
71 AC_ARG_WITH(kerberos,
72 [  --with-kerberos         support Kerberos-authenticated POP],
73 [AC_DEFINE(KERBEROS)])
74 AH_TEMPLATE(KERBEROS,
75             [Define to support Kerberos-authenticated POP mail retrieval.])dnl
76 AC_ARG_WITH(kerberos5,
77 [  --with-kerberos5        support Kerberos version 5 authenticated POP],
78 [if test "${with_kerberos5+set}" = set; then
79   if test "${with_kerberos+set}" != set; then
80     with_kerberos=yes
81     AC_DEFINE(KERBEROS)
82   fi
84 AC_DEFINE(KERBEROS5, 1, [Define to use Kerberos 5 instead of Kerberos 4.])])
85 AC_ARG_WITH(hesiod,
86 [  --with-hesiod           support Hesiod to get the POP server host],
87 [AC_DEFINE(HESIOD, 1, [Define to support using a Hesiod database to find the POP server.])])
89 AC_ARG_WITH(sound,
90 [  --without-sound         don't compile with sound support])
92 dnl This should be the last --with option, because --with-x is
93 dnl added later on when we find the path of X, and it's best to
94 dnl keep them together visually.
95 AC_ARG_WITH(x-toolkit,
96 [  --with-x-toolkit=KIT    use an X toolkit (KIT = yes/lucid/athena/motif/no)],
97 [         case "${withval}" in
98             y | ye | yes )      val=athena ;;
99             n | no )            val=no  ;;
100             l | lu | luc | luci | lucid )       val=lucid ;;
101             a | at | ath | athe | athen | athena )      val=athena ;;
102             m | mo | mot | moti | motif )       val=motif ;;
103 dnl These don't currently work.
104 dnl         o | op | ope | open | open- | open-l | open-lo \
105 dnl             | open-loo | open-look )        val=open-look ;;
106             * )
107 dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
108 dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.])
109 AC_MSG_ERROR([\`--with-x-toolkit=$withval' is invalid\;
110 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
111 Currently, \`yes', \`athena' and \`lucid' are synonyms.])
112             ;;
113           esac
114           with_x_toolkit=$val
116 AC_ARG_WITH(xpm,
117 [  --with-xpm              use -lXpm for displaying XPM images])
118 AC_ARG_WITH(jpeg,
119 [  --with-jpeg             use -ljpeg for displaying JPEG images])
120 AC_ARG_WITH(tiff,
121 [  --with-tiff             use -ltiff for displaying TIFF images])
122 AC_ARG_WITH(gif,
123 [  --with-gif              use -lungif for displaying GIF images])
124 AC_ARG_WITH(png,
125 [  --with-png              use -lpng for displaying PNG images])
126 AC_ARG_WITH(toolkit-scroll-bars,
127 [  --without-toolkit-scroll-bars
128                           don't use Motif or Xaw3d scroll bars])
129 AC_ARG_WITH(xim,
130 [  --without-xim           don't use X11 XIM])
131 AC_ARG_WITH(carbon,
132 [  --without-carbon        don't use Carbon GUI on Mac OS X])
134 #### Make srcdir absolute, if it isn't already.  It's important to
135 #### avoid running the path through pwd unnecessarily, since pwd can
136 #### give you automounter prefixes, which can go away.  We do all this
137 #### so Emacs can find its files when run uninstalled.
138 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
139 unset CDPATH
140 case "${srcdir}" in
141   /* ) ;;
142   . )
143     ## We may be able to use the $PWD environment variable to make this
144     ## absolute.  But sometimes PWD is inaccurate.
145     ## Note: we used to use ${PWD} at the end instead of `pwd`,
146     ## but that tested only for a well-formed and valid PWD,
147     ## it did not object when PWD was well-formed and valid but just wrong.
148     if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`"  ;
149     then
150       srcdir="$PWD"
151     else
152       srcdir="`(cd ${srcdir}; pwd)`"
153     fi
154   ;;
155   *  ) srcdir="`(cd ${srcdir}; pwd)`" ;;
156 esac
158 #### Check if the source directory already has a configured system in it.
159 if test `pwd` != `(cd ${srcdir} && pwd)` \
160    && test -f "${srcdir}/src/config.h" ; then
161   AC_MSG_WARN([The directory tree \`${srcdir}' is being used
162    as a build directory right now; it has been configured in its own
163    right.  To configure in another directory as well, you MUST
164    use GNU make.  If you do not have GNU make, then you must
165    now do \`make distclean' in ${srcdir},
166    and then run $0 again.])
168 changequote(, )dnl
169   extrasub='/^VPATH[     ]*=/c\
170 changequote([, ])dnl
171 vpath %.c $(srcdir)\
172 vpath %.h $(srcdir)\
173 vpath %.y $(srcdir)\
174 vpath %.l $(srcdir)\
175 vpath %.s $(srcdir)\
176 vpath %.in $(srcdir)\
177 vpath %.texi $(srcdir)'
180 #### Given the configuration name, set machfile and opsysfile to the
181 #### names of the m/*.h and s/*.h files we should use.
183 ### Canonicalize the configuration name.
185 AC_CANONICAL_HOST
186 canonical=$host
187 configuration=${host_alias-$host}
189 changequote(, )dnl
191 ### If you add support for a new configuration, add code to this
192 ### switch statement to recognize your configuration name and select
193 ### the appropriate operating system and machine description files.
195 ### You would hope that you could choose an m/*.h file pretty much
196 ### based on the machine portion of the configuration name, and an s-
197 ### file based on the operating system portion.  However, it turns out
198 ### that each m/*.h file is pretty manufacturer-specific - for
199 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
200 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
201 ### machines.  So we basically have to have a special case for each
202 ### configuration name.
204 ### As far as handling version numbers on operating systems is
205 ### concerned, make sure things will fail in a fixable way.  If
206 ### /etc/MACHINES doesn't say anything about version numbers, be
207 ### prepared to handle anything reasonably.  If version numbers
208 ### matter, be sure /etc/MACHINES says something about it.
210 ### Eric Raymond says we should accept strings like "sysvr4" to mean
211 ### "System V Release 4"; he writes, "The old convention encouraged
212 ### confusion between `system' and `release' levels'."
214 machine='' opsys='' unported=no
215 case "${canonical}" in
217   ## FreeBSD ports
218   *-*-freebsd* )
219     opsys=freebsd
220     case "${canonical}" in
221       alpha*-*-freebsd*)        machine=alpha ;;
222       i[3456]86-*-freebsd*)     machine=intel386 ;;
223     esac
224   ;;
226   ## NetBSD ports
227   *-*-netbsd* )
228     opsys=netbsd
229     case "${canonical}" in
230       alpha*-*-netbsd*) machine=alpha ;;
231       i[3456]86-*-netbsd*) machine=intel386 ;;
232       m68k-*-netbsd*)
233                         # This is somewhat bogus.
234                         machine=hp9000s300 ;;
235       powerpc-apple-netbsd*) machine=macppc ;;
236       mips-*-netbsd*)   machine=pmax ;;
237       mipsel-*-netbsd*) machine=pmax ;;
238       ns32k-*-netbsd*)  machine=ns32000 ;;
239       powerpc-*-netbsd*) machine=macppc ;;
240       sparc*-*-netbsd*) machine=sparc ;;
241       vax-*-netbsd*)    machine=vax ;;
242       arm-*-netbsd*)    machine=arm ;;
243     esac
244   ;;
246   ## OpenBSD ports
247   *-*-openbsd* )
248     opsys=openbsd
249     case "${canonical}" in
250       alpha*-*-openbsd*)        machine=alpha ;;
251       i386-*-openbsd*)  machine=intel386 ;;
252       m68k-*-openbsd*)  machine=hp9000s300 ;;
253       mipsel-*-openbsd*) machine=pmax ;;
254       ns32k-*-openbsd*) machine=ns32000 ;;
255       sparc-*-openbsd*) machine=sparc ;;
256       vax-*-openbsd*)   machine=vax ;;
257     esac
258   ;;
260   ## Acorn RISCiX:
261   arm-acorn-riscix1.1* )
262     machine=acorn opsys=riscix1-1
263   ;;
264   arm-acorn-riscix1.2* | arm-acorn-riscix )
265     ## This name is riscix12 instead of riscix1.2
266     ## to avoid a file name conflict on MSDOS.
267     machine=acorn opsys=riscix12
268   ;;
270   ## BSDI ports
271   *-*-bsdi* )
272     opsys=bsdi
273     case "${canonical}" in
274       i[345]86-*-bsdi*) machine=intel386 ;;
275       sparc-*-bsdi*)  machine=sparc ;;
276       powerpc-*-bsdi*)  machine=macppc ;;
277     esac
278     case "${canonical}" in
279       *-*-bsd386* | *-*-bsdi1* )        opsys=bsd386 ;;
280       *-*-bsdi2.0* )            opsys=bsdos2 ;;
281       *-*-bsdi2* )              opsys=bsdos2-1 ;;
282       *-*-bsdi3* )              opsys=bsdos3 ;;
283       *-*-bsdi[45]* )           opsys=bsdos4 ;;
284     esac
285   ;;
287   ## Alliant machines
288   ## Strictly speaking, we need the version of the alliant operating
289   ## system to choose the right machine file, but currently the
290   ## configuration name doesn't tell us enough to choose the right
291   ## one; we need to give alliants their own operating system name to
292   ## do this right.  When someone cares, they can help us.
293   fx80-alliant-* )
294     machine=alliant4 opsys=bsd4-2
295   ;;
296   i860-alliant-* )
297     machine=alliant-2800 opsys=bsd4-3
298   ;;
300   ## Alpha (DEC) machines.
301   alpha*-dec-osf* )
302     machine=alpha opsys=osf1
303     # This is needed to find X11R6.1 libraries for certain tests.
304     NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
305     GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
306     # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
307     # due to non-traditional preprocessing with the current compiler
308     # defaults.  OSF 4 can also have that compiler version, and there
309     # seems always to have been a usable /usr/bin/cpp.
310     NON_GNU_CPP=/usr/bin/cpp
311     case "${canonical}" in
312     alpha*-dec-osf[5-9]*)
313       opsys=osf5-0 ;;
314     esac
315   ;;
317   alpha*-*-linux-gnu* )
318     machine=alpha opsys=gnu-linux
319   ;;
321   arm*-*-linux-gnu* )
322     machine=arm opsys=gnu-linux
323   ;;
325   ppc-*-linux | \
326   powerpc-*-linux* )
327     machine=macppc opsys=gnu-linux
328   ;;
330   ## Altos 3068
331   m68*-altos-sysv* )
332     machine=altos opsys=usg5-2
333   ;;
335   ## Amdahl UTS
336   580-amdahl-sysv* )
337     machine=amdahl opsys=usg5-2-2
338   ;;
340   ## Apollo, Domain/OS
341   m68*-apollo-* )
342     machine=apollo opsys=bsd4-3
343   ;;
345   ## AT&T 3b2, 3b5, 3b15, 3b20
346   we32k-att-sysv* )
347     machine=att3b opsys=usg5-2-2
348   ;;
350   ## AT&T 3b1 - The Mighty Unix PC!
351   m68*-att-sysv* )
352     machine=7300 opsys=usg5-2-2
353   ;;
355   ## Bull dpx20
356   rs6000-bull-bosx* )
357     machine=ibmrs6000 opsys=aix3-2
358   ;;
360   ## Bull dpx2
361   m68*-bull-sysv3* )
362     machine=dpx2 opsys=usg5-3
363   ;;
365   ## Bull sps7
366   m68*-bull-sysv2* )
367     machine=sps7 opsys=usg5-2
368   ;;
370   ## CCI 5/32, 6/32 -- see "Tahoe".
372   ## Celerity
373   ## I don't know what configuration name to use for this; config.sub
374   ## doesn't seem to know anything about it.  Hey, Celerity users, get
375   ## in touch with us!
376   celerity-celerity-bsd* )
377     machine=celerity opsys=bsd4-2
378   ;;
380   ## Clipper
381   ## What operating systems does this chip run that Emacs has been
382   ## tested on?
383   clipper-* )
384     machine=clipper
385     ## We'll use the catch-all code at the bottom to guess the
386     ## operating system.
387   ;;
389   ## Compaq Nonstop
390   mips-compaq-nonstopux* )
391     machine=nonstopux opsys=nonstopux
392     ;;
394   ## Convex
395   *-convex-bsd* | *-convex-convexos* )
396     machine=convex opsys=bsd4-3
397     ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
398     NON_GNU_CPP="cc -E -P"
399   ;;
401   ## Cubix QBx/386
402   i[3456]86-cubix-sysv* )
403     machine=intel386 opsys=usg5-3
404   ;;
406   ## Cydra 5
407   cydra*-cydrome-sysv* )
408     machine=cydra5 opsys=usg5-3
409   ;;
411   ## Data General AViiON Machines
412   ## DG changed naming conventions with the release of 5.4.4.10, they
413   ## dropped the initial 5.4 but left the intervening R.  Because of the
414   ## R this shouldn't conflict with older versions of the OS (which I
415   ## think were named like dgux4.*). In addition, DG new AViiONs series
416   ## uses either Motorola M88k or Intel Pentium CPUs.
417   m88k-dg-dguxR4.* | m88k-dg-dgux4* )
418     machine=aviion opsys=dgux4
419   ;;
420   m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
421     ## This name is dgux5-4-3 instead of dgux5-4r3
422     ## to avoid a file name conflict on MSDOS.
423     machine=aviion opsys=dgux5-4-3
424   ;;
425   m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
426     machine=aviion opsys=dgux5-4r2
427   ;;
428   m88k-dg-dgux* )
429     machine=aviion opsys=dgux
430   ;;
432   ## Data General AViiON Intel (x86) Machines
433   ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
434   ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
435   i[345]86-dg-dguxR4* )
436     machine=aviion-intel opsys=dgux4
437   ;;
439   ## DECstations
440   mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
441     machine=pmax opsys=bsd4-2
442   ;;
443   mips-dec-ultrix4.[12]* | mips-dec-bsd* )
444     machine=pmax opsys=bsd4-3
445   ;;
446   mips-dec-ultrix* )
447     machine=pmax opsys=ultrix4-3
448   ;;
449   mips-dec-osf* )
450     machine=pmax opsys=osf1
451   ;;
452   mips-dec-mach_bsd4.3* )
453     machine=pmax opsys=mach-bsd4-3
454   ;;
456   ## Motorola Delta machines
457   m68k-motorola-sysv* | m68000-motorola-sysv* )
458     machine=delta opsys=usg5-3
459     if test -z "`type gnucc | grep 'not found'`"
460     then
461       if test -s /etc/167config
462       then CC="gnucc -m68040"
463       else CC="gnucc -m68881"
464       fi
465     else
466       if test -z "`type gcc | grep 'not found'`"
467       then CC=gcc
468       else CC=cc
469       fi
470     fi
471   ;;
472   m88k-motorola-sysv4* )
473     # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
474     # needs POSIX_SIGNALS and therefore needs usg5-4-2.
475     # I hope there are not other 4.0 versions for this machine
476     # which really need usg5-4 instead.
477     machine=delta88k opsys=usg5-4-2
478   ;;
479   m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
480     machine=delta88k opsys=usg5-3
481   ;;
483   ## Dual machines
484   m68*-dual-sysv* )
485     machine=dual opsys=usg5-2
486   ;;
487   m68*-dual-uniplus* )
488     machine=dual opsys=unipl5-2
489   ;;
491   ## Elxsi 6400
492   elxsi-elxsi-sysv* )
493     machine=elxsi opsys=usg5-2
494   ;;
496   ## Encore machines
497   ns16k-encore-bsd* )
498     machine=ns16000 opsys=umax
499   ;;
501   ## The GEC 63 - apparently, this port isn't really finished yet.
502   #  I'm sure we finished off the last of the machines, though.  -- fx
504   ## Gould Power Node and NP1
505   pn-gould-bsd4.2* )
506     machine=gould opsys=bsd4-2
507   ;;
508   pn-gould-bsd4.3* )
509     machine=gould opsys=bsd4-3
510   ;;
511   np1-gould-bsd* )
512     machine=gould-np1 opsys=bsd4-3
513   ;;
515   ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
516   ## as far as Emacs is concerned).
517   m88k-harris-cxux* )
518     # Build needs to be different on 7.0 and later releases
519     case "`uname -r`" in
520        [56].[0-9] ) machine=nh4000 opsys=cxux ;;
521        [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
522     esac
523     NON_GNU_CPP="/lib/cpp"
524   ;;
525   ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
526   m68k-harris-cxux* )
527     machine=nh3000 opsys=cxux
528   ;;
529   ## Harris power pc NightHawk running Power UNIX (Series 6000)
530   powerpc-harris-powerunix )
531     machine=nh6000 opsys=powerunix
532     NON_GNU_CPP="cc -Xo -E -P"
533   ;;
534   ## SR2001/SR2201 running HI-UX/MPP
535   hppa1.1-hitachi-hiuxmpp* )
536     machine=sr2k opsys=hiuxmpp
537   ;;
538   hppa1.1-hitachi-hiuxwe2* )
539     machine=sr2k opsys=hiuxwe2
540   ;;
541   ## Honeywell XPS100
542   xps*-honeywell-sysv* )
543     machine=xps100 opsys=usg5-2
544   ;;
546   ## HP 9000 series 200 or 300
547   m68*-hp-bsd* )
548     machine=hp9000s300 opsys=bsd4-3
549   ;;
550   ## HP/UX 7, 8, 9, and 10 are supported on these machines.
551   m68*-hp-hpux* )
552     case "`uname -r`" in
553       ## Someone's system reports A.B8.05 for this.
554       ## I wonder what other possibilities there are.
555       *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
556       *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
557       *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
558       *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
559       *) machine=hp9000s300 opsys=hpux ;;
560     esac
561   ;;
563   ## HP 9000 series 700 and 800, running HP/UX
564   hppa*-hp-hpux7* )
565     machine=hp800 opsys=hpux
566   ;;
567   hppa*-hp-hpux8* )
568     machine=hp800 opsys=hpux8
569   ;;
570   hppa*-hp-hpux9shr* )
571     machine=hp800 opsys=hpux9shr
572   ;;
573   hppa*-hp-hpux9* )
574     machine=hp800 opsys=hpux9
575   ;;
576   hppa*-hp-hpux10* )
577     machine=hp800 opsys=hpux10
578   ;;
579   hppa*-hp-hpux1[1-9]* )
580     machine=hp800 opsys=hpux11
581   ;;
583   hppa*-*-linux-gnu* )
584     machine=hp800 opsys=gnu-linux
585   ;;
587   ## HP 9000 series 700 and 800, running HP/UX
588   hppa*-hp-hpux* )
589     ## Cross-compilation?  Nah!
590     case "`uname -r`" in
591       ## Someone's system reports A.B8.05 for this.
592       ## I wonder what other possibilities there are.
593       *.B8.* ) machine=hp800 opsys=hpux8 ;;
594       *.08.* ) machine=hp800 opsys=hpux8 ;;
595       *.09.* ) machine=hp800 opsys=hpux9 ;;
596       *) machine=hp800 opsys=hpux10 ;;
597     esac
598   ;;
599   hppa*-*-nextstep* )
600     machine=hp800 opsys=nextstep
601   ;;
603   ## Orion machines
604   orion-orion-bsd* )
605     machine=orion opsys=bsd4-2
606   ;;
607   clipper-orion-bsd* )
608     machine=orion105 opsys=bsd4-2
609   ;;
611   ## IBM machines
612   i[3456]86-ibm-aix1.1* )
613     machine=ibmps2-aix opsys=usg5-2-2
614   ;;
615   i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
616     machine=ibmps2-aix opsys=usg5-3
617   ;;
618   i370-ibm-aix*)
619     machine=ibm370aix opsys=usg5-3
620   ;;
621   s390-*-linux-gnu)
622     machine=ibms390 opsys=gnu-linux
623   ;;
624   rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1*  )
625     machine=ibmrs6000 opsys=aix3-1
626   ;;
627   rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
628     machine=ibmrs6000 opsys=aix3-2-5
629   ;;
630   rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1*  )
631     machine=ibmrs6000 opsys=aix4-1
632   ;;
633   rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2*  )
634     machine=ibmrs6000 opsys=aix4-2
635   ;;
636   rs6000-ibm-aix5.1* | powerpc-ibm-aix5.1*  )
637     machine=ibmrs6000 opsys=aix4-2
638   ;;
639   rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0*  )
640     machine=ibmrs6000 opsys=aix4
641   ;;
642   rs6000-ibm-aix4* | powerpc-ibm-aix4*  )
643     machine=ibmrs6000 opsys=aix4-1
644   ;;
645   rs6000-ibm-aix* | powerpc-ibm-aix* )
646     machine=ibmrs6000 opsys=aix3-2
647   ;;
648   romp-ibm-bsd4.3* )
649     machine=ibmrt opsys=bsd4-3
650   ;;
651   romp-ibm-bsd4.2* )
652     machine=ibmrt opsys=bsd4-2
653   ;;
654   romp-ibm-aos4.3* )
655     machine=ibmrt opsys=bsd4-3
656   ;;
657   romp-ibm-aos4.2* )
658     machine=ibmrt opsys=bsd4-2
659   ;;
660   romp-ibm-aos* )
661     machine=ibmrt opsys=bsd4-3
662   ;;
663   romp-ibm-bsd* )
664     machine=ibmrt opsys=bsd4-3
665   ;;
666   romp-ibm-aix* )
667     machine=ibmrt-aix opsys=usg5-2-2
668   ;;
670   ## Integrated Solutions `Optimum V'
671   m68*-isi-bsd4.2* )
672     machine=isi-ov opsys=bsd4-2
673   ;;
674   m68*-isi-bsd4.3* )
675     machine=isi-ov opsys=bsd4-3
676   ;;
678   ## Intel 386 machines where we do care about the manufacturer
679   i[3456]86-intsys-sysv* )
680     machine=is386 opsys=usg5-2-2
681   ;;
683   ## Prime EXL
684   i[3456]86-prime-sysv* )
685     machine=i386 opsys=usg5-3
686   ;;
688   ## Sequent Symmetry running Dynix
689   i[3456]86-sequent-bsd* )
690     machine=symmetry opsys=bsd4-3
691   ;;
693   ## Sequent Symmetry running ptx 4, which is a modified SVR4.
694   i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
695     machine=sequent-ptx opsys=ptx4
696     NON_GNU_CPP=/lib/cpp
697   ;;
699   ## Sequent Symmetry running DYNIX/ptx
700   ## Use the old cpp rather than the newer ANSI one.
701   i[3456]86-sequent-ptx* )
702     machine=sequent-ptx opsys=ptx
703     NON_GNU_CPP="/lib/cpp"
704   ;;
706   ## ncr machine running svr4.3.
707   i[3456]86-ncr-sysv4.3 )
708     machine=ncr386 opsys=usg5-4-3
709   ;;
711   ## Unspecified sysv on an ncr machine defaults to svr4.2.
712   ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
713   i[3456]86-ncr-sysv* )
714     machine=ncr386 opsys=usg5-4-2
715   ;;
717   ## Intel Paragon OSF/1
718   i860-intel-osf1* )
719     machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
720   ;;
722   ## Intel 860
723   i860-*-sysv4* )
724     machine=i860 opsys=usg5-4
725     NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
726     NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
727   ;;
729   ## Macintosh PowerPC
730   powerpc*-*-linux-gnu* )
731     machine=macppc opsys=gnu-linux
732   ;;
734   ## Masscomp machines
735   m68*-masscomp-rtu* )
736     machine=masscomp opsys=rtu
737   ;;
739   ## Megatest machines
740   m68*-megatest-bsd* )
741     machine=mega68 opsys=bsd4-2
742   ;;
744   ## Workstations sold by MIPS
745   ## This is not necessarily all workstations using the MIPS processor -
746   ## Irises are produced by SGI, and DECstations by DEC.
748   ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
749   ## and usg5-2-2 and bsd4-3 as possible OS files.  The only guidance
750   ## it gives for choosing between the alternatives seems to be "Use
751   ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
752   ## the BSD world."  I'll assume that these are instructions for
753   ## handling two odd situations, and that every other situation
754   ## should use mips.h and usg5-2-2, they being listed first.
755   mips-mips-usg* )
756     machine=mips4
757     ## Fall through to the general code at the bottom to decide on the OS.
758   ;;
759   mips-mips-riscos4* )
760     machine=mips4 opsys=bsd4-3
761     NON_GNU_CC="cc -systype bsd43"
762     NON_GNU_CPP="cc -systype bsd43 -E"
763   ;;
764   mips-mips-riscos5* )
765     machine=mips4 opsys=riscos5
766     NON_GNU_CC="cc -systype bsd43"
767     NON_GNU_CPP="cc -systype bsd43 -E"
768   ;;
769   mips-mips-bsd* )
770     machine=mips opsys=bsd4-3
771   ;;
772   mips-mips-* )
773     machine=mips opsys=usg5-2-2
774   ;;
776   ## NeXT
777   m68*-next-* | m68k-*-nextstep* )
778     machine=m68k opsys=nextstep
779   ;;
781   ## The complete machine from National Semiconductor
782   ns32k-ns-genix* )
783     machine=ns32000 opsys=usg5-2
784   ;;
786   ## NCR machines
787   m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
788     machine=tower32 opsys=usg5-2-2
789   ;;
790   m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
791     machine=tower32v3 opsys=usg5-3
792   ;;
794   ## NEC EWS4800
795   mips-nec-sysv4*)
796   machine=ews4800 opsys=ux4800
797   ;;
799   ## Nixdorf Targon 31
800   m68*-nixdorf-sysv* )
801     machine=targon31 opsys=usg5-2-2
802   ;;
804   ## Nu (TI or LMI)
805   m68*-nu-sysv* )
806     machine=nu opsys=usg5-2
807   ;;
809   ## Plexus
810   m68*-plexus-sysv* )
811     machine=plexus opsys=usg5-2
812   ;;
814   ## PowerPC reference platform
815   powerpcle-*-solaris2* )
816     machine=prep
817     opsys=sol2-5
818   ;;
820   ## Pyramid machines
821   ## I don't really have any idea what sort of processor the Pyramid has,
822   ## so I'm assuming it is its own architecture.
823   pyramid-pyramid-bsd* )
824     machine=pyramid opsys=bsd4-2
825   ;;
827   ## Sequent Balance
828   ns32k-sequent-bsd4.2* )
829     machine=sequent opsys=bsd4-2
830   ;;
831   ns32k-sequent-bsd4.3* )
832     machine=sequent opsys=bsd4-3
833   ;;
835   ## Siemens Nixdorf
836   mips-siemens-sysv* | mips-sni-sysv*)
837     machine=mips-siemens opsys=usg5-4
838     NON_GNU_CC=/usr/ccs/bin/cc
839     NON_GNU_CPP=/usr/ccs/lib/cpp
840   ;;
842   ## Silicon Graphics machines
843   ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
844   m68*-sgi-iris3.5* )
845     machine=irist opsys=iris3-5
846   ;;
847   m68*-sgi-iris3.6* | m68*-sgi-iris*)
848     machine=irist opsys=iris3-6
849   ;;
850   ## Iris 4D
851   mips-sgi-irix3* )
852     machine=iris4d opsys=irix3-3
853   ;;
854   mips-sgi-irix4* )
855     machine=iris4d opsys=irix4-0
856   ;;
857   mips-sgi-irix6.5 )
858     machine=iris4d opsys=irix6-5
859     # Without defining _LANGUAGE_C, things get masked out in the headers
860     # so that, for instance, grepping for `free' in stdlib.h fails and
861     # AC_HEADER_STD_C fails.   (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
862     NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
863     NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C"
864   ;;
865   mips-sgi-irix6* )
866     machine=iris4d opsys=irix6-0
867     # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5,
868     # but presumably it does no harm.
869     NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
870     # -32 probably isn't necessary in later v.6s -- anyone know which?
871     NON_GCC_TEST_OPTIONS=-32
872   ;;
873   mips-sgi-irix5.[01]* )
874     machine=iris4d opsys=irix5-0
875   ;;
876   mips-sgi-irix5* | mips-sgi-irix* )
877     machine=iris4d opsys=irix5-2
878   ;;
880   ## SONY machines
881   m68*-sony-bsd4.2* )
882     machine=news opsys=bsd4-2
883   ;;
884   m68*-sony-bsd4.3* )
885     machine=news opsys=bsd4-3
886   ;;
887   m68*-sony-newsos3* | m68*-sony-news3*)
888     machine=news opsys=bsd4-3
889   ;;
890   mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
891     machine=news-risc opsys=bsd4-3
892   ;;
893   mips-sony-newsos6* )
894     machine=news-r6 opsys=newsos6
895   ;;
896   mips-sony-news* )
897     machine=news-risc opsys=newsos5
898   ;;
900   ## Stride
901   m68*-stride-sysv* )
902     machine=stride opsys=usg5-2
903   ;;
905   ## Suns
906   sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
907     machine=sparc opsys=gnu-linux
908   ;;
910   *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
911     | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
912     | rs6000-*-solaris2*)
913     case "${canonical}" in
914       m68*-sunos1* )    machine=sun1 ;;
915       m68*-sunos2* )    machine=sun2 ;;
916       m68* )            machine=sun3 ;;
917       i[3456]86-sun-sunos[34]* )        machine=sun386 ;;
918       i[3456]86-*-* )     machine=intel386 ;;
919       powerpcle* )      machine=powerpcle ;;
920       powerpc* | rs6000* )  machine=ibmrs6000 ;;
921       sparc* )          machine=sparc ;;
922       * )               unported=yes ;;
923     esac
924     case "${canonical}" in
925       ## The Sun386 didn't get past 4.0.
926       i[3456]86-*-sunos4          ) opsys=sunos4-0 ;;
927       *-sunos4.0*         ) opsys=sunos4-0 ;;
928       *-sunos4.1.[3-9]*noshare )
929                 ## This name is sunos413 instead of sunos4-1-3
930                 ## to avoid a file name conflict on MSDOS.
931                 opsys=sunos413
932                 NON_GNU_CPP=/usr/lib/cpp
933                 NON_GCC_TEST_OPTIONS=-Bstatic
934                 GCC_TEST_OPTIONS=-static
935                 ;;
936       *-sunos4.1.[3-9]* | *-sunos4shr*)
937                 opsys=sunos4shr
938                 NON_GNU_CPP=/usr/lib/cpp
939                 ;;
940       *-sunos4* | *-sunos )
941                 opsys=sunos4-1
942                 NON_GCC_TEST_OPTIONS=-Bstatic
943                 GCC_TEST_OPTIONS=-static
944                 ;;
945       *-sunos5.3* | *-solaris2.3* )
946                 opsys=sol2-3
947                 NON_GNU_CPP=/usr/ccs/lib/cpp
948                 ;;
949       *-sunos5.4* | *-solaris2.4* )
950                 opsys=sol2-4
951                 NON_GNU_CPP=/usr/ccs/lib/cpp
952                 RANLIB="ar -ts"
953                 ;;
954       *-sunos5.5* | *-solaris2.5* )
955                 opsys=sol2-5
956                 NON_GNU_CPP=/usr/ccs/lib/cpp
957                 RANLIB="ar -ts"
958                 ;;
959       *-sunos5* | *-solaris* )
960                 opsys=sol2-5
961                 NON_GNU_CPP=/usr/ccs/lib/cpp
962                 ;;
963       *                   ) opsys=bsd4-2   ;;
964     esac
965     ## Watch out for a compiler that we know will not work.
966     case "${canonical}" in
967      *-solaris* | *-sunos5* )
968                 if [ "x$CC" = x/usr/ucb/cc ]; then
969                   ## /usr/ucb/cc doesn't work;
970                   ## we should find some other compiler that does work.
971                   unset CC
972                 fi
973                 ;;
974       *) ;;
975     esac
976   ;;
977   sparc-*-nextstep* )
978     machine=sparc opsys=nextstep
979   ;;
981   ## Tadpole 68k
982   m68*-tadpole-sysv* )
983     machine=tad68k opsys=usg5-3
984   ;;
986   ## Tahoe machines
987   tahoe-tahoe-bsd4.2* )
988     machine=tahoe opsys=bsd4-2
989   ;;
990   tahoe-tahoe-bsd4.3* )
991     machine=tahoe opsys=bsd4-3
992   ;;
994   ## Tandem Integrity S2
995   mips-tandem-sysv* )
996     machine=tandem-s2 opsys=usg5-3
997   ;;
999   ## Tektronix XD88
1000   m88k-tektronix-sysv3* )
1001   machine=tekxd88 opsys=usg5-3
1002   ;;
1004   ## Tektronix 16000 box (6130?)
1005   ns16k-tektronix-bsd* )
1006     machine=ns16000 opsys=bsd4-2
1007   ;;
1008   ## Tektronix 4300
1009   ## src/m/tek4300.h hints that this is a m68k machine.
1010   m68*-tektronix-bsd* )
1011     machine=tek4300 opsys=bsd4-3
1012   ;;
1014   ## Titan P2 or P3
1015   ## We seem to have lost the machine-description file titan.h!
1016   titan-titan-sysv* )
1017     machine=titan opsys=usg5-3
1018   ;;
1020   ## Ustation E30 (SS5E)
1021   m68*-unisys-uniplus* )
1022     machine=ustation opsystem=unipl5-2
1023   ;;
1025   ## Vaxen.
1026   vax-dec-* )
1027     machine=vax
1028     case "${canonical}" in
1029       *-bsd4.1* )                                       opsys=bsd4-1 ;;
1030       *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* )      opsys=bsd4-2 ;;
1031       *-bsd4.3* | *-ultrix* )                           opsys=bsd4-3 ;;
1032       *-sysv[01]* | *-sysvr[01]* )                      opsys=usg5-0 ;;
1033       *-sysv2* | *-sysvr2* )                            opsys=usg5-2 ;;
1034       *-vms* )                                          opsys=vms ;;
1035       * )                                               unported=yes
1036     esac
1037   ;;
1039   ## Whitechapel MG1
1040   ns16k-whitechapel-* )
1041     machine=mg1
1042     ## We don't know what sort of OS runs on these; we'll let the
1043     ## operating system guessing code below try.
1044   ;;
1046   ## Wicat
1047   m68*-wicat-sysv* )
1048     machine=wicat opsys=usg5-2
1049   ;;
1051   ## IA-64
1052   ia64*-*-linux* )
1053     machine=ia64 opsys=gnu-linux
1054   ;;
1056   ## Intel 386 machines where we don't care about the manufacturer
1057   i[3456]86-*-* )
1058     machine=intel386
1059     case "${canonical}" in
1060       *-lynxos* )               opsys=lynxos ;;
1061       *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1062       *-isc2.2* )               opsys=isc2-2 ;;
1063       *-isc4.0* )               opsys=isc4-0 ;;
1064       *-isc4.* )                opsys=isc4-1
1065                                 GCC_TEST_OPTIONS=-posix
1066                                 NON_GCC_TEST_OPTIONS=-Xp
1067                                 ;;
1068       *-isc* )                  opsys=isc3-0 ;;
1069       *-esix5* )                opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
1070       *-esix* )                 opsys=esix ;;
1071       *-xenix* )                opsys=xenix ;;
1072       *-linux-gnu* )            opsys=gnu-linux ;;
1073       *-sco3.2v4* )             opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
1074       *-sco3.2v5* )             opsys=sco5 
1075                                 NON_GNU_CPP=/lib/cpp
1076                                 # Prevent -belf from being passed to $CPP.
1077                                 # /lib/cpp does not accept it.
1078                                 OVERRIDE_CPPFLAGS=" "
1079                                 ;;
1080       *-sysv4.2uw* )            opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
1081       *-386bsd* )               opsys=386bsd ;;
1082       *-nextstep* )             opsys=nextstep ;;
1083       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1084     esac
1085   ;;
1087   ## m68k Linux-based GNU system
1088   m68k-*-linux-gnu* )
1089     machine=m68k opsys=gnu-linux
1090   ;;
1092   ## Mips Linux-based GNU system
1093   mips-*-linux-gnu* )
1094     machine=mips opsys=gnu-linux
1095   ;;
1097   ## UXP/DS
1098   sparc-fujitsu-sysv4* )
1099     machine=sparc opsys=uxpds
1100     NON_GNU_CPP=/usr/ccs/lib/cpp
1101     RANLIB="ar -ts"
1102   ;;
1104   ## UXP/V
1105   f301-fujitsu-uxpv4.1)
1106     machine=f301 opsys=uxpv
1107   ;;
1109   ## Darwin / Mac OS X
1110   powerpc-apple-darwin* )
1111     machine=powermac opsys=darwin
1112     # Define CPP as follows to make autoconf work correctly.
1113     CPP="cc -E -traditional-cpp"
1114   ;;
1116   * )
1117     unported=yes
1118   ;;
1119 esac
1121 ### If the code above didn't choose an operating system, just choose
1122 ### an operating system based on the configuration name.  You really
1123 ### only want to use this when you have no idea what the right
1124 ### operating system is; if you know what operating systems a machine
1125 ### runs, it's cleaner to make it explicit in the case statement
1126 ### above.
1127 if test x"${opsys}" = x; then
1128   case "${canonical}" in
1129     *-gnu* )                            opsys=gnu ;;
1130     *-bsd4.[01] )                       opsys=bsd4-1 ;;
1131     *-bsd4.2 )                          opsys=bsd4-2 ;;
1132     *-bsd4.3 )                          opsys=bsd4-3 ;;
1133     *-sysv0 | *-sysvr0 )                opsys=usg5-0 ;;
1134     *-sysv2 | *-sysvr2 )                opsys=usg5-2 ;;
1135     *-sysv2.2 | *-sysvr2.2 )            opsys=usg5-2-2 ;;
1136     *-sysv3* | *-sysvr3* )              opsys=usg5-3 ;;
1137     *-sysv4.2uw* )                      opsys=unixware ;;
1138     *-sysv4.1* | *-sysvr4.1* )
1139         NON_GNU_CPP=/usr/lib/cpp
1140         opsys=usg5-4 ;;
1141     *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
1142         if [ x$NON_GNU_CPP = x ]; then
1143           if [ -f /usr/ccs/lib/cpp ]; then
1144             NON_GNU_CPP=/usr/ccs/lib/cpp
1145           else
1146             NON_GNU_CPP=/lib/cpp
1147           fi
1148         fi
1149         opsys=usg5-4-2 ;;
1150     *-sysv4* | *-sysvr4* )              opsys=usg5-4 ;;
1151     * )
1152       unported=yes
1153     ;;
1154   esac
1157 changequote([, ])dnl
1159 if test $unported = yes; then
1160   AC_MSG_ERROR([Emacs hasn't been ported to \`${canonical}' systems.
1161 Check \`etc/MACHINES' for recognized configuration names.])
1164 machfile="m/${machine}.h"
1165 opsysfile="s/${opsys}.h"
1168 #### Choose a compiler.
1169 test -n "$CC" && cc_specified=yes
1171 # Save the value of CFLAGS that the user specified.
1172 SPECIFIED_CFLAGS="$CFLAGS"
1174 case ${with_gcc} in
1175   "yes" ) CC="gcc" GCC=yes ;;
1176   "no"  ) : ${CC=cc} ;;
1177   * )
1178 esac
1179 AC_PROG_CC
1181 # On Suns, sometimes $CPP names a directory.
1182 if test -n "$CPP" && test -d "$CPP"; then
1183   CPP=
1186 #### Some systems specify a CPP to use unless we are using GCC.
1187 #### Now that we know whether we are using GCC, we can decide whether
1188 #### to use that one.
1189 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
1190 then
1191   CPP="$NON_GNU_CPP"
1194 #### Some systems specify a CC to use unless we are using GCC.
1195 #### Now that we know whether we are using GCC, we can decide whether
1196 #### to use that one.
1197 if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
1198   test x$cc_specified != xyes
1199 then
1200   CC="$NON_GNU_CC"
1203 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
1204 then
1205   CC="$CC $GCC_TEST_OPTIONS"
1208 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
1209 then
1210   CC="$CC $NON_GCC_TEST_OPTIONS"
1213 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
1214 then
1215   ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
1218 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
1219 then
1220   ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
1223 #### Some other nice autoconf tests.  If you add a test here which
1224 #### should make an entry in src/config.h, don't forget to add an
1225 #### #undef clause to src/config.h.in for autoconf to modify.
1227 dnl checks for programs
1228 AC_PROG_LN_S
1229 AC_PROG_CPP
1230 AC_PROG_INSTALL
1231 AC_PROG_YACC
1232 if test "x$RANLIB" = x; then
1233   AC_PROG_RANLIB
1236 dnl checks for Unix variants
1237 AC_AIX
1239 #### Extract some information from the operating system and machine files.
1241 AC_CHECKING([the machine- and system-dependent files to find out
1242  - which libraries the lib-src programs will want, and
1243  - whether the GNU malloc routines are usable])
1245 ### First figure out CFLAGS (which we use for running the compiler here)
1246 ### and REAL_CFLAGS (which we use for real compilation).
1247 ### The two are the same except on a few systems, where they are made
1248 ### different to work around various lossages.  For example,
1249 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
1250 ### as implying static linking.
1252 ### If the CFLAGS env var is specified, we use that value
1253 ### instead of the default.
1255 ### It's not important that this name contain the PID; you can't run
1256 ### two configures in the same directory and have anything work
1257 ### anyway.
1258 tempcname="conftest.c"
1260 echo '
1261 #include "'${srcdir}'/src/'${opsysfile}'"
1262 #include "'${srcdir}'/src/'${machfile}'"
1263 #ifndef LIBS_MACHINE
1264 #define LIBS_MACHINE
1265 #endif
1266 #ifndef LIBS_SYSTEM
1267 #define LIBS_SYSTEM
1268 #endif
1269 #ifndef C_SWITCH_SYSTEM
1270 #define C_SWITCH_SYSTEM
1271 #endif
1272 #ifndef C_SWITCH_MACHINE
1273 #define C_SWITCH_MACHINE
1274 #endif
1275 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1276 configure___ c_switch_system=C_SWITCH_SYSTEM
1277 configure___ c_switch_machine=C_SWITCH_MACHINE
1279 #ifndef LIB_X11_LIB
1280 #define LIB_X11_LIB -lX11
1281 #endif
1283 #ifndef LIBX11_MACHINE
1284 #define LIBX11_MACHINE
1285 #endif
1287 #ifndef LIBX11_SYSTEM
1288 #define LIBX11_SYSTEM
1289 #endif
1290 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
1292 #ifdef UNEXEC
1293 configure___ unexec=UNEXEC
1294 #else
1295 configure___ unexec=unexec.o
1296 #endif
1298 #ifdef SYSTEM_MALLOC
1299 configure___ system_malloc=yes
1300 #else
1301 configure___ system_malloc=no
1302 #endif
1304 #ifdef USE_MMAP_FOR_BUFFERS
1305 configure___ use_mmap_for_buffers=yes
1306 #else
1307 configure___ use_mmap_for_buffers=no
1308 #endif
1310 #ifndef C_DEBUG_SWITCH
1311 #define C_DEBUG_SWITCH -g
1312 #endif
1314 #ifndef C_OPTIMIZE_SWITCH
1315 #ifdef __GNUC__
1316 #define C_OPTIMIZE_SWITCH -O2
1317 #else
1318 #define C_OPTIMIZE_SWITCH -O
1319 #endif
1320 #endif
1322 #ifndef LD_SWITCH_MACHINE
1323 #define LD_SWITCH_MACHINE
1324 #endif
1326 #ifndef LD_SWITCH_SYSTEM
1327 #define LD_SWITCH_SYSTEM
1328 #endif
1330 #ifndef LD_SWITCH_X_SITE_AUX
1331 #define LD_SWITCH_X_SITE_AUX
1332 #endif  
1334 configure___ ld_switch_system=LD_SWITCH_SYSTEM
1335 configure___ ld_switch_machine=LD_SWITCH_MACHINE
1337 #ifdef THIS_IS_CONFIGURE
1339 /* Get the CFLAGS for tests in configure.  */
1340 #ifdef __GNUC__
1341 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1342 #else
1343 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1344 #endif
1346 #else /* not THIS_IS_CONFIGURE */
1348 /* Get the CFLAGS for real compilation.  */
1349 #ifdef __GNUC__
1350 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1351 #else
1352 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1353 #endif
1355 #endif /* not THIS_IS_CONFIGURE */
1356 ' > ${tempcname}
1358 # The value of CPP is a quoted variable reference, so we need to do this
1359 # to get its actual value...
1360 CPP=`eval "echo $CPP"`
1361 changequote(, )dnl
1362 eval `${CPP} -Isrc ${tempcname} \
1363        | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1364 if test "x$SPECIFIED_CFLAGS" = x; then
1365   eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1366          | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1367 else
1368   REAL_CFLAGS="$CFLAGS"
1370 changequote([, ])dnl
1371 rm ${tempcname}
1373 ac_link="$ac_link $ld_switch_machine $ld_switch_system"
1375 ### Make sure subsequent tests use flags consistent with the build flags.
1377 if test x"${OVERRIDE_CPPFLAGS}" != x; then
1378   CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1379 else
1380   CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1383 dnl Do this early because it can frob feature test macros for Unix-98 &c.
1384 AC_SYS_LARGEFILE
1386 if test "${with_sound}" != "no"; then
1387   # Sound support for GNU/Linux and the free BSDs.
1388   AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
1389   # Emulation library used on NetBSD.
1390   AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
1391   AC_SUBST(LIBSOUND)
1394 dnl checks for header files
1395 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1396   linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1397   termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h)
1398 AC_HEADER_STDC
1399 AC_HEADER_TIME
1400 AC_DECL_SYS_SIGLIST
1401 AC_HEADER_SYS_WAIT
1403 dnl Some systems have utime.h but don't declare the struct anyplace.
1404 AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf,
1405 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1406 #include <sys/time.h>
1407 #include <time.h>
1408 #else
1409 #ifdef HAVE_SYS_TIME_H
1410 #include <sys/time.h>
1411 #else
1412 #include <time.h>
1413 #endif
1414 #endif
1415 #ifdef HAVE_UTIME_H
1416 #include <utime.h>
1417 #endif], [static struct utimbuf x; x.actime = x.modtime;],
1418   emacs_cv_struct_utimbuf=yes, emacs_cv_struct_utimbuf=no))
1419 if test $emacs_cv_struct_utimbuf = yes; then
1420   AC_DEFINE(HAVE_STRUCT_UTIMBUF, 1, [Define to 1 if `struct utimbuf' is declared by <utime.h>.])
1423 dnl checks for typedefs
1424 AC_TYPE_SIGNAL
1426 dnl Check for speed_t typedef.
1427 AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,
1428 AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],
1429   emacs_cv_speed_t=yes, emacs_cv_speed_t=no))
1430 if test $emacs_cv_speed_t = yes; then
1431   AC_DEFINE(HAVE_SPEED_T, 1, [Define to 1 if `speed_t' is declared by <termios.h>.])
1434 AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,
1435 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1436 #include <sys/time.h>
1437 #include <time.h>
1438 #else
1439 #ifdef HAVE_SYS_TIME_H
1440 #include <sys/time.h>
1441 #else
1442 #include <time.h>
1443 #endif
1444 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
1445   emacs_cv_struct_timeval=yes, emacs_cv_struct_timeval=no))
1446 HAVE_TIMEVAL=$emacs_cv_struct_timeval
1447 if test $emacs_cv_struct_timeval = yes; then
1448   AC_DEFINE(HAVE_TIMEVAL, 1, [Define to 1 if `struct timeval' is declared by <sys/time.h>.])
1451 AC_CACHE_CHECK(for struct exception, emacs_cv_struct_exception,
1452 AC_TRY_COMPILE([#include <math.h>], 
1453 [static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;],
1454   emacs_cv_struct_exception=yes, emacs_cv_struct_exception=no))
1455 HAVE_EXCEPTION=$emacs_cv_struct_exception
1456 if test $emacs_cv_struct_exception != yes; then
1457   AC_DEFINE(NO_MATHERR, 1, [Define to 1 if you don't have struct exception in math.h.])
1460 dnl checks for structure members
1461 AC_STRUCT_TM
1462 AC_STRUCT_TIMEZONE
1463 AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1464                 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1465                            [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1466                 [#include <time.h>])
1468 dnl checks for compiler characteristics
1470 dnl Testing __STDC__ to determine prototype support isn't good enough.
1471 dnl DEC C, for instance, doesn't define it with default options, and
1472 dnl is used on 64-bit systems (OSF Alphas).  Similarly for volatile
1473 dnl and void *.
1474 AC_C_PROTOTYPES
1475 AC_C_VOLATILE
1476 AC_C_CONST
1477 dnl This isn't useful because we can't turn on use of `inline' unless
1478 dnl the compiler groks `extern inline'.
1479 dnl AC_C_INLINE
1480 AC_CACHE_CHECK([for void * support], emacs_cv_void_star,
1481   [AC_TRY_COMPILE(, [void * foo;], 
1482                    emacs_cv_void_star=yes, emacs_cv_void_star=no)])
1483 if test $emacs_cv_void_star = yes; then
1484   AC_DEFINE(POINTER_TYPE, void)
1485 else
1486   AC_DEFINE(POINTER_TYPE, char)
1488 AH_TEMPLATE(POINTER_TYPE,
1489             [Define as `void' if your compiler accepts `void *'; otherwise
1490              define as `char'.])dnl
1492 dnl check for Make feature
1493 AC_PROG_MAKE_SET
1495 dnl checks for operating system services
1496 AC_SYS_LONG_FILE_NAMES
1498 if test "$gamedir" = no; then :
1499 else
1500   AC_MSG_CHECKING([for access to game group "$gameuser"])
1501   rm -f conf$$chown.file
1502   touch conf$$chown.file
1503   dnl If we can't chown a file to group games, then the users
1504   dnl can't share scores.
1505   if chown "$gameuser" conf$$chown.file 1>/dev/null 2>&1; then
1506     AC_MSG_RESULT([yes])
1507     if test "$gamedir" = "yes"; then
1508       gamedir="${localstatedir}/games/emacs"
1509     fi
1510     eval tgamedir=\"$gamedir\"
1511     AC_DEFINE_UNQUOTED(HAVE_SHARED_GAME_DIR, "$tgamedir",
1512                        [Define to the name of the shared game directory.])
1513   else
1514     AC_MSG_RESULT([no])
1515     gamedir=no
1516   fi
1518 #### Choose a window system.
1520 AC_PATH_X
1521 if test "$no_x" = yes; then
1522   window_system=none
1523 else
1524   window_system=x11
1527 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1528   LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
1529   LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
1530   x_default_search_path=""
1531   for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
1532     x_search_path="\
1533 ${x_library}/X11/%L/%T/%N%C%S:\
1534 ${x_library}/X11/%l/%T/%N%C%S:\
1535 ${x_library}/X11/%T/%N%C%S:\
1536 ${x_library}/X11/%L/%T/%N%S:\
1537 ${x_library}/X11/%l/%T/%N%S:\
1538 ${x_library}/X11/%T/%N%S"
1539     if test x"${x_default_search_path}" = x; then
1540       x_default_search_path=${x_search_path}
1541     else
1542       x_default_search_path="${x_search_path}:${x_default_search_path}"
1543     fi
1544   done
1546 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
1547   C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
1550 if test x"${x_includes}" = x; then
1551   bitmapdir=/usr/include/X11/bitmaps
1552 else
1553   # accumulate include directories that have X11 bitmap subdirectories
1554   bmd_acc="dummyval"
1555   for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
1556     if test -d "${bmd}/X11/bitmaps"; then
1557       bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
1558     fi
1559     if test -d "${bmd}/bitmaps"; then
1560       bmd_acc="${bmd_acc}:${bmd}/bitmaps"
1561     fi
1562   done
1563   if test ${bmd_acc} != "dummyval"; then
1564     bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
1565   fi
1568 case "${window_system}" in
1569   x11 )
1570     HAVE_X_WINDOWS=yes
1571     HAVE_X11=yes
1572     case "${with_x_toolkit}" in
1573       athena | lucid ) USE_X_TOOLKIT=LUCID ;;
1574       motif ) USE_X_TOOLKIT=MOTIF ;;
1575 dnl      open-look ) USE_X_TOOLKIT=OPEN_LOOK ;;
1576       no ) USE_X_TOOLKIT=none ;;
1577 dnl If user did not say whether to use a toolkit,
1578 dnl make this decision later: use the toolkit if we have X11R5 or newer.
1579       * ) USE_X_TOOLKIT=maybe ;;
1580     esac
1581   ;;
1582   none )
1583     HAVE_X_WINDOWS=no
1584     HAVE_X11=no
1585     USE_X_TOOLKIT=none
1586   ;;
1587 esac
1589 ### If we're using X11, we should use the X menu package.
1590 HAVE_MENUS=no
1591 case ${HAVE_X11} in
1592   yes ) HAVE_MENUS=yes ;;
1593 esac
1594   
1595 if test "${opsys}" = "hpux9"; then
1596   case "${x_libraries}" in
1597     *X11R4* )
1598       opsysfile="s/hpux9-x11r4.h"
1599       ;;
1600   esac
1603 if test "${opsys}" = "hpux9shr"; then
1604   case "${x_libraries}" in
1605     *X11R4* )
1606       opsysfile="s/hpux9shxr4.h"
1607       ;;
1608   esac
1611 ### Compute the unexec source name from the object name.
1612 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
1614 # Do the opsystem or machine files prohibit the use of the GNU malloc?
1615 # Assume not, until told otherwise.
1616 GNU_MALLOC=yes
1617 doug_lea_malloc=yes
1618 AC_CHECK_FUNC(malloc_get_state, ,doug_lea_malloc=no)
1619 AC_CHECK_FUNC(malloc_set_state, ,doug_lea_malloc=no)
1620 AC_CACHE_CHECK(whether __after_morecore_hook exists,
1621                emacs_cv_var___after_morecore_hook,
1622 [AC_TRY_LINK([extern void (* __after_morecore_hook)();],[__after_morecore_hook = 0],
1623   emacs_cv_var___after_morecore_hook=yes,
1624   emacs_cv_var___after_morecore_hook=no)])
1625 if test $emacs_cv_var___after_morecore_hook = no; then
1626   doug_lea_malloc=no
1628 if test "${system_malloc}" = "yes"; then
1629   GNU_MALLOC=no
1630   GNU_MALLOC_reason="
1631     (The GNU allocators don't work with this system configuration.)"
1633 if test "$doug_lea_malloc" = "yes" ; then
1634   if test "$GNU_MALLOC" = yes ; then
1635     GNU_MALLOC_reason="
1636       (Using Doug Lea's new malloc from the GNU C Library.)"
1637   fi
1638   AC_DEFINE(DOUG_LEA_MALLOC, 1,
1639             [Define to 1 if you are using the GNU C Library.])
1642 if test x"${REL_ALLOC}" = x; then
1643   REL_ALLOC=${GNU_MALLOC}
1646 dnl For now, need to use an explicit `#define USE_MMAP_FOR_BUFFERS 1'
1647 dnl the system configuration file (s/*.h) to turn the use of mmap
1648 dnl in the relocating allocator on.
1650 AC_FUNC_MMAP
1651 if test $use_mmap_for_buffers = yes; then
1652   REL_ALLOC=no
1655 LIBS="$libsrc_libs $LIBS"
1657 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1658 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1659 AC_CHECK_LIB(dnet, dnet_ntoa)
1660 dnl This causes -lresolv to get used in subsequent tests,
1661 dnl which causes failures on some systems such as HPUX 9.
1662 dnl AC_CHECK_LIB(resolv, gethostbyname)
1664 dnl FIXME replace main with a function we actually want from this library.
1665 AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1667 AC_CHECK_LIB(pthreads, cma_open)
1669 AC_MSG_CHECKING(for XFree86 in /usr/X386)
1670 if test -d /usr/X386/include; then
1671   HAVE_XFREE386=yes
1672   : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
1673 else
1674   HAVE_XFREE386=no
1676 AC_MSG_RESULT($HAVE_XFREE386)
1678 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
1679 # for the tests that follow.  We set it back to REAL_CFLAGS later on.
1681 REAL_CPPFLAGS="$CPPFLAGS"
1683 if test "${HAVE_X11}" = "yes"; then
1684   DEFS="$C_SWITCH_X_SITE $DEFS"
1685   LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
1686   LIBS="$LIBX $LIBS"
1687   CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
1688   CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS"
1690   # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
1691   # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
1692   # but it's more convenient here to set LD_RUN_PATH
1693   # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
1694   if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1695     LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
1696     export LD_RUN_PATH
1697   fi
1699   if test "${opsys}" = "gnu-linux"; then
1700     AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
1701     AC_TRY_LINK([],
1702      [XOpenDisplay ("foo");],
1703      [xlinux_first_failure=no],
1704      [xlinux_first_failure=yes])
1705     if test "${xlinux_first_failure}" = "yes"; then
1706       OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
1707       OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
1708       OLD_CPPFLAGS="$CPPFLAGS"
1709       OLD_LIBS="$LIBS"
1710       LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
1711       C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
1712       CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
1713       LIBS="$LIBS -b i486-linuxaout"
1714       AC_TRY_LINK([],
1715        [XOpenDisplay ("foo");],
1716        [xlinux_second_failure=no],
1717        [xlinux_second_failure=yes])
1718       if test "${xlinux_second_failure}" = "yes"; then
1719         # If we get the same failure with -b, there is no use adding -b.
1720         # So take it out.  This plays safe.
1721         LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
1722         C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
1723         CPPFLAGS="$OLD_CPPFLAGS"
1724         LIBS="$OLD_LIBS"
1725         AC_MSG_RESULT(no)
1726       else
1727         AC_MSG_RESULT(yes)
1728       fi
1729     else
1730       AC_MSG_RESULT(no)
1731     fi
1732   fi
1734   # Reportedly, some broken Solaris systems have XKBlib.h but are missing
1735   # header files included from there.
1736   AC_MSG_CHECKING(for Xkb)
1737   AC_TRY_LINK([#include <X11/Xlib.h>
1738 #include <X11/XKBlib.h>],
1739         [XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);],
1740         emacs_xkb=yes, emacs_xkb=no)
1741   AC_MSG_RESULT($emacs_xkb)
1742   if test $emacs_xkb = yes; then
1743     AC_DEFINE(HAVE_XKBGETKEYBOARD, 1, [Define to 1 if you have the XkbGetKeyboard function.])
1744   fi
1746   AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
1747 XScreenNumberOfScreen XSetWMProtocols)
1750 if test "${window_system}" = "x11"; then
1751   AC_MSG_CHECKING(X11 version 6)
1752   AC_CACHE_VAL(emacs_cv_x11_version_6,
1753   [AC_TRY_LINK([#include <X11/Xlib.h>],
1754 [#if XlibSpecificationRelease < 6
1755 fail;
1756 #endif
1757 ], emacs_cv_x11_version_6=yes, emacs_cv_x11_version_6=no)])
1758   if test $emacs_cv_x11_version_6 = yes; then
1759     AC_MSG_RESULT(6 or newer)
1760     AC_DEFINE(HAVE_X11R6, 1,
1761               [Define to 1 if you have the X11R6 or newer version of Xlib.])
1762   else
1763     AC_MSG_RESULT(before 6)
1764   fi
1767 if test "${window_system}" = "x11"; then
1768   AC_MSG_CHECKING(X11 version 5)
1769   AC_CACHE_VAL(emacs_cv_x11_version_5,
1770   [AC_TRY_LINK([#include <X11/Xlib.h>],
1771 [#if XlibSpecificationRelease < 5
1772 fail;
1773 #endif
1774 ], emacs_cv_x11_version_5=yes, emacs_cv_x11_version_5=no)])
1775   if test $emacs_cv_x11_version_5 = yes; then
1776     AC_MSG_RESULT(5 or newer)
1777     HAVE_X11R5=yes
1778     AC_DEFINE(HAVE_X11R5, 1,
1779               [Define to 1 if you have the X11R5 or newer version of Xlib.])
1780   else
1781     HAVE_X11R5=no
1782     AC_MSG_RESULT(before 5)
1783   fi
1786 dnl Do not put whitespace before the #include statements below.
1787 dnl Older compilers (eg sunos4 cc) choke on it.
1788 if test x"${USE_X_TOOLKIT}" = xmaybe; then
1789   if test x"${HAVE_X11R5}" = xyes; then
1790     AC_MSG_CHECKING(X11 version 5 with Xaw)
1791     AC_CACHE_VAL(emacs_cv_x11_version_5_with_xaw,
1792     [AC_TRY_LINK([
1793 #include <X11/Intrinsic.h>
1794 #include <X11/Xaw/Simple.h>],
1795       [],
1796       emacs_cv_x11_version_5_with_xaw=yes,
1797       emacs_cv_x11_version_5_with_xaw=no)])
1798     if test $emacs_cv_x11_version_5_with_xaw = yes; then
1799       AC_MSG_RESULT([5 or newer, with Xaw; use toolkit by default])
1800       USE_X_TOOLKIT=LUCID
1801     else
1802       AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default)
1803       USE_X_TOOLKIT=none
1804     fi
1805   else
1806     USE_X_TOOLKIT=none
1807   fi
1810 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
1812 if test "${USE_X_TOOLKIT}" != "none"; then
1813   AC_MSG_CHECKING(X11 toolkit version)
1814   AC_CACHE_VAL(emacs_cv_x11_toolkit_version_6,
1815   [AC_TRY_LINK([#include <X11/Intrinsic.h>],
1816 [#if XtSpecificationRelease < 6
1817 fail;
1818 #endif
1819 ], emacs_cv_x11_toolkit_version_6=yes, emacs_cv_x11_toolkit_version_6=no)])
1820   HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
1821   if test $emacs_cv_x11_toolkit_version_6 = yes; then
1822     AC_MSG_RESULT(6 or newer)
1823     AC_DEFINE(HAVE_X11XTR6, 1,
1824               [Define to 1 if you have the X11R6 or newer version of Xt.])
1825   else
1826     AC_MSG_RESULT(before 6)
1827   fi
1829 dnl If using toolkit, check whether libXmu.a exists.
1830 dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link.
1831   OLDLIBS="$LIBS"
1832   if test x$HAVE_X11XTR6 = xyes; then
1833     LIBS="-lXt -lSM -lICE $LIBS"
1834   else
1835     LIBS="-lXt $LIBS"
1836   fi
1837   AC_CHECK_LIB(Xmu, XmuConvertStandardSelection)
1838   test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS"
1841 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D.
1842 if test "${HAVE_X11}" = "yes"; then
1843   if test "${USE_X_TOOLKIT}" != "none"; then
1844     AC_CHECK_LIB(Xext, XShapeQueryExtension)
1845   fi
1848 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1849   AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,
1850   [AC_TRY_COMPILE([#include <Xm/Xm.h>],
1851     [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
1852 int x = 5;
1853 #else
1854 Motif version prior to 2.1.
1855 #endif],
1856     emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)])
1857   HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1858   if test $emacs_cv_motif_version_2_1 = yes; then
1859     HAVE_LIBXP=no
1860     AC_DEFINE(HAVE_MOTIF_2_1, 1,
1861               [Define to 1 if you have Motif 2.1 or newer.])
1862     AC_CHECK_LIB(Xp, XpCreateContext, HAVE_LIBXP=yes)
1863     if test ${HAVE_LIBXP} = yes; then
1864       AC_DEFINE(HAVE_LIBXP, 1,
1865                 [Define to 1 if you have the Xp library (-lXp).])
1866     fi  
1867   fi
1870 ### Is -lXaw3d available?
1871 HAVE_XAW3D=no
1872 if test "${HAVE_X11}" = "yes"; then
1873   if test "${USE_X_TOOLKIT}" != "none"; then
1874     AC_CHECK_HEADER(X11/Xaw3d/Scrollbar.h,
1875         AC_CHECK_LIB(Xaw3d, XawScrollbarSetThumb, HAVE_XAW3D=yes))
1876     if test "${HAVE_XAW3D}" = "yes"; then
1877         AC_DEFINE(HAVE_XAW3D, 1,
1878                   [Define to 1 if you have the Xaw3d library (-lXaw3d).])
1879     fi
1880   fi
1882   
1883 dnl Use toolkit scroll bars if configured for X toolkit and either
1884 dnl using Motif or Xaw3d is available, and unless
1885 dnl --with-toolkit-scroll-bars=no was specified.
1887 AH_TEMPLATE(USE_TOOLKIT_SCROLL_BARS,
1888             [Define to 1 if we should use toolkit scroll bars.])dnl
1889 USE_TOOLKIT_SCROLL_BARS=no
1890 if test "${with_toolkit_scroll_bars}" != "no"; then
1891   if test "${USE_X_TOOLKIT}" != "none"; then
1892     if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1893       AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
1894       HAVE_XAW3D=no
1895       USE_TOOLKIT_SCROLL_BARS=yes
1896     elif test "${HAVE_XAW3D}" = "yes"; then
1897       AC_DEFINE(USE_TOOLKIT_SCROLL_BARS)
1898       USE_TOOLKIT_SCROLL_BARS=yes
1899     fi
1900   fi
1903 dnl Don't use X11 input methods if user specifies he doesn't want it
1904 dnl with `--with-xim=no'.
1906 if test "${with_xim}" != "no"; then
1907   AC_DEFINE(USE_XIM, 1,
1908             [Define to 1 if we should use XIM, if it is available.])
1911 ### Use -lXpm if available, unless `--with-xpm=no'.
1912 HAVE_XPM=no
1913 if test "${HAVE_X11}" = "yes"; then
1914   if test "${with_xpm}" != "no"; then
1915     AC_CHECK_HEADER(X11/xpm.h,
1916       AC_CHECK_LIB(Xpm, XpmReadFileToPixmap, HAVE_XPM=yes, , -lX11))
1917     if test "${HAVE_XPM}" = "yes"; then
1918       AC_MSG_CHECKING(for XpmReturnAllocPixels preprocessor define)
1919       AC_EGREP_CPP(no_return_alloc_pixels,
1920       [#include "X11/xpm.h"
1921 #ifndef XpmReturnAllocPixels
1922 no_return_alloc_pixels
1923 #endif
1924       ], HAVE_XPM=no, HAVE_XPM=yes)
1926       if test "${HAVE_XPM}" = "yes"; then
1927         AC_MSG_RESULT(yes)
1928       else
1929         AC_MSG_RESULT(no)
1930       fi
1931     fi
1932   fi
1934   if test "${HAVE_XPM}" = "yes"; then
1935     AC_DEFINE(HAVE_XPM, 1, [Define to 1 if you have the Xpm libary (-lXpm).])
1936   fi
1938   
1939 ### Use -ljpeg if available, unless `--with-jpeg=no'.
1940 HAVE_JPEG=no
1941 if test "${HAVE_X11}" = "yes"; then
1942   if test "${with_jpeg}" != "no"; then
1943     dnl Checking for jpeglib.h can lose becsue of a redefinition of
1944     dnl  HAVE_STDLIB_H.
1945     AC_CHECK_HEADER(jerror.h,
1946       AC_CHECK_LIB(jpeg, jpeg_destroy_compress, HAVE_JPEG=yes))
1947   fi
1949   AH_TEMPLATE(HAVE_JPEG, [Define to 1 if you have the jpeg library (-ljpeg).])dnl
1950   if test "${HAVE_JPEG}" = "yes"; then
1951     AC_DEFINE(HAVE_JPEG)
1952     AC_EGREP_CPP(
1953 changequote({, })dnl avoid leadingspace on the next line
1954 {version= *(6[2-9]|[7-9][0-9])},
1955 changequote([, ])dnl
1956         [#include <jpeglib.h>
1957          version=JPEG_LIB_VERSION
1958 ],    
1959         AC_DEFINE(HAVE_JPEG),
1960         [AC_MSG_WARN([libjpeg found, but not version 6b or later])
1961         HAVE_JPEG=no])
1962   fi
1964   
1965 ### Use -lpng if available, unless `--with-png=no'.
1966 HAVE_PNG=no
1967 if test "${HAVE_X11}" = "yes"; then
1968   if test "${with_png}" != "no"; then
1969     AC_CHECK_HEADER(png.h,
1970       AC_CHECK_LIB(png, png_get_channels, HAVE_PNG=yes, , -lz -lm))
1971   fi
1973   if test "${HAVE_PNG}" = "yes"; then
1974     AC_DEFINE(HAVE_PNG, 1, [Define to 1 if you have the png library (-lpng).])
1975   fi
1977   
1978 ### Use -ltiff if available, unless `--with-tiff=no'.
1979 HAVE_TIFF=no
1980 if test "${HAVE_X11}" = "yes"; then
1981   if test "${with_tiff}" != "no"; then
1982     AC_CHECK_HEADER(tiffio.h,
1983       tifflibs="-lz -lm"
1984       # At least one tiff package requires the jpeg library.
1985       if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
1986       AC_CHECK_LIB(tiff, TIFFGetVersion, HAVE_TIFF=yes, , $tifflibs))
1987   fi
1989   if test "${HAVE_TIFF}" = "yes"; then
1990     AC_DEFINE(HAVE_TIFF, 1, [Define to 1 if you have the tiff library (-ltiff).])
1991   fi
1993   
1994 ### Use -lgif if available, unless `--with-gif=no'.
1995 HAVE_GIF=no
1996 if test "${HAVE_X11}" = "yes"; then
1997   if test "${with_gif}" != "no"; then
1998     AC_CHECK_HEADER(gif_lib.h,
1999 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
2000 # Earlier versions can crash Emacs.
2001       AC_CHECK_LIB(ungif, EGifPutExtensionLast, HAVE_GIF=yes))
2002   fi
2004   if test "${HAVE_GIF}" = "yes"; then
2005     AC_DEFINE(HAVE_GIF, 1, [Define to 1 if you have the ungif library (-lungif).])
2006   fi
2009 ### Use Mac OS X Carbon API to implement GUI.
2010 HAVE_CARBON=no
2011 if test "${with_carbon}" != "no"; then
2012   AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
2015 if test "${HAVE_CARBON}" = "yes"; then
2016   AC_DEFINE(HAVE_CARBON)
2019 ### Use session management (-lSM -lICE) if available
2020 HAVE_X_SM=no
2021 if test "${HAVE_X11}" = "yes"; then
2022   AC_CHECK_HEADER(X11/SM/SMlib.h,
2023     AC_CHECK_LIB(SM, SmcOpenConnection, HAVE_X_SM=yes, -lICE))
2025   if test "${HAVE_X_SM}" = "yes"; then
2026     AC_DEFINE(HAVE_X_SM, 1, [Define to 1 if you have the SM library (-lSM).])
2027     case "$LIBS" in
2028       *-lSM*) ;;
2029       *)      LIBS="-lSM -lICE $LIBS" ;;
2030     esac
2031   fi
2033   
2034 # If netdb.h doesn't declare h_errno, we must declare it by hand.
2035 AC_CACHE_CHECK(whether netdb declares h_errno,
2036                emacs_cv_netdb_declares_h_errno,
2037 [AC_TRY_LINK([#include <netdb.h>],
2038   [return h_errno;],
2039   emacs_cv_netdb_declares_h_errno=yes, emacs_cv_netdb_declares_h_errno=no)])
2040 if test $emacs_cv_netdb_declares_h_errno = yes; then
2041   AC_DEFINE(HAVE_H_ERRNO, 1, [Define to 1 if netdb.h declares h_errno.])
2044 AC_FUNC_ALLOCA
2046 # fmod, logb, and frexp are found in -lm on most systems.
2047 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
2048 AC_CHECK_LIB(m, sqrt)
2050 # Check for mail-locking functions in a "mail" library
2051 AC_CHECK_LIB(mail, maillock)
2052 dnl Debian, at least:
2053 dnl AC_CHECK_LIB(lockfile, maillock, [AC_DEFINE(HAVE_LIBMAIL)])
2054 AC_CHECK_LIB(lockfile, maillock)
2055 # If we have the shared liblockfile, assume we must use it for mail
2056 # locking (e.g. Debian).  If we couldn't link against liblockfile
2057 # (no liblockfile.a installed), ensure that we don't need to.
2058 if test "$ac_cv_lib_lockfile_maillock" = no; then
2059   dnl This works for files generally, not just executables.
2060   dnl Should we look elsewhere for it?  Maybe examine /etc/ld.so.conf?
2061   AC_CHECK_PROG(liblockfile, liblockfile.so, yes, no,
2062                 /usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH)
2063   if test $ac_cv_prog_liblockfile = yes; then
2064     AC_MSG_ERROR([Shared liblockfile found but can't link against it.
2065 This probably means that movemail could lose mail.
2066 There may be a \`development' package to install containing liblockfile.])
2067   else AC_DEFINE(LIBMAIL, -llockfile, [Define to -llockfile if it is usable.])
2068   fi
2069   else :
2071 AC_CHECK_FUNCS(touchlock)
2072 AC_CHECK_HEADERS(maillock.h)
2074 AC_CHECK_FUNCS(gethostname getdomainname dup2 \
2075 rename closedir mkdir rmdir sysinfo \
2076 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
2077 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
2078 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
2079 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
2080 sendto recvfrom getsockopt setsockopt getsockname getpeername \
2081 gai_strerror mkstemp getline getdelim)
2083 AC_CHECK_HEADERS(sys/un.h)
2085 AC_FUNC_MKTIME
2086 if test "$ac_cv_func_working_mktime" = no; then
2087   AC_DEFINE(BROKEN_MKTIME, 1, [Define to 1 if the mktime function is broken.])
2090 AC_FUNC_GETLOADAVG
2092 AC_FUNC_FSEEKO
2094 # UNIX98 PTYs.
2095 AC_CHECK_FUNCS(grantpt)
2097 # PTY-related GNU extensions.
2098 AC_CHECK_FUNCS(getpt)
2100 # Check this now, so that we will NOT find the above functions in ncurses.
2101 # That is because we have not set up to link ncurses in lib-src.
2102 # It's better to believe a function is not available
2103 # than to expect to find it in ncurses.
2104 AC_CHECK_LIB(ncurses, tparm)
2106 # Do we need the Hesiod library to provide the support routines?
2107 if test "$with_hesiod" = yes ; then
2108   # Don't set $LIBS here -- see comments above.
2109   resolv=no
2110   AC_CHECK_FUNC(res_send, , [AC_CHECK_FUNC(__res_send, ,
2111      [AC_CHECK_LIB(resolv, res_send, resolv=yes,
2112                   [AC_CHECK_LIB(resolv, __res_send, resolv=yes)])])])
2113   if test "$resolv" = yes ; then
2114     RESOLVLIB=-lresolv
2115     AC_DEFINE(HAVE_LIBRESOLV, 1,
2116               [Define to 1 if you have the resolv library (-lresolv).])
2117   else
2118     RESOLVLIB=
2119   fi
2120   AC_CHECK_FUNC(hes_getmailhost, , [AC_CHECK_LIB(hesiod, hes_getmailhost,
2121         AC_DEFINE(HAVE_LIBHESIOD, 1,
2122                   [Define to 1 if you have the hesiod library (-lhesiod).]),
2123         :, $RESOLVLIB)])
2126 # These tell us which Kerberos-related libraries to use.
2127 if test "${with_kerberos+set}" = set; then
2128   AC_CHECK_LIB(com_err, com_err)
2129   AC_CHECK_LIB(k5crypto, mit_des_cbc_encrypt)
2130   AC_CHECK_LIB(crypto, mit_des_cbc_encrypt)
2131   AC_CHECK_LIB(krb5, krb5_init_context)
2132   if test "${with_kerberos5+set}" != set; then
2133     AC_CHECK_LIB(des425, des_cbc_encrypt,,
2134                  AC_CHECK_LIB(des, des_cbc_encrypt))
2135     AC_CHECK_LIB(krb4, krb_get_cred,,
2136                  AC_CHECK_LIB(krb, krb_get_cred))
2137   fi
2139   if test "${with_kerberos5+set}" = set; then
2140     AC_CHECK_HEADERS(krb5.h)
2141   else
2142     AC_CHECK_HEADERS(des.h,,
2143                      [AC_CHECK_HEADERS(kerberosIV/des.h,,
2144                                        [AC_CHECK_HEADERS(kerberos/des.h)])])
2145     AC_CHECK_HEADERS(krb.h,,
2146                      [AC_CHECK_HEADERS(kerberosIV/krb.h,,
2147                                        [AC_CHECK_HEADERS(kerberos/krb.h)])])
2148   fi
2149   AC_CHECK_HEADERS(com_err.h)
2152 # Solaris requires -lintl if you want strerror (which calls dgettext)
2153 # to return localized messages.
2154 AC_CHECK_LIB(intl, dgettext)
2156 AC_MSG_CHECKING(whether localtime caches TZ)
2157 AC_CACHE_VAL(emacs_cv_localtime_cache,
2158 [if test x$ac_cv_func_tzset = xyes; then
2159 AC_TRY_RUN([#include <time.h>
2160 extern char **environ;
2161 unset_TZ ()
2163   char **from, **to;
2164   for (to = from = environ; (*to = *from); from++)
2165     if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
2166       to++;
2168 char TZ_GMT0[] = "TZ=GMT0";
2169 char TZ_PST8[] = "TZ=PST8";
2170 main()
2172   time_t now = time ((time_t *) 0);
2173   int hour_GMT0, hour_unset;
2174   if (putenv (TZ_GMT0) != 0)
2175     exit (1);
2176   hour_GMT0 = localtime (&now)->tm_hour;
2177   unset_TZ ();
2178   hour_unset = localtime (&now)->tm_hour;
2179   if (putenv (TZ_PST8) != 0)
2180     exit (1);
2181   if (localtime (&now)->tm_hour == hour_GMT0)
2182     exit (1);
2183   unset_TZ ();
2184   if (localtime (&now)->tm_hour != hour_unset)
2185     exit (1);
2186   exit (0);
2187 }], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
2188 [# If we have tzset, assume the worst when cross-compiling.
2189 emacs_cv_localtime_cache=yes])
2190 else
2191         # If we lack tzset, report that localtime does not cache TZ,
2192         # since we can't invalidate the cache if we don't have tzset.
2193         emacs_cv_localtime_cache=no
2194 fi])dnl
2195 AC_MSG_RESULT($emacs_cv_localtime_cache)
2196 if test $emacs_cv_localtime_cache = yes; then
2197   AC_DEFINE(LOCALTIME_CACHE, 1,
2198             [Define to 1 if localtime caches TZ.])
2201 if test "x$HAVE_TIMEVAL" = xyes; then
2202   AC_CHECK_FUNCS(gettimeofday)
2203   if test $ac_cv_func_gettimeofday = yes; then
2204     AC_CACHE_CHECK(whether gettimeofday can accept two arguments,
2205                    emacs_cv_gettimeofday_two_arguments,
2206     [AC_TRY_COMPILE([
2207 #ifdef TIME_WITH_SYS_TIME
2208 #include <sys/time.h>
2209 #include <time.h>
2210 #else
2211 #ifdef HAVE_SYS_TIME_H
2212 #include <sys/time.h>
2213 #else
2214 #include <time.h>
2215 #endif
2216 #endif],
2217       [struct timeval time;
2218        gettimeofday (&time, 0);],
2219       emacs_cv_gettimeofday_two_arguments=yes,
2220       emacs_cv_gettimeofday_two_arguments=no)])
2221     if test $emacs_cv_gettimeofday_two_arguments = no; then
2222       AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT, 1,
2223                 [Define to 1 if gettimeofday accepts only one argument.])
2224     fi
2225   fi
2228 dnl Note that AC_STRUCT_TIMEZONE doesn't do what you might expect.
2229 if test "$ac_cv_func_gettimeofday" = yes; then
2230   AC_CACHE_CHECK([for struct timezone], emacs_cv_struct_timezone,
2231     [AC_TRY_COMPILE([#include <sys/time.h>],
2232     [struct timezone tz;],
2233     dnl It may be that we can't call gettimeofday with a non-null pointer,
2234     dnl even though we have struct timezone (e.g. HPUX).  In that case
2235     dnl we'll lie about struct timezone.
2236     [AC_TRY_RUN([
2237 #ifdef TIME_WITH_SYS_TIME
2238 #include <sys/time.h>
2239 #include <time.h>
2240 #else
2241 #ifdef HAVE_SYS_TIME_H
2242 #include <sys/time.h>
2243 #else
2244 #include <time.h>
2245 #endif
2246 #endif
2247 main () {
2248   struct timeval time;
2249   struct timezone dummy;
2250   exit (gettimeofday (&time, &dummy));
2252       emacs_cv_struct_timezone=yes,
2253       emacs_cv_struct_timezone=no, emacs_cv_struct_timezone=yes)],
2254     emacs_cv_struct_timezone=no)])
2257 ok_so_far=yes
2258 AC_CHECK_FUNC(socket, , ok_so_far=no)
2259 if test $ok_so_far = yes; then
2260   AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no)
2262 if test $ok_so_far = yes; then
2263   AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no)
2265 if test $ok_so_far = yes; then
2266   AC_DEFINE(HAVE_INET_SOCKETS, 1,
2267             [Define to 1 if you have inet sockets.])
2270 if test -f /usr/lpp/X11/bin/smt.exp; then
2271   AC_DEFINE(HAVE_AIX_SMT_EXP, 1,
2272             [Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists.])
2275 AC_MSG_CHECKING(whether system supports dynamic ptys)
2276 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
2277   AC_MSG_RESULT(yes)
2278   AC_DEFINE(HAVE_DEV_PTMX, 1, [Define to 1 if dynamic ptys are supported.])
2279 else
2280   AC_MSG_RESULT(no)
2283 AC_FUNC_FORK
2285 # Fixme: This should be replaced when we have autoconf 2.14.
2286 AC_SIZE_T
2288 # Set up the CFLAGS for real compilation, so we can substitute it.
2289 CFLAGS="$REAL_CFLAGS"
2290 CPPFLAGS="$REAL_CPPFLAGS"
2292 changequote(, )dnl
2293 #### Find out which version of Emacs this is.
2294 version=`grep 'defconst[         ]*emacs-version' ${srcdir}/lisp/version.el \
2295          | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
2296 changequote([, ])dnl
2297 if test x"${version}" = x; then
2298   AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
2301 ### Specify what sort of things we'll be editing into Makefile and config.h.
2302 ### Use configuration here uncanonicalized to avoid exceeding size limits.
2303 AC_SUBST(version)
2304 AC_SUBST(configuration)
2305 AC_SUBST(canonical)
2306 AC_SUBST(srcdir)
2307 AC_SUBST(prefix)
2308 AC_SUBST(exec_prefix)
2309 AC_SUBST(bindir)
2310 AC_SUBST(datadir)
2311 AC_SUBST(sharedstatedir)
2312 AC_SUBST(libexecdir)
2313 AC_SUBST(mandir)
2314 AC_SUBST(infodir)
2315 AC_SUBST(lispdir)
2316 AC_SUBST(locallisppath)
2317 AC_SUBST(lisppath)
2318 AC_SUBST(x_default_search_path)
2319 AC_SUBST(etcdir)
2320 AC_SUBST(archlibdir)
2321 AC_SUBST(docdir)
2322 AC_SUBST(bitmapdir)
2323 AC_SUBST(gamedir)
2324 AC_SUBST(gameuser)
2325 AC_SUBST(c_switch_system)
2326 AC_SUBST(c_switch_machine)
2327 AC_SUBST(LD_SWITCH_X_SITE)
2328 AC_SUBST(LD_SWITCH_X_SITE_AUX)
2329 AC_SUBST(C_SWITCH_X_SITE)
2330 AC_SUBST(CFLAGS)
2331 AC_SUBST(X_TOOLKIT_TYPE)
2332 AC_SUBST(machfile)
2333 AC_SUBST(opsysfile)
2334 AC_SUBST(GETLOADAVG_LIBS)
2336 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION,  "${canonical}",
2337                    [Define to the canonical Emacs configuration name.])
2338 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}",
2339                    [Define to the options passed to configure.])
2340 AC_DEFINE_UNQUOTED(config_machfile,  "${machfile}",
2341                    [Define to the used machine dependent file.])
2342 AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}",
2343                    [Define to the used os dependent file.])
2344 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE},
2345 [Define LD_SWITCH_X_SITE to contain any special flags your loader
2346  may need to deal with X Windows.  For instance, if you've defined
2347  HAVE_X_WINDOWS above and your X libraries aren't in a place that
2348  your loader can find on its own, you might want to add "-L/..." or
2349  something similar.])
2350 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX},
2351                    [Define LD_SWITCH_X_SITE_AUX with an -R option
2352                     in case it's needed (for Solaris, for example).])
2353 AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE,  ${C_SWITCH_X_SITE},
2354 [Define C_SWITCH_X_SITE to contain any special flags your compiler
2355  may need to deal with X Windows.  For instance, if you've defined
2356  HAVE_X_WINDOWS above and your X include files aren't in a place
2357  that your compiler can find on its own, you might want to add
2358  "-I/..." or something similar.])
2359 AC_DEFINE_UNQUOTED(UNEXEC_SRC,       ${UNEXEC_SRC},
2360                    [Define to the unexec source file name.])
2362 if test "${HAVE_X_WINDOWS}" = "yes" ; then
2363   AC_DEFINE(HAVE_X_WINDOWS, 1,
2364             [Define to 1 if you want to use the X window system.])
2366 if test "${USE_X_TOOLKIT}" != "none" ; then
2367   AC_DEFINE(USE_X_TOOLKIT, 1, [Define to 1 if using an X toolkit.])
2369 if test "${HAVE_X11}" = "yes" ; then
2370   AC_DEFINE(HAVE_X11, 1,
2371             [Define to 1 if you want to use version 11 of X windows.
2372              Otherwise, Emacs expects to use version 10.])
2374 if test "${HAVE_XFREE386}" = "yes" ; then
2375   AC_DEFINE(HAVE_XFREE386, 1, [Define to 1 if you're using XFree386.])
2377 if test "${HAVE_MENUS}" = "yes" ; then
2378   AC_DEFINE(HAVE_MENUS, 1,
2379             [Define to 1 if you have mouse menus.
2380              (This is automatic if you use X, but the option to specify it remains.)
2381              It is also defined with other window systems that support xmenu.c.])
2383 if test "${GNU_MALLOC}" = "yes" ; then
2384   AC_DEFINE(GNU_MALLOC, 1,
2385             [Define to 1 if you want to use the GNU memory allocator.])
2387 if test "${REL_ALLOC}" = "yes" ; then
2388   AC_DEFINE(REL_ALLOC, 1,
2389             [Define REL_ALLOC if you want to use the relocating allocator for
2390              buffer space.])
2393 AC_CHECK_HEADERS(nlist.h, [AC_DEFINE(NLIST_STRUCT, 1,
2394                  [Define to 1 if you have <nlist.h>.])])
2396 AH_TOP([/* GNU Emacs site configuration template file.  -*- C -*-
2397    Copyright (C) 1988, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
2399 This file is part of GNU Emacs.
2401 GNU Emacs is free software; you can redistribute it and/or modify
2402 it under the terms of the GNU General Public License as published by
2403 the Free Software Foundation; either version 2, or (at your option)
2404 any later version.
2406 GNU Emacs is distributed in the hope that it will be useful,
2407 but WITHOUT ANY WARRANTY; without even the implied warranty of
2408 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2409 GNU General Public License for more details.
2411 You should have received a copy of the GNU General Public License
2412 along with GNU Emacs; see the file COPYING.  If not, write to the
2413 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2414 Boston, MA 02111-1307, USA.  */
2417 /* No code in Emacs #includes config.h twice, but some of the code
2418    intended to work with other packages as well (like gmalloc.c) 
2419    think they can include it as many times as they like.  */
2420 #ifndef EMACS_CONFIG_H
2421 #define EMACS_CONFIG_H
2422 ])dnl
2424 AH_BOTTOM([
2425 /* If we're using any sort of window system, define some consequences.  */
2426 #ifdef HAVE_X_WINDOWS
2427 #define HAVE_WINDOW_SYSTEM
2428 #define MULTI_KBOARD
2429 #define HAVE_MOUSE
2430 #endif
2432 /* Define USER_FULL_NAME to return a string
2433    that is the user's full name.
2434    It can assume that the variable `pw'
2435    points to the password file entry for this user.
2437    At some sites, the pw_gecos field contains
2438    the user's full name.  If neither this nor any other
2439    field contains the right thing, use pw_name,
2440    giving the user's login name, since that is better than nothing.  */
2441 #define USER_FULL_NAME pw->pw_gecos
2443 /* Define AMPERSAND_FULL_NAME if you use the convention
2444    that & in the full name stands for the login id.  */
2445 /* Turned on June 1996 supposing nobody will mind it.  */
2446 #define AMPERSAND_FULL_NAME
2448 /* Define HAVE_SOUND if we have sound support.  We know it works
2449    and compiles only on the specified platforms.   For others,
2450    it probably doesn't make sense to try.  */
2452 #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
2453 #ifdef HAVE_MACHINE_SOUNDCARD_H
2454 #define HAVE_SOUND 1
2455 #endif
2456 #ifdef HAVE_SYS_SOUNDCARD_H
2457 #define HAVE_SOUND 1
2458 #endif
2459 #ifdef HAVE_SOUNDCARD_H
2460 #define HAVE_SOUND 1
2461 #endif
2462 #endif /* __FreeBSD__ || __NetBSD__ || __linux__  */
2464 /* If using GNU, then support inline function declarations. */
2465 /* Don't try to switch on inline handling as detected by AC_C_INLINE
2466    generally, because even if non-gcc compilers accept `inline', they
2467    may reject `extern inline'.  */
2468 #ifdef __GNUC__
2469 #define INLINE __inline__
2470 #else
2471 #define INLINE
2472 #endif
2474 /* Include the os and machine dependent files.  */
2475 #include config_opsysfile
2476 #include config_machfile
2478 /* Load in the conversion definitions if this system
2479    needs them and the source file being compiled has not
2480    said to inhibit this.  There should be no need for you
2481    to alter these lines.  */
2483 #ifdef SHORTNAMES
2484 #ifndef NO_SHORTNAMES
2485 #include "../shortnames/remap.h"
2486 #endif /* not NO_SHORTNAMES */
2487 #endif /* SHORTNAMES */
2489 /* If no remapping takes place, static variables cannot be dumped as
2490    pure, so don't worry about the `static' keyword. */
2491 #ifdef NO_REMAP
2492 #undef static
2493 #endif
2495 /* Define `subprocesses' should be defined if you want to
2496    have code for asynchronous subprocesses
2497    (as used in M-x compile and M-x shell).
2498    These do not work for some USG systems yet;
2499    for the ones where they work, the s/SYSTEM.h file defines this flag.  */
2501 #ifndef VMS
2502 #ifndef USG
2503 /* #define subprocesses */
2504 #endif
2505 #endif
2507 /* SIGTYPE is the macro we actually use.  */
2508 #ifndef SIGTYPE
2509 #define SIGTYPE RETSIGTYPE
2510 #endif
2512 #ifdef emacs /* Don't do this for lib-src.  */
2513 /* Tell regex.c to use a type compatible with Emacs.  */
2514 #define RE_TRANSLATE_TYPE Lisp_Object
2515 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
2516 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
2517 #endif
2519 /* Avoid link-time collision with system mktime if we will use our own.  */
2520 #if ! HAVE_MKTIME || BROKEN_MKTIME
2521 #define mktime emacs_mktime
2522 #endif
2524 /* The rest of the code currently tests the CPP symbol BSTRING.
2525    Override any claims made by the system-description files.
2526    Note that on some SCO version it is possible to have bcopy and not bcmp.  */
2527 #undef BSTRING
2528 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
2529 #define BSTRING
2530 #endif
2532 /* Some of the files of Emacs which are intended for use with other
2533    programs assume that if you have a config.h file, you must declare
2534    the type of getenv.
2536    This declaration shouldn't appear when alloca.s or Makefile.in
2537    includes config.h.  */
2538 #ifndef NOT_C_CODE
2539 extern char *getenv ();
2540 #endif
2542 #endif /* EMACS_CONFIG_H */
2544 /* These default definitions are good for almost all machines.
2545    The exceptions override them in m/MACHINE.h.  */
2547 #ifndef BITS_PER_CHAR
2548 #define BITS_PER_CHAR 8
2549 #endif
2551 #ifndef BITS_PER_SHORT
2552 #define BITS_PER_SHORT 16
2553 #endif
2555 /* Note that lisp.h uses this in a preprocessor conditional, so it
2556    would not work to use sizeof.  That being so, we do all of them
2557    without sizeof, for uniformity's sake.  */
2558 #ifndef BITS_PER_INT
2559 #define BITS_PER_INT 32
2560 #endif
2562 #ifndef BITS_PER_LONG
2563 #ifdef _LP64
2564 #define BITS_PER_LONG 64
2565 #else
2566 #define BITS_PER_LONG 32
2567 #endif
2568 #endif
2570 /* Define if the compiler supports function prototypes.  It may do so
2571    but not define __STDC__ (e.g. DEC C by default) or may define it as
2572    zero.  */
2573 #undef PROTOTYPES
2574 /* For mktime.c:  */
2575 #ifndef __P
2576 # if defined PROTOTYPES
2577 #  define __P(args) args
2578 # else
2579 #  define __P(args) ()
2580 # endif  /* GCC.  */
2581 #endif /* __P */
2584 /* Don't include "string.h" or <stdlib.h> in non-C code.  */
2585 #ifndef NOT_C_CODE
2586 #ifdef HAVE_STRING_H
2587 #include "string.h"
2588 #endif
2589 #ifdef HAVE_STDLIB_H
2590 #include <stdlib.h>
2591 #endif
2592 #endif
2594 /* Define HAVE_X_I18N if we have usable i18n support.  */
2596 #ifdef HAVE_X11R6
2597 #define HAVE_X_I18N
2598 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
2599 #define HAVE_X_I18N
2600 #endif
2602 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support.  */
2604 #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM
2605 #define HAVE_X11R6_XIM
2606 #endif
2608 /* Should we enable expensive run-time checking of data types?  */
2609 #undef ENABLE_CHECKING
2611 #if defined __GNUC__ && (__GNUC__ > 2 \
2612                          || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
2613 #define NO_RETURN       __attribute__ ((__noreturn__))
2614 #else
2615 #define NO_RETURN       /* nothing */
2616 #endif
2617 ])dnl
2619 #### Report on what we decided to do.
2620 echo "
2621 Configured for \`${canonical}'.
2623   Where should the build process find the source code?    ${srcdir}
2624   What operating system and machine description files should Emacs use?
2625         \`${opsysfile}' and \`${machfile}'
2626   What compiler should emacs be built with?               ${CC} ${CFLAGS}
2627   Should Emacs use the GNU version of malloc?             ${GNU_MALLOC}${GNU_MALLOC_reason}
2628   Should Emacs use a relocating allocator for buffers?    ${REL_ALLOC}
2629   Should Emacs use mmap(2) for buffer allocation?         $use_mmap_for_buffers
2630   What window system should Emacs use?                    ${window_system}
2631   What toolkit should Emacs use?                          ${USE_X_TOOLKIT}
2632   Should Emacs use a shared game state directory?         ${gamedir}"
2634 if test -n "${x_includes}"; then
2635 echo "  Where do we find X Windows header files?                ${x_includes}"
2636 else
2637 echo "  Where do we find X Windows header files?                Standard dirs"
2639 if test -n "${x_libraries}"; then
2640 echo "  Where do we find X Windows libraries?                   ${x_libraries}"
2641 else
2642 echo "  Where do we find X Windows libraries?                   Standard dirs"
2645 echo "  Does Emacs use -lXaw3d?                                 ${HAVE_XAW3D}"
2646 echo "  Does Emacs use -lXpm?                                   ${HAVE_XPM}"
2647 echo "  Does Emacs use -ljpeg?                                  ${HAVE_JPEG}"
2648 echo "  Does Emacs use -ltiff?                                  ${HAVE_TIFF}"
2649 echo "  Does Emacs use -lungif?                                 ${HAVE_GIF}"
2650 echo "  Does Emacs use -lpng?                                   ${HAVE_PNG}"
2651 echo "  Does Emacs use X toolkit scroll bars?                   ${USE_TOOLKIT_SCROLL_BARS}"
2652 echo
2654 # Remove any trailing slashes in these variables.
2655 changequote(, )dnl
2656 test "${prefix}" != NONE &&
2657   prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
2658 test "${exec_prefix}" != NONE &&
2659   exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
2660 changequote([, ])dnl
2662 ## Check if the C preprocessor will convert `..' to `. .'.  If so, set
2663 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile
2664 ## from Makefile.c can correctly provide the arg `-traditional' to the
2665 ## C preprocessor.
2667 AC_EGREP_CPP(yes..yes,
2668         [yes..yes],
2669         CPP_NEED_TRADITIONAL=no,
2670         CPP_NEED_TRADITIONAL=yes)
2672 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
2673         man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
2674         lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile, [
2676 ### Make the necessary directories, if they don't exist.
2677 for dir in etc lisp ; do
2678   test -d ${dir} || mkdir ${dir}
2679 done
2681 # Build src/Makefile from ${srcdir}/src/Makefile.c
2682 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
2683 # This must be done after src/config.h is built, since we rely on that file.
2685 changequote(, )dnl The horror, the horror.
2686 # Now get this: Some word that is part of the ${srcdir} directory name
2687 # or the ${configuration} value might, just might, happen to be an
2688 # identifier like `sun4' or `i386' or something, and be predefined by
2689 # the C preprocessor to some helpful value like 1, or maybe the empty
2690 # string.  Needless to say consequent macro substitutions are less
2691 # than conducive to the makefile finding the correct directory.
2692 undefs="`echo $top_srcdir $configuration $canonical |
2693 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
2694     -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g' \
2696 changequote([, ])dnl
2698 echo creating src/epaths.h
2699 ${MAKE-make} epaths-force
2701 # As of 2000-11-19, newest development versions of GNU cpp preprocess
2702 # `..' to `. .'  unless invoked with -traditional
2704 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then
2705   CPPFLAGS="$CPPFLAGS -traditional"
2708 echo creating lib-src/Makefile
2709 ( cd lib-src
2710   rm -f junk.c junk1.c junk2.c
2711   sed -e '/start of cpp stuff/q' \
2712       < Makefile.c > junk1.c
2713   sed -e '1,/start of cpp stuff/d'\
2714       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
2715       < Makefile.c > junk.c
2716   $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
2717       sed -e 's/^ /     /' -e '/^#/d' -e '/^[   \f]*$/d' > junk2.c
2718   cat junk1.c junk2.c > Makefile.new
2719   rm -f junk.c junk1.c junk2.c
2720   chmod 444 Makefile.new
2721   mv -f Makefile.new Makefile
2724 echo creating src/Makefile
2725 ( cd src
2726   rm -f junk.c junk1.c junk2.c
2727   sed -e '/start of cpp stuff/q' \
2728       < Makefile.c > junk1.c
2729   sed -e '1,/start of cpp stuff/d'\
2730       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
2731       < Makefile.c > junk.c
2732   $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
2733       sed -e 's/^ /     /' -e '/^#/d' -e '/^[   \f]*$/d' > junk2.c
2734   cat junk1.c junk2.c > Makefile.new
2735   rm -f junk.c junk1.c junk2.c
2736   chmod 444 Makefile.new
2737   mv -f Makefile.new Makefile
2740 if test ! -f src/.gdbinit && test -f $srcdir/src/.gdbinit; then
2741   echo creating src/.gdbinit
2742   echo source $srcdir/src/.gdbinit > src/.gdbinit
2745 # This is how we know whether to re-run configure in certain cases.
2746 touch src/config.stamp
2748 ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS"])