1 dnl Autoconf script for GNU Emacs
2 dnl To rebuild the `configure' script from this, execute the command
4 dnl in the directory containing this script.
6 dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
8 dnl This file is part of GNU Emacs.
10 dnl GNU Emacs is free software; you can redistribute it and/or modify
11 dnl it under the terms of the GNU General Public License as published by
12 dnl the Free Software Foundation; either version 2, or (at your option)
13 dnl any later version.
15 dnl GNU Emacs is distributed in the hope that it will be useful,
16 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
17 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 dnl GNU General Public License for more details.
20 dnl You should have received a copy of the GNU General Public License
21 dnl along with GNU Emacs; see the file COPYING. If not, write to the
22 dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 dnl Boston, MA 02111-1307, USA.
27 AC_CONFIG_HEADER(src/config.h:src/config.in)
29 lispdir='${datadir}/emacs/${version}/lisp'
30 locallisppath='${datadir}/emacs/${version}/site-lisp:'\
31 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim'
32 lisppath='${locallisppath}:${lispdir}'
33 etcdir='${datadir}/emacs/${version}/etc'
34 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
35 docdir='${datadir}/emacs/${version}/etc'
38 [ --with-gcc use GCC to compile Emacs])
40 [ --with-pop support POP for mail retrieval],
41 [AC_DEFINE(MAIL_USE_POP)])
43 [ --with-kerberos support Kerberos-authenticated POP],
44 [AC_DEFINE(KERBEROS)])
45 AC_ARG_WITH(kerberos5,
46 [ --with-kerberos5 support Kerberos version 5 authenticated POP],
47 [if test "${with_kerberos5+set}" = set; then
48 if test "${with_kerberos+set}" != set; then
53 AC_DEFINE(KERBEROS5)])
55 [ --with-hesiod support Hesiod to get the POP server host],
58 [ --with-gssapi support GSSAPI-authenticated POP],
60 dnl This should be the last --with option, because --with-x is
61 dnl added later on when we find the path of X, and it's best to
62 dnl keep them together visually.
63 AC_ARG_WITH(x-toolkit,
64 [ --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)],
65 [ case "${withval}" in
66 y | ye | yes ) val=athena ;;
68 l | lu | luc | luci | lucid ) val=lucid ;;
69 a | at | ath | athe | athen | athena ) val=athena ;;
70 m | mo | mot | moti | motif ) val=motif ;;
71 dnl These don't currently work.
72 dnl o | op | ope | open | open- | open-l | open-lo \
73 dnl | open-loo | open-look ) val=open-look ;;
75 dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
76 dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.])
77 AC_MSG_ERROR([\`--with-x-toolkit=$withval' is invalid\;
78 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
79 Currently, \`yes', \`athena' and \`lucid' are synonyms.])
85 #### Make srcdir absolute, if it isn't already. It's important to
86 #### avoid running the path through pwd unnecessary, since pwd can
87 #### give you automounter prefixes, which can go away. We do all this
88 #### so Emacs can find its files when run uninstalled.
92 ## We may be able to use the $PWD environment variable to make this
93 ## absolute. But sometimes PWD is inaccurate.
94 ## Make sure CDPATH doesn't affect cd (in case PWD is relative).
96 if test "${PWD}" != "" && test "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ;
100 srcdir="`(cd ${srcdir}; pwd)`"
103 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
106 #### Check if the source directory already has a configured system in it.
107 if test `pwd` != `(cd ${srcdir} && pwd)` \
108 && test -f "${srcdir}/src/config.h" ; then
109 AC_MSG_WARN([The directory tree \`${srcdir}' is being used
110 as a build directory right now; it has been configured in its own
111 right. To configure in another directory as well, you MUST
112 use GNU make. If you do not have GNU make, then you must
113 now do \`make distclean' in ${srcdir},
114 and then run $0 again.])
117 extrasub='/^VPATH[ ]*=/c\
124 vpath %.in $(srcdir)\
125 vpath %.texi $(srcdir)'
128 #### Given the configuration name, set machfile and opsysfile to the
129 #### names of the m/*.h and s/*.h files we should use.
131 ### Canonicalize the configuration name.
135 configuration=$host_alias
139 ### If you add support for a new configuration, add code to this
140 ### switch statement to recognize your configuration name and select
141 ### the appropriate operating system and machine description files.
143 ### You would hope that you could choose an m/*.h file pretty much
144 ### based on the machine portion of the configuration name, and an s-
145 ### file based on the operating system portion. However, it turns out
146 ### that each m/*.h file is pretty manufacturer-specific - for
147 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
148 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
149 ### machines. So we basically have to have a special case for each
150 ### configuration name.
152 ### As far as handling version numbers on operating systems is
153 ### concerned, make sure things will fail in a fixable way. If
154 ### /etc/MACHINES doesn't say anything about version numbers, be
155 ### prepared to handle anything reasonably. If version numbers
156 ### matter, be sure /etc/MACHINES says something about it.
158 ### Eric Raymond says we should accept strings like "sysvr4" to mean
159 ### "System V Release 4"; he writes, "The old convention encouraged
160 ### confusion between `system' and `release' levels'."
162 machine='' opsys='' unported=no
163 case "${canonical}" in
168 case "${canonical}" in
169 alpha*-*-netbsd*) machine=alpha ;;
170 i[3456]86-*-netbsd*) machine=intel386 ;;
172 # This is somewhat bogus.
173 machine=hp9000s300 ;;
174 mips-*-netbsd*) machine=pmax ;;
175 ns32k-*-netbsd*) machine=ns32000 ;;
176 sparc-*-netbsd*) machine=sparc ;;
177 vax-*-netbsd*) machine=vax ;;
184 case "${canonical}" in
185 alpha*-*-openbsd*) machine=alpha ;;
186 i386-*-openbsd*) machine=intel386 ;;
187 m68k-*-openbsd*) machine=hp9000s300 ;;
188 mipsel-*-openbsd*) machine=pmax ;;
189 ns32k-*-openbsd*) machine=ns32000 ;;
190 sparc-*-openbsd*) machine=sparc ;;
191 vax-*-netbsd*) machine=vax ;;
196 arm-acorn-riscix1.1* )
197 machine=acorn opsys=riscix1-1
199 arm-acorn-riscix1.2* | arm-acorn-riscix )
200 ## This name is riscix12 instead of riscix1.2
201 ## to avoid a file name conflict on MSDOS.
202 machine=acorn opsys=riscix12
208 case "${canonical}" in
209 i[345]86-*-bsdi*) machine=intel386 ;;
210 sparc-*-bsdi*) machine=sparc ;;
211 powerpc-*-bsdi*) machine=powerpc ;;
213 case "${canonical}" in
214 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;;
215 *-*-bsdi2.0* ) opsys=bsdos2 ;;
216 *-*-bsdi2* ) opsys=bsdos2-1 ;;
217 *-*-bsdi3* ) opsys=bsdos3 ;;
222 ## Strictly speaking, we need the version of the alliant operating
223 ## system to choose the right machine file, but currently the
224 ## configuration name doesn't tell us enough to choose the right
225 ## one; we need to give alliants their own operating system name to
226 ## do this right. When someone cares, they can help us.
228 machine=alliant4 opsys=bsd4-2
231 machine=alliant-2800 opsys=bsd4-3
234 ## Alpha (DEC) machines.
236 machine=alpha opsys=osf1
237 # This is needed to find X11R6.1 libraries for certain tests.
238 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
239 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
242 alpha*-*-linux-gnu* )
243 machine=alpha opsys=gnu-linux
248 machine=altos opsys=usg5-2
253 machine=amdahl opsys=usg5-2-2
258 machine=apollo opsys=bsd4-3
261 ## AT&T 3b2, 3b5, 3b15, 3b20
263 machine=att3b opsys=usg5-2-2
266 ## AT&T 3b1 - The Mighty Unix PC!
268 machine=7300 opsys=usg5-2-2
273 machine=ibmrs6000 opsys=aix3-2
278 machine=dpx2 opsys=usg5-3
283 machine=sps7 opsys=usg5-2
286 ## CCI 5/32, 6/32 -- see "Tahoe".
289 ## I don't know what configuration name to use for this; config.sub
290 ## doesn't seem to know anything about it. Hey, Celerity users, get
292 celerity-celerity-bsd* )
293 machine=celerity opsys=bsd4-2
297 ## What operating systems does this chip run that Emacs has been
301 ## We'll use the catch-all code at the bottom to guess the
306 *-convex-bsd* | *-convex-convexos* )
307 machine=convex opsys=bsd4-3
308 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
309 NON_GNU_CPP="cc -E -P"
313 i[3456]86-cubix-sysv* )
314 machine=intel386 opsys=usg5-3
318 cydra*-cydrome-sysv* )
319 machine=cydra5 opsys=usg5-3
322 ## Data General AViiON Machines
323 ## DG changed naming conventions with the release of 5.4.4.10, they
324 ## dropped the initial 5.4 but left the intervening R. Because of the
325 ## R this shouldn't conflict with older versions of the OS (which I
326 ## think were named like dgux4.*). In addition, DG new AViiONs series
327 ## uses either Motorola M88k or Intel Pentium CPUs.
328 i586-dg-dguxR4.* | m88k-dg-dguxR4.* | m88k-dg-dgux4* )
329 machine=aviion opsys=dgux4
331 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
332 ## This name is dgux5-4-3 instead of dgux5-4r3
333 ## to avoid a file name conflict on MSDOS.
334 machine=aviion opsys=dgux5-4-3
336 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
337 machine=aviion opsys=dgux5-4r2
340 machine=aviion opsys=dgux
344 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
345 machine=pmax opsys=bsd4-2
347 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
348 machine=pmax opsys=bsd4-3
351 machine=pmax opsys=ultrix4-3
354 machine=pmax opsys=osf1
356 mips-dec-mach_bsd4.3* )
357 machine=pmax opsys=mach-bsd4-3
360 ## Motorola Delta machines
361 m68k-motorola-sysv* | m68000-motorola-sysv* )
362 machine=delta opsys=usg5-3
363 if test -z "`type gnucc | grep 'not found'`"
365 if test -s /etc/167config
366 then CC="gnucc -m68040"
367 else CC="gnucc -m68881"
370 if test -z "`type gcc | grep 'not found'`"
376 m88k-motorola-sysv4* )
377 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
378 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
379 # I hope there are not other 4.0 versions for this machine
380 # which really need usg5-4 instead.
381 machine=delta88k opsys=usg5-4-2
383 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
384 machine=delta88k opsys=usg5-3
389 machine=dual opsys=usg5-2
392 machine=dual opsys=unipl5-2
397 machine=elxsi opsys=usg5-2
402 machine=ns16000 opsys=umax
405 ## The GEC 93 - apparently, this port isn't really finished yet.
407 ## Gould Power Node and NP1
409 machine=gould opsys=bsd4-2
412 machine=gould opsys=bsd4-3
415 machine=gould-np1 opsys=bsd4-3
418 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
419 ## as far as Emacs is concerned).
421 # Build needs to be different on 7.0 and later releases
423 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
424 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
426 NON_GNU_CPP="/lib/cpp"
428 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
430 machine=nh3000 opsys=cxux
432 ## Harris power pc NightHawk running Power UNIX (Series 6000)
433 powerpc-harris-powerunix )
434 machine=nh6000 opsys=powerunix
435 NON_GNU_CPP="cc -Xo -E -P"
437 ## SR2001/SR2201 running HI-UX/MPP
438 hppa1.1-hitachi-hiuxmpp* )
439 machine=sr2k opsys=hiuxmpp
442 xps*-honeywell-sysv* )
443 machine=xps100 opsys=usg5-2
446 ## HP 9000 series 200 or 300
448 machine=hp9000s300 opsys=bsd4-3
450 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
453 ## Someone's system reports A.B8.05 for this.
454 ## I wonder what other possibilities there are.
455 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
456 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
457 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
458 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
459 *) machine=hp9000s300 opsys=hpux ;;
463 ## HP 9000 series 700 and 800, running HP/UX
465 machine=hp800 opsys=hpux
468 machine=hp800 opsys=hpux8
471 machine=hp800 opsys=hpux9shr
474 machine=hp800 opsys=hpux9
476 hppa*-hp-hpux1[0-9]* )
477 machine=hp800 opsys=hpux10
480 ## HP 9000 series 700 and 800, running HP/UX
482 ## Cross-compilation? Nah!
484 ## Someone's system reports A.B8.05 for this.
485 ## I wonder what other possibilities there are.
486 *.B8.* ) machine=hp800 opsys=hpux8 ;;
487 *.08.* ) machine=hp800 opsys=hpux8 ;;
488 *.09.* ) machine=hp800 opsys=hpux9 ;;
489 *) machine=hp800 opsys=hpux10 ;;
493 machine=hp800 opsys=nextstep
498 machine=orion opsys=bsd4-2
501 machine=orion105 opsys=bsd4-2
505 i[3456]86-ibm-aix1.1* )
506 machine=ibmps2-aix opsys=usg5-2-2
508 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
509 machine=ibmps2-aix opsys=usg5-3
512 machine=ibm370aix opsys=usg5-3
514 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
515 machine=ibmrs6000 opsys=aix3-1
517 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
518 machine=ibmrs6000 opsys=aix3-2-5
520 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
521 machine=ibmrs6000 opsys=aix4-1
523 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* )
524 machine=ibmrs6000 opsys=aix4-2
526 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* )
527 machine=ibmrs6000 opsys=aix4
529 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
530 machine=ibmrs6000 opsys=aix4-1
532 rs6000-ibm-aix* | powerpc-ibm-aix* )
533 machine=ibmrs6000 opsys=aix3-2
536 machine=ibmrt opsys=bsd4-3
539 machine=ibmrt opsys=bsd4-2
542 machine=ibmrt opsys=bsd4-3
545 machine=ibmrt opsys=bsd4-2
548 machine=ibmrt opsys=bsd4-3
551 machine=ibmrt opsys=bsd4-3
554 machine=ibmrt-aix opsys=usg5-2-2
557 ## Integrated Solutions `Optimum V'
559 machine=isi-ov opsys=bsd4-2
562 machine=isi-ov opsys=bsd4-3
565 ## Intel 386 machines where we do care about the manufacturer
566 i[3456]86-intsys-sysv* )
567 machine=is386 opsys=usg5-2-2
571 i[3456]86-prime-sysv* )
572 machine=i386 opsys=usg5-3
575 ## Sequent Symmetry running Dynix
576 i[3456]86-sequent-bsd* )
577 machine=symmetry opsys=bsd4-3
580 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
581 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
582 machine=sequent-ptx opsys=ptx4
586 ## Sequent Symmetry running DYNIX/ptx
587 ## Use the old cpp rather than the newer ANSI one.
588 i[3456]86-sequent-ptx* )
589 machine=sequent-ptx opsys=ptx
590 NON_GNU_CPP="/lib/cpp"
593 ## ncr machine running svr4.3.
594 i[3456]86-ncr-sysv4.3 )
595 machine=ncr386 opsys=usg5-4-3
598 ## Unspecified sysv on an ncr machine defaults to svr4.2.
599 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
600 i[3456]86-ncr-sysv* )
601 machine=ncr386 opsys=usg5-4-2
604 ## Intel Paragon OSF/1
606 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
611 machine=i860 opsys=usg5-4
612 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
613 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
618 machine=masscomp opsys=rtu
623 machine=mega68 opsys=bsd4-2
626 ## Workstations sold by MIPS
627 ## This is not necessarily all workstations using the MIPS processor -
628 ## Irises are produced by SGI, and DECstations by DEC.
630 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
631 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
632 ## it gives for choosing between the alternatives seems to be "Use
633 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
634 ## the BSD world." I'll assume that these are instructions for
635 ## handling two odd situations, and that every other situation
636 ## should use mips.h and usg5-2-2, they being listed first.
639 ## Fall through to the general code at the bottom to decide on the OS.
642 machine=mips4 opsys=bsd4-3
643 NON_GNU_CC="cc -systype bsd43"
644 NON_GNU_CPP="cc -systype bsd43 -E"
647 machine=mips4 opsys=riscos5
648 NON_GNU_CC="cc -systype bsd43"
649 NON_GNU_CPP="cc -systype bsd43 -E"
652 machine=mips opsys=bsd4-3
655 machine=mips opsys=usg5-2-2
659 m68*-next-* | m68k-*-nextstep* )
660 machine=m68k opsys=nextstep
663 ## The complete machine from National Semiconductor
665 machine=ns32000 opsys=usg5-2
669 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
670 machine=tower32 opsys=usg5-2-2
672 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
673 machine=tower32v3 opsys=usg5-3
678 machine=targon31 opsys=usg5-2-2
683 machine=nu opsys=usg5-2
688 machine=plexus opsys=usg5-2
691 ## PowerPC reference platform
692 powerpcle-*-solaris2* )
698 ## I don't really have any idea what sort of processor the Pyramid has,
699 ## so I'm assuming it is its own architecture.
700 pyramid-pyramid-bsd* )
701 machine=pyramid opsys=bsd4-2
705 ns32k-sequent-bsd4.2* )
706 machine=sequent opsys=bsd4-2
708 ns32k-sequent-bsd4.3* )
709 machine=sequent opsys=bsd4-3
713 mips-siemens-sysv* | mips-sni-sysv*)
714 machine=mips-siemens opsys=usg5-4
715 NON_GNU_CC=/usr/ccs/bin/cc
716 NON_GNU_CPP=/usr/ccs/lib/cpp
719 ## Silicon Graphics machines
720 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
722 machine=irist opsys=iris3-5
724 m68*-sgi-iris3.6* | m68*-sgi-iris*)
725 machine=irist opsys=iris3-6
729 machine=iris4d opsys=irix3-3
732 machine=iris4d opsys=irix4-0
735 machine=iris4d opsys=irix6-0
737 NON_GCC_TEST_OPTIONS=-32
739 mips-sgi-irix5.[01]* )
740 machine=iris4d opsys=irix5-0
742 mips-sgi-irix5* | mips-sgi-irix* )
743 machine=iris4d opsys=irix5-2
748 machine=news opsys=bsd4-2
751 machine=news opsys=bsd4-3
753 m68*-sony-newsos3* | m68*-sony-news3*)
754 machine=news opsys=bsd4-3
756 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
757 machine=news-risc opsys=bsd4-3
760 machine=news-r6 opsys=newsos6
763 machine=news-risc opsys=newsos5
768 machine=stride opsys=usg5-2
773 machine=sparc opsys=gnu-linux
776 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
777 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
778 | rs6000-*-solaris2*)
779 case "${canonical}" in
780 m68*-sunos1* ) machine=sun1 ;;
781 m68*-sunos2* ) machine=sun2 ;;
782 m68* ) machine=sun3 ;;
783 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
784 i[3456]86-*-* ) machine=intel386 ;;
785 powerpcle* ) machine=powerpcle ;;
786 powerpc* | rs6000* ) machine=ibmrs6000 ;;
787 sparc* ) machine=sparc ;;
790 case "${canonical}" in
791 ## The Sun386 didn't get past 4.0.
792 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
793 *-sunos4.0* ) opsys=sunos4-0 ;;
794 *-sunos4.1.[3-9]*noshare )
795 ## This name is sunos413 instead of sunos4-1-3
796 ## to avoid a file name conflict on MSDOS.
798 NON_GNU_CPP=/usr/lib/cpp
799 NON_GCC_TEST_OPTIONS=-Bstatic
800 GCC_TEST_OPTIONS=-static
802 *-sunos4.1.[3-9]* | *-sunos4shr*)
804 NON_GNU_CPP=/usr/lib/cpp
806 *-sunos4* | *-sunos )
808 NON_GCC_TEST_OPTIONS=-Bstatic
809 GCC_TEST_OPTIONS=-static
811 *-sunos5.3* | *-solaris2.3* )
813 NON_GNU_CPP=/usr/ccs/lib/cpp
815 *-sunos5.4* | *-solaris2.4* )
817 NON_GNU_CPP=/usr/ccs/lib/cpp
820 *-sunos5.5* | *-solaris2.5* )
822 NON_GNU_CPP=/usr/ccs/lib/cpp
825 *-sunos5* | *-solaris* )
827 NON_GNU_CPP=/usr/ccs/lib/cpp
831 ## Watch out for a compiler that we know will not work.
832 case "${canonical}" in
833 *-solaris* | *-sunos5* )
834 if [ "x$CC" = x/usr/ucb/cc ]; then
835 ## /usr/ucb/cc doesn't work;
836 ## we should find some other compiler that does work.
844 machine=sparc opsys=nextstep
849 machine=tad68k opsys=usg5-3
853 tahoe-tahoe-bsd4.2* )
854 machine=tahoe opsys=bsd4-2
856 tahoe-tahoe-bsd4.3* )
857 machine=tahoe opsys=bsd4-3
860 ## Tandem Integrity S2
862 machine=tandem-s2 opsys=usg5-3
866 m88k-tektronix-sysv3* )
867 machine=tekxd88 opsys=usg5-3
870 ## Tektronix 16000 box (6130?)
871 ns16k-tektronix-bsd* )
872 machine=ns16000 opsys=bsd4-2
875 ## src/m/tek4300.h hints that this is a m68k machine.
876 m68*-tektronix-bsd* )
877 machine=tek4300 opsys=bsd4-3
881 ## We seem to have lost the machine-description file titan.h!
883 machine=titan opsys=usg5-3
886 ## Ustation E30 (SS5E)
887 m68*-unisys-uniplus* )
888 machine=ustation opsystem=unipl5-2
894 case "${canonical}" in
895 *-bsd4.1* ) opsys=bsd4-1 ;;
896 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
897 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
898 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
899 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
900 *-vms* ) opsys=vms ;;
906 ns16k-whitechapel-* )
908 ## We don't know what sort of OS runs on these; we'll let the
909 ## operating system guessing code below try.
914 machine=wicat opsys=usg5-2
917 ## Intel 386 machines where we don't care about the manufacturer
920 case "${canonical}" in
921 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
922 *-isc2.2* ) opsys=isc2-2 ;;
923 *-isc4.0* ) opsys=isc4-0 ;;
924 *-isc4.* ) opsys=isc4-1
925 GCC_TEST_OPTIONS=-posix
926 NON_GCC_TEST_OPTIONS=-Xp
928 *-isc* ) opsys=isc3-0 ;;
929 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
930 *-esix* ) opsys=esix ;;
931 *-xenix* ) opsys=xenix ;;
932 *-linux-gnu* ) opsys=gnu-linux ;;
933 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
934 *-sco3.2v5* ) opsys=sco5
936 # Prevent -belf from being passed to $CPP.
937 # /lib/cpp does not accept it.
938 OVERRIDE_CPPFLAGS=" "
940 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
941 *-386bsd* ) opsys=386bsd ;;
942 *-freebsd* ) opsys=freebsd ;;
943 *-nextstep* ) opsys=nextstep ;;
944 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
948 ## m68k Linux-based GNU system
950 machine=m68k opsys=gnu-linux
953 ## Mips Linux-based GNU system
955 machine=mips opsys=gnu-linux
959 sparc-fujitsu-sysv4* )
960 machine=sparc opsys=uxpds
961 NON_GNU_CPP=/usr/ccs/lib/cpp
970 ### If the code above didn't choose an operating system, just choose
971 ### an operating system based on the configuration name. You really
972 ### only want to use this when you have no idea what the right
973 ### operating system is; if you know what operating systems a machine
974 ### runs, it's cleaner to make it explicit in the case statement
976 if test x"${opsys}" = x; then
977 case "${canonical}" in
978 *-gnu* ) opsys=gnu ;;
979 *-bsd4.[01] ) opsys=bsd4-1 ;;
980 *-bsd4.2 ) opsys=bsd4-2 ;;
981 *-bsd4.3 ) opsys=bsd4-3 ;;
982 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
983 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
984 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
985 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
986 *-sysv4.2uw* ) opsys=unixware ;;
987 *-sysv4.1* | *-sysvr4.1* )
988 NON_GNU_CPP=/usr/lib/cpp
990 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
991 if [ x$NON_GNU_CPP = x ]; then
992 if [ -f /usr/ccs/lib/cpp ]; then
993 NON_GNU_CPP=/usr/ccs/lib/cpp
999 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
1006 if test "x$RANLIB" = x; then
1010 changequote([, ])dnl
1012 if test $unported = yes; then
1013 AC_MSG_ERROR([Emacs hasn't been ported to \`${canonical}' systems.
1014 Check \`etc/MACHINES' for recognized configuration names.])
1017 machfile="m/${machine}.h"
1018 opsysfile="s/${opsys}.h"
1021 #### Choose a compiler.
1022 test -n "$CC" && cc_specified=yes
1024 # Save the value of CFLAGS that the user specified.
1025 SPECIFIED_CFLAGS="$CFLAGS"
1028 "yes" ) CC="gcc" GCC=yes ;;
1029 "no" ) : ${CC=cc} ;;
1033 # On Suns, sometimes $CPP names a directory.
1034 if test -n "$CPP" && test -d "$CPP"; then
1038 #### Some systems specify a CPP to use unless we are using GCC.
1039 #### Now that we know whether we are using GCC, we can decide whether
1040 #### to use that one.
1041 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x
1046 #### Some systems specify a CC to use unless we are using GCC.
1047 #### Now that we know whether we are using GCC, we can decide whether
1048 #### to use that one.
1049 if test "x$NON_GNU_CC" != x && test x$GCC != xyes &&
1050 test x$cc_specified != xyes
1055 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x
1057 CC="$CC $GCC_TEST_OPTIONS"
1060 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x
1062 CC="$CC $NON_GCC_TEST_OPTIONS"
1065 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
1067 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
1070 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
1072 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
1075 #### Some other nice autoconf tests. If you add a test here which
1076 #### should make an entry in src/config.h, don't forget to add an
1077 #### #undef clause to src/config.h.in for autoconf to modify.
1079 dnl checks for programs
1085 dnl checks for Unix variants
1088 dnl checks for header files
1089 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h)
1094 dnl Some systems have utime.h but don't declare the struct anyplace.
1095 AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf,
1096 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1097 #include <sys/time.h>
1100 #ifdef HAVE_SYS_TIME_H
1101 #include <sys/time.h>
1108 #endif], [static struct utimbuf x; x.actime = x.modtime;],
1109 emacs_cv_struct_utimbuf=yes, emacs_cv_struct_utimbuf=no))
1110 if test $emacs_cv_struct_utimbuf = yes; then
1111 AC_DEFINE(HAVE_STRUCT_UTIMBUF)
1114 dnl checks for typedefs
1117 AC_CACHE_CHECK(for struct timeval, emacs_cv_struct_timeval,
1118 AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
1119 #include <sys/time.h>
1122 #ifdef HAVE_SYS_TIME_H
1123 #include <sys/time.h>
1127 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
1128 emacs_cv_struct_timeval=yes, emacs_cv_struct_timeval=no))
1129 HAVE_TIMEVAL=$emacs_cv_struct_timeval
1130 if test $emacs_cv_struct_timeval = yes; then
1131 AC_DEFINE(HAVE_TIMEVAL)
1134 dnl checks for structure members
1138 dnl checks for compiler characteristics
1141 dnl check for Make feature
1144 dnl checks for operating system services
1145 AC_SYS_LONG_FILE_NAMES
1147 #### Choose a window system.
1150 if test "$no_x" = yes; then
1156 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1157 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"`
1158 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"`
1159 x_default_search_path=""
1160 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do
1161 x_search_path="${x_library}/X11/%L/%T/%N%C%S:\
1162 ${x_library}/X11/%L/%T/%N%C%S:${x_libary}/X11/%l/%T/%N%C%S:\
1163 ${x_library}/X11/%T/%N%C%S:${x_library}/X11/%L/%T/%N%S:\
1164 ${x_library}/X11/%l/%T/%N%S:${x_library}/X11/%T/%N%S"
1165 if test x"${x_default_search_path}" = x; then
1166 x_default_search_path=${x_search_path}
1168 x_default_search_path="${x_search_path}:${x_default_search_path}"
1172 if test "${x_includes}" != NONE && test -n "${x_includes}"; then
1173 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"`
1176 if test x"${x_includes}" = x; then
1177 bitmapdir=/usr/include/X11/bitmaps
1179 # accumulate include directories that have X11 bitmap subdirectories
1181 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
1182 if test -d "${bmd}/X11/bitmaps"; then
1183 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
1184 elif test -d "${bmd}/bitmaps"; then
1185 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
1188 if test ${bmd_acc} != "dummyval"; then
1189 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"`
1193 case "${window_system}" in
1197 case "${with_x_toolkit}" in
1198 athena | lucid ) USE_X_TOOLKIT=LUCID ;;
1199 motif ) USE_X_TOOLKIT=MOTIF ;;
1200 dnl open-look ) USE_X_TOOLKIT=OPEN_LOOK ;;
1201 no ) USE_X_TOOLKIT=none ;;
1202 dnl If user did not say whether to use a toolkit,
1203 dnl make this decision later: use the toolkit if we have X11R5 or newer.
1204 * ) USE_X_TOOLKIT=maybe ;;
1214 ### If we're using X11, we should use the X menu package.
1217 yes ) HAVE_MENUS=yes ;;
1220 if test "${opsys}" = "hpux9"; then
1221 case "${x_libraries}" in
1223 opsysfile="s/hpux9-x11r4.h"
1228 if test "${opsys}" = "hpux9shr"; then
1229 case "${x_libraries}" in
1231 opsysfile="s/hpux9shxr4.h"
1236 #### Extract some information from the operating system and machine files.
1238 AC_CHECKING([the machine- and system-dependent files to find out
1239 - which libraries the lib-src programs will want, and
1240 - whether the GNU malloc routines are usable])
1242 ### First figure out CFLAGS (which we use for running the compiler here)
1243 ### and REAL_CFLAGS (which we use for real compilation).
1244 ### The two are the same except on a few systems, where they are made
1245 ### different to work around various lossages. For example,
1246 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g
1247 ### as implying static linking.
1249 ### If the CFLAGS env var is specified, we use that value
1250 ### instead of the default.
1252 ### It's not important that this name contain the PID; you can't run
1253 ### two configures in the same directory and have anything work
1255 tempcname="conftest.c"
1258 #include "'${srcdir}'/src/'${opsysfile}'"
1259 #include "'${srcdir}'/src/'${machfile}'"
1260 #ifndef LIBS_MACHINE
1261 #define LIBS_MACHINE
1266 #ifndef C_SWITCH_SYSTEM
1267 #define C_SWITCH_SYSTEM
1269 #ifndef C_SWITCH_MACHINE
1270 #define C_SWITCH_MACHINE
1272 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1273 configure___ c_switch_system=C_SWITCH_SYSTEM
1274 configure___ c_switch_machine=C_SWITCH_MACHINE
1277 #define LIB_X11_LIB -lX11
1280 #ifndef LIBX11_MACHINE
1281 #define LIBX11_MACHINE
1284 #ifndef LIBX11_SYSTEM
1285 #define LIBX11_SYSTEM
1287 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
1290 configure___ unexec=UNEXEC
1292 configure___ unexec=unexec.o
1295 #ifdef SYSTEM_MALLOC
1296 configure___ system_malloc=yes
1298 configure___ system_malloc=no
1301 #ifndef C_DEBUG_SWITCH
1302 #define C_DEBUG_SWITCH -g
1305 #ifndef C_OPTIMIZE_SWITCH
1306 #define C_OPTIMIZE_SWITCH -O
1309 #ifndef LD_SWITCH_MACHINE
1310 #define LD_SWITCH_MACHINE
1313 #ifndef LD_SWITCH_SYSTEM
1314 #define LD_SWITCH_SYSTEM
1317 #ifndef LD_SWITCH_X_SITE_AUX
1318 #define LD_SWITCH_X_SITE_AUX
1321 configure___ ld_switch_system=LD_SWITCH_SYSTEM
1322 configure___ ld_switch_machine=LD_SWITCH_MACHINE
1324 #ifdef THIS_IS_CONFIGURE
1326 /* Get the CFLAGS for tests in configure. */
1328 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1330 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1333 #else /* not THIS_IS_CONFIGURE */
1335 /* Get the CFLAGS for real compilation. */
1337 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
1339 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
1342 #endif /* not THIS_IS_CONFIGURE */
1345 # The value of CPP is a quoted variable reference, so we need to do this
1346 # to get its actual value...
1347 CPP=`eval "echo $CPP"`
1349 eval `${CPP} -Isrc ${tempcname} \
1350 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1351 if test "x$SPECIFIED_CFLAGS" = x; then
1352 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1353 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
1355 REAL_CFLAGS="$CFLAGS"
1357 changequote([, ])dnl
1360 ac_link="$ac_link $ld_switch_machine $ld_switch_system"
1362 ### Compute the unexec source name from the object name.
1363 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
1365 # Do the opsystem or machine files prohibit the use of the GNU malloc?
1366 # Assume not, until told otherwise.
1369 AC_CHECK_FUNC(malloc_get_state, ,doug_lea_malloc=no)
1370 AC_CHECK_FUNC(malloc_set_state, ,doug_lea_malloc=no)
1371 AC_CACHE_CHECK(whether __after_morecore_hook exists,
1372 emacs_cv_var___after_morecore_hook,
1373 AC_TRY_LINK([extern void (* __after_morecore_hook)();],[__after_morecore_hook = 0],
1374 emacs_cv_var___after_morecore_hook=yes,
1375 emacs_cv_var___after_morecore_hook=no))
1376 if test $emacs_cv_var___after_morecore_hook = no; then
1379 if test "${system_malloc}" = "yes"; then
1382 (The GNU allocators don't work with this system configuration.)"
1384 if test "$doug_lea_malloc" = "yes" ; then
1385 if test "$GNU_MALLOC" = yes ; then
1387 (Using Doug Lea's new malloc from the GNU C Library.)"
1389 AC_DEFINE(DOUG_LEA_MALLOC)
1392 if test x"${REL_ALLOC}" = x; then
1393 REL_ALLOC=${GNU_MALLOC}
1399 #### Add the libraries to LIBS and check for some functions.
1401 if test x"${OVERRIDE_CPPFLAGS}" != x; then
1402 CPPFLAGS="${OVERRIDE_CPPFLAGS}"
1404 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
1407 LIBS="$libsrc_libs $LIBS"
1409 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1410 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1411 AC_CHECK_LIB(dnet, dnet_ntoa)
1412 dnl This causes -lresolv to get used in subsequent tests,
1413 dnl which causes failures on some systems such as HPUX 9.
1414 dnl AC_CHECK_LIB(resolv, gethostbyname)
1416 dnl FIXME replace main with a function we actually want from this library.
1417 AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1419 AC_CHECK_LIB(pthreads, cma_open)
1421 AC_MSG_CHECKING(for XFree86)
1422 if test -d /usr/X386/include; then
1424 : ${C_SWITCH_X_SITE="-I/usr/X386/include"}
1428 AC_MSG_RESULT($HAVE_XFREE386)
1430 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
1431 # for the tests that follow. We set it back to REAL_CFLAGS later on.
1433 if test "${HAVE_X11}" = "yes"; then
1434 DEFS="$C_SWITCH_X_SITE $DEFS"
1435 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
1437 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
1439 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
1440 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
1441 # but it's more convenient here to set LD_RUN_PATH
1442 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
1443 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
1444 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
1448 if test "${opsys}" = "gnu-linux"; then
1449 AC_MSG_CHECKING(whether X on GNU/Linux needs -b to link)
1451 [XOpenDisplay ("foo");],
1452 [xlinux_first_failure=no],
1453 [xlinux_first_failure=yes])
1454 if test "${xlinux_first_failure}" = "yes"; then
1455 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
1456 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
1457 OLD_CPPFLAGS="$CPPFLAGS"
1459 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
1460 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
1461 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
1462 LIBS="$LIBS -b i486-linuxaout"
1464 [XOpenDisplay ("foo");],
1465 [xlinux_second_failure=no],
1466 [xlinux_second_failure=yes])
1467 if test "${xlinux_second_failure}" = "yes"; then
1468 # If we get the same failure with -b, there is no use adding -b.
1469 # So take it out. This plays safe.
1470 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
1471 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
1472 CPPFLAGS="$OLD_CPPFLAGS"
1483 AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
1484 XScreenNumberOfScreen XSetWMProtocols)
1487 if test "${window_system}" = "x11"; then
1488 AC_MSG_CHECKING(X11 version 6)
1489 AC_CACHE_VAL(emacs_cv_x11_version_6,
1490 AC_TRY_LINK([#include <X11/Xlib.h>],
1491 [#if XlibSpecificationRelease < 6
1494 ], emacs_cv_x11_version_6=yes, emacs_cv_x11_version_6=no))
1495 if test $emacs_cv_x11_version_6 = yes; then
1496 AC_MSG_RESULT(6 or newer)
1497 AC_DEFINE(HAVE_X11R6)
1499 AC_MSG_RESULT(before 6)
1503 if test "${window_system}" = "x11"; then
1504 AC_MSG_CHECKING(X11 version 5)
1505 AC_CACHE_VAL(emacs_cv_x11_version_5,
1506 AC_TRY_LINK([#include <X11/Xlib.h>],
1507 [#if XlibSpecificationRelease < 5
1510 ], emacs_cv_x11_version_5=yes, emacs_cv_x11_version_5=no))
1511 if test $emacs_cv_x11_version_5 = yes; then
1512 AC_MSG_RESULT(5 or newer)
1514 AC_DEFINE(HAVE_X11R5)
1517 AC_MSG_RESULT(before 5)
1521 dnl Do not put whitespace before the #include statements below.
1522 dnl Older compilers (eg sunos4 cc) choke on it.
1523 if test x"${USE_X_TOOLKIT}" = xmaybe; then
1524 if test x"${HAVE_X11R5}" = xyes; then
1525 AC_MSG_CHECKING(X11 version 5 with Xaw)
1526 AC_CACHE_VAL(emacs_cv_x11_version_5_with_xaw,
1528 #include <X11/Intrinsic.h>
1529 #include <X11/Xaw/Simple.h>],
1531 emacs_cv_x11_version_5_with_xaw=yes,
1532 emacs_cv_x11_version_5_with_xaw=no))
1533 if test $emacs_cv_x11_version_5_with_xaw = yes; then
1534 AC_MSG_RESULT([5 or newer, with Xaw; use toolkit by default])
1537 AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default)
1545 X_TOOLKIT_TYPE=$USE_X_TOOLKIT
1547 if test "${USE_X_TOOLKIT}" != "none"; then
1548 AC_MSG_CHECKING(X11 toolkit version)
1549 AC_CACHE_VAL(emacs_cv_x11_toolkit_version_6,
1550 AC_TRY_LINK([#include <X11/Intrinsic.h>],
1551 [#if XtSpecificationRelease < 6
1554 ], emacs_cv_x11_toolkit_version_6=yes, emacs_cv_x11_toolkit_version_6=no))
1555 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
1556 if test $emacs_cv_x11_toolkit_version_6 = yes; then
1557 AC_MSG_RESULT(6 or newer)
1558 AC_DEFINE(HAVE_X11XTR6)
1560 AC_MSG_RESULT(before 6)
1563 dnl If using toolkit, check whether libXmu.a exists.
1564 dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link.
1566 if test x$HAVE_X11XTR6 = xyes; then
1567 LIBS="-lXt -lSM -lICE $LIBS"
1571 AC_CHECK_LIB(Xmu, XmuConvertStandardSelection)
1575 if test "${USE_X_TOOLKIT}" = "MOTIF"; then
1576 AC_CACHE_CHECK(for Motif version 2.1, emacs_cv_motif_version_2_1,
1577 AC_TRY_COMPILE([#include <Xm/Xm.h>],
1578 [#if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1)
1581 Motif version prior to 2.1.
1583 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
1584 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1585 if test $emacs_cv_motif_version_2_1 = yes; then
1586 AC_DEFINE(HAVE_MOTIF_2_1)
1590 # If netdb.h doesn't declare h_errno, we must declare it by hand.
1591 AC_CACHE_CHECK(whether netdb declares h_errno,
1592 emacs_cv_netdb_declares_h_errno,
1593 AC_TRY_LINK([#include <netdb.h>],
1595 emacs_cv_netdb_declares_h_errno=yes, emacs_cv_netdb_declares_h_errno=no))
1596 if test $emacs_cv_netdb_declares_h_errno = yes; then
1597 AC_DEFINE(HAVE_H_ERRNO)
1602 # fmod, logb, and frexp are found in -lm on most systems.
1603 # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
1604 AC_CHECK_LIB(m, sqrt)
1606 # Check for mail-locking functions in a "mail" library
1607 AC_CHECK_LIB(mail, maillock,
1608 AC_DEFINE(HAVE_LIBMAIL)
1609 AC_CHECK_FUNCS(touchlock)
1610 AC_CHECK_HEADERS(maillock.h))
1612 AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1613 rename closedir mkdir rmdir sysinfo \
1614 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1615 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1616 utimes setrlimit setpgid getcwd shutdown strftime)
1618 # Check this now, so that we will NOT find the above functions in ncurses.
1619 # That is because we have not set up to link ncurses in lib-src.
1620 # It's better to believe a function is not available
1621 # than to expect to find it in ncurses.
1622 AC_CHECK_LIB(ncurses, tparm)
1624 # These tell us which Kerberos-related libraries to use.
1625 if test "${with_kerberos+set}" = set; then
1626 AC_CHECK_LIB(com_err, com_err)
1627 AC_CHECK_LIB(crypto, mit_des_cbc_encrypt)
1628 AC_CHECK_LIB(krb5, krb5_init_context)
1629 if test "${with_kerberos5+set}" = set; then
1630 if test "${with_gssapi+set}" = set; then
1631 AC_CHECK_LIB(gssapi_krb5,gss_init_sec_context)
1634 AC_CHECK_LIB(des, des_cbc_encrypt,,
1635 AC_CHECK_LIB(des425, des_cbc_encrypt))
1636 AC_CHECK_LIB(krb, krb_get_cred,,
1637 AC_CHECK_LIB(krb4, krb_get_cred))
1640 if test "${with_kerberos5+set}" = set; then
1641 AC_CHECK_HEADERS(krb5.h)
1643 AC_CHECK_HEADERS(des.h,,
1644 AC_CHECK_HEADERS(kerberosIV/des.h,,
1645 AC_CHECK_HEADERS(kerberos/des.h)))
1646 AC_CHECK_HEADERS(krb.h,,
1647 AC_CHECK_HEADERS(kerberosIV/krb.h,,
1648 AC_CHECK_HEADERS(kerberos/krb.h)))
1650 AC_CHECK_HEADERS(com_err.h)
1653 if test "${with_gssapi+set}" = set; then
1654 AC_CHECK_LIB(gssapi, gss_init_sec_context)
1655 AC_CHECK_HEADERS(gssapi.h)
1658 # Solaris requires -lintl if you want strerror (which calls dgettext)
1659 # to return localized messages.
1660 AC_CHECK_LIB(intl, dgettext)
1662 AC_MSG_CHECKING(whether localtime caches TZ)
1663 AC_CACHE_VAL(emacs_cv_localtime_cache,
1664 [if test x$ac_cv_func_tzset = xyes; then
1665 AC_TRY_RUN([#include <time.h>
1667 # include <stdlib.h>
1669 extern char **environ;
1673 for (to = from = environ; (*to = *from); from++)
1674 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
1677 char TZ_GMT0[] = "TZ=GMT0";
1678 char TZ_PST8[] = "TZ=PST8";
1681 time_t now = time ((time_t *) 0);
1682 int hour_GMT0, hour_unset;
1683 if (putenv (TZ_GMT0) != 0)
1685 hour_GMT0 = localtime (&now)->tm_hour;
1687 hour_unset = localtime (&now)->tm_hour;
1688 if (putenv (TZ_PST8) != 0)
1690 if (localtime (&now)->tm_hour == hour_GMT0)
1693 if (localtime (&now)->tm_hour != hour_unset)
1696 }], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
1697 [# If we have tzset, assume the worst when cross-compiling.
1698 emacs_cv_localtime_cache=yes])
1700 # If we lack tzset, report that localtime does not cache TZ,
1701 # since we can't invalidate the cache if we don't have tzset.
1702 emacs_cv_localtime_cache=no
1704 AC_MSG_RESULT($emacs_cv_localtime_cache)
1705 if test $emacs_cv_localtime_cache = yes; then
1706 AC_DEFINE(LOCALTIME_CACHE)
1709 if test "x$HAVE_TIMEVAL" = xyes; then
1710 AC_CACHE_CHECK(whether gettimeofday can accept two arguments,
1711 emacs_cv_gettimeofday_two_arguments,
1713 #ifdef TIME_WITH_SYS_TIME
1714 #include <sys/time.h>
1717 #ifdef HAVE_SYS_TIME_H
1718 #include <sys/time.h>
1725 struct timeval time;
1726 struct timezone dummy;
1727 gettimeofday (&time, &dummy);
1729 emacs_cv_gettimeofday_two_arguments=yes,
1730 emacs_cv_gettimeofday_two_arguments=no))
1731 if test $emacs_cv_gettimeofday_two_arguments = no; then
1732 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)
1737 AC_CHECK_FUNC(socket, , ok_so_far=no)
1738 if test $ok_so_far = yes; then
1739 AC_CHECK_HEADER(netinet/in.h, , ok_so_far=no)
1741 if test $ok_so_far = yes; then
1742 AC_CHECK_HEADER(arpa/inet.h, , ok_so_far=no)
1744 if test $ok_so_far = yes; then
1745 AC_DEFINE(HAVE_INET_SOCKETS)
1748 if test -f /usr/lpp/X11/bin/smt.exp; then
1749 AC_DEFINE(HAVE_AIX_SMT_EXP)
1752 # Set up the CFLAGS for real compilation, so we can substitute it.
1753 CFLAGS="$REAL_CFLAGS"
1756 #### Find out which version of Emacs this is.
1757 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
1758 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
1759 changequote([, ])dnl
1760 if test x"${version}" = x; then
1761 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
1764 ### Specify what sort of things we'll be editing into Makefile and config.h.
1765 ### Use configuration here uncanonicalized to avoid exceeding size limits.
1767 AC_SUBST(configuration)
1771 AC_SUBST(exec_prefix)
1774 AC_SUBST(sharedstatedir)
1775 AC_SUBST(libexecdir)
1779 AC_SUBST(locallisppath)
1781 AC_SUBST(x_default_search_path)
1783 AC_SUBST(archlibdir)
1786 AC_SUBST(c_switch_system)
1787 AC_SUBST(c_switch_machine)
1788 AC_SUBST(LD_SWITCH_X_SITE)
1789 AC_SUBST(LD_SWITCH_X_SITE_AUX)
1790 AC_SUBST(C_SWITCH_X_SITE)
1792 AC_SUBST(X_TOOLKIT_TYPE)
1797 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}")
1798 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}")
1799 AC_DEFINE_UNQUOTED(config_machfile, "${machfile}")
1800 AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}")
1801 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
1802 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX})
1803 AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
1804 AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC})
1806 if test "${HAVE_X_WINDOWS}" = "yes" ; then
1807 AC_DEFINE(HAVE_X_WINDOWS)
1809 if test "${USE_X_TOOLKIT}" != "none" ; then
1810 AC_DEFINE(USE_X_TOOLKIT)
1812 if test "${HAVE_X11}" = "yes" ; then
1815 if test "${HAVE_XFREE386}" = "yes" ; then
1816 AC_DEFINE(HAVE_XFREE386)
1818 if test "${HAVE_MENUS}" = "yes" ; then
1819 AC_DEFINE(HAVE_MENUS)
1821 if test "${GNU_MALLOC}" = "yes" ; then
1822 AC_DEFINE(GNU_MALLOC)
1824 if test "${REL_ALLOC}" = "yes" ; then
1825 AC_DEFINE(REL_ALLOC)
1827 if test "${LISP_FLOAT_TYPE}" = "yes" ; then
1828 AC_DEFINE(LISP_FLOAT_TYPE)
1831 #### Report on what we decided to do.
1833 Configured for \`${canonical}'.
1835 Where should the build process find the source code? ${srcdir}
1836 What operating system and machine description files should Emacs use?
1837 \`${opsysfile}' and \`${machfile}'
1838 What compiler should emacs be built with? ${CC} ${CFLAGS}
1839 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
1840 Should Emacs use the relocating allocator for buffers? ${REL_ALLOC}
1841 What window system should Emacs use? ${window_system}
1842 What toolkit should Emacs use? ${USE_X_TOOLKIT}"
1844 if test -n "${x_includes}"; then
1845 echo " Where do we find X Windows header files? ${x_includes}"
1847 echo " Where do we find X Windows header files? Standard dirs"
1849 if test -n "${x_libraries}"; then
1850 echo " Where do we find X Windows libraries? ${x_libraries}"
1852 echo " Where do we find X Windows libraries? Standard dirs"
1857 # Remove any trailing slashes in these variables.
1859 test "${prefix}" != NONE &&
1860 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
1861 test "${exec_prefix}" != NONE &&
1862 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
1863 changequote([, ])dnl
1865 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
1866 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
1869 ### Make the necessary directories, if they don't exist.
1870 for dir in cpp etc lisp ; do
1871 test -d ${dir} || mkdir ${dir}
1874 # Build src/Makefile from ${srcdir}/src/Makefile.c
1875 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c
1876 # This must be done after src/config.h is built, since we rely on that file.
1878 changequote(, )dnl The horror, the horror.
1879 # Now get this: Some word that is part of the ${srcdir} directory name
1880 # or the ${configuration} value might, just might, happen to be an
1881 # identifier like `sun4' or `i386' or something, and be predefined by
1882 # the C preprocessor to some helpful value like 1, or maybe the empty
1883 # string. Needless to say consequent macro substitutions are less
1884 # than conducive to the makefile finding the correct directory.
1885 undefs="`echo $top_srcdir $configuration $canonical |
1886 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
1887 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
1889 changequote([, ])dnl
1891 echo creating src/paths.h
1894 echo creating lib-src/Makefile
1896 rm -f junk.c junk1.c junk2.c
1897 sed -e '/start of cpp stuff/q' \
1898 < Makefile.c > junk1.c
1899 sed -e '1,/start of cpp stuff/d'\
1900 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
1901 < Makefile.c > junk.c
1902 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1903 sed -e 's/^ / /' -e '/^#/d' -e '/^[
\f]*$/d' > junk2.c
1904 cat junk1.c junk2.c > Makefile.new
1905 rm -f junk.c junk1.c junk2.c
1906 chmod 444 Makefile.new
1907 mv -f Makefile.new Makefile
1910 echo creating src/Makefile
1912 rm -f junk.c junk1.c junk2.c
1913 sed -e '/start of cpp stuff/q' \
1914 < Makefile.c > junk1.c
1915 sed -e '1,/start of cpp stuff/d'\
1916 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
1917 < Makefile.c > junk.c
1918 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1919 sed -e 's/^ / /' -e '/^#/d' -e '/^[
\f]*$/d' > junk2.c
1920 cat junk1.c junk2.c > Makefile.new
1921 rm -f junk.c junk1.c junk2.c
1922 chmod 444 Makefile.new
1923 mv -f Makefile.new Makefile
1926 if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then
1927 echo creating src/.gdbinit
1928 echo source $top_srcdir/src/.gdbinit > src/.gdbinit
1931 # This is how we know whether to re-run configure in certain cases.
1932 touch src/config.stamp
1934 ], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])