(dos_menubar_clock_displayed): New variable.
[bpt/emacs.git] / configure1.in
CommitLineData
fa97f756 1dnl This is an autoconf script.
8fc40e80
JB
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
65d0cca4 4dnl in the directory containing this script.
de5d70c1 5[#!/bin/sh
0c22fbca 6#### Configuration script for GNU Emacs
5dd53b99 7#### Copyright (C) 1992, 1994 Free Software Foundation, Inc.
65d0cca4 8#### This script requires autoconf version 1.9 or later.
0c22fbca 9
8fc40e80
JB
10### Don't edit this script!
11### This script was automatically generated by the `autoconf' program
12### from the file `./configure.in'.
13### To rebuild it, execute the command
14### autoconf
65d0cca4 15### in the this directory.
8fc40e80 16
0c22fbca
JB
17### This file is part of GNU Emacs.
18
19### GNU Emacs is free software; you can redistribute it and/or modify
20### it under the terms of the GNU General Public License as published by
5dd53b99 21### the Free Software Foundation; either version 2, or (at your option)
0c22fbca
JB
22### any later version.
23
24### GNU Emacs is distributed in the hope that it will be useful,
25### but WITHOUT ANY WARRANTY; without even the implied warranty of
26### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27### GNU General Public License for more details.
28
29### You should have received a copy of the GNU General Public License
30### along with GNU Emacs; see the file COPYING. If not, write to
31### the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
32
7d99494c
JB
33### Since Emacs has configuration requirements that autoconf can't
34### meet, this file is an unholy marriage of custom-baked
44ee550f 35### configuration code and autoconf macros.
7d99494c
JB
36###
37### We use the m4 quoting characters [ ] (as established by the
38### autoconf system) to include large sections of raw sewage - Oops, I
39### mean, shell code - in the final configuration script.
0c22fbca
JB
40###
41### Usage: configure config_name
42###
43### If configure succeeds, it leaves its status in config.status.
44### If configure fails after disturbing the status quo,
45### config.status is removed.
0c22fbca 46
3647c171
JB
47### Remove any more than one leading "." element from the path name.
48### If we don't remove them, then another "./" will be prepended to
49### the file name each time we use config.status, and the program name
50### will get larger and larger. This wouldn't be a problem, except
51### that since progname gets recorded in all the Makefiles this script
52### produces, move-if-change thinks they're different when they're
53### not.
0c22fbca
JB
54###
55### It would be nice if we could put the ./ in a \( \) group and then
56### apply the * operator to that, so we remove as many leading ./././'s
57### as are present, but some seds (like Ultrix's sed) don't allow you to
58### apply * to a \( \) group. Bleah.
3647c171 59progname="`echo $0 | sed 's:^\./\./:\./:'`"
ca1d1d23 60
ca1d1d23 61
cedb6c1b
BF
62### Establish some default values.
63run_in_place=
64single_tree=
65prefix='/usr/local'
66exec_prefix='${prefix}'
67bindir='${exec_prefix}/bin'
7c5b0243
RS
68datadir='${prefix}/share'
69sharedstatedir='${prefix}/com'
70libexecdir='${exec_prefix}/libexec'
cedb6c1b
BF
71mandir='${prefix}/man/man1'
72infodir='${prefix}/info'
73lispdir='${datadir}/emacs/${version}/lisp'
74locallisppath='${datadir}/emacs/site-lisp'
75lisppath='${locallisppath}:${lispdir}'
76etcdir='${datadir}/emacs/${version}/etc'
7c5b0243
RS
77lockdir='${sharedstatedir}/emacs/lock'
78archlibdir='${libexecdir}/emacs/${version}/${configuration}'
080d8166 79docdir='${datadir}/emacs/${version}/etc'
cedb6c1b 80
1c4ce111
RS
81# On Sun systems, people sometimes set up the variable CPP
82# with a value that is a directory, not an executable at all.
83# Detect that case, and ignore that value.
84if [ "x$CPP" != x ] && [ -d "$CPP" ];
85then
86 CPP=
87fi
88
cedb6c1b
BF
89# We cannot use this variable in the case statement below, because many
90# /bin/sh's have broken semantics for "case". Unfortunately, you must
91# actually edit the clause itself.
7c5b0243
RS
92# path_options="prefix | exec_prefix | bindir | libexecdir | etcdir | datadir"
93# path_options="$path_options | archlibdir | sharedstatedir | mandir | infodir"
cedb6c1b
BF
94# path_options="$path_options | lispdir | lockdir | lisppath | locallisppath"
95
0c22fbca
JB
96#### Usage messages.
97
ae6756a2 98short_usage="Usage: ${progname} CONFIGURATION [-OPTION[=VALUE] ...]
8509d50c 99
ca1d1d23 100Set compilation and installation parameters for GNU Emacs, and report.
8509d50c 101CONFIGURATION specifies the machine and operating system to build for.
ae6756a2 102--with-x Support the X Window System.
b735d4b3 103--with-x=no Don't support X.
7bf2b51a
PR
104--with-x-toolkit=yes Use the X toolkit. Default to Lucid/Athena widgets.
105--with-x-toolkit=athena Use the X toolkit with Athena widgets.
106--with-x-toolkit=lucid Use the X toolkit with Lucid widgets.
107--with-x-toolkit=motif Use the X toolkit with Motif widgets.
1c4ce111 108--with-x-toolkit=no Don't use an X toolkit.
ae6756a2
JB
109--with-gcc Use GCC to compile Emacs.
110--with-gcc=no Don't use GCC to compile Emacs.
1c4ce111
RS
111--x-includes=DIR Search for X header files in DIR.
112--x-libraries=DIR Search for X libraries in DIR.
ae6756a2
JB
113--run-in-place Use libraries and data files directly out of the
114 source tree.
cedb6c1b
BF
115--single-tree=DIR Has the effect of creating a directory tree at DIR
116 which looks like:
117 .../DIR/bin/CONFIGNAME (emacs, etags, etc.)
118 .../DIR/bin/CONFIGNAME/etc (movemail, etc.)
119 .../DIR/common/lisp (emacs' lisp files)
120 .../DIR/common/site-lisp (local lisp files)
121 .../DIR/common/lib (DOC, TUTORIAL, etc.)
122 .../DIR/common/lock (lockfiles)
123--srcdir=DIR Look for the Emacs source files in DIR.
124--prefix=DIR Install files below DIR. Defaults to \`${prefix}'.
125
126You may also specify any of the \`path' variables found in Makefile.in,
7c5b0243 127including --bindir, --libexecdir, --etcdir, --infodir, and so on. This allows
cedb6c1b 128you to override a single default location when configuring.
0c22fbca 129
ca1d1d23 130If successful, ${progname} leaves its status in config.status. If
0c22fbca
JB
131unsuccessful after disturbing the status quo, it removes config.status."
132
133
134#### Option processing.
ca1d1d23 135
0c22fbca 136### Record all the arguments, so we can save them in config.status.
20d9a863 137arguments="$@"
e065a56e 138
6703f6cd
BF
139### Shell Magic: Quote the quoted arguments in ARGUMENTS. At a later date,
140### in order to get the arguments back in $@, we have to do an
141### `eval set x "$quoted_arguments"; shift'.
142quoted_arguments=
143for i in "$@"; do
144 quoted_arguments="$quoted_arguments '$i'"
145done
146
3517b2e9
JB
147### Don't use shift -- that destroys the argument list, which autoconf needs
148### to produce config.status. It turns out that "set - ${arguments}" doesn't
149### work portably.
6703f6cd
BF
150### However, it also turns out that many shells cannot expand ${10} at all.
151### So using an index variable doesn't work either. It is possible to use
152### some shell magic to make 'set x "$arguments"; shift' work portably.
f9328e98 153config_options="$*"
6703f6cd
BF
154while [ $# != 0 ]; do
155 arg="$1"; shift
ca1d1d23 156 case "${arg}" in
0c22fbca
JB
157
158 ## Anything starting with a hyphen we assume is an option.
159 -* )
0c22fbca 160 ## Separate the switch name from the value it's being given.
ca1d1d23 161 case "${arg}" in
2c44309a 162 -*=*)
20d9a863 163 opt=`echo ${arg} | sed 's:^-*\([^=]*\)=.*$:\1:'`
2c44309a 164 val=`echo ${arg} | sed 's:^-*[^=]*=\(.*\)$:\1:'`
ca1d1d23
JB
165 valomitted=no
166 ;;
2c44309a 167 -*)
0c22fbca
JB
168 ## If FOO is a boolean argument, --FOO is equivalent to
169 ## --FOO=yes. Otherwise, the value comes from the next
170 ## argument - see below.
c0b2f23c 171 opt=`echo ${arg} | sed 's:^-*::'`
ca1d1d23
JB
172 val="yes"
173 valomitted=yes
174 ;;
175 esac
176
0c22fbca 177 ## Change `-' in the option name to `_'.
b0209e18 178 optname="${opt}"
20d9a863
JB
179 opt="`echo ${opt} | tr - _`"
180
0c22fbca
JB
181 ## Process the option.
182 case "${opt}" in
ca1d1d23 183
0c22fbca
JB
184 ## Has the user specified which window systems they want to support?
185 "with_x" | "with_x11" | "with_x10" )
186 ## Make sure the value given was either "yes" or "no".
ca1d1d23
JB
187 case "${val}" in
188 y | ye | yes ) val=yes ;;
189 n | no ) val=no ;;
190 * )
b0209e18 191 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
0c22fbca
JB
192Set it to either \`yes' or \`no'."
193 echo "${short_usage}") >&2
ca1d1d23
JB
194 exit 1
195 ;;
196 esac
0c22fbca 197 eval "${opt}=\"${val}\""
ca1d1d23 198 ;;
0c22fbca 199
1c4ce111
RS
200 ## Has the user specified which toolkit they want to support?
201 "with_x_toolkit" )
1c4ce111
RS
202 case "${val}" in
203 y | ye | yes ) val=athena ;;
204 n | no ) val=no ;;
205 l | lu | luc | luci | lucid ) val=lucid ;;
206 a | at | ath | athe | athena ) val=athena ;;
7bf2b51a 207 m | mo | mot | moti | motif ) val=motif ;;
0de5246d 208# These don't currently work.
0de5246d
RS
209# o | op | ope | open | open- | open-l | open-lo \
210# | open-loo | open-look ) val=open-look ;;
1c4ce111 211 * )
0de5246d
RS
212 (
213#echo "${progname}: the \`--${optname}' option is supposed to have a value
214#which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'."
215echo "${progname}: the \`--${optname}' option is supposed to have a value
7bf2b51a 216which is \`yes', \`no', \`lucid', \`athena', or \`motif'.
6a66e3be 217Currently, \`yes', \`athena' and \`lucid' are synonyms."
1c4ce111
RS
218 echo "${short_usage}") >&2
219 exit 1
220 ;;
221 esac
222 eval "${opt}=\"${val}\""
223 ;;
224
1bba56f6 225 ## Has the user specified whether or not they want GCC?
b735d4b3 226 "with_gcc" | "with_gnu_cc" )
1bba56f6
JB
227 ## Make sure the value given was either "yes" or "no".
228 case "${val}" in
229 y | ye | yes ) val=yes ;;
230 n | no ) val=no ;;
231 * )
b0209e18 232 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
1bba56f6
JB
233Set it to either \`yes' or \`no'."
234 echo "${short_usage}") >&2
235 exit 1
236 ;;
237 esac
238 eval "${opt}=\"${val}\""
239 ;;
240
0c22fbca
JB
241 ## Has the user specified a source directory?
242 "srcdir" )
243 ## If the value was omitted, get it from the next argument.
ca1d1d23 244 if [ "${valomitted}" = "yes" ]; then
0c22fbca 245 ## Get the next argument from the argument list, if there is one.
6703f6cd 246 if [ $# = 0 ]; then
b0209e18
JB
247 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
248 \`--${optname}=FOO'."
0c22fbca 249 echo "${short_usage}") >&2
4746118a
JB
250 exit 1
251 fi
1052acbf 252 val="$1"; shift
ca1d1d23 253 fi
0c22fbca
JB
254 srcdir="${val}"
255 ;;
256
9c7a7556
JB
257 ## Has the user tried to tell us where the X files are?
258 ## I think these are dopey, but no less than three alpha
259 ## testers, at large sites, have said they have their X files
260 ## installed in odd places.
b0209e18 261 "x_includes" )
9c7a7556
JB
262 ## If the value was omitted, get it from the next argument.
263 if [ "${valomitted}" = "yes" ]; then
264 ## Get the next argument from the argument list, if there is one.
6703f6cd 265 if [ $# = 0 ]; then
b0209e18 266 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
cedb6c1b 267 \`--${optname}=/usr/local/X11/include'."
9c7a7556
JB
268 echo "${short_usage}") >&2
269 exit 1
270 fi
6703f6cd 271 val="$1"; shift
9c7a7556
JB
272 fi
273 x_includes="${val}"
9c7a7556 274 ;;
b0209e18 275 "x_libraries" )
9c7a7556
JB
276 ## If the value was omitted, get it from the next argument.
277 if [ "${valomitted}" = "yes" ]; then
278 ## Get the next argument from the argument list, if there is one.
6703f6cd 279 if [ $# = 0 ]; then
b0209e18 280 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
cedb6c1b 281 \`--${optname}=/usr/local/X11/lib'."
9c7a7556
JB
282 echo "${short_usage}") >&2
283 exit 1
284 fi
6703f6cd 285 val="$1"; shift
9c7a7556
JB
286 fi
287 x_libraries="${val}"
9c7a7556
JB
288 ;;
289
376b3ec2 290 ## Should this use the "development" file organization?
c5f67786 291 "run_in_place" )
cedb6c1b
BF
292 single_tree=
293 run_in_place=1
c5f67786
JB
294 ;;
295
376b3ec2 296 ## Should this use the "single tree" file organization?
1052acbf
BF
297 "single_tree" )
298 run_in_place=
299 single_tree=1
300 ;;
301
cedb6c1b 302 ## Has the user specified one of the path options?
7c5b0243
RS
303 prefix | exec_prefix | bindir | libexecdir | etcdir | datadir | \
304 archlibdir | sharedstatedir | mandir | infodir | lispdir | lockdir | \
109ebdd4 305 lisppath | locallisppath | docdir )
cedb6c1b
BF
306 ## If the value was omitted, get it from the next argument.
307 if [ "${valomitted}" = "yes" ]; then
6703f6cd 308 if [ $# = 0 ]; then
cedb6c1b
BF
309 (echo \
310"$progname: You must give a value for the \`--${optname}' option,";
311 echo \
312"as in \`--${optname}=`eval echo '$'$optname`.'"
313 echo "$short_usage") >&2
314 exit 1
315 fi
6703f6cd 316 val="$1"; shift
cedb6c1b 317 fi
6703f6cd
BF
318 eval "${opt}=\"${val}\""
319 eval "${opt}_specified=1"
cedb6c1b 320 ;;
86ddcc58 321
d02e05d1
JB
322 ## Verbose flag, tested by autoconf macros.
323 "verbose" )
324 verbose=yes
325 ;;
326
0c22fbca
JB
327 ## Has the user asked for some help?
328 "usage" | "help" )
1c0feb67
RS
329 if [ "x$PAGER" = x ]
330 then
331 echo "${short_usage}" | more
332 else
333 echo "${short_usage}" | $PAGER
334 fi
0c22fbca
JB
335 exit
336 ;;
ca1d1d23 337
0c22fbca
JB
338 ## We ignore all other options silently.
339 esac
ca1d1d23 340 ;;
0c22fbca
JB
341
342 ## Anything not starting with a hyphen we assume is a
343 ## configuration name.
ca1d1d23 344 *)
8509d50c 345 configuration=${arg}
ca1d1d23 346 ;;
0c22fbca 347
ca1d1d23
JB
348 esac
349done
350
6703f6cd
BF
351### Get the arguments back. See the diatribe on Shell Magic above.
352eval set x "$quoted_arguments"; shift
353
8509d50c 354if [ "${configuration}" = "" ]; then
334e7c23
JB
355 echo '- You did not tell me what kind of host system you want to configure.
356- I will attempt to guess the kind of system this is.' 1>&2
357 guesssys=`echo ${progname} | sed 's/configure$/config.guess/'`
358 if configuration=`${guesssys}` ; then
359 echo "- Looks like this is a ${configuration}" 1>&2
360 else
361 echo '- Failed to guess the system type. You need to tell me.' 1>&2
8428ef44 362 echo "${short_usage}" >&2
334e7c23
JB
363 exit 1
364 fi
0c22fbca
JB
365fi
366
0c22fbca
JB
367#### Decide where the source is.
368case "${srcdir}" in
369
e94740ce 370 ## If it's not specified, see if `.' or `..' might work.
0c22fbca 371 "" )
2e694846
JB
372 confdir=`echo $0 | sed 's|//|/|' | sed 's|/[^/]*$||'`
373 if [ -f $confdir/src/lisp.h -a -f $confdir/lisp/version.el ]; then
0871bc22 374 srcdir="${confdir}"
e94740ce 375 else
2e694846 376 if [ -f "./src/lisp.h" -a -f "./lisp/version.el" ]; then
426460bf 377 srcdir='.'
e94740ce 378 else
2e694846 379 if [ -f "../src/lisp.h" -a -f "../lisp/version.el" ]; then
426460bf 380 srcdir='..'
2e694846
JB
381 else
382 (echo "\
e94740ce
JB
383${progname}: Neither the current directory nor its parent seem to
384contain the Emacs sources. If you do not want to build Emacs in its
385source tree, you should run \`${progname}' in the directory in which
386you wish to build Emacs, using its \`--srcdir' option to say where the
387sources may be found."
2e694846
JB
388 echo "${short_usage}") >&2
389 exit 1
390 fi
e94740ce
JB
391 fi
392 fi
0c22fbca
JB
393 ;;
394
e94740ce 395 ## Otherwise, check if the directory they specified is okay.
0c22fbca 396 * )
e94740ce
JB
397 if [ ! -d "${srcdir}" -o ! -f "${srcdir}/src/lisp.h" -o ! -f "${srcdir}/lisp/version.el" ]; then
398 (echo "\
399${progname}: The directory specified with the \`--srcdir' option,
400\`${srcdir}', doesn't seem to contain the Emacs sources. You should
401either run the \`${progname}' script at the top of the Emacs source
402tree, or use the \`--srcdir' option to specify where the Emacs sources
403are."
0c22fbca
JB
404 echo "${short_usage}") >&2
405 exit 1
406 fi
407 ;;
0871bc22 408esac
0c22fbca 409
0871bc22
JB
410#### Make srcdir absolute, if it isn't already. It's important to
411#### avoid running the path through pwd unnecessary, since pwd can
412#### give you automounter prefixes, which can go away.
413case "${srcdir}" in
414 /* ) ;;
c9ed10f6
JB
415 . )
416 ## We may be able to use the $PWD environment variable to make this
417 ## absolute. But sometimes PWD is inaccurate.
dce3d8a9 418 if [ "${PWD}" != "" ] && [ "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ] ; then
c9ed10f6
JB
419 srcdir="$PWD"
420 else
421 srcdir="`(cd ${srcdir}; pwd)`"
1d488950 422 fi
c9ed10f6 423 ;;
0871bc22 424 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
0c22fbca
JB
425esac
426
13595f8b
DM
427### Remove trailing slashes.
428srcdir=`echo "${srcdir}" | sed 's,\([^/]\)/*$,\1,'`
429
acd399a1
RM
430#### Check if the source directory already has a configured system in it.
431if [ `pwd` != `(cd ${srcdir} && pwd)` ] \
432 && [ -f "${srcdir}/src/config.h" ] ; then
433 (echo "${progname}: WARNING: The directory tree \`${srcdir}' is being used"
434 echo " as a build directory right now; it has been configured in its own"
435 echo " right. To configure in another directory as well, you MUST"
436 echo " use GNU make. If you do not have GNU make, then you must"
437 echo " now do \`make distclean' in ${srcdir},"
438 echo " and then run ${progname} again.") >&2
91675811
RM
439 extrasub='/^VPATH[ ]*=/c\
440vpath %.c $(srcdir)\
441vpath %.h $(srcdir)\
eb8a344d
RM
442vpath %.y $(srcdir)\
443vpath %.l $(srcdir)\
444vpath %.s $(srcdir)\
91675811 445vpath %.in $(srcdir)'
acd399a1 446fi
acd399a1 447
0c22fbca 448### Make the necessary directories, if they don't exist.
1c4ce111 449for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do
30945baf
JB
450 if [ ! -d ${dir} ]; then
451 mkdir ${dir}
452 fi
453done
0c22fbca
JB
454
455#### Given the configuration name, set machfile and opsysfile to the
456#### names of the m/*.h and s/*.h files we should use.
457
458### Canonicalize the configuration name.
e9ba01ff 459echo "Checking the configuration name"
279271ba 460if canonical=`${srcdir}/config.sub "${configuration}"` ; then : ; else
8509d50c
JB
461 exit $?
462fi
20d9a863 463
3647c171
JB
464### If you add support for a new configuration, add code to this
465### switch statement to recognize your configuration name and select
466### the appropriate operating system and machine description files.
467
8509d50c
JB
468### You would hope that you could choose an m/*.h file pretty much
469### based on the machine portion of the configuration name, and an s-
470### file based on the operating system portion. However, it turns out
471### that each m/*.h file is pretty manufacturer-specific - for
472### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
473### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
474### machines. So we basically have to have a special case for each
475### configuration name.
3647c171 476###
8509d50c
JB
477### As far as handling version numbers on operating systems is
478### concerned, make sure things will fail in a fixable way. If
479### /etc/MACHINES doesn't say anything about version numbers, be
480### prepared to handle anything reasonably. If version numbers
481### matter, be sure /etc/MACHINES says something about it.
3647c171
JB
482###
483### Eric Raymond says we should accept strings like "sysvr4" to mean
484### "System V Release 4"; he writes, "The old convention encouraged
485### confusion between `system' and `release' levels'."
486
8509d50c 487machine='' opsys='' unported='false'
279271ba 488case "${canonical}" in
8509d50c 489
8c044644
CH
490 ## NetBSD ports
491 *-*-netbsd* )
492 opsys=netbsd
493 case "${canonical}" in
422450b9 494 i[345]86-*-netbsd*) machine=intel386 ;;
e2b721b7
CH
495 m68k-*-netbsd*)
496 # This is somewhat bogus.
8c044644 497 machine=hp9000s300 ;;
e2b721b7
CH
498 mips-*-netbsd*) machine=pmax ;;
499 ns32k-*-netbsd*) machine=ns32000 ;;
500 sparc-*-netbsd*) machine=sparc ;;
8c044644
CH
501 esac
502 ;;
503
c5417c91
RS
504 ## Acorn RISCiX:
505 arm-acorn-riscix1.1* )
f3b0152b 506 machine=acorn opsys=riscix1-1
c5417c91
RS
507 ;;
508 arm-acorn-riscix1.2* | arm-acorn-riscix )
f3b0152b 509 machine=acorn opsys=riscix1-2
c5417c91
RS
510 ;;
511
8509d50c 512 ## Alliant machines
20d9a863
JB
513 ## Strictly speaking, we need the version of the alliant operating
514 ## system to choose the right machine file, but currently the
515 ## configuration name doesn't tell us enough to choose the right
516 ## one; we need to give alliants their own operating system name to
517 ## do this right. When someone cares, they can help us.
518 fx80-alliant-* )
8509d50c 519 machine=alliant4 opsys=bsd4-2
20d9a863
JB
520 ;;
521 i860-alliant-* )
8509d50c 522 machine=alliant-2800 opsys=bsd4-3
20d9a863 523 ;;
ca1d1d23 524
eee2204a
RS
525 alpha-dec-osf* )
526 machine=alpha opsys=osf1
527 ;;
528
8509d50c
JB
529 ## Altos 3068
530 m68*-altos-sysv* )
531 machine=altos opsys=usg5-2
20d9a863 532 ;;
8509d50c
JB
533
534 ## Amdahl UTS
535 580-amdahl-sysv* )
536 machine=amdahl opsys=usg5-2-2
20d9a863 537 ;;
ca1d1d23 538
8509d50c
JB
539 ## Appallings - I mean, Apollos - running Domain
540 m68*-apollo* )
e4474817 541 machine=apollo opsys=bsd4-2
20d9a863 542 ;;
8509d50c
JB
543
544 ## AT&T 3b2, 3b5, 3b15, 3b20
545 we32k-att-sysv* )
546 machine=att3b opsys=usg5-2-2
547 ;;
548
549 ## AT&T 3b1 - The Mighty Unix PC!
550 m68*-att-sysv* )
551 machine=7300 opsys=usg5-2-2
552 ;;
553
f9b9f71b
FP
554 ## Bull dpx20
555 rs6000-bull-bosx* )
556 machine=ibmrs6000 opsys=aix3-2
557 ;;
558
6ec1f458
JB
559 ## Bull dpx2
560 m68*-bull-sysv3* )
561 machine=dpx2 opsys=usg5-3
562 ;;
563
8509d50c 564 ## Bull sps7
6ec1f458 565 m68*-bull-sysv2* )
8509d50c 566 machine=sps7 opsys=usg5-2
20d9a863 567 ;;
8509d50c
JB
568
569 ## CCI 5/32, 6/32 -- see "Tahoe".
570
571 ## Celerity
572 ## I don't know what configuration name to use for this; config.sub
573 ## doesn't seem to know anything about it. Hey, Celerity users, get
574 ## in touch with us!
575 celerity-celerity-bsd* )
576 machine=celerity opsys=bsd4-2
577 ;;
578
579 ## Clipper
580 ## What operating systems does this chip run that Emacs has been
581 ## tested on?
582 clipper-* )
583 machine=clipper
584 ## We'll use the catch-all code at the bottom to guess the
585 ## operating system.
586 ;;
587
588 ## Convex
0c287afb 589 *-convex-bsd* | *-convex-convexos* )
8509d50c 590 machine=convex opsys=bsd4-3
2c205270
RS
591 ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov
592 NON_GNU_CPP="cc -E -P"
8509d50c
JB
593 ;;
594
595 ## Cubix QBx/386
422450b9 596 i[345]86-cubix-sysv* )
8509d50c
JB
597 machine=intel386 opsys=usg5-3
598 ;;
599
600 ## Cydra 5
601 cydra*-cydrome-sysv* )
602 machine=cydra5 opsys=usg5-3
603 ;;
604
b86d694e 605 ## Data General AViiON Machines
39178e9e
RS
606 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
607 machine=aviion opsys=dgux5-4r3
677159d6 608 ;;
39178e9e
RS
609 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
610 machine=aviion opsys=dgux5-4r2
677159d6 611 ;;
b86d694e
JB
612 m88k-dg-dgux* )
613 machine=aviion opsys=dgux
614 ;;
615
8509d50c 616 ## DECstations
1c0feb67 617 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
8509d50c
JB
618 machine=pmax opsys=bsd4-2
619 ;;
620 mips-dec-ultrix* | mips-dec-bsd* )
621 machine=pmax opsys=bsd4-3
622 ;;
623 mips-dec-osf* )
624 machine=pmax opsys=osf1
625 ;;
626
627 ## Motorola Delta machines
98f5cfc3 628 m68k-motorola-sysv* | m68000-motorola-sysv* )
8509d50c 629 machine=delta opsys=usg5-3
764b979b
RS
630 if [ -z "`type gnucc | grep 'not found'`" ]
631 then CC=gnucc
632 else
633 if [ -z "`type gcc | grep 'not found'`" ]
634 then CC=gcc
635 else CC=cc
636 fi
637 fi
8509d50c 638 ;;
ac0e6f3b
JB
639 m88k-motorola-sysv4* )
640 machine=delta88k opsys=usg5-4
641 ;;
8509d50c
JB
642 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
643 machine=delta88k opsys=usg5-3
644 ;;
645
646 ## Dual machines
647 m68*-dual-sysv* )
648 machine=dual opsys=usg5-2
649 ;;
650 m68*-dual-uniplus* )
651 machine=dual opsys=unipl5-2
652 ;;
653
654 ## Elxsi 6400
655 elxsi-elxsi-sysv* )
656 machine=elxsi opsys=usg5-2
657 ;;
658
659 ## Encore machines
660 ns16k-encore-bsd* )
661 machine=ns16000 opsys=umax
662 ;;
663
664 ## The GEC 93 - apparently, this port isn't really finished yet.
665
666 ## Gould Power Node and NP1
1c0feb67 667 pn-gould-bsd4.2* )
8509d50c
JB
668 machine=gould opsys=bsd4-2
669 ;;
1c0feb67 670 pn-gould-bsd4.3* )
8509d50c
JB
671 machine=gould opsys=bsd4-3
672 ;;
673 np1-gould-bsd* )
674 machine=gould-np1 opsys=bsd4-3
675 ;;
676
d8e16cd2
RS
677 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
678 ## as far as Emacs is concerned).
679 m88k-harris-cxux* )
680 # Build needs to be different on 7.0 and later releases
681 case "`uname -r`" in
682 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
683 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
684 esac
685 ;;
686 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
687 m68k-harris-cxux* )
688 machine=nh3000 opsys=cxux
689 ;;
690
8509d50c
JB
691 ## Honeywell XPS100
692 xps*-honeywell-sysv* )
693 machine=xps100 opsys=usg5-2
694 ;;
695
696 ## HP 9000 series 200 or 300
697 m68*-hp-bsd* )
698 machine=hp9000s300 opsys=bsd4-3
699 ;;
d69d8d1e 700 ## HP/UX 7, 8 and 9 are supported on these machines.
20d9a863 701 m68*-hp-hpux* )
d69d8d1e 702 case "`uname -r`" in
1c0feb67
RS
703 ## Someone's system reports A.B8.05 for this.
704 ## I wonder what other possibilities there are.
705 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
d69d8d1e
JB
706 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
707 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
708 *) machine=hp9000s300 opsys=hpux ;;
709 esac
20d9a863 710 ;;
ca1d1d23 711
c55f453b 712 ## HP 9000 series 700 and 800, running HP/UX
ea2c2e02 713 hppa*-hp-hpux7* )
280ec6c2 714 machine=hp800 opsys=hpux
c55f453b 715 ;;
ea2c2e02 716 hppa*-hp-hpux8* )
280ec6c2 717 machine=hp800 opsys=hpux8
c55f453b 718 ;;
d3da379e
RS
719 hppa*-hp-hpux9shr* )
720 machine=hp800 opsys=hpux9shr
721 ;;
65d0cca4
RS
722 hppa*-hp-hpux9* )
723 machine=hp800 opsys=hpux9
724 ;;
ea2c2e02
JB
725
726 ## HP 9000 series 700 and 800, running HP/UX
c55f453b
JB
727 hppa*-hp-hpux* )
728 ## Cross-compilation? Nah!
252c8b3b 729 case "`uname -r`" in
1c0feb67
RS
730 ## Someone's system reports A.B8.05 for this.
731 ## I wonder what other possibilities there are.
280ec6c2
RS
732 *.B8.* ) machine=hp800 opsys=hpux8 ;;
733 *.08.* ) machine=hp800 opsys=hpux8 ;;
734 *.09.* ) machine=hp800 opsys=hpux9 ;;
735 *) machine=hp800 opsys=hpux ;;
c55f453b 736 esac
8509d50c
JB
737 ;;
738
739 ## Orion machines
740 orion-orion-bsd* )
741 machine=orion opsys=bsd4-2
742 ;;
743 clipper-orion-bsd* )
744 machine=orion105 opsys=bsd4-2
745 ;;
746
747 ## IBM machines
422450b9 748 i[345]86-ibm-aix1.1* )
8509d50c
JB
749 machine=ibmps2-aix opsys=usg5-2-2
750 ;;
422450b9 751 i[345]86-ibm-aix1.[23]* | i[345]86-ibm-aix* )
8509d50c
JB
752 machine=ibmps2-aix opsys=usg5-3
753 ;;
d5aac16a
RS
754 i370-ibm-aix*)
755 machine=ibm370aix opsys=usg5-3
756 ;;
1174421c 757 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
8509d50c
JB
758 machine=ibmrs6000 opsys=aix3-1
759 ;;
1174421c 760 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
a69c774b
KH
761 machine=ibmrs6000 opsys=aix3-2-5
762 ;;
1174421c 763 rs6000-ibm-aix* | powerpc-ibm-aix* )
17a624d1
JB
764 machine=ibmrs6000 opsys=aix3-2
765 ;;
1c0feb67 766 romp-ibm-bsd4.3* )
d20c62bf
RS
767 machine=ibmrt opsys=bsd4-3
768 ;;
1c0feb67 769 romp-ibm-bsd4.2* )
d20c62bf
RS
770 machine=ibmrt opsys=bsd4-2
771 ;;
1c0feb67 772 romp-ibm-aos4.3* )
d20c62bf
RS
773 machine=ibmrt opsys=bsd4-3
774 ;;
1c0feb67 775 romp-ibm-aos4.2* )
8509d50c
JB
776 machine=ibmrt opsys=bsd4-2
777 ;;
d20c62bf
RS
778 romp-ibm-aos* )
779 machine=ibmrt opsys=bsd4-3
780 ;;
781 romp-ibm-bsd* )
782 machine=ibmrt opsys=bsd4-3
783 ;;
8509d50c
JB
784 romp-ibm-aix* )
785 machine=ibmrt-aix opsys=usg5-2-2
786 ;;
787
788 ## Integrated Solutions `Optimum V'
1c0feb67 789 m68*-isi-bsd4.2* )
8509d50c
JB
790 machine=isi-ov opsys=bsd4-2
791 ;;
1c0feb67 792 m68*-isi-bsd4.3* )
8509d50c
JB
793 machine=isi-ov opsys=bsd4-3
794 ;;
795
796 ## Intel 386 machines where we do care about the manufacturer
422450b9 797 i[345]86-intsys-sysv* )
8509d50c
JB
798 machine=is386 opsys=usg5-2-2
799 ;;
6992e6b7
RS
800
801 ## Prime EXL
422450b9 802 i[345]86-prime-sysv* )
6992e6b7
RS
803 machine=i386 opsys=usg5-3
804 ;;
805
a66d4bd3 806 ## Sequent Symmetry running Dynix
422450b9 807 i[345]86-sequent-bsd* )
6992e6b7
RS
808 machine=symmetry opsys=bsd4-3
809 ;;
810
a66d4bd3
RS
811 ## Sequent Symmetry running DYNIX/ptx
812 ## Use the old cpp rather than the newer ANSI one.
813 i[345]86-sequent-ptx* )
814 machine=sequent-ptx opsys=ptx
815 NON_GNU_CPP="/lib/cpp"
816 ;;
817
4acc6824
RS
818 ## Unspecified sysv on an ncr machine defaults to svr4.2.
819 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
422450b9 820 i[345]86-ncr-sysv* )
4acc6824 821 machine=intel386 opsys=usg5-4-2
14442cbf
RS
822 ;;
823
df4da582 824 ## Intel 860
9c34bd79 825 i860-*-sysv4* )
df4da582 826 machine=i860 opsys=usg5-4
abf1ee75
RS
827 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
828 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
df4da582
JB
829 ;;
830
8509d50c 831 ## Masscomp machines
1c0feb67 832 m68*-masscomp-rtu* )
8509d50c
JB
833 machine=masscomp opsys=rtu
834 ;;
835
836 ## Megatest machines
837 m68*-megatest-bsd* )
838 machine=mega68 opsys=bsd4-2
839 ;;
840
841 ## Workstations sold by MIPS
842 ## This is not necessarily all workstations using the MIPS processor -
843 ## Irises are produced by SGI, and DECstations by DEC.
844
845 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
846 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
847 ## it gives for choosing between the alternatives seems to be "Use
848 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
849 ## the BSD world." I'll assume that these are instructions for
850 ## handling two odd situations, and that every other situation
851 ## should use mips.h and usg5-2-2, they being listed first.
60e1b37f
JB
852 mips-mips-usg* )
853 machine=mips4
854 ## Fall through to the general code at the bottom to decide on the OS.
855 ;;
8509d50c 856 mips-mips-riscos4* )
cc40a99e 857 machine=mips4 opsys=bsd4-3
9c34bd79 858 NON_GNU_CC="cc -systype bsd43"
781ce8e8 859 NON_GNU_CPP="cc -systype bsd43 -E"
8509d50c
JB
860 ;;
861 mips-mips-bsd* )
862 machine=mips opsys=bsd4-3
863 ;;
864 mips-mips-* )
865 machine=mips opsys=usg5-2-2
866 ;;
867
c5f67786 868 ## NeXT
422450b9 869 m68*-next-* | i[345]86-next-* )
c5f67786
JB
870 machine=next opsys=mach2
871 ;;
872
8509d50c
JB
873 ## The complete machine from National Semiconductor
874 ns32k-ns-genix* )
875 machine=ns32000 opsys=usg5-2
876 ;;
877
878 ## NCR machines
3647c171 879 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
8509d50c
JB
880 machine=tower32 opsys=usg5-2-2
881 ;;
3647c171 882 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
8509d50c
JB
883 machine=tower32v3 opsys=usg5-3
884 ;;
885
886 ## Nixdorf Targon 31
887 m68*-nixdorf-sysv* )
888 machine=targon31 opsys=usg5-2-2
889 ;;
890
891 ## Nu (TI or LMI)
892 m68*-nu-sysv* )
893 machine=nu opsys=usg5-2
894 ;;
895
896 ## Plexus
897 m68*-plexus-sysv* )
898 machine=plexus opsys=usg5-2
899 ;;
900
8509d50c
JB
901 ## Pyramid machines
902 ## I don't really have any idea what sort of processor the Pyramid has,
903 ## so I'm assuming it is its own architecture.
904 pyramid-pyramid-bsd* )
905 machine=pyramid opsys=bsd4-2
906 ;;
907
908 ## Sequent Balance
1c0feb67 909 ns32k-sequent-bsd4.2* )
8509d50c
JB
910 machine=sequent opsys=bsd4-2
911 ;;
1c0feb67 912 ns32k-sequent-bsd4.3* )
8509d50c 913 machine=sequent opsys=bsd4-3
8509d50c
JB
914 ;;
915
73e7c7be
RS
916 ## Siemens Nixdorf
917 mips-siemens-sysv* )
918 machine=mips-siemens opsys=usg5-4
919 NON_GNU_CC=/usr/ccs/bin/cc
9fb89b5e 920 NON_GNU_CPP=/usr/ccs/lib/cpp
73e7c7be
RS
921 ;;
922
923 ## Silicon Graphics machines
924 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
925 m68*-sgi-iris3.5* )
926 machine=irist opsys=iris3-5
927 ;;
928 m68*-sgi-iris3.6* | m68*-sgi-iris*)
929 machine=irist opsys=iris3-6
930 ;;
931 ## Iris 4D
65d0cca4 932 mips-sgi-irix3* )
73e7c7be
RS
933 machine=iris4d opsys=irix3-3
934 ;;
65d0cca4 935 mips-sgi-irix5* )
73e7c7be
RS
936 machine=iris4d opsys=irix5-0
937 ;;
65d0cca4 938 mips-sgi-irix4* | mips-sgi-irix* )
73e7c7be
RS
939 machine=iris4d opsys=irix4-0
940 ;;
941
8509d50c 942 ## SONY machines
1c0feb67 943 m68*-sony-bsd4.2* )
8509d50c
JB
944 machine=news opsys=bsd4-2
945 ;;
1c0feb67
RS
946 m68*-sony-bsd4.3* )
947 machine=news opsys=bsd4-3
948 ;;
949 m68*-sony-newsos3*)
8509d50c
JB
950 machine=news opsys=bsd4-3
951 ;;
be4d8b37 952 mips-sony-bsd* | mips-sony-newsos4* )
8509d50c
JB
953 machine=news-risc opsys=bsd4-3
954 ;;
eaa2dcbd 955 mips-sony-newsos* )
e8d9f2df 956 machine=news-risc opsys=newsos5
eaa2dcbd 957 ;;
8509d50c
JB
958
959 ## Stride
960 m68*-stride-sysv* )
961 machine=stride opsys=usg5-2
962 ;;
963
964 ## Suns
422450b9 965 *-sun-sunos* | *-sun-bsd* | *-sun-solaris* | i[345]86-*-solaris2* | i[345]86-*-sunos5* )
279271ba 966 case "${canonical}" in
8509d50c
JB
967 m68*-sunos1* ) machine=sun1 ;;
968 m68*-sunos2* ) machine=sun2 ;;
969 m68* ) machine=sun3 ;;
422450b9
RS
970 i[345]86-sun-sunos[34]* ) machine=sun386 ;;
971 i[345]86-*-* ) machine=intel386 ;;
8509d50c
JB
972 sparc* ) machine=sparc ;;
973 * ) unported=true ;;
974 esac
279271ba 975 case "${canonical}" in
34207774 976 ## The Sun386 didn't get past 4.0.
422450b9 977 i[345]86-*-sunos4 ) opsys=sunos4-0 ;;
8509d50c 978 *-sunos4.0* ) opsys=sunos4-0 ;;
fa4a954e
RS
979 *-sunos4.1.3* ) opsys=sunos4-1-3
980 NON_GCC_TEST_OPTIONS=-Bstatic
981 GCC_TEST_OPTIONS=-static
982 ;;
b2c3b7ff 983 *-sunos4shr* ) opsys=sunos4shr ;;
65d0cca4
RS
984 *-sunos4* | *-sunos ) opsys=sunos4-1
985 NON_GCC_TEST_OPTIONS=-Bstatic
986 GCC_TEST_OPTIONS=-static
987 ;;
9c34bd79
RS
988 *-sunos5.3* | *-solaris2.3* )
989 opsys=sol2-3
990 NON_GNU_CPP=/usr/ccs/lib/cpp
991 ;;
32304ff9
RS
992 *-sunos5.4* | *-solaris2.4* )
993 opsys=sol2-4
994 NON_GNU_CPP=/usr/ccs/lib/cpp
995 ;;
9c34bd79
RS
996 *-sunos5* | *-solaris* )
997 opsys=sol2
998 NON_GNU_CPP=/usr/ccs/lib/cpp
999 ;;
8509d50c 1000 * ) opsys=bsd4-2 ;;
20d9a863 1001 esac
8509d50c
JB
1002 ;;
1003
1004 ## Tadpole 68k
1005 m68*-tadpole-sysv* )
1006 machine=tad68k opsys=usg5-3
1007 ;;
1008
1009 ## Tahoe machines
1c0feb67 1010 tahoe-tahoe-bsd4.2* )
8509d50c
JB
1011 machine=tahoe opsys=bsd4-2
1012 ;;
1c0feb67 1013 tahoe-tahoe-bsd4.3* )
8509d50c
JB
1014 machine=tahoe opsys=bsd4-3
1015 ;;
1016
1017 ## Tandem Integrity S2
1018 mips-tandem-sysv* )
1019 machine=tandem-s2 opsys=usg5-3
1020 ;;
1021
26f186c2 1022 ## Tektronix XD88
0d33a690
RS
1023 m88k-tektronix-sysv3* )
1024 machine=tekxd88 opsys=usg5-3
26f186c2
JB
1025 ;;
1026
8509d50c
JB
1027 ## Tektronix 16000 box (6130?)
1028 ns16k-tektronix-bsd* )
1029 machine=ns16000 opsys=bsd4-2
1030 ;;
1031 ## Tektronix 4300
1032 ## src/m/tek4300.h hints that this is a m68k machine.
1033 m68*-tektronix-bsd* )
1c0feb67 1034 machine=tek4300 opsys=bsd4-3
8509d50c
JB
1035 ;;
1036
1037 ## Titan P2 or P3
1038 ## We seem to have lost the machine-description file titan.h!
1039 titan-titan-sysv* )
1040 machine=titan opsys=usg5-3
1041 ;;
1042
1043 ## Ustation E30 (SS5E)
1044 m68*-unisys-uniplus* )
1045 machine=ustation opsystem=unipl5-2
1046 ;;
1047
1048 ## Vaxen.
1049 vax-dec-* )
1050 machine=vax
279271ba 1051 case "${canonical}" in
1c0feb67
RS
1052 *-bsd4.1* ) opsys=bsd4-1 ;;
1053 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
1054 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
c326cbeb 1055 *-bsd386* | *-bsdi* ) opsys=bsd386 ;;
3647c171
JB
1056 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
1057 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
1058 *-vms* ) opsys=vms ;;
1059 * ) unported=true
20d9a863
JB
1060 esac
1061 ;;
1062
8509d50c
JB
1063 ## Whitechapel MG1
1064 ns16k-whitechapel-* )
1065 machine=mg1
1066 ## We don't know what sort of OS runs on these; we'll let the
1067 ## operating system guessing code below try.
1068 ;;
1069
1070 ## Wicat
1071 m68*-wicat-sysv* )
1072 machine=wicat opsys=usg5-2
1073 ;;
1074
b3fb7fc3 1075 ## Intel 386 machines where we don't care about the manufacturer
422450b9 1076 i[345]86-*-* )
b3fb7fc3 1077 machine=intel386
279271ba 1078 case "${canonical}" in
b3fb7fc3 1079 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1c0feb67 1080 *-isc2.2* ) opsys=isc2-2 ;;
e5f1d6a0 1081 *-isc4.0* ) opsys=isc4-0 ;;
b3fb7fc3 1082 *-isc* ) opsys=isc3-0 ;;
dc6ace12 1083 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
b3fb7fc3
JB
1084 *-esix* ) opsys=esix ;;
1085 *-xenix* ) opsys=xenix ;;
1086 *-linux* ) opsys=linux ;;
4394c854 1087 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
c326cbeb 1088 *-bsd386* | *-bsdi* ) opsys=bsd386 ;;
1c0feb67 1089 *-386bsd* ) opsys=386bsd ;;
a117e51e 1090 *-freebsd* ) opsys=freebsd ;;
91d39bf0 1091 *-nextstep* ) opsys=mach2 ;;
b3fb7fc3
JB
1092 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1093 esac
1094 ;;
1095
20d9a863 1096 * )
8509d50c 1097 unported=true
20d9a863 1098 ;;
20d9a863 1099esac
ca1d1d23 1100
8509d50c
JB
1101### If the code above didn't choose an operating system, just choose
1102### an operating system based on the configuration name. You really
1103### only want to use this when you have no idea what the right
1104### operating system is; if you know what operating systems a machine
1105### runs, it's cleaner to make it explicit in the case statement
1106### above.
87a6b538 1107if [ x"${opsys}" = x ]; then
279271ba 1108 case "${canonical}" in
d6dddccb
RM
1109 *-gnu* ) opsys=gnu ;;
1110 *-bsd4.[01] ) opsys=bsd4-1 ;;
1111 *-bsd4.2 ) opsys=bsd4-2 ;;
1112 *-bsd4.3 ) opsys=bsd4-3 ;;
3647c171
JB
1113 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
1114 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
1115 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
1116 *-sysv3 | *-sysvr3 ) opsys=usg5-3 ;;
1117 *-sysv4 | *-sysvr4 ) opsys=usg5-4 ;;
effdbe0d
RS
1118 *-sysv4.1 | *-sysvr4.1 )
1119 NON_GNU_CPP=/usr/lib/cpp
1120 opsys=usg5-4 ;;
7846ef2c 1121 *-sysv4.2 | *-sysvr4.2 ) opsys=usg5-4-2 ;;
8509d50c
JB
1122 * )
1123 unported=true
1124 ;;
1125 esac
1126fi
1127
1128if $unported ; then
279271ba 1129 (echo "${progname}: Emacs hasn't been ported to \`${canonical}' systems."
8509d50c
JB
1130 echo "${progname}: Check \`etc/MACHINES' for recognized configuration names."
1131 ) >&2
1132 exit 1
1133fi
1134
1135machfile="m/${machine}.h"
1136opsysfile="s/${opsys}.h"
1137
c5f67786
JB
1138]
1139AC_PREPARE(lisp)
e4474817 1140AC_CONFIG_HEADER(src/config.h)
c5f67786 1141[
7d99494c
JB
1142
1143#### Choose a compiler.
63041661 1144if [ "x$CC" = x ]
c78f294b
RS
1145then true
1146else cc_specified=1
63041661
RS
1147fi
1148
7d99494c 1149case ${with_gcc} in
8ba83d88 1150 "yes" ) CC="gcc" GCC=1 ;;
63041661
RS
1151 "no" )
1152 if [ "x$CC" = x ]
c78f294b
RS
1153 then CC=cc;
1154 else true;
63041661
RS
1155 fi
1156 ;;
7d99494c 1157 * )
e4474817 1158 ] AC_PROG_CC [
7d99494c
JB
1159esac
1160
9c34bd79
RS
1161#### Some systems specify a CPP to use unless we are using GCC.
1162#### Now that we know whether we are using GCC, we can decide whether
1163#### to use that one.
f4828eac 1164if [ "x$NON_GNU_CPP" = x ] || [ x$GCC = x1 ] || [ "x$CPP" != x ]
9c34bd79
RS
1165then true
1166else
990a7421 1167 CPP="$NON_GNU_CPP"
9c34bd79
RS
1168fi
1169
1170#### Some systems specify a CC to use unless we are using GCC.
1171#### Now that we know whether we are using GCC, we can decide whether
1172#### to use that one.
63041661 1173if [ "x$NON_GNU_CC" = x ] || [ x$GCC = x1 ] || [ x$cc_specified = x1 ]
9c34bd79
RS
1174then true
1175else
63041661 1176 CC="$NON_GNU_CC"
9c34bd79
RS
1177fi
1178
fa4a954e
RS
1179if [ x$GCC = x1 ] && [ "x$GCC_TEST_OPTIONS" != x ]
1180then
1181 CC="$CC $GCC_TEST_OPTIONS"
1182fi
1183
1184if [ x$GCC = x ] && [ "x$NON_GCC_TEST_OPTIONS" != x ]
1185then
1186 CC="$CC $NON_GCC_TEST_OPTIONS"
1187fi
1188
00c564b5
JB
1189#### Some other nice autoconf tests. If you add a test here which
1190#### should make an entry in src/config.h, don't forget to add an
1191#### #undef clause to src/config.h.in for autoconf to modify.
7d99494c 1192]
00c564b5 1193dnl checks for programs
e4474817 1194AC_LN_S
c5f67786 1195AC_PROG_CPP
86ddcc58 1196AC_PROG_INSTALL
4b5a51c1 1197AC_PROG_YACC
00c564b5
JB
1198
1199dnl checks for UNIX variants that set `DEFS'
619a9b1e 1200AC_AIX
00c564b5
JB
1201
1202dnl checks for header files
f48c727a 1203AC_HAVE_HEADERS(sys/timeb.h sys/time.h unistd.h utime.h)
d855a603 1204AC_STDC_HEADERS
9397d456 1205AC_TIME_WITH_SYS_TIME
764b979b
RS
1206dnl In Autoconf 1.8 use AC_SYS_SIGLIST_DECLARED instead of this.
1207AC_COMPILE_CHECK(sys_siglist declaration in signal.h or unistd.h,
1208 [#include <signal.h>
1209/* NetBSD declares sys_siglist in <unistd.h>. */
1210#ifdef HAVE_UNISTD_H
1211#include <unistd.h>
1212#endif], [char *msg = *(sys_siglist + 1);],
1213 AC_DEFINE(SYS_SIGLIST_DECLARED))
f48c727a
KH
1214dnl Some systems have utime.h but don't declare the struct anyplace.
1215AC_COMPILE_CHECK(struct utimbuf, [#ifdef TIME_WITH_SYS_TIME
1216#include <sys/time.h>
1217#include <time.h>
1218#else
1219#ifdef HAVE_SYS_TIME_H
1220#include <sys/time.h>
1221#else
1222#include <time.h>
1223#endif
1224#endif
1225#ifdef HAVE_UTIME_H
1226#include <utime.h>
1227#endif], [static struct utimbuf x; x.actime = x.modtime;],
1228 AC_DEFINE(HAVE_STRUCT_UTIMBUF))
00c564b5
JB
1229
1230dnl checks for typedefs
7d99494c 1231AC_RETSIGTYPE
3622dcd9
KH
1232AC_COMPILE_CHECK(struct timeval, [#ifdef TIME_WITH_SYS_TIME
1233#include <sys/time.h>
1234#include <time.h>
1235#else
1236#ifdef HAVE_SYS_TIME_H
1237#include <sys/time.h>
1238#else
1239#include <time.h>
1240#endif
1241#endif], [static struct timeval x; x.tv_sec = x.tv_usec;],
1242 AC_DEFINE(HAVE_TIMEVAL))
00c564b5 1243
00c564b5 1244dnl checks for structure members
a6eb6797 1245AC_STRUCT_TM
d52c5f58 1246AC_TIMEZONE
00c564b5
JB
1247
1248dnl checks for compiler characteristics
c5f67786 1249AC_CONST
00c564b5 1250
4703b679
RS
1251dnl check for Make feature
1252AC_SET_MAKE
1253
00c564b5 1254dnl checks for operating system services
fe5de478 1255AC_LONG_FILE_NAMES
00c564b5
JB
1256
1257dnl other checks for UNIX variants
7d99494c
JB
1258[
1259
0c22fbca 1260#### Choose a window system.
e9ba01ff 1261echo "checking for specified window system"
c5f67786 1262
8509d50c 1263window_system=''
20d9a863 1264case "${with_x}" in
2c44309a
RS
1265 yes )
1266 window_system=${window_system}x11
20d9a863
JB
1267 ;;
1268 no )
1269 window_system=${window_system}none
20d9a863 1270 ;;
2c44309a 1271esac
a1493829
RS
1272case "${window_system}" in
1273 .* )
1274 ;;
1275 * )
1276 case "${with_x11}" in
1277 yes )
1278 window_system=x11
1279 ;;
1280 no )
1281 window_system=none
1282 ;;
1283 esac
1284 case "${with_x10}" in
1285 yes )
1286 window_system=x10
1287 ;;
1288 no )
1289 window_system=none
1290 ;;
1291 esac
20d9a863 1292 ;;
2c44309a
RS
1293esac
1294
ca1d1d23
JB
1295case "${window_system}" in
1296 "none" | "x11" | "x10" ) ;;
ca1d1d23 1297 "" )
825e4ec2
JB
1298 # --x-includes or --x-libraries implies --with-x11.
1299 if [ -n "${x_includes}" ] || [ -n "${x_libraries}" ]; then
1300 window_system=x11
1301 else
1302 echo " No window system specified. Looking for X11."
1303 # If the user didn't specify a window system and we found X11, use it.
1304 if [ -r /usr/lib/libX11.a \
5d9aefc7 1305 -o -d /usr/include/X11 \
7d99494c
JB
1306 -o -d /usr/X386/include \
1307 -o -d ${x_includes}/X11 ]; then
825e4ec2
JB
1308 window_system=x11
1309 fi
46947372 1310 fi
ca1d1d23
JB
1311 ;;
1312 * )
825e4ec2 1313 echo "Don't specify a window system more than once." >&2
ca1d1d23
JB
1314 exit 1
1315 ;;
1316esac
1317
1659e114
RS
1318case "${window_system}" in
1319 "" | "x11" )
1320 ### If the user hasn't specified where we should find X, try
1321 ### letting autoconf figure that out.
1322 if [ -z "${x_includes}" ] && [ -z "${x_libraries}" ]; then
1323 ]
1324 AC_FIND_X
1325 [
1326 fi
1327 if [ -n "${x_includes}" ] || [ -n "${x_libraries}" ]; then
1328 window_system=x11
1329 fi
1330 ;;
1331esac
1332
825e4ec2
JB
1333[ -z "${window_system}" ] && window_system=none
1334
1335[ -n "${x_libraries}" ] && LD_SWITCH_X_SITE="-L${x_libraries}"
5b46c383 1336[ -n "${x_libraries}" ] && LD_SWITCH_X_SITE_AUX="-R${x_libraries}"
825e4ec2
JB
1337[ -n "${x_includes}" ] && C_SWITCH_X_SITE="-I${x_includes}"
1338
9ed99ac0
RS
1339if [ x"${x_includes}" = x ]; then
1340 bitmapdir=/usr/include/X11/bitmaps;
1341else
1342 bitmapdir="${x_includes}/bitmaps";
1343fi
552077d7 1344
7a5e0891
BF
1345# Avoid forcing the search of /usr/include before fixed include files.
1346if [ "$C_SWITCH_X_SITE" = "-I/usr/include" ]; then
1347 C_SWITCH_X_SITE=" "
1348fi
1349
ca1d1d23
JB
1350case "${window_system}" in
1351 x11 )
0c22fbca
JB
1352 HAVE_X_WINDOWS=yes
1353 HAVE_X11=yes
8509d50c 1354 echo " Using X11."
1c4ce111 1355 case "${with_x_toolkit}" in
c6a9d251 1356 athena | lucid )
1c4ce111 1357 USE_X_TOOLKIT=LUCID
c6a9d251 1358 echo " Using Xt toolkit."
1c4ce111
RS
1359 ;;
1360 motif )
1361 USE_X_TOOLKIT=MOTIF
1362 echo " Using Motif toolkit."
1363 ;;
1364 open-look )
1365 USE_X_TOOLKIT=OPEN_LOOK
1366 echo " Using Open-Look toolkit."
1367 ;;
1368 * )
78a0e199 1369 USE_X_TOOLKIT=none
1c4ce111
RS
1370 echo " Using Xlib directly."
1371 ;;
1372 esac
ca1d1d23
JB
1373 ;;
1374 x10 )
0c22fbca
JB
1375 HAVE_X_WINDOWS=yes
1376 HAVE_X11=no
78a0e199 1377 USE_X_TOOLKIT=none
8509d50c 1378 echo " Using X10."
ca1d1d23
JB
1379 ;;
1380 none )
0c22fbca
JB
1381 HAVE_X_WINDOWS=no
1382 HAVE_X11=no
78a0e199 1383 USE_X_TOOLKIT=none
8509d50c 1384 echo " Using no window system."
ca1d1d23
JB
1385 ;;
1386esac
1c4ce111 1387X_TOOLKIT_TYPE=$USE_X_TOOLKIT
ca1d1d23 1388
0c22fbca
JB
1389### If we're using X11, we should use the X menu package.
1390HAVE_X_MENU=no
1391case ${HAVE_X11} in
20d9a863 1392 yes )
0c22fbca 1393 HAVE_X_MENU=yes
ca1d1d23
JB
1394 ;;
1395esac
1396
0c22fbca 1397#### Extract some information from the operating system and machine files.
4746118a 1398
e9ba01ff 1399echo "examining the machine- and system-dependent files to find out"
46947372 1400echo " - which libraries the lib-src programs will want, and"
e9ba01ff 1401echo " - whether the GNU malloc routines are usable"
c5f67786 1402
3ef1da47
RS
1403### First figure out CFLAGS (which we use for running the compiler here)
1404### and REAL_CFLAGS (which we use for real compilation).
1405### The two are the same except on a few systems, where they are made
1406### different to work around various lossages. For example,
1407### GCC 2.5 on Linux needs them to be different because it treats -g
1408### as implying static linking.
1409
02366d6b
RS
1410### If the CFLAGS env var is specified, we use that value
1411### instead of the default.
1412
c5f67786
JB
1413### It's not important that this name contain the PID; you can't run
1414### two configures in the same directory and have anything work
1415### anyway.
1416tempcname="conftest.c"
1417
e94740ce
JB
1418echo '
1419#include "'${srcdir}'/src/'${opsysfile}'"
1420#include "'${srcdir}'/src/'${machfile}'"
ca1d1d23
JB
1421#ifndef LIBS_MACHINE
1422#define LIBS_MACHINE
1423#endif
1424#ifndef LIBS_SYSTEM
1425#define LIBS_SYSTEM
1426#endif
80afd15e
JB
1427#ifndef C_SWITCH_SYSTEM
1428#define C_SWITCH_SYSTEM
f071c05a 1429#endif
1e39d86d
RS
1430#ifndef C_SWITCH_MACHINE
1431#define C_SWITCH_MACHINE
1432#endif
0028bd66
RS
1433configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1434configure___ c_switch_system=C_SWITCH_SYSTEM
1e39d86d 1435configure___ c_switch_machine=C_SWITCH_MACHINE
ac384e4f 1436
825e4ec2 1437#ifndef LIB_X11_LIB
1c0feb67 1438#define LIB_X11_LIB -lX11
825e4ec2
JB
1439#endif
1440
1441#ifndef LIBX11_MACHINE
1442#define LIBX11_MACHINE
1443#endif
1444
1445#ifndef LIBX11_SYSTEM
1446#define LIBX11_SYSTEM
1447#endif
0028bd66 1448configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
825e4ec2 1449
ac384e4f 1450#ifdef UNEXEC
0028bd66 1451configure___ unexec=UNEXEC
ac384e4f 1452#else
0028bd66 1453configure___ unexec=unexec.o
ac384e4f
JB
1454#endif
1455
46947372 1456#ifdef SYSTEM_MALLOC
0028bd66 1457configure___ system_malloc=yes
46947372 1458#else
0028bd66 1459configure___ system_malloc=no
46947372 1460#endif
4ed216b3
JB
1461
1462#ifndef C_DEBUG_SWITCH
1463#define C_DEBUG_SWITCH -g
1464#endif
1465
1466#ifndef C_OPTIMIZE_SWITCH
1467#define C_OPTIMIZE_SWITCH -O
1468#endif
1469
3ef1da47
RS
1470#ifdef THIS_IS_CONFIGURE
1471
1472/* Get the CFLAGS for tests in configure. */
4ed216b3 1473#ifdef __GNUC__
a84cd140 1474configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
4ed216b3 1475#else
a84cd140 1476configure___ CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
4ed216b3 1477#endif
3ef1da47
RS
1478
1479#else /* not THIS_IS_CONFIGURE */
1480
1481/* Get the CFLAGS for real compilation. */
1482#ifdef __GNUC__
1483configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
1484#else
1485configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1486#endif
1487
1488#endif /* not THIS_IS_CONFIGURE */
46947372 1489' > ${tempcname}
a6eb6797
JB
1490# The value of CPP is a quoted variable reference, so we need to do this
1491# to get its actual value...
b73fe839 1492CPP=`eval "echo $CPP"`
12d733d0
RS
1493eval `${CPP} -Isrc ${tempcname} \
1494 | grep 'configure___' \
1495 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`
02366d6b 1496if [ "x$CFLAGS" = x ]; then
02366d6b
RS
1497 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
1498 | grep 'configure___' \
1499 | sed -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/'`
1500else
1501 REAL_CFLAGS="$CFLAGS"
1502fi
46947372
JB
1503rm ${tempcname}
1504
ac384e4f
JB
1505### Compute the unexec source name from the object name.
1506UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
7d99494c 1507
46947372 1508# Do the opsystem or machine files prohibit the use of the GNU malloc?
e94740ce
JB
1509# Assume not, until told otherwise.
1510GNU_MALLOC=yes
46947372 1511if [ "${system_malloc}" = "yes" ]; then
0c22fbca
JB
1512 GNU_MALLOC=no
1513 GNU_MALLOC_reason="
8509d50c 1514 (The GNU allocators don't work with this system configuration.)"
46947372
JB
1515fi
1516
87a6b538 1517if [ x"${REL_ALLOC}" = x ]; then
0c22fbca 1518 REL_ALLOC=${GNU_MALLOC}
46947372 1519fi
ca1d1d23 1520
0c22fbca
JB
1521LISP_FLOAT_TYPE=yes
1522
e94740ce 1523
825e4ec2
JB
1524#### Add the libraries to LIBS and check for some functions.
1525
30945baf 1526]
1e39d86d 1527DEFS="$c_switch_system $c_switch_machine $DEFS"
825e4ec2
JB
1528LIBS="$libsrc_libs"
1529
1530dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1531dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1532AC_HAVE_LIBRARY(-ldnet)
30a91516
RS
1533dnl This causes -lresolv to get used in subsequent tests,
1534dnl which causes failures on some systems such as HPUX 9.
1535dnl AC_HAVE_LIBRARY(-lresolv)
30945baf 1536
dbf6ad3d
RM
1537AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1538
1539echo checking for XFree86
1540if test -d /usr/X386/include; then
1541 HAVE_XFREE386=yes
1542 test -z "${C_SWITCH_X_SITE}" && C_SWITCH_X_SITE="-I/usr/X386/include"
1543fi
30945baf 1544
56988bbe
RS
1545# We change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
1546# for the tests that follow.
56988bbe 1547
825e4ec2
JB
1548if test "${HAVE_X11}" = "yes"; then
1549 DEFS="$C_SWITCH_X_SITE $DEFS"
1550 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
56988bbe 1551 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
5725490b
RM
1552 AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString \
1553XScreenNumberOfScreen XSetWMProtocols)
825e4ec2
JB
1554fi
1555
4624e651
RS
1556if test "${USE_X_TOOLKIT}" != "none"; then
1557 AC_COMPILE_CHECK(X11 toolkit version,
1558 [#include <X11/Intrinsic.h>],
152e1c0d
RS
1559 [
1560#if XtSpecificationRelease < 6
4624e651 1561fail;
56988bbe
RS
1562#endif
1563],
4624e651
RS
1564 AC_DEFINE(HAVE_X11XTR6))
1565fi
1566
e9ba01ff
RS
1567# If netdb.h doesn't declare h_errno, we must declare it by hand.
1568AC_COMPILE_CHECK(declaration of h_errno in netdb.h,
1569 [#include <netdb.h>],
1570 [
1571int
1572foo ()
1573{
1574 return h_errno;
1575}
1576],
1577 AC_DEFINE(HAVE_H_ERRNO))
1578
825e4ec2 1579AC_ALLOCA
3f469c2e
RM
1580
1581# logb and frexp are found in -lm on most systems.
1582AC_HAVE_LIBRARY(-lm)
5dd53b99 1583AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
ad11d3de 1584random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \
91d78d95 1585strerror fpathconf select mktime eaccess getpagesize)
825e4ec2
JB
1586
1587ok_so_far=true
1588AC_FUNC_CHECK(socket, , ok_so_far=)
1589if test -n "$ok_so_far"; then
1590 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)
1591fi
1592if test -n "$ok_so_far"; then
1593 AC_HEADER_CHECK(arpa/inet.h, , ok_so_far=)
1594fi
1595if test -n "$ok_so_far"; then
1596 AC_DEFINE(HAVE_INET_SOCKETS)
1597fi
56988bbe 1598
3ef1da47
RS
1599# Set up the CFLAGS for real compilation, so we can substitute it.
1600CFLAGS="$REAL_CFLAGS"
56988bbe 1601
825e4ec2 1602[
e94740ce
JB
1603#### Find out which version of Emacs this is.
1604version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
73e7c7be 1605 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
87a6b538 1606if [ x"${version}" = x ]; then
e94740ce
JB
1607 echo "${progname}: can't find current emacs version in
1608 \`${srcdir}/lisp/version.el'." >&2
1609 exit 1
1610fi
1611
8686888e
JB
1612if [ -f /usr/lpp/X11/bin/smt.exp ]; then
1613 ]
1614 AC_DEFINE(HAVE_AIX_SMT_EXP)
1615 [
1616fi
1617
e4474817 1618#### Specify what sort of things we'll be editing into Makefile and config.h.
279271ba 1619### Use configuration here uncanonicalized to avoid exceeding size limits.
7d99494c 1620]
7d99494c 1621AC_SUBST(version)
ca2a1384 1622AC_SUBST(configuration)
552077d7 1623AC_SUBST(canonical)
7d99494c 1624AC_SUBST(srcdir)
cedb6c1b
BF
1625AC_SUBST(prefix)
1626AC_SUBST(exec_prefix)
1627AC_SUBST(bindir)
1628AC_SUBST(datadir)
7c5b0243
RS
1629AC_SUBST(sharedstatedir)
1630AC_SUBST(libexecdir)
cedb6c1b
BF
1631AC_SUBST(mandir)
1632AC_SUBST(infodir)
1633AC_SUBST(lispdir)
1634AC_SUBST(locallisppath)
1635AC_SUBST(lisppath)
1636AC_SUBST(etcdir)
1637AC_SUBST(lockdir)
1638AC_SUBST(archlibdir)
109ebdd4 1639AC_SUBST(docdir)
552077d7 1640AC_SUBST(bitmapdir)
7d99494c 1641AC_SUBST(c_switch_system)
1e39d86d 1642AC_SUBST(c_switch_machine)
7d99494c 1643AC_SUBST(LD_SWITCH_X_SITE)
5b46c383 1644AC_SUBST(LD_SWITCH_X_SITE_AUX)
7d99494c 1645AC_SUBST(C_SWITCH_X_SITE)
e4474817 1646AC_SUBST(CFLAGS)
1c4ce111 1647AC_SUBST(X_TOOLKIT_TYPE)
73e7c7be
RS
1648AC_SUBST(machfile)
1649AC_SUBST(opsysfile)
e4474817 1650
73954200 1651AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "\"${canonical}\"")
64cfec5c 1652AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "\"${config_options}\"")
9361e005
JB
1653AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"")
1654AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"")
1655AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
382d3536 1656AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX})
9361e005 1657AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
ac384e4f 1658AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC})
9361e005 1659
7d99494c
JB
1660[
1661if [ "${HAVE_X_WINDOWS}" = "yes" ] ; then
1662 ] AC_DEFINE(HAVE_X_WINDOWS) [
1663fi
78a0e199 1664if [ "${USE_X_TOOLKIT}" != "none" ] ; then
1c4ce111
RS
1665 ] AC_DEFINE(USE_X_TOOLKIT) [
1666fi
7d99494c
JB
1667if [ "${HAVE_X11}" = "yes" ] ; then
1668 ] AC_DEFINE(HAVE_X11) [
1669fi
1670if [ "${HAVE_XFREE386}" = "yes" ] ; then
1671 ] AC_DEFINE(HAVE_XFREE386) [
1672fi
1673if [ "${HAVE_X_MENU}" = "yes" ] ; then
1674 ] AC_DEFINE(HAVE_X_MENU) [
1675fi
1676if [ "${GNU_MALLOC}" = "yes" ] ; then
1677 ] AC_DEFINE(GNU_MALLOC) [
1678fi
1679if [ "${REL_ALLOC}" = "yes" ] ; then
1680 ] AC_DEFINE(REL_ALLOC) [
1681fi
1682if [ "${LISP_FLOAT_TYPE}" = "yes" ] ; then
1683 ] AC_DEFINE(LISP_FLOAT_TYPE) [
1684fi
ca1d1d23 1685
cedb6c1b
BF
1686# ====================== Developer's configuration =======================
1687
1688# The following assignments make sense if you're running Emacs on a single
1689# machine, one version at a time, and you want changes to the lisp and etc
1690# directories in the source tree to show up immediately in your working
1691# environment. It saves a great deal of disk space by not duplicating the
1692# lisp and etc directories.
1693
1694if [ "$run_in_place" = "1" ]; then
1695 lispdir='${srcdir}/lisp'
7f291b64 1696 locallisppath='${srcdir}/site-lisp'
cedb6c1b
BF
1697 etcdir='${srcdir}/etc'
1698 lockdir='${srcdir}/lock'
542eb82b
RS
1699 # We used to make archlibdir and docdir absolute,
1700 # but that caused trouble with automounters.
1701 archlibdir='${srcdir}/lib-src'
1702 docdir='${srcdir}/etc'
cedb6c1b
BF
1703 infodir='${srcdir}/info'
1704elif [ "$single_tree" = "1" ]; then
1705 if [ "$exec_prefix_specified" = "" ]; then
1706 exec_prefix='${prefix}'
1707 fi
1708 if [ "$bindir_specified" = "" ]; then
1709 bindir='${exec_prefix}/bin/${configuration}'
1710 fi
1711 if [ "$datadir_specified" = "" ]; then
1712 datadir='${prefix}/common'
1713 fi
7c5b0243
RS
1714 if [ "$sharedstatedir_specified" = "" ]; then
1715 sharedstatedir='${prefix}/common'
cedb6c1b 1716 fi
7c5b0243
RS
1717 if [ "$libexecdir_specified" = "" ]; then
1718 libexecdir='${bindir}'
cedb6c1b
BF
1719 fi
1720 if [ "$lispdir_specified" = "" ]; then
1721 lispdir='${prefix}/common/lisp'
1722 fi
1723 if [ "$locallisppath_specified" = "" ]; then
1724 locallisppath='${prefix}/common/site-lisp'
1725 fi
1726 if [ "$lockdir_specified" = "" ]; then
1727 lockdir='${prefix}/common/lock'
1728 fi
1729 if [ "$archlibdir_specified" = "" ]; then
7c5b0243 1730 archlibdir='${libexecdir}/etc'
cedb6c1b
BF
1731 fi
1732 if [ "$etcdir_specified" = "" ]; then
1733 etcdir='${prefix}/common/data'
1734 fi
109ebdd4
KH
1735 if [ "$docdir_specified" = "" ]; then
1736 docdir='${prefix}/common/data'
1737 fi
cedb6c1b 1738fi
f6766fff 1739
7d99494c
JB
1740#### Report on what we decided to do.
1741echo "
f6766fff 1742
279271ba 1743Configured for \`${canonical}'.
8509d50c 1744
c9ed10f6 1745 Where should the build process find the source code? ${srcdir}
8509d50c
JB
1746 What operating system and machine description files should Emacs use?
1747 \`${opsysfile}' and \`${machfile}'
e4474817 1748 What compiler should emacs be built with? ${CC} ${CFLAGS}
0c22fbca
JB
1749 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
1750 Should Emacs use the relocating allocator for buffers? ${REL_ALLOC}
78a0e199
RS
1751 What window system should Emacs use? ${window_system}
1752 What toolkit should Emacs use? ${USE_X_TOOLKIT}${x_includes+
9c7a7556 1753 Where do we find X Windows header files? }${x_includes}${x_libraries+
7d99494c 1754 Where do we find X Windows libraries? }${x_libraries}
8c0e7b73 1755
e94740ce 1756"
825e4ec2
JB
1757
1758# Remove any trailing slashes in these variables.
1759test -n "${prefix}" &&
1760 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
1761test -n "${exec_prefix}" &&
1762 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
7d99494c 1763]
4acc6824 1764AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile lwlib/Makefile src/Makefile.in, [
6e4b48e2 1765
cedb6c1b 1766# Build src/Makefile from ${srcdir}/src/Makefile.in. This must be done
47241a65
RM
1767# after src/config.h is built, since we rely on that file.
1768
1769changequote(,)dnl The horror, the horror.
764b979b
RS
1770# Now get this: Some word that is part of the ${srcdir} directory name
1771# or the ${configuration} value might, just might, happen to be an
1772# identifier like `sun4' or `i386' or something, and be predefined by
1773# the C preprocessor to some helpful value like 1, or maybe the empty
1774# string. Needless to say consequent macro substitutions are less
1775# than conducive to the makefile finding the correct directory.
23aaa342 1776undefs="`echo $top_srcdir $configuration $canonical |
196a7903
KH
1777sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
1778 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
47241a65
RM
1779`"
1780changequote([,])dnl
1781
4acc6824
RS
1782echo creating lib-src/Makefile
1783( cd lib-src
23aaa342
RS
1784 rm -f junk.c junk1.c junk2.c
1785 sed -e '/start of cpp stuff/q' \
1786 < Makefile.in > junk1.c
1787 sed -e '1,/start of cpp stuff/d'\
4acc6824
RS
1788 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
1789 < Makefile.in > junk.c
23aaa342
RS
1790 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1791 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
1792 cat junk1.c junk2.c > Makefile.new
1793 rm -f junk.c junk1.c junk2.c
1794 chmod 444 Makefile.new
1795 mv -f Makefile.new Makefile
4acc6824
RS
1796)
1797
47241a65
RM
1798echo creating src/Makefile
1799( cd src
23aaa342
RS
1800 rm -f junk.c junk1.c junk2.c
1801 sed -e '/start of cpp stuff/q' \
1802 < Makefile.in > junk1.c
1803 sed -e '1,/start of cpp stuff/d'\
47241a65
RM
1804 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \
1805 < Makefile.in > junk.c
23aaa342
RS
1806 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \
1807 sed -e 's/^ / /' -e '/^#/d' -e '/^[ \f]*$/d' > junk2.c
1808 cat junk1.c junk2.c > Makefile.new
1809 rm -f junk.c junk1.c junk2.c
1810 chmod 444 Makefile.new
1811 mv -f Makefile.new Makefile
47241a65 1812)])