Fix openssl support
[sxemacs] / configure.ac
1 dnl SXEmacs config script for autoconf >=2.60
2 dnl -------------------------------------------------------------------------
3 dnl Overrides of standard autoconf macros.
4
5 m4_include([sxemacs_version.m4])
6
7 dnl -------------------------------------------------------------------------
8 dnl Autoconf startup.
9 dnl -------------------------------------------------------------------------
10
11 AC_PREREQ([2.62])
12 AC_INIT([SXEmacs], [SXEM4CS_VERSION], [http://issues.sxemacs.org/])
13 AC_CONFIG_HEADER([src/config.h])
14 AC_CONFIG_SRCDIR([src/lisp.h])
15 AC_CONFIG_AUX_DIR([.])
16 AC_CONFIG_MACRO_DIR([m4])
17
18 dnl -------------------------------------------------------------------------
19 dnl Local copyright notices.
20 dnl -------------------------------------------------------------------------
21
22 AC_COPYRIGHT(
23 [#### Configuration script for SXEmacs.  Largely divergent from FSF.
24 #### Guess values for system-dependent variables and create Makefiles.
25 #### Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
26 #### Copyright (C) 1993-1995 Board of Trustees, University of Illinois.
27 #### Copyright (C) 1996, 1997 Sun Microsystems, Inc.
28 #### Copyright (C) 1995, 1996, 2002, 2003, 2004 Ben Wing.
29 #### Copyright (C) 2000, 2001 Martin Buchholz.
30 #### Copyright (C) 1998, 1999 J. Kean Johnston.
31 #### Copyright (C) 2005 Malcolm Purvis.
32 #### Copyright (C) 2005, 2006, 2007 Steve Youngs.
33 #### Copyright (C) 2006, 2007, 2008 Sebastian Freundt.
34 #### Copyright (C) 2007, 2010, 2011, 2012 Nelson Ferreira
35
36 ### Don't edit this script!
37 ### This script was automatically generated by the `autoconf' program
38 ### from the file `./configure.ac'.
39 ### To rebuild it, execute the command
40 ###     autoconf
41 ### in the this directory.
42
43 ### This file is part of SXEmacs.
44
45 ### SXEmacs is free software: you can redistribute it and/or modify
46 ### it under the terms of the GNU General Public License as published by
47 ### the Free Software Foundation, either version 3 of the License, or
48 ### (at your option) any later version.
49
50 ### SXEmacs is distributed in the hope that it will be useful,
51 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
52 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53 ### GNU General Public License for more details.
54
55 ### You should have received a copy of the GNU General Public License
56 ### along with this program.  If not, see <http://www.gnu.org/licenses/>.
57
58 ### Parts of SXEmacs are also distributed under a BSD-like licence.
59 ### Check file headers for more information.
60
61 ### For usage, run `./configure --help'
62 ### For more detailed information on building and installing SXEmacs,
63 ### read the file `INSTALL'.
64 ###
65 ### If configure succeeds, it leaves its status in config.status.
66 ### A log of configuration tests can be found in config.log.
67 ### If configure fails after disturbing the status quo,
68 ###     config.status is removed.
69 ])
70
71 AC_REVISION([SXEM4CS_GIT_VERSION])
72
73
74 dnl Build Options
75 dnl =============
76 OG_OPTION_GROUP(Build Options)
77
78 OG_ARG_WITH([prefix],
79         AS_HELP_STRING([--with-prefix@<:@=ARG@:>@],
80                 [Whether to compile the value of --prefix into the executable.]),
81         [yes], [YES (DO compile prefix into the executable)])
82
83 OG_ARG_WITH([sitemoduledir],
84         AS_HELP_STRING([--with-sitemoduledir=DIR],
85                 [Directory for loadable modules that are not part of
86                 the SXEmacs core distribution (3rd party emodules).]),
87         [none], [$prefix/lib/sxemacs/$build/site-modules], [og_any],
88         [AC_DEFINE([SITEMODULEDIR_USER_DEFINED], [1],
89                 [sitemoduledir has been specified on the configure line.])],
90         [with_sitemoduledir='${libdir}/${PROGNAME}/${configuration}/site-modules'])
91
92 OG_ARG_WITH([site-includes],
93         AS_HELP_STRING([--with-site-includes=PATH],
94                 [Colon separated list of _extra_ include directories
95                 to search for headers.]),
96         [none], [None], [og_any])
97
98 OG_ARG_WITH([site-libraries],
99         AS_HELP_STRING([--with-site-libraries=PATH],
100                 [Colon separated list of extra lib directories to
101                 search for libraries. (Default: None)]),
102         [none], [None], [og_any])
103
104 OG_ARG_WITH([site-prefixes],
105         AS_HELP_STRING([--with-site-prefixes=PATH],
106                 [Colon separated list of extra prefix directories to
107                 search for headers and libraries.  Sometimes this can
108                 be used instead of specifying both
109                 --with-site-includes and
110                 --with-site-libraries.]),
111         [none], [None], [og_any])
112
113 OG_ARG_WITH([lispdir],
114         AS_HELP_STRING([--with-lispdir=DIR],
115                 [Where to install core lisp files.]),
116         [none], [$prefix/lib/sxemacs-$version/lisp], [og_any],
117         [AC_DEFINE([LISPDIR_USER_DEFINED], [1],
118                 [lispdir has been specified on the configure line.])],
119         [with_lispdir='${datadir}/${instvardir}/lisp'])
120
121 OG_ARG_WITH([archlibdir],
122         AS_HELP_STRING([--with-archlibdir=DIR],
123                 [Directory for arch-dependent files.]),
124         [none], [$prefix/lib/sxemacs-$version/$build], [og_any],
125         [AC_DEFINE([ARCHLIBDIR_USER_DEFINED], [1],
126                 [archlibdir has been specified on the configure line.])],
127         [with_archlibdir='${libdir}/${instvardir}/${configuration}'])
128
129 OG_ARG_WITH([moduledir],
130         AS_HELP_STRING([--with-moduledir=DIR],
131                 [Directory for loadable modules.]),
132         [none], [$prefix/lib/sxemacs-$version/$build/modules], [og_any],
133         [AC_DEFINE([MODULEDIR_USER_DEFINED], [1],
134                 [moduledir has been specified on the configure line.])],
135         [with_moduledir='${libdir}/${instvardir}/${configuration}/modules'])
136
137 OG_ARG_WITH([etcdir],
138         AS_HELP_STRING([--with-etcdir=DIR],
139                 []),
140         [none], [$prefix/lib/sxemacs-$version/etc], [og_any],
141         [AC_DEFINE([ETCDIR_USER_DEFINED], [1],
142                 [etcdir has been specified on the configure line.])],
143         [with_etcdir='${datadir}/${instvardir}/etc'])
144
145 OG_ARG_WITH([infopath],
146         AS_HELP_STRING([--with-infopath=PATH],
147                 [Colon separated list of directories to use as
148                 the info search path. This is not normally needed.]),
149         [none], [None], [og_any],
150         [AC_DEFINE([INFOPATH_USER_DEFINED], [1],
151                 [inforpath has been specified on the configure line.])], [])
152
153 OG_ARG_WITH([docdir],
154         AS_HELP_STRING([--with-docdir=DIR],
155                 [Where it store certain doc files (not info or man).]),
156         [none], [$prefix/lib/sxemacs-$version/$build], [og_any],
157         [AC_DEFINE([DOCDIR_USER_DEFINED], [1],
158                 [docdir has been specified on the configure line.])],
159         [with_docdir='${archlibdir}'])
160
161 OG_ARG_WITH([site-runtime-libraries],
162         AS_HELP_STRING([--with-site-runtime-libraries=PATH],
163                 [Colon separated list of directories to search for
164                 libraries at run time.  This isn't normally needed.]),
165         [none], [None], [og_any])
166
167 OG_ARG_WITH([module-path],
168         AS_HELP_STRING([--with-module-path=PATH],
169                 [Search path to the emodules directories.
170                 A colon separated list of directories. Normally, there is
171                 no need to set this.]),
172         [none], [None], [og_any],
173         [AC_DEFINE([MODULE_PATH_USER_DEFINED], [1],
174                 [module-path has been specified on the configure line.])],
175         [])
176
177 OG_ARG_WITH([package-prefix],
178         AS_HELP_STRING([--with-package-prefix=PATH],
179                 [What to use as a prefix to the system-wide package
180                 directories.  It doesn't affect the package directories
181                 under the user's home directory, and is totally ignored if
182                 --with-package-path is set.
183                 Normally, you would not need to set this.]),
184         [none], [None], [og_any],
185         [AC_DEFINE([PACKAGE_PREFIX_USER_DEFINED], [1],
186                 [package-prefix has been specified on the configure line.])],
187         [])
188
189 OG_ARG_WITH([package-path],
190         AS_HELP_STRING([--with-package-path=PATH],
191                 [Search path to the package directories.
192                 This path is made up of 3 separate "path elements",
193                 each element is a colon separated list of directories,
194                 with the boundary between elements being a double
195                 colon.  The 3 path elements are for "early", "late",
196                 and "last" package directories.  If only a single
197                 element is specified it is "late".  Example:
198                 early1:early2::late1:late2::last1:last2.  Setting this
199                 overrides --with-package-prefix.  Normally, there is
200                 no need to set this.]),
201         [none], [None], [og_any],
202         [AC_DEFINE([PACKAGE_PATH_USER_DEFINED], [1],
203                 [package-path has been specified on the configure line.])],
204         [])
205
206 dnl stupid option, innit?
207 OG_ARG_WITH([quick-build],
208         AS_HELP_STRING([--with-quick-build],
209                 [Speed up the build cycle by leaving out steps where
210                 SXEmacs will still work (more or less) without them.
211                 Potentially dangerous if you don't know what you're
212                 doing. This (1) doesn't garbage-collect after loading
213                 each file during dumping, (2) doesn't automatically
214                 rebuild the DOC file (remove it by hand to get it
215                 rebuilt), (3) Removes config.h lisp.h and associated
216                 files from the dependency lists so changes to these
217                 files don't automatically cause all .c files
218                 to be rebuilt.]),
219         [no], [No], [])
220
221 OG_ARG_WITH([compiler],
222         AS_HELP_STRING([--with-compiler=COMPILER],
223                 [Do not use me! Use CC=<your-compiler> instead!
224                 C compiler to use.
225                 Note: SXEmacs _CANNOT_ be built with a C++ compiler.]),
226         [none], [None], [og_any], [
227                 OG_WARN_OBSOLETE_OPTION([--with-compiler], [CC=<your-cc>])])
228
229 OG_ARG_WITH([cflags],
230         AS_HELP_STRING([--with-cflags],
231                 [Do not use me! Use CFLAGS=<your flags> instead!
232                 Compiler flags (such as -O); setting this overrides
233                 all default compiler flags except those that control
234                 warnings. Most people wouldn't need to set
235                 this.]),
236         [none], [None], [og_any], [
237                 OG_WARN_OBSOLETE_OPTION([--with-cflags], [CFLAGS=<your flags>])])
238
239 OG_ARG_WITH([cflags-warning],
240         AS_HELP_STRING([--with-cflags-warning],
241                 [Do not use me! I will disappear soon!]),
242         [none], [None], [og_any])
243
244 OG_ARG_WITH([cpp],
245         AS_HELP_STRING([--with-cpp],
246                 [Do not use me! Use CPP=<your-cpp> instead!]),
247         [none], [None], [og_any], [
248                 OG_WARN_OBSOLETE_OPTION([--with-cpp], [CPP=<your-cpp>])
249                 CPP="$with_cpp"])
250
251 OG_ARG_WITH([cppflags],
252         AS_HELP_STRING([--with-cppflags],
253                 [Do not use me! Use CPPFLAGS=<your flags> instead!]),
254         [none], [None], [og_any], [
255                 OG_WARN_OBSOLETE_OPTION([--with-cppflags], [CPPFLAGS=<your flags>])
256                 CPPFLAGS="$with_cppflags"])
257
258 OG_ARG_WITH([libs],
259         AS_HELP_STRING([--with-libs],
260                 [Do not use me! Use LIBS=<your libs> instead!]),
261         [none], [None], [og_any], [
262                 OG_WARN_OBSOLETE_OPTION([--with-libs], [LIBS=<your libs>])
263                 LIBS="$with_libs"])
264
265 OG_ARG_WITH([ldflags],
266         AS_HELP_STRING([--with-ldflags],
267                 [Do not use me! Use LDFLAGS=<your flags> instead!]),
268         [none], [None], [og_any], [
269                 OG_WARN_OBSOLETE_OPTION([--with-ldflags], [LDFLAGS=<your flags>])
270                 LDFLAGS="$with_ldflags"])
271
272 OG_ARG_WITH([ridiculously-aggressive-optimisations],
273         AS_HELP_STRING([--with-ridiculously-aggressive-optimisations],
274                 [Whether to try all possible optimisations]),
275         [no], [No])
276
277 OG_ARG_WITH([maximum-warning-output],
278         AS_HELP_STRING([--with-maximum-warning-output],
279                 [Whether to output as many warnings as possible]),
280         [no], [No])
281
282
283 dnl Internal Options
284 dnl ================
285 OG_OPTION_GROUP(Internal Options)
286
287 OG_ARG_WITH([dynamic],
288         AS_HELP_STRING([--with-dynamic],
289                 [Link dynamically if supported by system.
290                 'NO' forces static linking.]),
291         [auto], [Autodetect])
292
293 OG_ARG_WITH([rel-alloc],
294         AS_HELP_STRING([--with-rel-alloc],
295                 [Relocating allocator for buffers.]),
296         [default], [Autodetect])
297
298 OG_ARG_WITH([dlmalloc],
299         AS_HELP_STRING([--with-dlmalloc],
300                 [Use Doug Lea's malloc.]),
301         [default], [Autodetect])
302
303 OG_ARG_WITH([debug-malloc],
304         AS_HELP_STRING([--with-debug-malloc],
305                 [Use a debugging malloc.]),
306         [no], [NO])
307
308 OG_ARG_WITH([system-malloc],
309         AS_HELP_STRING([--with-system-malloc],
310                 [Use a system malloc instead of GNU.]),
311         [default], [YES if using quantify or purify; NO otherwise])
312
313 OG_ARG_WITH([regex-malloc],
314         AS_HELP_STRING([--with-regex-malloc],
315                 [Use malloc for regex failure stack.]),
316         [yes], [YES])
317
318 OG_ARG_WITH([ffi],
319         AS_HELP_STRING([--with-ffi],
320                 [Compile in experimental support for
321                 Foreign Function Interface.]),
322         [yes], [YES])
323
324 OG_ARG_WITH([module-support],
325         AS_HELP_STRING([--with-module-support],
326                 [Compile in experimental support for dynamically
327                 loaded libraries (Dynamic Shared Objects).]),
328         [yes], [YES if shared libraries are supported])
329
330 OG_MULTIARG_WITH([modules], [dnl
331         AS_HELP_STRING([--with-modules], [
332                 Which modules to compile and install.])],
333         [all], [all], [dnl
334         OG_MULTIARG_ITEM([ase], [ase], [algebraic structures])
335         OG_MULTIARG_ITEM([cl], [cl], [fast Common Lisp implementation])
336 ])
337         dnl OG_MULTIARG_ITEM([dbus], [dbus], [D-BUS bindings])
338
339 OG_MULTIARG_WITH([static-modules], [dnl
340         AS_HELP_STRING([--with-static-modules], [
341                 Which modules to compile as archives to link their
342                 functionality statically into the SXEmacs binary.])
343         AS_HELP_STRING([], [
344                 You should regard this as a proof of concept.])],
345         [none], [NONE], [dnl
346         OG_MULTIARG_ITEM([ase], [ase], [algebraic structures])
347         OG_MULTIARG_ITEM([cl], [cl], [fast Common Lisp implementation])
348 ])
349         dnl OG_MULTIARG_ITEM([dbus], [dbus], [D-BUS bindings])
350
351 OG_MULTIARG_WITH([ent], [dnl
352         AS_HELP_STRING([--with-ent], [
353                 Compile in support for enhanced number types,
354                 using internal and external libraries.])],
355         [none int fpfloat indef gmp], [int fpfloat indef gmp], [dnl
356         OG_MULTIARG_ITEM([int], [int], [native integer arithmetics])
357         OG_MULTIARG_ITEM([fpfloat], [fpfloat], [native fixed precision floats])
358         OG_MULTIARG_ITEM([indef], [indef], [native abstract indefinites])
359         OG_MULTIARG_ITEM([gmp], [GMP], [GNU multiprecision library])
360         OG_MULTIARG_ITEM([mpfr], [MPFR], [Multiprecision Floats with correct Rounding])
361         OG_MULTIARG_ITEM([mpc], [MPC], [Multiprecision Complex numbers (C/R)])
362         OG_MULTIARG_ITEM([pseug], [pseudoG], [native Gaussian Numbers (Z+Z)])
363         OG_MULTIARG_ITEM([pseuc], [pseudoC], [native Complex Numbers (C/R)])
364         OG_MULTIARG_ITEM([quatern], [Quaternions], [native Quaternions (Z+Z+Z+Z)])
365         OG_MULTIARG_ITEM([ecm], [ECM], [factorisations per Elliptic Curve Method])
366         OG_MULTIARG_MUTEX([mpz], [Arbitrary precision integers], [gmp mp])
367         OG_MULTIARG_MUTEX([complex], [Complex numbers as in C/R], [mpc pseuc])
368 ])
369
370 OG_MULTIARG_WITH([ase], [dnl
371         AS_HELP_STRING([--with-ase], [
372                 Compile in support for algebraic structures based on ENT,
373                 using internal and external libraries.])],
374         [none], [none], [dnl
375         OG_MULTIARG_ITEM([cart], [cartesian], [Cartesian Products of ENT and ASE objects])
376         OG_MULTIARG_ITEM([dig], [digraph], [Directed 2-ary Graphs with Colours])
377         OG_MULTIARG_ITEM([intv], [interval], [Intervals of comparable or normed ENT and ASE objects])
378         OG_MULTIARG_ITEM([metric], [metric], [Metric Spaces])
379         OG_MULTIARG_ITEM([nbhood], [neighbourhood], [Neighbourhoods of comparable or normed ENT and ASE objects])
380         OG_MULTIARG_ITEM([perm], [permutation], [Permutations])
381         OG_MULTIARG_ITEM([resclass], [resclass], [Residue Class Rings and Classes])
382 ])
383
384 OG_ARG_WITH([compre],
385         AS_HELP_STRING([--with-compre],[
386                 Provide exhaustive caching of compiled regexps. This will
387                 mean that frequently used regexps will be faster to use
388                 since the compile step will not be needed after first use.]),
389         [yes], [By default do cache compiled regexps.])
390
391 OG_MULTIARG_WITH([experimental-features], [dnl
392         AS_HELP_STRING([--with-experimental-features], [
393                 Activate experimental code, that is code which is
394                 considered useful but whose effects in conjunction with
395                 the variety of elisp projects cannot be foreseen.])
396         AS_HELP_STRING([], [
397                 During the beta phase of SXEmacs all experimental code
398                 will be unconditionally enabled.  However, if you plan
399                 to use this SXEmacs in a production environment you
400                 can switch off some portions.])],
401         [all nobdwgc], [ALL but bdwgc], [dnl
402         OG_MULTIARG_ITEM([bdwgc], [bdwgc], [the Boehm-Demers-Weiser collector])
403         OG_MULTIARG_ITEM([asyneq], [asyneq], [asynchronous event queues])
404 ])
405         dnl stop that pom stuff
406         dnl OG_MULTIARG_ITEM([pom], [pom], [thread-safe objects])
407
408 OG_ARG_WITH([event-driver],
409         AS_HELP_STRING([--with-event-driver], [
410                 Which event routines to use.
411                 Events control the way how external `sources' are
412                 incorporated into SXEmacs.  Sources hereby are user inputs,
413                 such as key strokes, mouse moves, pedalling, slapping the
414                 monitor, etc.; but there are manifold further sources, such as
415                 process signals, data on a socket, focussing an X window,
416                 lapsing a timeout, and so forth.])
417 AS_HELP_STRING([], [
418                 An event driver can cope with all (or most) of these in a
419                 uniform and abstract way.  SXEmacs can either be driven
420                 using its built-in event handlers, or using one of the
421                 external systems.]),
422         [auto], [Autodetect], [auto built-in libevent liboop glib])
423
424
425 dnl Debugging Options
426 dnl ================
427 OG_OPTION_GROUP(Debugging Options)
428
429 OG_ARG_WITH([debug],
430         AS_HELP_STRING([--with-debug],
431                 [Compile with extra debugging code.
432                 This will turn on: --with-assertions
433                 and --with-memory-usage-stats.]),
434         [yes], [YES for beta; NO for release])
435
436 OG_ARG_WITH([memory-usage-stats],
437         AS_HELP_STRING([--with-memory-usage-stats],
438                 [Compile with support for statistics about memory usage at runtime.]),
439         [yes], [YES for beta])
440
441 OG_MULTIARG_WITH([error-checking], [dnl
442         AS_HELP_STRING([--with-error-checking=TYPE], [
443                 Compile with internal error-checking added.])
444         AS_HELP_STRING([], [
445                 WARNING: Causes noticeable loss of speed!])],
446         [all], [ALL for beta; NONE otherwise], [dnl
447         OG_MULTIARG_ITEM([extents], [extents], [checks on extents])
448         OG_MULTIARG_ITEM([types], [types], [checks on types])
449         OG_MULTIARG_ITEM([gc], [gc], [checks on garbage collection])
450         OG_MULTIARG_ITEM([malloc], [malloc], [checks on memory allocation])
451         OG_MULTIARG_ITEM([byte_code], [byte_code], [checks on byte compiled code])
452         OG_MULTIARG_ITEM([bufpos], [bufpos], [checks on buffer position])
453         OG_MULTIARG_ITEM([glyphs], [glyphs], [checks on glyph data])
454         OG_MULTIARG_ITEM([stack], [stack], [checks on stack barriers])
455         OG_MULTIARG_ITEM([malldbg], [malldbg], [malloc debugging code])
456 ])
457
458 OG_ARG_WITH([purify],
459         AS_HELP_STRING([--with-purify],
460                 [Add support for memory debugging using Purify.]),
461         [no], [NO])
462
463 OG_ARG_WITH([quantify],
464         AS_HELP_STRING([--with-quantify],
465                 [Add support for performance debugging using Quantify.]),
466         [no], [NO])
467
468
469 dnl Window System Features
470 dnl ======================
471 OG_OPTION_GROUP(Window System Features)
472
473 OG_ARG_WITH([toolbars],
474         AS_HELP_STRING([--with-toolbars],
475                 [Compile in toolbar support.]),
476         [yes], [YES])
477
478 OG_ARG_WITH([external-widget],
479         AS_HELP_STRING([--with-external-widget],
480                 [Enable the "external widget" interface,
481                 which allows a SXEmacs frame to appear as a widget in
482                 another application.
483                 To date, we haven't heard of anyone who has actually done this.
484                 Consider this EXPERIMENTAL.]),
485         [no], [NO])
486
487 OG_ARG_WITH([menubars],
488         AS_HELP_STRING([--with-menubars=TYPE],
489                 [Type of menubars to use.  The Lucid menubars emulate
490                 Motif (mostly) but are faster.]),
491         [lucid], [Lucid], [lucid no])
492
493 OG_ARG_WITH([scrollbars],
494         AS_HELP_STRING([--with-scrollbars=TYPE],
495                 [Type of scrollbars to use.
496                 *WARNING*  The Motif scrollbars are currently broken.]),
497         [lucid], [Lucid], [lucid motif athena no])
498
499 OG_ARG_WITH([dialogs],
500         AS_HELP_STRING([--with-dialogs=TYPE],
501                 [Type of dialog boxes to use.  Athena dialogs will
502                  be used if Athena can be found.]),
503         [athena], [], [athena motif no])
504
505 OG_ARG_WITH([widgets],
506         AS_HELP_STRING([--with-widgets=TYPE],
507                 [Type of native widgets to use.  Athena widgets will
508                 be used if Athena can be found.]),
509         [athena], [], [athena motif no])
510
511 OG_ARG_WITH([athena],
512         AS_HELP_STRING([--with-athena=TYPE],
513                 [Type of Athena widgets to use.]),
514         [auto], [Autodetect], [auto xaw 3d next 95 xpm no])
515
516 OG_ARG_WITH([xim],
517         AS_HELP_STRING([--with-xim],
518                 [Type of Mule input method to use.]),
519         [auto], [Autodetect], [yes no xlib motif])
520
521 OG_ARG_WITH([wmcommand],
522         AS_HELP_STRING([--with-wmcommand],
523                 [Compile with realized leader window which will
524                 keep the WM_COMMAND property.]),
525         [yes], [YES])
526
527 OG_ARG_WITH([xmu],
528         AS_HELP_STRING([--with-xmu],
529                 [For those unfortunates whose vendors don't ship Xmu.]),
530         [auto], [Autodetect])
531
532 OG_ARG_WITH([xfs],
533         AS_HELP_STRING([--with-xfs],
534                 [Compile with XFontSet support for internationalized
535                 menubar.  Incompatible with `--with-xim=motif'.
536                 `--with-menubars=lucid' (the default) is desirable.]),
537         [no], [NO])
538
539 dnl TTY Options
540 dnl ================
541 OG_OPTION_GROUP(TTY options)
542
543 OG_ARG_WITH([tty],
544         AS_HELP_STRING([--with-tty],
545                 [Add support for ttys.]),
546         [auto], [Autodetect])
547
548 OG_ARG_WITH([ncurses],
549         AS_HELP_STRING([--with-ncurses],
550                 [Use the ncurses library for tty support.]),
551         [auto], [Autodetect])
552
553 OG_ARG_WITH([curses],
554         AS_HELP_STRING([--with-curses],
555                 [Use the curses library for tty support.]),
556         [auto], [Autodetect])
557
558 OG_ARG_WITH([terminfo],
559         AS_HELP_STRING([--with-terminfo],
560                 [Use the terminfo library for tty support.]),
561         [auto], [Autodetect])
562
563 OG_ARG_WITH([tinfo],
564         AS_HELP_STRING([--with-tinfo],
565                 [Use the ncurses tinfo library for tty support.]),
566         [auto], [Autodetect])
567
568 OG_ARG_WITH([termlib],
569         AS_HELP_STRING([--with-termlib],
570                 [Use the termlib library for tty support.]),
571         [auto], [Autodetect])
572
573 OG_ARG_WITH([termcap],
574         AS_HELP_STRING([--with-termcap],
575                 [Use the termcap library for tty support.]),
576         [auto], [Autodetect])
577
578 OG_ARG_WITH([builtin-tty],
579         AS_HELP_STRING([--with-builtin-tty],
580                 [Use builtin termcap like code. LEGACY CODE. Please consider
581                 installing ncurses. Requires /etc/termcap or TERMCAP
582                 environment variable to work.]),
583         [no], [No])
584
585
586 OG_ARG_WITH([gpm],
587         AS_HELP_STRING([--with-gpm],
588                 [Compile in GPM mouse support for ttys.]),
589         [auto], [Autodetect])
590
591
592 dnl Database Options
593 dnl ================
594 OG_OPTION_GROUP(Database options)
595
596 OG_MULTIARG_WITH([database], [dnl
597         AS_HELP_STRING([--with-database=TYPE],
598                 [Compile with database support.])],
599         [auto], [Autodetect], [dnl
600         OG_MULTIARG_ITEM([berkdb], [berkdb], [Berkeley DB support])
601         OG_MULTIARG_ITEM([dbm], [dbm], [DBM database support])
602         OG_MULTIARG_ITEM([gdbm], [gdbm], [GNU DBM support])
603 ])
604
605 OG_ARG_WITH([ldap],
606         AS_HELP_STRING([--with-ldap],
607                 [Compile with support for the LDAP protocol.]),
608         [no], [NO])
609
610 OG_ARG_WITH([postgresql],
611         AS_HELP_STRING([--with-postgresql],
612                 [Compile with support for the PostgreSQL RDBMS.]),
613         [yes], [Autodetect])
614
615
616 dnl Multimedia Options
617 dnl ==================
618 OG_OPTION_GROUP(Multimedia options)
619
620 OG_MULTIARG_WITH([image], [dnl
621         AS_HELP_STRING([--with-image=TYPE],
622                 [Compile with image support.])],
623         [auto], [Autodetect all image support], [dnl
624         OG_MULTIARG_ITEM([gif], [GIF], [GIF image format])
625         OG_MULTIARG_ITEM([xpm], [XPM], [X PixMap image format])
626         OG_MULTIARG_ITEM([png], [PNG], [Portable Network Graphic format])
627         OG_MULTIARG_ITEM([jpeg], [JPEG], [jpeg image format])
628         OG_MULTIARG_ITEM([tiff], [TIFF], [TIFF image format])
629         OG_MULTIARG_ITEM([xface], [xface], [base64 encoded xbm])
630 ])
631
632 OG_MULTIARG_WITH([sound], [dnl
633         AS_HELP_STRING([--with-sound=TYPE],
634                 [Compile with sound support.])],
635         [auto], [Autodetect all sound support], [dnl
636         OG_MULTIARG_ITEM([alsa], [ALSA], [kernel-based linux sound standard])
637         OG_MULTIARG_ITEM([ao], [ao], [generic audio output layer])
638         OG_MULTIARG_ITEM([esd], [ESD], [Enlightenment Sound Daemon])
639         OG_MULTIARG_ITEM([jack], [Jack], [a low-latency audio server])
640         OG_MULTIARG_ITEM([nas], [NAS], [Network Audio System])
641         OG_MULTIARG_ITEM([oss], [OSS], [Open Sound System])
642         OG_MULTIARG_ITEM([pulse], [PulseAudio], [PulseAudio Sound Server])
643 ])
644
645 OG_MULTIARG_WITH([media], [dnl
646         AS_HELP_STRING([--with-media=TYPE],
647                 [Compile with media stream support.])],
648         [auto], [Autodetect all media stream support libraries], [dnl
649         OG_MULTIARG_ITEM([ffmpeg], [FFmpeg], [media streams handled by ffmpeg])
650         OG_MULTIARG_ITEM([internal], [internal], [media streams handled internally])
651         OG_MULTIARG_ITEM([mad], [Mad], [media streams handled by mad])
652         OG_MULTIARG_ITEM([sndfile], [sndfile], [media streams handled by sndfile])
653         OG_MULTIARG_ITEM([sox], [SoX], [media streams handled by sox])
654         OG_MULTIARG_ITEM([magic], [magic], [file/libmagic support])
655 ])
656
657
658 dnl Cryptography Options
659 dnl ====================
660 OG_OPTION_GROUP(Cryptography options)
661
662 OG_ARG_WITH([openssl],
663         AS_HELP_STRING([--with-openssl],
664                 [Compile in experimental support for
665                 OpenSSL libcrypto and libssl.]),
666         [yes], [YES])
667
668 OG_ARG_WITH([gnutls],
669         AS_HELP_STRING([--with-gnutls],
670                 [Compile in experimental support for
671                 GnuTLS transport security.]),
672         [no], [NO])
673
674
675 dnl Networking Options
676 dnl ==================
677 OG_OPTION_GROUP(Networking options)
678
679 OG_ARG_WITH([dnet],
680         AS_HELP_STRING([--with-dnet],
681                 [Compile with support for DECnet.]),
682         [no], [NO])
683
684 OG_ARG_WITH([socks],
685         AS_HELP_STRING([--with-socks],
686                 [Compile with support for SOCKS (an Internet proxy).]),
687         [auto], [Autodetect])
688
689 OG_ARG_WITH([ipv6-cname],
690         AS_HELP_STRING([--with-ipv6-cname],
691                 [Try IPv6 information first when canonicalizing host names.
692                 This option has no effect unless system supports
693                 getaddrinfo(3) and getnameinfo(3).]),
694         [no], [NO])
695
696 OG_ARG_WITH([pop],
697         AS_HELP_STRING([--with-pop],
698                 [Support POP for mail retrieval.]),
699         [no], [NO])
700
701 OG_ARG_WITH([kerberos],
702         AS_HELP_STRING([--with-kerberos],
703                 [Support Kerberos-authenticated POP.]),
704         [no], [NO])
705
706 OG_ARG_WITH([hesiod],
707         AS_HELP_STRING([--with-hesiod],
708                 [Support Hesiod to get the POP server host.]),
709         [no], [NO])
710
711
712 dnl File-related Options
713 dnl ====================
714 OG_OPTION_GROUP(File-related options)
715
716 OG_ARG_WITH([clash-detection],
717         AS_HELP_STRING([--with-clash-detection],
718                 [Use lock files to detect multiple edits
719                 of the same file.]),
720         [no], [NO])
721
722 OG_ARG_WITH([mail-locking],
723         AS_HELP_STRING([--with-mail-locking=TYPE],
724                 [Specify the locking to be used by movemail to prevent
725                 concurrent updates of mail spool files. Valid types
726                 are `lockf'  `flock'  `file'  `locking'  `pop' or `mmdf'.]),
727         [auto], [Autodetect], [lockf flock file locking mmdf pop no])
728
729
730 dnl Internationalisation Options
731 dnl ============================
732 OG_OPTION_GROUP(Internationalisation options)
733
734 OG_ARG_WITH([mule],
735         AS_HELP_STRING([--with-mule],
736                 [Compile with Mule (MUlti-Lingual Emacs) support
737                 needed to support non-Latin-1 (including Asian)
738                 languages.]),
739         [yes], [YES])
740
741 OG_ARG_WITH([canna],
742         AS_HELP_STRING([--with-canna],
743                 [Compile with support for Canna (a Japanese input method
744                 used in conjunction with Mule support).]),
745         [auto], [Autodetect when Mule is enabled])
746
747 OG_ARG_WITH([wnn],
748         AS_HELP_STRING([--with-wnn],
749                 [Compile with support for Wnn (a multi-language input
750                 method used in conjunction with Mule support).]),
751         [auto], [Autodetect when Mule is enabled])
752
753 OG_ARG_WITH([wnn6],
754         AS_HELP_STRING([--with-wnn6],
755                 [Compile with support for the commercial package Wnn6.]),
756         [auto], [Autodetect when Mule is enabled])
757
758
759
760 dnl dnl Other Options
761 dnl dnl =============
762 dnl OG_OPTION_GROUP(Other options)
763 dnl
764
765 ## -------------------------------------------------------------------------
766 ## Check for users who regularly forget about running autoconf
767 ## -------------------------------------------------------------------------
768 AS_IF([test -f "$0.ac" -a "$0.ac" -nt "$0"],
769    AC_MSG_ERROR([What are you doing? RUN autoreconf NOW!!!]))
770
771 #
772 # Turn off core generation. We are already verifying the program fails, no need
773 # poluting the workspace. Of course if you are a SXEmacs developer you may want
774 # to comment this on occasion :-)
775 ulimit -c 0
776
777 ## initialise our nestable msg funs
778 SXE_INIT_MSG_LEVEL
779
780 AC_PROG_SED
781 AC_PROG_AWK
782
783 ECHO=echo
784
785 dnl Small snippet to make echo -n work on solaris
786 ECHO_N= ECHO_C=
787 case `echo -n x` in
788 -n*)
789         case `echo 'x\c'` in
790         *c*)
791                 ;;
792         *)
793                 ECHO_C='\c'
794                 ;;
795         esac
796         ;;
797 *)
798         ECHO_N='-n'
799         ;;
800 esac
801
802
803 echo
804 echo "Preparing the build chain"
805 echo "========================="
806
807 ## We should brag about ourselves, no?
808 AC_DEFINE([XEMACS], [1], [Pretend to be an XEmacs])
809 AC_DEFINE([SXEMACS], [1], [Why not? It's the truth!])
810
811 dnl -------------------------------------------------------------------------
812 dnl Command line argument processing.
813 dnl -------------------------------------------------------------------------
814 dnl Check for bogus options
815 dnl -------------------------------------------------------------------------
816 SXE_CHECK_COMMAND_LINE
817
818 test -z "$AUTOMAKE" || AUTOMAKE=automake
819
820 AM_INIT_AUTOMAKE(m4_esyscmd([
821    automake_ver=`$AUTOMAKE --version 2>/dev/null | head -n1`
822    automake_major=`echo "$automake_ver" | sed -e 's/^.* \([0-9]*\).*/\1/'`
823    automake_minor=`echo "$automake_ver" | sed -e 's/^.* [0-9]*\.\([0-9]*\).*/\1/'`
824    if test "$automake_major" = "1" -a "$automake_minor" -lt "14"
825    then
826       echo "foreign -Wall"
827    else
828       echo "info-in-builddir foreign -Wall"
829    fi]))
830
831 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
832 SXE_CHECK_BUILDCHAIN
833 AC_SUBST(EGREP)
834
835 progname=$0
836 progbasename=$(basename $progname)
837 progdirname=$(dirname $progname)
838
839 ## Build Options
840 ## =============
841
842 echo
843 echo "Build and System Specific Options"
844 echo "================================="
845
846 SXE_EXPLORE_BUILD_ENVIRONMENT
847
848 dnl ----------------------------------------
849 dnl Find out which version of SXEmacs this is
850 dnl ----------------------------------------
851 AC_CHECK_PROG([have_git], [git], [yes], [no])
852 AC_MSG_CHECKING([for SXEmacs version])
853 AC_MSG_RESULT([SXEmacs SXEM4CS_VERSION])
854 dnl Must do the following first to determine verbosity for AC_DEFINE
855 AS_IF([test -n "[]SXEM4CS_BETA_P[]"],beta=yes,beta=no)
856 : "${extra_verbose=$beta}"
857
858 AC_MSG_CHECKING([for SXEmacs patchlevel])
859 CURDIR=$(pwd)
860 cd "$sxe_srcdir"
861 AS_IF([test "$have_git" = "yes"], 
862             [sxemacs_git_version=`git describe 2> /dev/null | head -1`])
863 AS_IF([test -z "$sxemacs_git_version"],
864         sxemacs_git_version="[]SXEM4CS_GIT_VERSION[]")
865 AC_MSG_RESULT([$sxemacs_git_version])
866 version="$sxemacs_git_version"
867 cd "$CURDIR"
868 main_version="$sxemacs_git_version"
869 AC_DEFINE_UNQUOTED([EMACS_MAJOR_VERSION], [SXEM4CS_MAJOR_VERSION], [Description here!])
870 AC_DEFINE_UNQUOTED([EMACS_MINOR_VERSION], [SXEM4CS_MINOR_VERSION], [Description here!])
871 old_version=[]SXEM4CS_VERSION[]
872 if test -n "[]SXEM4CS_BETA_VERSION[]"; then
873         AC_MSG_CHECKING([if we are a beta version])
874         if test "$beta" = "yes"; then
875                 AC_MSG_RESULT([yes])
876                 AC_DEFINE_UNQUOTED([EMACS_BETA_VERSION], [SXEM4CS_BETA_VERSION],
877                         [Description here!])
878         else
879                 AC_MSG_RESULT([no])
880                 AC_DEFINE_UNQUOTED([EMACS_PATCH_LEVEL], [SXEM4CS_BETA_VERSION],
881                         [Description here!])
882         fi
883 fi
884 AC_DEFINE_UNQUOTED([SXEMACS_CODENAME], ["[]SXEM4CS_CODENAME[]"], [Description here!])
885 AC_DEFINE_UNQUOTED([EMACS_VERSION], ["$version"], [Description here!])
886 AC_DEFINE_UNQUOTED([SXEMACS_GIT_VERSION], ["$sxemacs_git_version"],
887         [Description here!])
888
889 PROGNAME=sxemacs
890
891 AC_DEFINE_UNQUOTED([EMACS_PROGNAME], ["$PROGNAME"], [Description here!])
892
893 ## build stuff in lib-src unconditionally
894 SXE_APPEND([lib-src], [MAKE_SUBDIR])
895 SXE_APPEND([lib-src], [INSTALL_ARCH_DEP_SUBDIR])
896
897 ## C compiler build chain
898 AC_USE_SYSTEM_EXTENSIONS
899 AC_LANG([C])
900 AS_MESSAGE([Let's look for the entire C build chain])
901 SXE_CHECK_CC
902 SXE_CHECK_CFLAGS
903
904 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
905
906 ## check machine chars
907 AS_MESSAGE([Let's have a detailed glance at your machine])
908 SXE_PROC_CPUID
909 SXE_PROC_VENDORID
910 SXE_NPROCESSORS
911 SXE_CHECK_PROC_GOODNESS
912
913
914 ## Debugging Options
915 ## =================
916 ## echo
917 ## echo "Debugging Options"
918 ## echo "================="
919
920 dnl ----------------------------------
921 dnl Error checking and debugging flags
922 dnl ----------------------------------
923 dnl Error checking default to "yes" in beta versions, to "no" in releases.
924 dnl Same goes for --enable-debug and --extra-verbosity.
925 if test "$with_error_checking_extents" = yes; then
926         have_error_checking_extents="yes"
927         AC_DEFINE([ERROR_CHECK_EXTENTS], [1], [Description here!])
928         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
929 fi
930 if test "$with_error_checking_types" = yes; then
931         have_error_checking_types="yes"
932         AC_DEFINE([ERROR_CHECK_TYPECHECK], [1], [Description here!])
933         AC_DEFINE_UNQUOTED([type_checking_assert(assertion)],
934                 [assert (assertion)], [
935                 Make sure that all X... macros are dereferencing the correct type,
936                 and that all XSET... macros (as much as possible) are setting the
937                 correct type of structure.  Highly recommended for all
938                 development work.])
939         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
940 else
941         AC_DEFINE_UNQUOTED([type_checking_assert(assertion)], [], [])
942 fi
943 if test "$with_error_checking_bufpos" = yes; then
944         have_error_checking_bufpos="yes"
945         AC_DEFINE([ERROR_CHECK_BUFPOS], [1], [Description here!])
946         AC_DEFINE_UNQUOTED([bufpos_checking_assert(assertion)],
947                 [assert (assertion)], [dnl
948                 Make sure valid buffer positions are passed to BUF_* macros])
949         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
950 else
951         AC_DEFINE_UNQUOTED([bufpos_checking_assert(assertion)], [], [])
952 fi
953 if test "$with_error_checking_gc" = yes; then
954         have_error_checking_gc="yes"
955         AC_DEFINE([ERROR_CHECK_GC], [1], [Description here!])
956         AC_DEFINE_UNQUOTED([gc_checking_assert(assertion)],
957                 [assert (assertion)], [dnl
958                 Attempt to catch bugs related to garbage collection
959                 (e.g. not GCPRO'ing)])
960         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
961 else
962         AC_DEFINE_UNQUOTED([gc_checking_assert(assertion)], [], [])
963 fi
964 if test "$with_error_checking_malloc" = yes; then
965         have_error_checking_malloc="yes"
966         AC_DEFINE([ERROR_CHECK_MALLOC], [1], [Description here!])
967         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
968 fi
969 if test "$with_error_checking_byte_code"  = yes; then
970         have_error_checking_byte_code="yes"
971         AC_DEFINE([ERROR_CHECK_BYTE_CODE], [1], [Description here!])
972         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
973 fi
974 if test "$with_error_checking_glyphs" = yes; then
975         have_error_checking_glyphs="yes"
976         AC_DEFINE([ERROR_CHECK_GLYPHS], [1], [Description here!])
977         AC_DEFINE([USE_ASSERTIONS], [1], [Description here!])
978 fi
979
980 dnl enable_debug=yes must be set when error checking is present.  This should be
981 dnl fixed up.
982 dnl with_debug implies other options
983 if test "${with_debug:=$beta}" = "yes"; then
984         with_memory_usage_stats=yes
985         SXE_ADD_CRUFT_OBJS([debug.o])
986         SXE_ADD_CRUFT_OBJS([tests.o])
987         AC_DEFINE([DEBUG_SXEMACS], [1], [Description here!])
988 fi
989 if test "$with_memory_usage_stats" = "yes"; then
990         AC_DEFINE([MEMORY_USAGE_STATS], [1], [Description here!])
991 fi
992
993
994
995 dnl --------------------------------------------------------------
996 dnl $opsys detection complete; defaults depending on $opsys follow
997 dnl --------------------------------------------------------------
998
999
1000 dnl --------------------------------------------------------------
1001 dnl WooHoo! pdump is ON always and everywhere! --SY.
1002 dnl --------------------------------------------------------------
1003 with_pdump=yes
1004
1005 if test "$with_dynamic" != "no"; then
1006         case "$opsys" in
1007         hpux* | sunos4* )
1008                 with_dynamic=no
1009                 ;;
1010         *)
1011                 with_dynamic=yes
1012                 ;;
1013         esac
1014 fi
1015 if test "$with_dynamic" = "yes"; then
1016         case "$opsys" in
1017         hpux* | sunos4* | sco5 )
1018                 opsys="${opsys}-shr"
1019                 ;;
1020         decosf* )
1021                 ld_call_shared="-call_shared"
1022                 ;;
1023         darwin* )
1024                 AC_DEFINE([DLSYM_NEEDS_UNDERSCORE], [1], [Description here!])
1025                 if test "x$have_ld_no_pie" != "x"; then
1026                         SXE_PREPEND_LINKER_FLAG([-no_pie], [ld_switch_site])
1027                 fi
1028                 ;;
1029         esac
1030 else dnl "$with_dynamic" = "no"
1031         case "$opsys" in
1032         sol2 )
1033                 echo "Static linking is not supported on Solaris 2."
1034                 echo "Rerun configure without specifying --without-dynamic."
1035                 exit 1
1036                 ;;
1037         linux )
1038                 ld_call_shared="-Bstatic"
1039                 ;;
1040         decosf* )
1041                 ld_call_shared="-non_shared"
1042                 ;;
1043         darwin* )
1044                 AC_DEFINE([DLSYM_NEEDS_UNDERSCORE], [1], [Description here!])
1045                 if test "x$have_ld_no_pie" != "x"; then
1046                         SXE_PREPEND_LINKER_FLAG([-no_pie], [ld_switch_site])
1047                 fi
1048                 ;;
1049         esac
1050 fi
1051
1052 dnl Tools configuration
1053 case "$opsys" in
1054 aix* )
1055         NON_GNU_CC=xlc
1056         ;;      dnl Use xlc by default on AIX
1057 darwin )
1058         RANLIB="ranlib -c"
1059         ;;  dnl Avoid link error in lwlib-config.c
1060         ## this needs rework I think because RANLIB is provided by LT_INIT anyway
1061 esac
1062
1063 stack_trace_eye_catcher=\
1064 `echo ${PROGNAME}_${version}_${ac_cv_build} | sed 'y!@/.-!____!'`
1065 AC_DEFINE_UNQUOTED([STACK_TRACE_EYE_CATCHER], [$stack_trace_eye_catcher],
1066         [Just a very looong string to make traces more readable.])
1067
1068 dnl --------------------------------------------------
1069 dnl Determine the compiler, set up for feature testing
1070 dnl --------------------------------------------------
1071
1072 if test "$with_clash_detection" != "no"; then
1073         AC_DEFINE([CLASH_DETECTION], [1], [Description here!])
1074         SXE_ADD_CRUFT_OBJS([filelock.o])
1075 fi
1076
1077
1078 dnl what exactly do we determine here? and where is it used?
1079 dnl dnl Determine GCC version.
1080 dnl if test "$GCC" = "yes"; then
1081 dnl     AC_RUN_IFELSE([AC_LANG_SOURCE([[
1082 dnl int main ()
1083 dnl {
1084 dnl #if __GNUC__ >= 3
1085 dnl     return 11;
1086 dnl #else
1087 dnl     return 0;
1088 dnl #endif
1089 dnl }]])], [:], [dnl
1090 dnl case "$?" in
1091 dnl 11)
1092 dnl     echo "You appear to be using GCC version 3 or above."
1093 dnl     __GCC3=yes
1094 dnl     ;;
1095 dnl esac], [__GCC3=no])
1096 dnl fi
1097
1098 dnl We don't do AC_PROG_CC for SXEMACS_CC; if we can't trust these people....
1099 : ${SXEMACS_CC:="$CC"}
1100
1101 dnl Figure out what C preprocessor to use.
1102
1103 dnl On Sun systems, people sometimes set up the variable CPP
1104 dnl with a value that is a directory, not an executable at all.
1105 dnl Detect that case, and ignore that value.
1106 test -n "$CPP" -a -d "$CPP" && CPP=
1107
1108 test -n "$NON_GNU_CPP" -a "$GCC" != "yes" -a -z "$CPP" && CPP="$NON_GNU_CPP"
1109
1110 dnl --------------------------------------------------------------------
1111 dnl Compiler feature macros
1112 dnl --------------------------------------------------------------------
1113
1114
1115 dnl --------------------------------------------------------------------
1116 dnl Extract some information from the operating system and machine files
1117 dnl --------------------------------------------------------------------
1118
1119 echo "Extracting information from the machine- and system-dependent headers..."
1120
1121 SXE_CHECK_MACHARCH
1122 SXE_EXTRACT_MACHARCH_INFO
1123
1124 dnl s&m files shouldn't be required to define anything, or even to exist.
1125 dnl So we default SYSTEM_TYPE to the obvious documented standard, `uname -s`,
1126 dnl appropriately emacsulated.
1127 if test -z "$system_type"; then
1128         AC_DEFINE_UNQUOTED([SYSTEM_TYPE],
1129                 ["`uname -s | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"],
1130                 [Description here!])
1131 fi
1132
1133 dnl If the s&m files don't define a system-specific dumper, simply use pdump.
1134 dnl Sometime in the future, we'll remove all definitions of UNEXEC
1135 dnl from all the s&m files.
1136 test -z "$unexec" && with_pdump=yes
1137
1138 if test "$with_pdump" = "yes"; then
1139         ordinary_link="yes"
1140         ld="${ordinary_ld}"
1141         start_files=
1142         libs_standard=
1143         unexec=
1144         lib_gcc=
1145 fi
1146
1147 dnl dnl For debugging...
1148 dnl SXE_PRINT_VAR([libs_machine libs_system libs_termcap libs_standard
1149 dnl     objects_machine objects_system c_switch_machine c_switch_system
1150 dnl     ld_switch_machine ld_switch_system unexec ld_switch_shared
1151 dnl     ld lib_gcc ld_text_start_addr start_files ordinary_link
1152 dnl     have_terminfo mail_use_flock mail_use_lockf]) && echo ""
1153
1154 dnl bitch at build attempt on win32 machines
1155 case "$opsys" in mingw* | cygwin*)
1156         SXE_DIE("Invalid operation system. Cannot build on win32 machines.")
1157 esac
1158
1159 dnl Non-ordinary link usually requires -lc
1160 test "$ordinary_link" = "no" -a -z "$libs_standard" && libs_standard="-lc"
1161
1162 ## perform compiler specific things
1163 SXE_DO_CC_HACKS
1164 ## machine specific extensions
1165 SXE_CHECK_SIMD_EXTENSIONS
1166
1167 ## some linker flags that might come in handy
1168 SXE_CHECK_LDFLAGS
1169
1170 ## suffices to be defined late, for instance here
1171 SXE_CHECK_PARSER_LEXER
1172
1173 if test "$with_pdump" != "yes"; then
1174         ## GNU ld now defaults to combreloc, which screws up unexec,
1175         ## but not pdump.
1176         ## Note that it's OK if the GNU style long option causes
1177         ## non-GNU ld to barf a usage message, that's often good
1178         ## enough.  Please report it, though.
1179         ## #### Should make this Solaris-friendly.
1180         ## Link with -z nocombreloc for now.
1181         SXE_CHECK_LD_ZFLAG([nocombreloc])
1182         if test "$sxe_cv_ld__z_nocombreloc" = "yes"; then
1183                 SXE_PREPEND_LINKER_FLAG([-z nocombreloc], [ld_switch_site])
1184         fi
1185 fi
1186
1187 dnl Inform compiler that certain flags are meant for the linker
1188 SXE_PROTECT_LINKER_FLAGS(ld_switch_system)
1189 SXE_PROTECT_LINKER_FLAGS(ld_switch_machine)
1190 SXE_PROTECT_LINKER_FLAGS(ld_switch_site)
1191 SXE_PROTECT_LINKER_FLAGS(LDFLAGS)
1192 SXE_PROTECT_LINKER_FLAGS(ld_call_shared)
1193
1194 dnl Add s&m-determined objects to link line
1195 test -n "$objects_machine" && SXE_ADD_CORE_OBJS($objects_machine)
1196 test -n "$objects_system"  && SXE_ADD_CORE_OBJS($objects_system)
1197 test "$with_pdump" = "yes" && SXE_ADD_CORE_OBJS(dumper.o)
1198
1199
1200 dnl Feed s&m crud to src/Makefile
1201
1202 dnl Linux/powerpc needs the following magic for some reason
1203 dnl [Not needed with YellowDog 2.3 and causes link problems with YellowDog 3.0,
1204 dnl the two most popular PowerPC distributions.]
1205 dnl test "$machine$opsys" = "powerpclinux" && start_flags="-T $sxe_srcdir/src/ppc.ldscript"
1206
1207 AC_LANG(C)
1208 if test "$unexec" = "unexaix.o"; then
1209 dnl AIX needs various hacks to make static linking work.
1210   if   test "$with_dynamic" = "no"; then
1211   start_flags="-Wl,-bnso,-bnodelcsect"
1212   test "$GCC" = "yes" && start_flags="-B/bin/ ${start_flags}"
1213   for f in "/lib/syscalls.exp" "/lib/threads.exp"; do
1214     if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; fi
1215   done
1216   for f in "/usr/lpp/X11/bin/smt.exp" "/usr/bin/X11/smt.exp"; do
1217     if test -r "$f"; then start_flags="${start_flags},-bI:${f}"; break; fi
1218   done
1219   AC_CHECK_LIB([c], [terminateAndUnload], [SXE_APPEND(-lC, libs_system)])
1220   fi
1221 elif test -n "$ld_text_start_addr"; then
1222   start_flags="-T $ld_text_start_addr -e __start"
1223 fi
1224 AC_SUBST(start_flags)
1225
1226 AC_SUBST(ld_switch_shared)
1227 AC_SUBST(start_files)
1228 if test "$ordinary_link" = "no" -a "$GCC" = "yes"; then
1229         if test -z "$linker"; then
1230                 linker='$(CC) -nostdlib'
1231                 SXE_APPEND([-nostdlib], [start_flags])
1232         fi
1233         test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
1234 fi
1235 test "$GCC" != "yes" && lib_gcc=
1236 AC_SUBST(ld)
1237 AC_SUBST(lib_gcc)
1238
1239
1240
1241 ## ---------------------------------------------------------------
1242 ## Add site and system specific flags to compile and link commands
1243 ## ---------------------------------------------------------------
1244
1245 ## compute those site prefixes
1246 SXE_COMPUTE_SITE_PREFIXES
1247 ## compute a LD_RUN_PATH
1248 SXE_COMPUTE_LD_RUN_PATH
1249
1250
1251 ## some header checks
1252 SXE_CHECK_BASIC_HEADERS
1253 ## the very basic c types
1254 SXE_CHECK_BASIC_TYPES
1255
1256 ## for signalling
1257 SXE_CHECK_SIGNALS
1258
1259 AC_CHECK_MEMBERS([struct stat.st_rdev])
1260 AC_CHECK_TYPES([ptrdiff_t])
1261
1262 ## check whether intptr_t is definied in sys/types.h
1263 SXE_CHECK_INTPTR_T
1264
1265 dnl -lm is required for floating point support, among other things
1266 AC_CHECK_FUNC([sin], [], [AC_CHECK_LIB([m], [sin])])
1267
1268
1269 dnl check for Make feature
1270 AC_PROG_MAKE_SET
1271
1272
1273 dnl check for long file names
1274 AC_SYS_LONG_FILE_NAMES
1275 AC_SYS_LARGEFILE
1276 AC_SYS_INTERPRETER
1277 AC_SYS_POSIX_TERMIOS
1278
1279 AC_FUNC_MALLOC
1280 AC_FUNC_MKTIME
1281
1282 dnl See if mkstemp is available
1283 AC_CHECK_FUNCS([mkstemp])
1284
1285 SXE_CHECK_FILE_LOCK
1286
1287 case "$opsys" in decosf*)
1288         AC_CHECK_LIB([pthreads], [cma_open])
1289         AS_IF([test "$ac_cv_lib_pthreads_cma_open" = "yes"],
1290                 c_switch_site="$c_switch_site -threads")
1291         ;;
1292 esac
1293
1294
1295 dnl ----------------------------------------------------------------
1296 dnl Miscellaneous flags
1297 dnl ----------------------------------------------------------------
1298
1299 AC_MSG_CHECKING(whether the -xildoff compiler flag is required)
1300 if   ${CC-cc} '-###' -xildon  no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then
1301   if ${CC-cc} '-###' -xildoff no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ;
1302     then AC_MSG_RESULT(no);
1303     else AC_MSG_RESULT(yes); SXE_APPEND_UNDUP(-xildoff, ld_switch_site)
1304   fi
1305   else AC_MSG_RESULT(no)
1306 fi
1307
1308 dnl Link with "-z ignore" on Solaris if supported
1309 if test "$opsys" = "sol2"; then
1310   if test "$os_release" -ge 506; then
1311     AC_MSG_CHECKING(for "-z ignore" linker flag)
1312     case "`ld -h 2>&1`" in
1313       *-z\ ignore\|record* ) AC_MSG_RESULT(yes)
1314         SXE_PREPEND_UNDUP(-z ignore, ld_switch_site) ;;
1315       *) AC_MSG_RESULT(no) ;;
1316     esac
1317   fi
1318 fi
1319
1320 dnl ----------------------------------------------------------------
1321 dnl Check for Unixoid pty/process support.
1322 dnl ----------------------------------------------------------------
1323
1324 dnl There is no "standard" pty allocation method.  Every system is different.
1325 dnl  getpt()  is the preferred pty allocation method on glibc systems.
1326 dnl _getpty() is the preferred pty allocation method on SGI systems.
1327 dnl grantpt(), unlockpt(), ptsname() are defined by Unix98.
1328 AC_CHECK_FUNCS([getpt _getpty grantpt unlockpt ptsname killpg tcgetpgrp])
1329
1330 dnl openpty() is the preferred pty allocation method on BSD and Tru64 systems.
1331 dnl openpty() might be declared in:
1332 dnl - pty.h (Tru64 or Linux)
1333 dnl - libutil.h (FreeBSD)
1334 dnl - util.h (NetBSD)
1335 AC_CHECK_FUNC(openpty, have_openpty=yes, [
1336   AC_CHECK_LIB(util, openpty, have_openpty=yes need_libutil=yes)])
1337 if test "$have_openpty" = "yes"; then
1338   AC_DEFINE([HAVE_OPENPTY], [1], [Description here!])
1339   AC_CHECK_HEADERS(libutil.h util.h, break)
1340   test "$need_libutil" = "yes" && SXE_APPEND(-lutil, libs_system)
1341 fi
1342
1343 dnl Check for system-specific pty header files
1344 dnl Often the TIOCSIG* symbols are hiding there.
1345 case "$opsys" in
1346   dnl HPUX pty.h #defines TRUE and FALSE, so just use ptyio.h there.
1347   hpux*) AC_CHECK_HEADERS(sys/ptyio.h) ;;
1348   *) AC_CHECK_HEADERS(pty.h)
1349      test "$ac_cv_header_pty_h" = "no" && AC_CHECK_HEADERS(sys/pty.h)
1350      ;;
1351 esac
1352
1353 dnl Check for STREAM support functions.
1354 dnl Confusingly, "str" means both "string" and "SysV Streams".
1355 AC_CHECK_HEADERS(stropts.h)
1356 if test "$ac_cv_header_stropts_h" = "yes"; then
1357   AC_CHECK_FUNCS(isastream)
1358   AC_CHECK_HEADERS(strtio.h) dnl TIOCSIGNAL
1359 fi
1360
1361 dnl Check whether the system provides getloadavg().
1362 AC_CHECK_FUNCS(getloadavg)
1363
1364 if test "$ac_cv_func_getloadavg" = "yes"; then
1365   dnl Solaris 8 declares getloadavg() in <sys/loadavg.h>.
1366   dnl glibc 2.2 declares getloadavg() in <stdlib.h>...
1367   dnl   ...if we #define _GNU_SOURCE, which we do.
1368   AC_CHECK_HEADERS(sys/loadavg.h)
1369 else
1370   dnl We define our own getloadavg() using lower level functions.
1371   SXE_ADD_CRUFT_OBJS([getloadavg.o])
1372
1373   dnl Used by getloadavg() - does not require root priveleges
1374   AC_CHECK_LIB(kstat, kstat_open)
1375   AC_CHECK_HEADERS(kstat.h)
1376
1377   dnl Another way to get the load average
1378   AC_CHECK_LIB(kvm, kvm_read)
1379 fi
1380
1381 dnl If netdb.h does not declare h_errno, we must declare it by hand.
1382 AC_MSG_CHECKING(whether netdb declares h_errno)
1383 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],
1384   [[return h_errno;]])],
1385   [AC_MSG_RESULT(yes)
1386    AC_DEFINE([HAVE_H_ERRNO], [1], [Description here!])],
1387   [AC_MSG_RESULT(no)])
1388
1389 AC_MSG_CHECKING([for sigsetjmp])
1390 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1391 #include <setjmp.h>
1392         ]], [[
1393 sigjmp_buf bar;
1394 sigsetjmp (bar, 0);
1395         ]])],
1396         [sxe_cv_c_func_sigsetjmp="yes"],
1397         [sxe_cv_c_func_sigsetjmp="no"])
1398 AC_MSG_RESULT([$sxe_cv_c_func_sigsetjmp])
1399 if test "$sxe_cv_c_func_sigsetjmp" = "yes"; then
1400         AC_DEFINE([HAVE_SIGSETJMP], [1], [Description here!])
1401         AC_DEFINE_UNQUOTED([SETJMP(x)], [sigsetjmp (x, 0)], [dnl
1402                 We want to avoid saving the signal mask if possible, because
1403                 that necessitates a system call.])
1404         AC_DEFINE_UNQUOTED([LONGJMP(x, y)], [siglongjmp(x, y)], [dnl
1405                 Description here!])
1406         AC_DEFINE_UNQUOTED([JMP_BUF], [sigjmp_buf], [dnl
1407                 Description here!])
1408 else
1409         AC_DEFINE_UNQUOTED([SETJMP(x)], [setjmp(x)], [dnl
1410                 We want to avoid saving the signal mask if possible, because
1411                 that necessitates a system call.])
1412         AC_DEFINE_UNQUOTED([LONGJMP(x, y)], [longjmp(x, y)], [Description here!])
1413         AC_DEFINE_UNQUOTED([JMP_BUF], [jmp_buf], [Description here!])
1414 fi
1415
1416
1417 AC_MSG_CHECKING(whether localtime caches TZ)
1418 AC_CACHE_VAL(emacs_cv_localtime_cache,
1419 [if test "$ac_cv_func_tzset" = "yes"; then
1420 AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <time.h>
1421 #if STDC_HEADERS
1422 # include <stdlib.h>
1423 #endif
1424 extern char **environ;
1425 unset_TZ ()
1426 {
1427   char **from, **to;
1428   for (to = from = environ; (*to = *from); from++)
1429     if (! (to[[0]][[0]] == 'T' && to[[0]][[1]] == 'Z' && to[[0]][[2]] == '='))
1430       to++;
1431 }
1432 char TZ_GMT0[[]] = "TZ=GMT0";
1433 char TZ_PST8[[]] = "TZ=PST8";
1434 main()
1435 {
1436   time_t now = time ((time_t *) 0);
1437   int hour_GMT0, hour_unset;
1438   if (putenv (TZ_GMT0) != 0)
1439     exit (1);
1440   hour_GMT0 = localtime (&now)->tm_hour;
1441   unset_TZ ();
1442   hour_unset = localtime (&now)->tm_hour;
1443   if (putenv (TZ_PST8) != 0)
1444     exit (1);
1445   if (localtime (&now)->tm_hour == hour_GMT0)
1446     exit (1);
1447   unset_TZ ();
1448   if (localtime (&now)->tm_hour != hour_unset)
1449     exit (1);
1450   exit (0);
1451 }]])], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
1452 [# If we have tzset, assume the worst when cross-compiling.
1453 emacs_cv_localtime_cache=yes])
1454 else
1455         # If we lack tzset, report that localtime does not cache TZ,
1456         # since we can't invalidate the cache if we don't have tzset.
1457         emacs_cv_localtime_cache=no
1458 fi],[:])dnl
1459 AC_MSG_RESULT($emacs_cv_localtime_cache)
1460 if test $emacs_cv_localtime_cache = yes; then
1461   AC_DEFINE([LOCALTIME_CACHE], [1], [Description here!])
1462 fi
1463
1464
1465 need_alloca_c=no
1466 dnl HP-UX has a working alloca in libPW.
1467 dnl case "${GCC}${opsys}" in hpux* )
1468 dnl  AC_CHECK_FUNC(alloca, [:], [AC_CHECK_LIB(PW, alloca)])
1469 dnl esac
1470
1471 dnl AC_FUNC_ALLOCA doesn't know about DEC C's #pragma intrinsic(alloca)
1472 if test "$__DECC" != "yes"; then
1473         AC_FUNC_ALLOCA
1474         if test -n "$ALLOCA"; then
1475                 SXE_ADD_CRUFT_OBJS([$ALLOCA])
1476                 need_alloca_c=yes
1477         fi
1478 fi
1479
1480 AC_MSG_CHECKING(for working alloca in function calls)
1481 AC_RUN_IFELSE([AC_LANG_SOURCE([[
1482 #if defined (__GNUC__)
1483 #define alloca __builtin_alloca
1484 #elif defined (__DECC)
1485 #include <alloca.h>
1486 #pragma intrinsic(alloca)
1487 #elif defined (HAVE_ALLOCA_H)
1488 #include <alloca.h>
1489 #elif defined (_AIX)
1490 #pragma alloca
1491 #elif ! defined (alloca)
1492 #ifdef C_ALLOCA
1493 #define alloca xemacs_c_alloca
1494 #else
1495 void *alloca ();
1496 #endif /* C_ALLOCA */
1497 #endif /* !defined (alloca) */
1498
1499 void
1500 f1 (double a, void *ptr, int b)
1501 {
1502   unsigned char *ptr2 = (unsigned char *) ptr;
1503   if (ptr2[[0]] != 0xBF || ptr2[[1]] != 0xBF || ptr2[[3000]] != 0xBF)
1504     exit (1);
1505   if (a != 3.1415 || b != -5490)
1506     exit (1);
1507 }
1508
1509 int
1510 f2 (short c, void *ptr, long e)
1511 {
1512   unsigned char *ptr2 = (unsigned char *) ptr;
1513   if (ptr2[[0]] != 0xFB || ptr2[[1]] != 0xFB || ptr2[[1000]] != 0xFB)
1514     exit (1);
1515   if (c != 665 || e != 776776776)
1516     exit (1);
1517   f1 (3.1415, memset (alloca (3001), 0xBF, 3001), -5490);
1518   return 42;
1519 }
1520
1521 int
1522 main (int argc, char *argv[])
1523 {
1524   if (f2 (665, memset (alloca (1001), 0xFB, 1001), 776776776) != 42)
1525     return 1;
1526   return 0;
1527 }
1528 ]])], working_alloca_in_function_calls=yes, working_alloca_in_function_calls=no,
1529 working_alloca_in_function_calls=no)
1530 AC_MSG_RESULT($working_alloca_in_function_calls)
1531 test "$working_alloca_in_function_calls" != "yes" && \
1532   AC_DEFINE([BROKEN_ALLOCA_IN_FUNCTION_CALLS], [1], [Description here!])
1533
1534 AM_CONDITIONAL([NEED_ALLOCA_C], [
1535         test "$working_alloca_in_function_calls" = "yes" && \
1536         test "$need_alloca_c" = "yes"])
1537
1538 dnl Check whether strcoll exists and works correctly. (This does more
1539 dnl than just check for its existence.) If so, it defines HAVE_STRCOLL.
1540 AC_FUNC_STRCOLL
1541
1542 dnl If `getpgrp' takes no argument (the POSIX.1 version), define
1543 dnl `GETPGRP_VOID'.  Otherwise, it is the BSD version, which takes a
1544 dnl process ID as an argument.
1545 AC_CHECK_FUNCS(getpgrp)
1546 AC_FUNC_GETPGRP
1547
1548 dnl We used to call AC_FUNC_MMAP here
1549 dnl Instead we now use following, suggested by Neal Becker
1550 AC_MSG_CHECKING(for working mmap)
1551 case "$opsys" in ultrix* ) have_mmap=no ;; *)
1552 AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
1553 #include <unistd.h>
1554 #include <fcntl.h>
1555 #include <sys/mman.h>
1556
1557 #ifndef MAP_VARIABLE
1558 #define MAP_VARIABLE 0
1559 #endif
1560
1561 #ifndef MAP_FAILED
1562 #define MAP_FAILED -1
1563 #endif
1564
1565 int main (int argc, char *argv[])
1566 {
1567   int fd = -1;
1568   caddr_t p;
1569 #ifndef MAP_ANONYMOUS
1570   fd = open ("/dev/zero", O_RDWR);
1571   if (fd < 0)
1572     return 1;
1573 #define MAP_ANONYMOUS 0
1574 #endif
1575   if (mmap(0, 1024, PROT_READ | PROT_WRITE,
1576            MAP_PRIVATE | MAP_VARIABLE | MAP_ANONYMOUS,
1577            fd, 0) != (void *) MAP_FAILED)
1578     return 0;
1579   perror ("conftest: mmap failed");
1580   return 1;
1581 }]])], have_mmap=yes, have_mmap=no, have_mmap=no) ;;
1582 esac
1583 AC_MSG_RESULT($have_mmap)
1584 test "$have_mmap" = "yes" && AC_DEFINE([HAVE_MMAP], [1], [Description here!])
1585
1586 dnl rel_alloc requires either GNU malloc or system malloc with mmap
1587 dnl We only turn rel_alloc on by default if mmap is available.
1588 test "$GNU_MALLOC" != "yes" -a "$have_mmap" != "yes" && with_rel_alloc=no
1589 if test "$with_rel_alloc $have_mmap" = "default yes"; then
1590         if test "$doug_lea_malloc" = "yes"; then
1591                 dnl Check if malloc() calls mmap(), making rel_alloc pointless.
1592                 AC_MSG_CHECKING(for M_MMAP_THRESHOLD)
1593                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <malloc.h>]],[[
1594 #ifndef M_MMAP_THRESHOLD
1595 #error No M_MMAP_THRESHOLD :-(
1596 !@+$%^&*_)(_ - unlikely to compile...
1597 #endif
1598                         ]])], [
1599                         with_rel_alloc=no
1600                         AC_MSG_RESULT(yes)], [
1601                         with_rel_alloc=yes
1602                         AC_MSG_RESULT(no)])
1603         else
1604                 with_rel_alloc=yes
1605         fi
1606 fi
1607 if test "$with_rel_alloc" = "yes"; then
1608         AC_DEFINE([REL_ALLOC], [1], [Description here!])
1609         SXE_ADD_MEMALLOC_OBJS(ralloc.o)
1610 fi
1611
1612 dnl Check for tests/rminal I/O variants
1613 dnl TERMIOS systems may have termio.h, but not vice-versa, I think.
1614 AC_CHECK_HEADER(termios.h,
1615   AC_DEFINE([HAVE_TERMIOS], [1], [Description here!])
1616   AC_DEFINE([SIGNALS_VIA_CHARACTERS], [1], [Description here!])
1617   AC_DEFINE([NO_TERMIO], [1], [Description here!]),
1618   [AC_CHECK_HEADER(termio.h, [AC_DEFINE([HAVE_TERMIO], [1], [Description here!])])])
1619
1620
1621 dnl Check for directory variants
1622 AC_CHECK_HEADER(dirent.h, [AC_DEFINE([SYSV_SYSTEM_DIR], [1], [Description here!])],
1623   [AC_CHECK_HEADER(sys/dir.h, , [AC_DEFINE([NONSYSTEM_DIR_LIBRARY], [1], [Description here!])])])
1624
1625 dnl check for readdir64_r (the reentrant version of readdir64)
1626 AC_CHECK_FUNC(readdir64_r, [AC_DEFINE([HAVE_LARGEFILE], [1], [Description here!])])
1627
1628 dnl Check for nlist.h
1629 AC_CHECK_HEADER([nlist.h], [AC_DEFINE([NLIST_STRUCT], [1], [Description here!])], [])
1630
1631 dnl firstly check for pthread support so that we can use the
1632 dnl asynchronous playing routines
1633
1634 dnl special pthread handling
1635 dnl AIX uses pthreads instead of pthread, and HP/UX uses cma
1636 dnl FreeBSD uses -pthread
1637 AC_CHECK_LIB(pthread, pthread_create)
1638 if test "${ac_cv_lib_pthread_pthread_create}" = "yes"; then
1639         have_threads=yes
1640
1641         SXE_CHECK_COMPILER_FLAGS([-pthreads])
1642         SXE_CHECK_COMPILER_FLAGS([-pthread])
1643         if test "${sxe_cv_c_flags__pthreads}" = "yes"; then
1644                 SXE_PREPEND_UNDUP([-pthreads], [c_switch_site])
1645         fi
1646         if test "${sxe_cv_c_flags__pthread}" = "yes"; then
1647                 SXE_PREPEND_UNDUP([-pthread], [c_switch_site])
1648         fi
1649         SXE_PREPEND([-lpthread], [MM_LIBS])
1650 fi
1651
1652 dnl test for AIX pthreads
1653 AC_CHECK_LIB(pthreads, pthread_create)
1654 if test $ac_cv_lib_pthreads_pthread_create = yes; then
1655   have_threads=yes
1656   SXE_PREPEND(-lpthreads, MM_LIBS)
1657 fi
1658
1659 dnl test for HPUX cma threads.
1660 AC_CHECK_LIB(cma, pthread_create)
1661 if test $ac_cv_lib_cma_pthread_create = yes; then
1662   have_threads=yes
1663   SXE_PREPEND(-lcma, MM_LIBS)
1664 fi
1665
1666 dnl FreeBSD -pthread check
1667 AC_DEFUN([AC_PTHREAD_FREEBSD],
1668 [AC_MSG_CHECKING([if we need -pthread for threads])
1669 AC_CACHE_VAL(ac_cv_ldflag_pthread,
1670         [ac_save_ld_switch_site="$ld_switch_site"
1671         ld_switch_site="-pthread $ld_switch_site"
1672         AC_LINK_IFELSE([AC_LANG_PROGRAM([[char pthread_create();]],
1673         [[char pthread_create();]])],
1674         eval "ac_cv_ldflag_pthread=yes",
1675         eval "ac_cv_ldflag_pthread=no"),
1676         ld_switch_site="$ac_save_ld_switch_site"
1677 ])
1678 if eval "test \"`echo $ac_cv_ldflag_pthread`\" = yes"; then
1679         AC_MSG_RESULT(yes)
1680         have_threads=yes
1681         SXE_PREPEND_UNDUP("-pthread", ld_switch_site)
1682         SXE_PREPEND_UNDUP("-D_THREAD_SAFE", c_switch_site)
1683 else
1684         AC_MSG_RESULT(no)
1685 fi])
1686
1687 dnl If all other thread tests fail, try BSD's -pthread
1688 if test "$have_threads" != yes; then
1689   AC_PTHREAD_FREEBSD
1690 fi
1691
1692 if test "$have_threads" = yes; then
1693   AC_DEFINE([HAVE_THREADS], [1], [Description here!])
1694 fi
1695
1696
1697 ## Internal Options
1698 ## ================
1699
1700 echo
1701 echo "Internal Options"
1702 echo "================"
1703
1704 SXE_CHECK_LIBTOOL
1705 SXE_CHECK_LIBLTDL
1706
1707 dnl ----------------------------------------------------------------
1708 dnl Check for POSIX functions.
1709 dnl ----------------------------------------------------------------
1710
1711 SXE_CHECK_BASIC_FUNS
1712 AC_CHECK_FUNCS([alarm cbrt closedir dup2 eaccess endpwent floor fmod fpathconf frexp fsync ftime ftruncate getaddrinfo getcwd gethostbyname gethostname getnameinfo getpagesize getrlimit gettimeofday getwd isascii isatty link logb lrand48 matherr memchr memmove memset mkdir mktime munmap perror poll pow putenv random re_comp readlink regcomp rename res_init rint rmdir select setitimer setlocale setpgid setsid sigblock sighold sigprocmask snprintf socket sqrt stpcpy strncpy strncat strcasecmp strchr strdup strerror strlwr strrchr strspn strtol strupr symlink ttyname tzset ulimit umask uname usleep utime vlimit vsnprintf waitpid wcscmp wcslen])
1713
1714 AS_IF([test "$have_isatty" = "yes"],
1715         AC_DEFINE([HAVE_ISATTY], [1], [isatty is available]))
1716 AS_IF([test "$have_ttyname" = "yes"],
1717         AC_DEFINE([HAVE_TTYNAME], [1], [ttyname is available]))
1718
1719
1720 ## combines all these time structures and funs
1721 SXE_CHECK_METRONOME
1722 SXE_CHECK_SUFFICIENCY([metronome], [metronome])
1723
1724 ## check for a sane dirname/realpath
1725 SXE_CHECK_DIRNAME
1726 SXE_CHECK_REALPATH
1727
1728 dnl -----------------------------------
1729 dnl Do some misc autoconf-special tests
1730 dnl -----------------------------------
1731
1732 dnl Do the opsystem or machine files prohibit the use of the GNU malloc?
1733 dnl Assume not, until told otherwise.
1734 GNU_MALLOC=yes
1735 if test "$with_dlmalloc" != "no"; then
1736         doug_lea_malloc=yes
1737 else
1738         doug_lea_malloc=no
1739 fi
1740 after_morecore_hook_exists=yes
1741 AC_CHECK_FUNC(malloc_set_state, ,doug_lea_malloc=no)
1742 AC_MSG_CHECKING(whether __after_morecore_hook exists)
1743 AC_LINK_IFELSE([AC_LANG_SOURCE([
1744         [extern void (* __after_morecore_hook)();]
1745         [main() {__after_morecore_hook = 0;}]
1746         ])],
1747   [AC_MSG_RESULT(yes)],
1748   [AC_MSG_RESULT(no)
1749    after_morecore_hook_exists=no])
1750 if test "$after_morecore_hook_exists" = "yes" ; then
1751    AC_DEFINE([HAVE_MORECORE_HOOK], [1], [Define if __after_morecore_hook is available])
1752 fi
1753 AC_SUBST(HAVE_MORECORE_HOOK)
1754 free_hook_exists=yes
1755 AC_MSG_CHECKING(whether __free_hook exists)
1756 AC_LINK_IFELSE([AC_LANG_SOURCE([
1757         [extern void (* __free_hook)();]
1758         [main() {__free_hook = 0;}]
1759         ])],
1760   [AC_MSG_RESULT(yes)],
1761   [AC_MSG_RESULT(no)
1762    free_hook_exists=no])
1763 if test "$free_hook_exists" = "yes" ; then
1764    AC_DEFINE([HAVE_FREE_HOOK], [1], [Define if __free_hook is available])
1765 fi
1766 AC_SUBST(HAVE_FREE_HOOK)
1767 if test "$system_malloc" = "yes" ; then
1768   GNU_MALLOC=no
1769   GNU_MALLOC_reason="
1770     - The GNU allocators don't work with this system configuration."
1771 elif test "$with_system_malloc" = "yes" ; then
1772   GNU_MALLOC=no
1773   GNU_MALLOC_reason="
1774     - User chose not to use GNU allocators."
1775 elif test "$with_debug_malloc" = "yes" ; then
1776   GNU_MALLOC=no
1777   GNU_MALLOC_reason="
1778     - User chose to use Debugging Malloc."
1779 fi
1780
1781 if test "$doug_lea_malloc" = "yes" -a "$GNU_MALLOC" = "yes" ; then
1782         GNU_MALLOC_reason="
1783     - Using Doug Lea's new malloc from the GNU C Library."
1784         AC_DEFINE([DOUG_LEA_MALLOC], [1], [Description here!])
1785         if test "$after_morecore_hook_exists" = "no" ; then
1786                 GNU_MALLOC_reason="
1787     - Using Doug Lea's new malloc from the Linux C Library."
1788         AC_DEFINE([_NO_MALLOC_WARNING_], [1], [Description here!])
1789         fi
1790 fi
1791 AM_CONDITIONAL([USE_MEMALLOC], [test -n "${libmemalloc_objs}"])
1792
1793 dnl #### mcheck is broken in all versions of Linux libc and glibc.
1794 dnl Try this again when 2.1 hits the streets.
1795 dnl Avoid using free-hook.c if support exists for malloc debugging in libc
1796 have_libmcheck=no
1797 if test "$with_error_checking_malloc" = "yes" -a \
1798    "$have_glibc" = "yes" -a \
1799    "$doug_lea_malloc" = "yes"; then
1800         AC_CHECK_HEADERS(mcheck.h)
1801         AC_CHECK_LIB(mcheck, mcheck, [have_libmcheck=yes], [have_libmcheck=no])
1802 fi
1803
1804 if test "$with_module_support" != "no"; then
1805         AS_MESSAGE([checking for module support])
1806         if test "$sxe_cv_feat_libltdl" = "yes"; then
1807                 have_module_support="yes"
1808                 with_module_support="yes"
1809                 SXE_ADD_CRUFT_OBJS([emodules-ng.o])
1810                 AC_DEFINE([HAVE_EMODULES], [1], [Whether emods would be available])
1811                 AC_DEFINE([WITH_EMODULES], [1], [Whether emods shall be available])
1812         else
1813                 have_module_support="no"
1814                 AC_DEFINE([WITH_EMODULES], [1], [Whether emods shall be available])
1815         fi
1816 fi
1817
1818 AM_CONDITIONAL([DESCEND_MODULES],
1819         [test "$with_module_support $have_module_support" = "yes yes"])
1820 if test "$with_module_support $have_module_support" = "yes"; then
1821         SXE_APPEND([src], [MAKE_SUBDIR])
1822         SXE_APPEND([src], [INSTALL_ARCH_DEP_SUBDIR])
1823         SXE_APPEND([modules], [MAKE_AM_SUBDIR])
1824         SXE_APPEND([modules], [SRC_SUBDIR_DEPS])
1825 dnl else
1826 dnl     MOD_CC="$SXEMACS_CC"
1827 dnl     MODCFLAGS="\$(SXE_CFLAGS) -I../../src -I\$(sxe_srcdir)/../../src"
1828 dnl     INSTALLPATH=""
1829 dnl     MOD_INSTALL_PROGRAM="true"
1830 dnl     OBJECT_TO_BUILD="\$(MODNAME).o"
1831 fi
1832
1833 if test "$with_modules_ase" = "yes"; then
1834         have_modules_ase=yes
1835 fi
1836 if test "$with_static_modules_ase" = "yes"; then
1837         have_static_modules_ase=yes
1838 fi
1839 SXE_EMOD_STATMOD([ase])
1840 if test "$have_modules_ase $have_static_modules_ase" != " "; then
1841         have_ase_cart="yes"
1842         have_ase_dig="yes"
1843         have_ase_intv="yes"
1844         have_ase_metric="yes"
1845         have_ase_nbhood="yes"
1846         have_ase_perm="yes"
1847         have_ase_resclass="yes"
1848 fi
1849 if test "$have_bison" = "yes"; then
1850         if test "$with_modules_cl" = "yes" ; then
1851                 have_modules_cl="yes"
1852         fi
1853         if test "$with_static_modules_cl" = "yes"; then
1854                 have_static_modules_cl="yes"
1855         fi
1856 else
1857         if test "$with_modules_cl" = "yes" -o "$with_static_modules_cl" = "yes"; then
1858                 AC_MSG_WARN([Sorry no bison means no cl module for you.])
1859         fi
1860 fi
1861
1862 SXE_EMOD_STATMOD([cl])
1863
1864 dnl D-Bus
1865 dnl SXE_CHECK_DBUS
1866 dnl if test "$have_dbus" = "yes"; then
1867 dnl     if test "$with_modules_dbus" = "yes"; then
1868 dnl             have_modules_dbus=yes
1869 dnl     fi
1870 dnl     if test "$with_static_modules_dbus" = "yes"; then
1871 dnl             have_static_modules_dbus=yes
1872 dnl     fi
1873 dnl else
1874 dnl     AC_MSG_WARN([I cannot believe you do not have d-bus.])
1875 dnl fi
1876
1877 dnl SXE_EMOD_STATMOD([dbus])
1878
1879 AM_CONDITIONAL([AUTARKIC], [test "0" = "1"])
1880 MODARCHDIR=
1881 MAKE_DOCFILE="$sxe_blddir/lib-src/make-docfile"
1882 ELLMAKEDOC=$MAKE_DOCFILE
1883 ELLCC=$MOD_CC
1884 AC_SUBST(ELLCC)
1885 AC_SUBST(ELLMAKEDOC)
1886 AC_SUBST(with_modules, $with_modules)
1887 AC_SUBST(MOD_CC)
1888 AC_SUBST(MODARCHDIR)
1889 AC_SUBST(MAKE_DOCFILE)
1890 AC_SUBST(MODCFLAGS)
1891 AC_SUBST(INSTALLPATH)
1892 AC_SUBST(MOD_INSTALL_PROGRAM)
1893 AC_SUBST(OBJECT_TO_BUILD)
1894 SXE_SUBST_STATMOD_A
1895
1896 ## FFI support
1897 SXE_CHECK_FFI
1898 SXE_CHECK_SUFFICIENCY([ffi], [FFI support], [
1899         ## additional actions
1900         AC_DEFINE([HAVE_LIBFFI], [1], [Description here!])
1901         HAVE_LIBFFI=yes
1902         FFI_LIBS="-lffi"
1903         SXE_ADD_CRUFT_OBJS([effi.o])
1904 ])
1905
1906 ## ENT support
1907 SXE_CHECK_ENT
1908
1909 ## check for pseudo gaussian numbers
1910 AC_MSG_CHECKING([for pseug (gaussian numbers)])
1911 if test "$sxe_cv_feat_gmp" = "yes"; then
1912         ## the good case
1913         AC_DEFINE([HAVE_PSEUG], [1], [Whether we COULD do gaussian numbers!])
1914         sxe_cv_feat_pseug="yes"
1915 else
1916         sxe_cv_feat_pseug="no"
1917 fi
1918 AC_MSG_RESULT([$sxe_cv_feat_pseug])
1919
1920 ## check for pseudo complex numbers
1921 AC_MSG_CHECKING([for pseuc (pseudo complex numbers)])
1922 if test "$sxe_cv_feat_mpfr" = "yes"; then
1923         ## the good case
1924         AC_DEFINE([HAVE_PSEUC], [1], [Whether we COULD do complex numbers!])
1925         sxe_cv_feat_pseuc="yes"
1926 else
1927         sxe_cv_feat_pseuc="no"
1928 fi
1929 AC_MSG_RESULT([$sxe_cv_feat_pseuc])
1930
1931 ## check for pseudo quaternions
1932 AC_MSG_CHECKING([for quatern (quaternion numbers)])
1933 if test "$sxe_cv_feat_gmp" = "yes"; then
1934         ## the good case
1935         AC_DEFINE([HAVE_QUATERN], [1], [Whether we COULD do quaternions!])
1936         sxe_cv_feat_quatern="yes"
1937 else
1938         sxe_cv_feat_quatern="no"
1939 fi
1940 AC_MSG_RESULT([$sxe_cv_feat_quatern])
1941
1942
1943 ## go through what the PH^Wuser has specified
1944 ## it's a wee bit more complex, so let's go for it
1945 ## we use a dijkstra-if
1946 ent_dijkstra="$with_ent_gmp $sxe_cv_feat_gmp"
1947 if test "$ent_dijkstra" = "yes yes"; then
1948         AC_DEFINE([WITH_GMP], [1], [Whether GMP support was desired!])
1949         SXE_PREPEND([$GMP_LIBS], [ENT_LIBS])
1950         SXE_ADD_ENT_OBJS([ent-gmp.o])
1951         have_ent_gmp="yes"
1952 elif test "$ent_dijkstra" = "yes no"; then
1953         ## pity, we wanted GMP but we dont have it
1954         AC_DEFINE([WITH_GMP], [1], [Whether GMP support was desired!])
1955         have_ent_gmp="no"
1956 elif test "$ent_dijkstra" = "no yes"; then
1957         ## we didn't want GMP but we have it
1958         ## do nothing in that case
1959         have_ent_gmp="no"
1960 elif test "$ent_dijkstra" = "no no"; then
1961         ## great, we didnt opt for GMP and we're lucky, it's not there either
1962         have_ent_gmp="no"
1963 fi
1964
1965 ## evaluate mpfr results
1966 ent_dijkstra="$with_ent_mpfr $sxe_cv_feat_mpfr"
1967 if test "$ent_dijkstra" = "yes yes"; then
1968         ## the good case
1969         AC_DEFINE([WITH_MPFR], [1], [Description here!])
1970         SXE_PREPEND([$MPFR_LIBS], [ENT_LIBS])
1971         SXE_ADD_ENT_OBJS([ent-mpfr.o])
1972         have_ent_mpfr="yes"
1973 elif test "$ent_dijkstra" = "yes no"; then
1974         ## we want but can't have
1975         AC_DEFINE([WITH_MPFR], [1], [Description here!])
1976         have_ent_mpfr="no"
1977 elif test "$ent_dijkstra" = "no yes"; then
1978         have_ent_mpfr="no"
1979 elif test "$ent_dijkstra" = "no no"; then
1980         have_ent_mpfr="no"
1981 fi
1982
1983
1984 ## whether to enable gaussian numbers
1985 ent_dijkstra="$with_ent_pseug $sxe_cv_feat_pseug"
1986 if test "$ent_dijkstra" = "yes yes"; then
1987         ## perfick
1988         AC_DEFINE([WITH_PSEUG], [1], [Description here!])
1989         SXE_PREPEND([$GMP_LIBS], [ENT_LIBS])
1990         SXE_ADD_ENT_OBJS([ent-gaussian.o])
1991         have_ent_pseug="yes"
1992 elif test "$ent_dijkstra" = "yes no"; then
1993         ## grrrr
1994         AC_DEFINE([WITH_PSEUG], [1], [Description here!])
1995         have_ent_pseug="no"
1996 elif test "$ent_dijkstra" = "no yes"; then
1997         have_ent_pseug="no"
1998 elif test "$ent_dijkstra" = "no no"; then
1999         have_ent_pseug="no"
2000 fi
2001
2002 ## whether to enable emulated complex numbers
2003 ent_dijkstra="$with_ent_pseuc $sxe_cv_feat_pseuc $with_ent_mpc $sxe_cv_feat_mpc"
2004 if test "$ent_dijkstra" = "yes yes yes yes"; then
2005         ## skip pseuc usage
2006         have_ent_pseuc="veto"
2007         AC_DEFINE([WITH_PSEUC], [1], [Description here!])
2008         AS_MESSAGE([ENT: Built-in support for complex numbers available, dnl
2009 but omitted in favour of MPC.])
2010         omit_ent_pseuc_in_favour_of="mpc"
2011         ## set up to use plain mpc
2012         AC_DEFINE([WITH_MPC], [1], [Description here!])
2013         SXE_PREPEND([$MPC_LIBS], [ENT_LIBS])
2014         SXE_ADD_ENT_OBJS([ent-mpc.o])
2015         have_ent_mpc="yes"
2016 elif test "$ent_dijkstra" = "yes yes yes no"; then
2017         ## user planned to use mpc, hasnt got it though
2018         ## now he's cursed with pseudo complex numbers :)
2019         AC_DEFINE([WITH_PSEUC], [1], [Description here!])
2020         have_ent_pseuc="yes"
2021         SXE_PREPEND([$MPFR_LIBS], [ENT_LIBS])
2022         SXE_ADD_ENT_OBJS([ent-pseumpc.o])
2023         ## we want mpc but can't have, set up that
2024         AC_DEFINE([WITH_MPC], [1], [Description here!])
2025         have_ent_mpc="no"
2026 elif test "$ent_dijkstra" = "yes yes no yes"; then
2027         ## user coulda used mpc but disabled it for whatever reasons ... Wait!
2028         ## Horst, is that you?!
2029         AC_DEFINE([WITH_PSEUC], [1], [Description here!])
2030         AS_MESSAGE([ENT: dnl
2031 MPC support for complex numbers IS possible, however YOU think you want dnl
2032 the built-in emulated stuff?  Seriously?  Good, so be it!])
2033         SXE_PREPEND([$MPFR_LIBS], [ENT_LIBS])
2034         SXE_ADD_ENT_OBJS([ent-pseumpc.o])
2035         have_ent_pseuc="yes"
2036         omit_ent_mpc_in_favour_of="pseuc"
2037         ## however brag that we have mpc
2038         have_ent_mpc="yes"
2039 elif test "$ent_dijkstra" = "yes yes no no"; then
2040         AC_DEFINE([WITH_PSEUC], [1], [Description here!])
2041         have_ent_pseuc="yes"
2042         SXE_PREPEND([$MPFR_LIBS], [ENT_LIBS])
2043         SXE_ADD_ENT_OBJS([ent-pseumpc.o])
2044         have_ent_mpc="no"
2045 elif test "$with_ent_pseuc $sxe_cv_feat_pseuc" = "yes no"; then
2046         AC_DEFINE([WITH_PSEUC], [1], [Description here!])
2047         have_ent_pseuc="no"
2048 elif test "$with_ent_pseuc $sxe_cv_feat_pseuc" = "no yes"; then
2049         have_ent_pseuc="no"
2050 elif test "$with_ent_pseuc $sxe_cv_feat_pseuc" = "no no"; then
2051         have_ent_pseuc="no"
2052 fi
2053
2054 ## whether to enable gaussian numbers
2055 ent_dijkstra="$with_ent_quatern $sxe_cv_feat_quatern"
2056 if test "$ent_dijkstra" = "yes yes"; then
2057         ## perfick
2058         AC_DEFINE([WITH_QUATERN], [1], [Description here!])
2059         SXE_PREPEND([$GMP_LIBS], [ENT_LIBS])
2060         SXE_ADD_ENT_OBJS([ent-quatern.o])
2061         have_ent_quatern="yes"
2062 elif test "$ent_dijkstra" = "yes no"; then
2063         ## grrrr
2064         AC_DEFINE([WITH_QUATERN], [1], [Description here!])
2065         have_ent_quatern="no"
2066 elif test "$ent_dijkstra" = "no yes"; then
2067         have_ent_quatern="no"
2068 elif test "$ent_dijkstra" = "no no"; then
2069         have_ent_quatern="no"
2070 fi
2071
2072 ## elliptic curve support
2073 ent_dijkstra="$with_ent_ecm $sxe_cv_feat_ecm"
2074 if test "$ent_dijkstra" = "yes yes"; then
2075         ## perfick case
2076         AC_DEFINE([WITH_ECM], [1], [Description here!])
2077         SXE_PREPEND([$ECM_LIBS], [ENT_LIBS])
2078         SXE_ADD_ENT_OBJS([ent-ecm.o])
2079         have_ent_ecm="yes"
2080 elif test "$ent_dijkstra" = "no yes"; then
2081         have_ent_ecm="no"
2082 elif test "$ent_dijkstra" = "yes no"; then
2083         AC_DEFINE([WITH_ECM], [1], [Description here!])
2084         have_ent_ecm="no"
2085 elif test "$ent_dijkstra" = "no no"; then
2086         have_ent_ecm="no"
2087 fi
2088
2089
2090 ## Floating operation support is now unconditional
2091 SXE_CHECK_MATHS_VALUES
2092 if test "$ac_cv_sizeof_long_double" != 0; then
2093         ##AC_DEFINE_UNQUOTED([fpfloat], [long double], [Description here!])
2094         ##AC_DEFINE([fpfloat_long_double_p], [1], [Description here!])
2095         fpfloat="long double"
2096         fpfloat_long_double_p=1
2097         have_fpfloat=yes
2098 elif test "$ac_cv_sizeof_double" != 0; then
2099         ##AC_DEFINE_UNQUOTED([fpfloat], [double], [Description here!])
2100         ##AC_DEFINE([fpfloat_double_p], [1], [Description here!])
2101         fpfloat="double"
2102         fpfloat_double_p=1
2103         have_fpfloat=yes
2104 else
2105         AS_MESSAGE([Uh oh, no float type is bad news.])
2106         have_fpfloat=no
2107 fi
2108
2109 AC_MSG_CHECKING([if need to add -lm])
2110 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
2111 #include <math.h>
2112 ]],[[
2113 return sin(0.0);
2114 ]])], [AC_MSG_RESULT([no])], [
2115         AC_MSG_RESULT([maybe])
2116         save_LIBS=$LIBS
2117         SXE_APPEND([-lm], [LIBS])
2118         AC_MSG_CHECKING([if can add -lm])
2119         AC_LINK_IFELSE([AC_LANG_PROGRAM([[
2120 #include <math.h>
2121 ]],[[
2122 return sin(0.0);
2123 ]])], [AC_MSG_RESULT([yes])], [
2124         AC_MSG_RESULT([no])
2125         AC_MSG_WARN([No way to use math functions found. Reverting option append.])
2126         LIBS=$save_LIBS])])
2127
2128
2129
2130 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
2131 #include <math.h>
2132 ]],[[
2133 return atanh(1.0) + asinh(1.0) + acosh(1.0);
2134 ]])], [AC_DEFINE([HAVE_INVERSE_HYPERBOLIC], [1], [Description here!])])
2135
2136 if test "$have_fpfloat" = "yes"; then
2137         AC_DEFINE([HAVE_FPFLOAT], [1], [Description here!])
2138
2139         SXE_CHECK_CLEAN_FLOATOPS(
2140                 [have_clean_floatops="yes"], [have_clean_floatops="no"])
2141
2142         ## it would seem odd to define the destiny of our float arithmetic here
2143         if test "$have_clean_floatops" = "yes"; then
2144                 AC_DEFINE_UNQUOTED([fpfloat], [$fpfloat], [Description here!])
2145                 AC_DEFINE_UNQUOTED([fpfloat_long_double_p],
2146                         [${fpfloat_long_double_p:-0}], [Description here!])
2147                 AC_DEFINE_UNQUOTED([fpfloat_double_p],
2148                         [${fpfloat_double_p:-0}], [Description here!])
2149         else
2150                 AS_MESSAGE([downgrading to `double' floats])
2151                 AC_DEFINE_UNQUOTED([fpfloat], [double], [Description here!])
2152                 AC_DEFINE_UNQUOTED([fpfloat_long_double_p],
2153                         [0], [Description here!])
2154                 AC_DEFINE([fpfloat_double_p],
2155                         [1], [Description here!])
2156         fi
2157 fi
2158
2159 ## trivial checks, you cannot (yet) turn off internal arithmetic entirely
2160 ## so we always `have' it
2161 dnl with_ent_int=yes
2162 have_ent_int=yes
2163 dnl with_ent_indef=yes
2164 have_ent_indef=yes
2165 dnl with_ent_fpfloat=yes
2166 have_ent_fpfloat=yes
2167 dnl we attempt to always use ent.o
2168 AC_DEFINE([WITH_NUMBER_TYPES], [1], [Description here!])
2169 SXE_SUBST_ENT_OBJS
2170
2171 dnl experimental code support
2172 if test "$with_compre" != "no"; then
2173         AC_MSG_CHECKING([if compre prerequisites are met])
2174         AC_MSG_RESULT([yes])
2175         AC_DEFINE([EF_USE_COMPRE], [1],
2176                 [Whether to provide compiled regular expression!])
2177         have_compre=yes
2178 fi
2179 if test "$with_experimental_features_pom" = "yes"; then
2180         AC_MSG_CHECKING([if pom prerequisites are met])
2181         if test "$have_threads" = "yes"; then
2182                 AC_MSG_RESULT([yes])
2183                 AC_DEFINE([EF_USE_POM], [1],
2184                         [Whether to protect all lisp objects with mutexes!])
2185                 have_experimental_features_pom=yes
2186         else
2187                 AC_MSG_RESULT([no])
2188         fi
2189 fi
2190 if test "$with_experimental_features_asyneq" = "yes"; then
2191         AC_MSG_CHECKING([if asyneq prerequisites are met])
2192         if test "$have_threads" = "yes"; then
2193                 AC_MSG_RESULT([yes])
2194                 AC_DEFINE([EF_USE_ASYNEQ], [1],
2195                         [Whether to setup asynchronous event queues!])
2196                 have_experimental_features_asyneq=yes
2197                 SXE_ADD_EVENTS_OBJS([event-queue.o workers.o worker-asyneq.o])
2198         else
2199                 AC_MSG_RESULT([no])
2200         fi
2201 fi
2202 SXE_SUBST_EVENTS_OBJS
2203
2204 SXE_CHECK_EVENTS
2205 SXE_CHECK_SUFFICIENCY([events], [event system])
2206
2207 ## check asm helpers
2208 SXE_CHECK_ASM_HELPERS
2209
2210 ## compression titbits
2211 SXE_CHECK_ZLIB
2212 SXE_CHECK_BZLIB
2213 SXE_CHECK_LZMA
2214
2215
2216 ## Cryptography Options
2217 ## ====================
2218 echo
2219 echo "Cryptography Options"
2220 echo "===================="
2221
2222 ## in case someone else (ldap, pgsql, etc.) needs it
2223 SXE_CHECK_OPENSSL
2224 SXE_CHECK_SUFFICIENCY([openssl], [OpenSSL support])
2225
2226 dnl OpenSSL
2227 if test "$with_openssl" != "no" -a "$have_openssl" = "yes"; then
2228         SXE_ADD_CRUFT_OBJS([openssl.o])
2229 elif test "$with_openssl" != "no"; then
2230         AC_MSG_WARN([Required OpenSSL support cannot be provided.])
2231         AC_MSG_WARN([Check --with-site-prefixes.])
2232 fi
2233 if test "$have_openssl" = "no" -o "$with_openssl" = "no"; then
2234         OPENSSL_CPPFLAGS=""
2235         OPENSSL_LDFLAGS=""
2236         OPENSSL_LIBS=""
2237 fi
2238 AC_SUBST([OPENSSL_CPPFLAGS])
2239 AC_SUBST([OPENSSL_LDFLAGS])
2240 AC_SUBST([OPENSSL_LIBS])
2241
2242 SXE_CHECK_KERBEROS
2243 SXE_CHECK_KERBEROS5
2244 if test "$with_kerberos" = "yes"; then
2245         AC_DEFINE([WITH_KERBEROS], [1], [Whether kerberos support was requested])
2246         if test "$sxe_cv_feat_kerberos" = "yes"; then
2247                 SXE_PREPEND([$KERBEROS_LIBS], [ld_libs_general])
2248         fi
2249 fi
2250
2251
2252 ## Networking Options
2253 ## ==================
2254 echo
2255 echo "Networking Options"
2256 echo "=================="
2257
2258 SXE_CHECK_SOCKETS
2259 SXE_CHECK_SUFFICIENCY([unix], [unix domain sockets])
2260 SXE_CHECK_SUFFICIENCY([sysvipc], [SysV IPC message])
2261 SXE_CHECK_SUFFICIENCY([sockets], [tcp/udp sockets])
2262 SXE_CHECK_SUFFICIENCY([tcpudp], [tcp/udp sockets])
2263 SXE_CHECK_SUFFICIENCY([multicast], [multicast])
2264
2265 dnl Decnet
2266 if test "$with_dnet" = "yes"; then
2267   AC_CHECK_LIB(dnet, main,
2268     [AC_DEFINE([HAVE_LIBDNET], [1], [Description here!])],
2269     [SXE_DIE("DECnet requested but can't find libdnet")])
2270 fi
2271
2272 dnl Socks support
2273 if test "$with_socks" = "yes"; then
2274   AC_CHECK_LIB(socks, SOCKSinit)
2275   test -n "$ac_cv_lib_socks_SOCKSinit" && AC_DEFINE([HAVE_SOCKS], [1], [Description here!])
2276 fi
2277
2278
2279 ## Window System Features
2280 ## ======================
2281 echo
2282 echo "Window System Features"
2283 echo "======================"
2284
2285 dnl ----------------------
2286 dnl Choose a window system
2287 dnl ----------------------
2288
2289 AS_MESSAGE([checking for specified window system])
2290
2291 if test "$with_x" != "no"; then
2292         if test "$with_x11" != "no"; then
2293                 dnl User-specified --x-includes or --x-libraries implies --with-x11.
2294                 test "$x_includes $x_libraries" != "NONE NONE" && \
2295                         window_system=x11
2296                         with_x11=yes
2297         fi
2298
2299         dnl Autodetection of X11 libraries and includes
2300         dnl -------------------------------------------
2301         dnl AC_PATH_XTRA thinks it can find our X headers and includes, but
2302         dnl it often gets it wrong, so we only use it as a last resort.
2303
2304         dnl $OPENWINHOME implies --x-includes and --x-libraries
2305         dnl Not (yet) handled by autoconf2
2306         if test "$x_includes $x_libraries" = "NONE NONE" \
2307                 -a -n "$OPENWINHOME" \
2308                 -a "$OPENWINHOME" != "/usr/openwin" \
2309                 -a -d "$OPENWINHOME"; then
2310                 test -d "$OPENWINHOME/lib"           && \
2311                         x_libraries="$OPENWINHOME/lib"
2312                 test -d "$OPENWINHOME/include"       && \
2313                         x_includes="$OPENWINHOME/include"
2314                 test -d "$OPENWINHOME/share/include" && \
2315                         x_includes="$OPENWINHOME/share/include"
2316         fi
2317
2318         if test -z "$x_includes" -o \
2319            "$x_includes" = "NONE" -o \
2320            ! -d "$x_includes"; then
2321                 dnl AC_PATH_XTRA often guesses /usr/include, when some other
2322                 dnl include directory is a MUCH better guess (Linux, HP-UX 10.20).
2323                 dnl This is a workaround for idiot (esp. HP) system vendors, who
2324                 dnl provide a /usr/include/X11, but DON'T FULLY POPULATE IT.
2325                 for dir in "/usr/X11" "/usr/X11R7" "/usr/X11R6" \
2326                         "/usr/local" "/usr"; do
2327                         if test -d "$dir/include/X11"; then
2328                                 x_includes="$dir/include"
2329                                 break
2330                         fi
2331                 done
2332         fi
2333
2334         if test -z "$x_libraries" -o \
2335            "$x_libraries" = "NONE" -o \
2336            ! -d "$x_libraries"; then
2337                 for dir in \
2338                         "/usr/X11/lib" \
2339                         "/usr/X11R7/lib" "/usr/lib/X11R7" \
2340                         "/usr/X11R6/lib" "/usr/lib/X11R6" \
2341                         "/usr/local/lib" "/usr/local/lib/X11" \
2342                         "/usr/lib" "/usr/lib/X11"; do
2343                         if test -r "$dir/libX11.a"; then
2344                                 x_libraries="$dir"
2345                                 break
2346                         fi
2347                 done
2348         fi
2349
2350         AC_PATH_XTRA
2351         if test "$with_x11" != "no"; then
2352                 if test "$no_x" = "yes"; then
2353                         with_x11=no
2354                         window_system=none
2355                         HAVE_X_WINDOWS=no
2356                 else
2357                         with_x11=yes
2358                         window_system=x11
2359                         HAVE_X_WINDOWS=yes
2360                 fi
2361         fi
2362 fi
2363
2364 dnl #### wmperry:: !x11 != NONE
2365 dnl case "$with_x11" in
2366 dnl  yes ) window_system=x11  HAVE_X_WINDOWS=yes ;;
2367 dnl  no  ) window_system=none HAVE_X_WINDOWS=no  ;;
2368 dnl esac
2369
2370 AM_CONDITIONAL([DESCEND_LWLIB], [test "$with_x11" = "yes"])
2371 if test "$with_x11" = "yes"; then
2372         AC_DEFINE([HAVE_X_WINDOWS], [1], [Description here!])
2373         AC_DEFINE([NeedFunctionPrototypes], [1], [Description here!])
2374         AC_DEFINE([FUNCPROTO], [15], [Whatever this is.])
2375         AC_DEFINE([HAVE_UNIXOID_EVENT_LOOP], [1], [Description here!])
2376         SXE_APPEND([lwlib], [MAKE_SUBDIR])
2377         SXE_APPEND([lwlib], [SRC_SUBDIR_DEPS])
2378
2379         SXE_ADD_SXEUIX11_OBJS([console-x.o device-x.o event-Xt.o frame-x.o])
2380         SXE_ADD_SXEUIX11_OBJS([glyphs-x.o objects-x.o redisplay-x.o select-x.o])
2381         SXE_ADD_SXEUIX11_OBJS([xgccache.o])
2382
2383         SXE_DUMP_LIBS
2384         ## some debian systems are trying to fool us ... now fool them back!
2385         if test -d "$x_includes"; then
2386                 CPPFLAGS="$CPPFLAGS -I$x_includes"
2387         fi
2388         if test -d "$x_libraries"; then
2389                 LDFLAGS="$LDFLAGS -L$x_libraries"
2390         fi
2391
2392         dnl Look for Motif, but only if not found in $x_includes and $x_libraries
2393         AC_CHECK_HEADERS([Xm/Xm.h])
2394         if test "$ac_cv_header_Xm_Xm_h" = "yes"; then
2395                 AC_CHECK_LIB([Xm], [XmStringFree], [got_motif=yes])
2396         fi
2397
2398         if test "$got_motif" != "yes"; then
2399                 dnl Try to find Motif dirs
2400                 dnl These take precedence over other X libs/includes, so PRE-pend
2401                 for lib_dir in \
2402                         "/usr/dt/lib" "/usr/lib/Motif2.1" \
2403                         "/usr/lib/Motif1.2" "/usr/lib/Motif1.1"; do
2404                         inc_dir=`echo $lib_dir | sed -e 's/lib/include/'`
2405                         if test -d "$lib_dir" -a -d "$inc_dir"; then
2406                                 case "$x_libraries" in
2407                                 *"$lib_dir"* )
2408                                         ;;
2409                                 *)
2410                                         x_libraries="$lib_dir $x_libraries"
2411                                         SXE_PREPEND(["-L${lib_dir}"], [X_LIBS])
2412                                         ;;
2413                                 esac
2414                                 case "$x_includes" in
2415                                 "$inc_dir"* )
2416                                         ;;
2417                                 *)
2418                                         x_includes="$inc_dir $x_includes"
2419                                         SXE_PREPEND_UNDUP(["-I${inc_dir}"], [X_CFLAGS])
2420                                         ;;
2421                                 esac
2422                                 break; dnl only need ONE Motif implementation!
2423                         fi
2424                 done
2425         fi
2426
2427         dnl Contrib X libs/includes do NOT take precedence, so AP-pend
2428         for rel in "X11R7" "X11R6" "X11R5" "X11R4"; do
2429                 lib_dir="/usr/contrib/$rel/lib" inc_dir="/usr/contrib/$rel/include"
2430                 if test -d "$lib_dir" -a -d "$inc_dir"; then
2431                         case "$x_libraries" in
2432                         *"$lib_dir"* )
2433                                 ;;
2434                         *)
2435                                 x_libraries="$x_libraries $lib_dir"
2436                                 SXE_APPEND(["-L${lib_dir}"], [X_LIBS])
2437                                 ;;
2438                         esac
2439                         case "$x_includes" in
2440                         "$inc_dir"* )
2441                                 ;;
2442                         *)
2443                                 x_includes="$x_includes $inc_dir"
2444                                 SXE_APPEND_UNDUP(["-I${inc_dir}"], [X_CFLAGS])
2445                                 ;;
2446                         esac
2447                         break; dnl Only need ONE X11 implementation !
2448                 fi
2449         done
2450
2451         dnl Avoid version mismatch for shared library libXm.so on osf4
2452         case "$opsys" in
2453         decosf*)
2454                 AS_IF([test "$GCC" = yes -a -d "/usr/shlib"],
2455                         SXE_APPEND([-L/usr/shlib], [X_LIBS]))
2456                 ;;
2457         esac
2458
2459         LDFLAGS="$LDFLAGS $X_LIBS"
2460
2461         if test "$extra_verbose" = "yes"; then
2462                 echo
2463                 echo "X11 compilation variables:"
2464                 SXE_PRINT_VAR(x_libraries x_includes
2465                         X_CFLAGS X_LIBS X_PRE_LIBS X_EXTRA_LIBS)
2466                 echo
2467         fi
2468
2469         dnl Set up bitmaps search path.
2470         dnl The original suggestion was to unconditionally to append X11/bitmaps
2471         dnl to each element of $x_includes, I'm pretty sure this is the wrong
2472         dnl thing to do.  We test for bitmaps and X11/bitmaps directories on each
2473         dnl element and add them to BITMAPDIR if they exist.
2474         bitmapdirs=
2475         if test "$x_includes" != NONE; then
2476                 for i in $x_includes; do
2477                         if test -d "$i/bitmaps"; then
2478                                 bitmapdirs="$i/bitmaps:$bitmapdirs"
2479                         fi
2480                         if test -d "$i/X11/bitmaps"; then
2481                                 bitmapdirs="$i/X11/bitmaps:$bitmapdirs"
2482                         fi
2483                 done
2484                 bitmapdirs=`echo "$bitmapdirs" | sed s/.$//`
2485         fi
2486         if test ! -z "$bitmapdirs"; then
2487                 AC_DEFINE_UNQUOTED([BITMAPDIR], ["$bitmapdirs"], [Description here!])
2488         fi
2489
2490 dnl   dnl Autodetect defines extracted from X config by xmkmf, e.g. NARROWPROTO
2491 dnl   AS_MESSAGE(checking for X defines extracted by xmkmf)
2492 dnl   rm -fr conftestdir
2493 dnl   if mkdir conftestdir; then
2494 dnl     cd conftestdir
2495 dnl     cat > Imakefile <<'EOF'
2496 dnl xetest:
2497 dnl     @echo ${PROTO_DEFINES} ${STD_DEFINES}
2498 dnl EOF
2499 dnl     if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
2500 dnl       # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2501 dnl       xmkmf_defines=`${MAKE-make} xetest 2>/dev/null | grep -v make`
2502 dnl     fi
2503 dnl     cd ..
2504 dnl     rm -fr conftestdir
2505 dnl     for word in $xmkmf_defines; do
2506 dnl       case "$word" in
2507 dnl       -D__STDC__*) ;;
2508 dnl       -D* )
2509 dnl     sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'`
2510 dnl     case "$word" in
2511 dnl       -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;;
2512 dnl       *     ) val=1 ;;
2513 dnl     esac
2514 dnl dnl Avoid re-AC_DEFINE-ing xmkmf symbols we've already defined above.
2515 dnl     if grep "^#define $sym " confdefs.h >/dev/null; then :; else
2516 dnl       if test "$val" = "1"
2517 dnl         then AC_DEFINE_UNQUOTED([$sym], [], [Description here!])
2518 dnl         else AC_DEFINE_UNQUOTED([$sym], [$val], [Description here!])
2519 dnl       fi
2520 dnl     fi  ;;
2521 dnl       esac
2522 dnl     done
2523 dnl   fi
2524
2525         dnl make sure we can find Intrinsic.h
2526         AC_CHECK_HEADER([X11/Intrinsic.h], [],
2527                 [AC_MSG_ERROR([Unable to find X11 and/or Xt header files. Try using --x-includes=<path> if you know the path, or --with-x=no to disable X11 support.])])
2528
2529         dnl Check some more headers
2530         AC_CHECK_HEADERS([X11/Intrinsic.h X11/StringDefs.h X11/Shell.h X11/ShellP.h],
2531                 [],[],
2532                 [[#if HAVE_X11_INTRINSIC_H
2533                   # include <X11/Intrinsic.h>
2534                   # include <X11/IntrinsicP.h>
2535                   # include <X11/CoreP.h>
2536                   #endif]])
2537
2538         dnl -lXt and -lX11 are required
2539         dnl Some broken systems require the magic "-b i486-linuxaout" flag
2540
2541         dnl Other broken systems will not pass these tests unless the pre and
2542         dnl extra libs are passed on...
2543         LIBS="$LIBS $X_PRE_LIBS $X_EXTRA_LIBS"
2544         AC_CHECK_LIB(X11, XOpenDisplay, have_lib_x11=yes)
2545         if test "$have_lib_x11" != "yes"; then
2546                 AC_CHECK_LIB([X11], [XGetFontProperty],
2547                         [],
2548                         [AC_MSG_ERROR([Unable to find X11 libraries. Try using --x-libraries=<path> if you know the path, or --with-x=no to disable X11 support.])])
2549         fi
2550         SXE_PREPEND([-lX11], [libs_x])
2551         LIBS="$LIBS -lX11"
2552         if test "$extra_verbose" = "yes"; then
2553                 echo "    Setting libs_x to \"-lX11\""
2554         fi
2555         dnl Autodetect -lXext
2556         AC_CHECK_LIB([Xext], [XShapeSelectInput], [SXE_PREPEND([-lXext], [libs_x])])
2557
2558         dnl Require -lXt
2559         AC_CHECK_LIB([Xt], [XtOpenDisplay], [SXE_PREPEND([-lXt], [libs_x])], [
2560                 AC_MSG_ERROR([Unable to find X11 libraries. Try using --x-libraries=<path> if you know the path, or --with-x=no to disable X11 support.])])
2561
2562         AC_MSG_CHECKING([the version of X11 being used])
2563         AC_RUN_IFELSE([AC_LANG_SOURCE([[
2564 #include <X11/Intrinsic.h>
2565 int main(int c, char *v[]) { return c>1 ? XlibSpecificationRelease : 0; }]])],
2566                 [./conftest foobar; x11_release=$?],[x11_release=4],[x11_release=4])
2567         AC_MSG_RESULT(R${x11_release})
2568         AC_DEFINE_UNQUOTED([X11_RELEASE], [${x11_release}], [Description here!])
2569
2570         AC_CHECK_FUNCS([XConvertCase])
2571         AC_CHECK_LIB([Xt], [XtRegisterDrawable])
2572         if test "$ac_cv_lib_Xt_XtRegisterDrawable" = "yes"; then
2573                 AC_DEFINE([HAVE_XTREGISTERDRAWABLE], [1], [Description])
2574         fi
2575
2576         AC_CHECK_HEADERS(X11/Xlocale.h)
2577
2578         dnl XFree86 has a non-standard prototype for this X11R6 function
2579         AC_CHECK_FUNCS(XRegisterIMInstantiateCallback)
2580         AC_MSG_CHECKING(for standard XRegisterIMInstantiateCallback prototype)
2581         AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
2582 #ifndef NeedFunctionPrototypes
2583 #define NeedFunctionPrototypes 1
2584 #endif
2585 #include <X11/Xlib.h>
2586 extern Bool XRegisterIMInstantiateCallback(
2587         Display*, struct _XrmHashBucketRec*, char*, char*, XIMProc, XPointer*);
2588 ]])],
2589         [AC_MSG_RESULT(yes)],
2590         [AC_MSG_RESULT(no)
2591                 AC_DEFINE([XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE],
2592                         [], [Description here!])])
2593
2594         dnl autodetect -lXmu
2595         AC_CHECK_LIB([Xmu], [XmuReadBitmapDataFromFile],
2596                 [with_xmu=yes], [with_xmu=no])
2597         if test "$with_xmu" = "no"; then
2598                 SXE_ADD_SXEUIX11_OBJS([xmu.o])
2599         else
2600                 SXE_PREPEND([-lXmu], [libs_x])
2601                 AC_DEFINE([HAVE_XMU], [1], [Description here!])
2602         fi
2603
2604         dnl Autodetect -lXbsd
2605         dnl #### Someone, please add a better function than main
2606         AC_CHECK_LIB([Xbsd], [main], SXE_PREPEND([-lXbsd], [libs_x]))
2607
2608         dnl restore old values
2609         SXE_RESTORE_LIBS
2610 fi dnl $with_x11 = yes
2611
2612 AC_SUBST([install_pp])
2613
2614 dnl test "$with_dragndrop" != "no" && with_dragndrop="$with_dragndrop_default"
2615 dnl test -z "$window_system" && window_system="none"
2616 with_dragndrop="no"
2617
2618 dnl Test for features that require a window system - ANY window system
2619 if test "$window_system" = "none"; then
2620   for feature in menubars scrollbars toolbars dialogs dragndrop xface
2621   do
2622     if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
2623        AC_MSG_WARN([--with-$feature ignored:  Not valid without window system support])
2624     fi
2625     eval "with_${feature}=no"
2626   done
2627 else
2628   test -z "with_toolbars" && with_toolbars=yes
2629 fi
2630
2631 dnl Test for features that require X11 support
2632 if test "$with_x11" != "yes"; then
2633   for feature in offix wmcommand xim xmu nas_sound
2634   do
2635     if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
2636        AC_MSG_WARN([--with-$feature ignored:  Not valid without X support])
2637     fi
2638     eval "with_${feature}=no"
2639   done
2640 fi
2641
2642 dnl Balloon Help requires the Shape extension, not available everywhere,
2643 dnl for example not on AIX 4.3.
2644 if test "$with_x11" = "yes"; then
2645   AC_CHECK_HEADER(X11/extensions/shape.h, [
2646    AC_DEFINE([HAVE_BALLOON_HELP], [1], [Description here!])
2647    SXE_ADD_SXEUIX11_OBJS(balloon_help.o balloon-x.o)
2648    ])
2649 fi
2650
2651 dnl FSF 19.29 has some bitmapdir stuff here.
2652 bitmapdir=
2653
2654 case "$window_system" in
2655   x11  ) HAVE_X_WINDOWS=yes; echo "  Using X11." ;;
2656   none ) HAVE_X_WINDOWS=no ; echo "  Using no window system." ;;
2657 esac
2658
2659 if test -n "$window_system" -a "$window_system" != "none"; then
2660         AC_DEFINE_UNQUOTED([HAVE_WINDOW_SYSTEM], [1], [Description here!])
2661 fi
2662
2663 case "$x_libraries" in *X11R4* )
2664   test "$opsys" = "hpux9"     && opsysfile="s/hpux9-x11r4.h"
2665   test "$opsys" = "hpux9-shr" && opsysfile="s/hpux9shxr4.h"
2666 esac
2667
2668 dnl Enable or disable proper handling of WM_COMMAND
2669 AS_MESSAGE(checking for WM_COMMAND option);
2670 dnl if test "$with_wmcommand" = "yes"; then
2671 if test "$with_wmcommand" != "no"; then
2672   AC_DEFINE([HAVE_WMCOMMAND], [1], [Description here!])
2673 fi
2674
2675 dnl Autodetect Xauth
2676 dnl -lXau is only used by gnuclient, so use a special variable for Xauth X libs
2677 test "$with_xauth" != "no" && test "$window_system" = "none" && with_xauth=no
2678 SXE_DUMP_LIBS
2679 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
2680 LDFLAGS="$LDFLAGS $X_LIBS"
2681 AC_CHECK_HEADER([X11/Xauth.h], [:], [with_xauth=no])
2682 AC_CHECK_LIB([Xau], [XauGetAuthByAddr], [:], [with_xauth=no])
2683 if test "$with_xauth" = "yes"; then
2684   AC_DEFINE([HAVE_XAUTH], [1], [Description here!])
2685   SXE_CONSECUTIVE_UNDUP([libs_xauth], [$X_EXTRA_LIBS -lXau $libs_x $X_PRE_LIBS])
2686 fi
2687 SXE_RESTORE_LIBS
2688 AC_SUBST(libs_xauth)
2689
2690 dnl ----------------------
2691 dnl X-Specific Graphics libraries
2692 dnl ----------------------
2693
2694 ## Oki, now that we really need a more exhaustive way to autodetect
2695 ## athena and other widgets we construct a chain.  The elements of
2696 ## that chain are simple atomic tests (provided by AC_DEFUNs).
2697 ## The chain is defined to be:
2698 ##
2699 ## neXtaw -> Xaw3d -> XawXpm -> Xaw95  ->  Xaw  ->  Motif  ->  Nirvana
2700 ## ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^      ^^^      ^^^^^
2701 ##         3d sets                       non-3d   non-athena
2702 ##
2703 ## Now if the user passes a --with-athena=foo option, we jump
2704 ## directly to the according test-suite and in case this fails we jump
2705 ## off the cliff.
2706 ##
2707 ## Attention:
2708 ## We shall perform every test-suite twice, once the correct way, and
2709 ## once with #include'ing the Xfuncproto header.
2710 ## Thanks to the many, many distributions which treat their users
2711 ## like braindead zombies!
2712 ## Especially, I would like to thank Fedora/RedHat for bringing
2713 ## this up. Go on guys, you rock!
2714
2715 ## and now the test chain
2716 if test "$with_x11" = "yes" -a "$with_x" != "no"; then
2717         SXE_CHECK_XTOOLKITS
2718         SXE_CHECK_XT_DEPENDENCIES
2719 else
2720         with_menubars=no
2721         with_scrollbars=no
2722         with_dialogs=no
2723         with_toolbars=no
2724         with_widgets=no
2725 fi
2726
2727 dnl Always compile OffiX unless --without-offix is given, no
2728 dnl X11 support is compiled in, no standard Xmu is available,
2729 dnl or dragndrop support is disabled
2730 dnl Because OffiX support currently loses when more than one display
2731 dnl is in use, we now disable it by default -slb 07/10/1998.
2732 test "$window_system" != "x11" && with_offix=no
2733 if test "$with_xmu" != yes -a "$with_x11" = yes; then
2734   if test "$with_offix" = "yes" ; then
2735     AC_MSG_WARN([--with-offix forced to `no'; no real Xmu support])
2736   fi
2737   with_offix=no
2738 fi
2739 if test "$with_dragndrop" = "no" ; then
2740   if test "$with_offix" = "yes" ; then
2741     AC_MSG_WARN([--with-offix forced to `no'; no generic Drag'n'Drop support])
2742   fi
2743   with_offix=no
2744 fi
2745 if test "$with_offix" = "yes"; then
2746   AC_DEFINE([HAVE_OFFIX_DND], [1], [Description here!])
2747   SXE_APPEND(offix.o, dnd_objs)
2748   SXE_APPEND(OffiX, dragndrop_proto)
2749 fi
2750
2751
2752 ## TTY Options
2753 ## ===========
2754 echo
2755 echo "TTY Options"
2756 echo "==========="
2757
2758
2759 dnl ---------------------
2760 dnl TTY-dependent options
2761 dnl ---------------------
2762
2763 dnl checks for header files
2764 AC_CHECK_HEADERS([libintl.h nlist.h sgtty.h termio.h termios.h])
2765
2766 AS_IF([test "$with_tty" != "no"],[
2767    AS_MESSAGE(checking for TTY-related features)
2768    dnl Check if needed calls are available at all...
2769    
2770    with_tty_libs=""
2771    detect_tty_libs=""
2772    for lib in ncurses curses tinfo terminfo termlib termcap
2773    do
2774        eval "with=\$with_${lib}"
2775        if test "$with" = no
2776        then
2777           AC_MSG_WARN(["Ignoring available ${lib} due to --with-${lib}=no"])
2778        elif test "$with" = "yes"
2779        then
2780           with_tty_libs="$with_tty_libs $lib"
2781        else
2782           detect_tty_libs="$detect_tty_libs $lib"
2783        fi
2784    done
2785
2786    # All terminal info functions needed
2787    tty_funcs="tgetent tgetstr tgetflag tgetnum tparm tgoto tputs"
2788    tty_libs=""
2789    # Filter by existing libs, printf is sure to be available with libc, so failure
2790    # would come from lib not find
2791    for lib in $with_tty_libs $detect_tty_libs
2792    do
2793        SXE_CHECK_LINK_LIB($lib)
2794        if eval "test \"\$sxe_cv_c_lib_${lib}\" != yes"
2795        then
2796           if eval "test \"\$with_${lib}\" = yes"
2797           then
2798              AC_MSG_WARN(["Ignoring --with-${lib}=yes due to library not linkable"])
2799              eval "with_${lib}=no"
2800           fi
2801           continue
2802        fi
2803
2804        AC_CHECK_LIB([$lib], [$tty_funcs])
2805
2806        # Lets verify we have all functions
2807        for func in $tty_func
2808        do
2809            if eval "test \"\$ac_cv_lib_${lib}_${func}\" = no"
2810            then
2811               AS_MESSAGE(["Skipping ${lib}, does not support to all TTY functions"])
2812               lib=""
2813               break
2814            fi
2815        done
2816
2817        tty_libs="$tty_libs $lib"
2818    done
2819
2820    if test -n "$tty_libs"
2821    then
2822       AS_MESSAGE(["Considering libraries: $tty_libs"])
2823    
2824       # Check which preferred lib can be used
2825       for func in $tty_funcs
2826       do
2827          # Make sure no flags are harmed during the search
2828          sxe_save_LIBS=$LIBS
2829          AC_SEARCH_LIBS($func, $tty_libs)
2830          LIBS=$sxe_save_LIBS
2831       done
2832
2833       # Minimize the set of libraries
2834       tty_feature=""
2835       tty_fun=""
2836       for func in $tty_funcs
2837       do
2838           eval lib=\$ac_cv_search_${func}
2839           if test "$lib" != no -a "$lib" != "none required"
2840           then
2841               for feature in $tty_feature
2842               do
2843                   if test "$feature" = "$lib"
2844                   then
2845                      lib=""
2846                      func=""
2847                      break;
2848                   fi
2849               done
2850               tty_feature="$tty_feature $lib"
2851               tty_fun="$tty_fun $func"
2852           fi
2853        done
2854    fi
2855
2856    if test -n "$tty_feature"
2857    then
2858       # Check all the expected functions still compile with all the added
2859       # libraries
2860       sxe_save_LIBS=$LIBS
2861       LIBS="$LIBS $tty_feature"
2862       AC_CHECK_FUNCS($tty_funcs)
2863       for func in $tty_fun
2864       do
2865         if eval "test \"\$ac_cv_func_${func}\" = no"
2866         then
2867             tty_feature=""
2868             break
2869         fi
2870       done
2871       LIBS=$sxe_save_LIBS
2872    fi
2873
2874    if test -n "$tty_feature"
2875    then
2876       SXE_PREPEND($tty_feature, LIBS)
2877       for lib in $tty_feature
2878       do
2879          l=`echo $lib | sed -e 's/^-l//g'`
2880          eval "with_${l}=yes"
2881       done
2882       with_builtin_tty=no
2883       have_tty=yes
2884    else
2885       AC_MSG_WARN([Could not link all needed tty functions.]
2886                   [Please consider installing ncurses.])
2887       if test "$with_builtin_tty" = yes
2888       then
2889           AC_MSG_WARN([Using builtin tty support.])
2890           have_tty=yes
2891       else
2892           AC_MSG_WARN([Use --with-builtin-tty=yes if you cannot use ncurses.])
2893           have_tty=no
2894       fi
2895    fi
2896
2897    if test "$with_builtin_tty" = yes
2898    then
2899       # Add our own wrappers using termcap
2900       SXE_ADD_SXEUITTY_OBJS(termcap.o)
2901       SXE_ADD_SXEUITTY_OBJS(tparam.o)
2902       have_tty=yes
2903    elif test "$have_tty" = yes
2904    then
2905       # Terminfo interface, since tgetent etc are available
2906       SXE_ADD_SXEUITTY_OBJS(terminfo.o)
2907    fi
2908
2909    # Check headers, first generally
2910    AC_CHECK_HEADER(termcap.h, termcap_h_file=termcap.h)
2911    AC_CHECK_HEADER(term.h,    term_h_file=term.h)
2912    
2913    if test "$have_ncurses" = yes; then
2914       # Verify how ncurses overrides them
2915       AC_CHECK_HEADER(ncurses/ncurses.h, curses_h_file=ncurses/ncurses.h)
2916       if test -z "$curses_h_file"; then
2917             AC_CHECK_HEADER(ncurses/curses.h,  curses_h_file=ncurses/curses.h)
2918       fi
2919       if test -n "$curses_h_file"; then
2920             AC_CHECK_HEADER(ncurses/termcap.h, termcap_h_file=ncurses/termcap.h)
2921             AC_CHECK_HEADER(ncurses/term.h,    term_h_file=ncurses/term.h)
2922       else
2923             AC_CHECK_HEADER(ncurses.h,         curses_h_file=ncurses.h)
2924       fi
2925       
2926       if test -z "$curses_h_file" ; then
2927           dnl Try again, and check for the bogus ncurses/ include bug.
2928           dnl (i.e. ncurses/curses.h bogusly includes <unctrl.h> instead of
2929           dnl <ncurses/unctrl.h>)
2930           save_c_switch_site="$c_switch_site"
2931           c_switch_site="$c_switch_site -I/usr/include/ncurses"
2932           AC_CHECK_HEADER(ncurses/ncurses.h,   curses_h_file=ncurses/ncurses.h)
2933           if test -z "$curses_h_file"; then
2934             AC_CHECK_HEADER(ncurses/curses.h,  curses_h_file=ncurses/curses.h)
2935           fi
2936           if test -n "$curses_h_file"; then
2937             AC_CHECK_HEADER(ncurses/termcap.h, termcap_h_file=ncurses/termcap.h)
2938             AC_CHECK_HEADER(ncurses/term.h,    term_h_file=ncurses/term.h)
2939           else
2940             AC_CHECK_HEADER(ncurses.h,         curses_h_file=ncurses.h)
2941           fi
2942           if test -n "$curses_h_file"
2943           then
2944                 AC_MSG_WARN([Your system has the bogus ncurses include bug.])
2945                 AC_CHECK_HEADER(termcap.h,         curses_h_file=termcap.h)
2946                 AC_CHECK_HEADER(term.h,            curses_h_file=term.h)
2947           else c_switch_site="$save_c_switch_site"
2948           fi
2949       fi
2950    fi
2951    
2952    if test -n "$curses_h_file"; then
2953         AC_DEFINE_UNQUOTED([HAVE_CURSES_H], [1],
2954                            [There is a curses.h header file available])
2955    fi
2956
2957    if test -n "$termcap_h_file"; then
2958         AC_DEFINE_UNQUOTED([HAVE_TERMCAP_H], [1],
2959                            [There is a termcap.h header available])
2960    fi
2961
2962    if test -n "$term_h_file"; then
2963         AC_DEFINE_UNQUOTED([HAVE_TERM_H], [1],
2964                            [There is a term.h header available])
2965    fi
2966
2967    AC_DEFINE_UNQUOTED([CURSES_H_FILE], ["${curses_h_file-curses.h}"],
2968                       [The curses.h header file])
2969    AC_DEFINE_UNQUOTED([TERMCAP_H_FILE], ["${termcap_h_file-termcap.h}"],
2970                       [The termcap.h header file])
2971    AC_DEFINE_UNQUOTED([TERM_H_FILE], ["${term_h_file-term.h}"],
2972                       [The term.h header file])
2973 ],[
2974   for feature in ncurses curses termcap terminfo termlib gpm; do
2975     if eval "test -n \"\$with_${feature}\" -a \"\$with_${feature}\" != no" ; then
2976       AC_MSG_WARN([--with-${feature} ignored:  Not valid without TTY support])
2977     fi
2978     eval "with_${feature}=\"\""
2979   done
2980 ])
2981
2982 AS_IF([test "$with_tty" != "no" -a "$have_tty" != no], [
2983         AC_DEFINE([HAVE_TTY], [1],
2984                   [Include TTY support for SXEmacs])
2985         AC_DEFINE([HAVE_UNIXOID_EVENT_LOOP], [1],
2986                   [Include Unixoid event loop - TTY provided])
2987         SXE_ADD_SXEUITTY_OBJS([console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o])
2988 ])
2989
2990 AS_IF([test "$with_tty" != "no" -a "$have_tty" != no], [
2991   dnl General Purpose Mouse (libgpm) support
2992   AS_IF([test "$with_gpm" != "no"], [
2993     AC_CHECK_HEADER(gpm.h, [
2994       AC_CHECK_LIB(gpm, Gpm_Open, have_gpm=yes)])
2995     AS_IF([test "$have_gpm" = "yes"], [
2996       with_gpm=yes
2997       AC_DEFINE([HAVE_GPM], [1], [General Purpose Mouse (libgpm) is available])
2998       SXE_ADD_SXEUITTY_OBJS(gpmevent.o)
2999       SXE_PREPEND(-lgpm, LIBS) ],[ with_gpm=no ])
3000   ])
3001 ])
3002
3003 SXE_CHECK_UI_SUFFICIENCY
3004
3005 AS_IF([test -z "$window_system" -o "$window_system" = "none" ], [
3006     dnl It ought to be reasonable to have no output device at all, and only use
3007     dnl SXEmacs in --batch mode.
3008     AS_IF([test "$have_tty" = "no"],
3009        AC_MSG_ERROR([No window system nor TTY support. SXEmacs cannot be compiled.
3010 Check INSTALL and PROBLEMS files for hints on how to solve.]))
3011 ])
3012
3013 ## Uncertain options
3014 ## =================
3015 echo
3016 echo "Uncertain options"
3017 echo "================="
3018
3019 ## for native xml support one day
3020 SXE_LANG_CHECK_XML
3021 SXE_CHECK_SUFFICIENCY([libxml2], [xml language])
3022 ## for BoehmGC support one day
3023 SXE_CHECK_BDWGC
3024 SXE_CHECK_SUFFICIENCY([bdwgc], [Boehm-Demers-Weiser GC])
3025
3026 if test "$with_experimental_features_bdwgc" = "yes"; then
3027         AC_MSG_CHECKING([if bdwgc prerequisites are met])
3028         AC_MSG_RESULT([${have_bdwgc}])
3029         have_experimental_features_bdwgc=${have_bdwgc}
3030         if test "${have_bdwgc}" = "yes"; then
3031                 AC_DEFINE([EF_USE_BDWGC], [1],
3032                         [Whether to actually use the BDWGC!])
3033         fi
3034 fi
3035
3036
3037 dnl This one is for the static initializeds variables in
3038 dnl offix.c, so that the thing is dumped after lastfile.o
3039 AC_SUBST(dnd_objs)
3040
3041 dnl Autodetect dll support
3042
3043 LIBSTDCPP=
3044 AC_SUBST(LIBSTDCPP)
3045
3046
3047 ## Multimedia Options
3048 ## ==================
3049 echo
3050 echo "Multimedia Options"
3051 echo "=================="
3052
3053 dnl ----------------------
3054 dnl Graphics libraries
3055 dnl ----------------------
3056
3057 if test "$with_image_xpm" = "yes"; then
3058         SXE_MM_CHECK_XPM([have_image_xpm=yes], [have_image_xpm=no])
3059
3060         AC_MSG_CHECKING([for sufficient xpm support])
3061         if test "$have_image_xpm" = "yes"; then
3062                 AC_MSG_RESULT([yes])
3063                 AC_DEFINE([HAVE_XPM], [1], [Description here!])
3064                 SXE_PREPEND([-lXpm], [MM_LIBS])
3065         else
3066                 AC_MSG_RESULT([no])
3067                 have_image_xpm=no
3068         fi
3069 fi
3070 AM_CONDITIONAL([WITH_BDWGC],
3071         [test "$with_experimental_features_bdwgc" = "yes" -a \
3072               "$have_bdwgc" = "yes"])
3073
3074 if test "$with_image_xface" = "yes"; then
3075         SXE_MM_CHECK_XFACE([have_image_xface=yes], [have_image_xface=no])
3076
3077         AC_MSG_CHECKING([for sufficient xface support])
3078         if test "$have_image_xface" = "yes"; then
3079                 AC_MSG_RESULT([yes])
3080                 AC_DEFINE([HAVE_XFACE], [1], [dnl
3081                         Both compface.h and libcompface have been found.])
3082                 SXE_PREPEND([-lcompface], [MM_LIBS])
3083         else
3084                 AC_MSG_RESULT([no])
3085                 have_image_xface=no
3086         fi
3087 fi
3088
3089 if test "$with_image_gif" = "yes"; then
3090         SXE_MM_CHECK_GIF([have_image_gif=yes], [have_image_gif=no])
3091
3092         AC_MSG_CHECKING([for sufficient gif support])
3093         if test "$have_image_gif" = "yes"; then
3094                 AC_MSG_RESULT([yes])
3095                 AC_DEFINE([HAVE_GIF], [1], [Enable internal GIF decoding])
3096                 SXE_ADD_MM_OBJS(dgif_lib.o gif_io.o)
3097         else
3098                 AC_MSG_RESULT([no])
3099         fi
3100 fi
3101
3102 SXE_MM_SEARCH_INFLATE
3103
3104 if test "$with_image_jpeg" = "yes"; then
3105         SXE_MM_CHECK_JPEG([have_image_jpeg=yes], [have_image_jpeg=no])
3106
3107         AC_MSG_CHECKING([for sufficient jpeg support])
3108         if test "$have_image_jpeg" = "yes"; then
3109                 AC_MSG_RESULT([yes])
3110                 AC_DEFINE([HAVE_JPEG], [1], [
3111                         Both jpeglib.h and libjpeg have been found.])
3112                 SXE_PREPEND([-ljpeg], [MM_LIBS])
3113         else
3114                 AC_MSG_RESULT([no])
3115         fi
3116 fi
3117
3118 if test "$with_image_png" = "yes"; then
3119         AC_DEFINE([WITH_PNG], [1], [Define to 1 if png support is desired.])
3120         SXE_MM_CHECK_PNG([have_image_png="yes"], [have_image_png="no"])
3121
3122         SXE_MSG_CHECKING([for sufficient PNG support])
3123         SXE_MSG_RESULT([${sxe_cv_feat_png}])
3124         if test "$sxe_cv_feat_png" = "yes"; then
3125                 SXE_PREPEND_UNDUP([$PNG_CPPFLAGS], [MM_CPPFLAGS])
3126                 SXE_PREPEND_UNDUP([$PNG_LDFLAGS], [MM_LDFLAGS])
3127                 SXE_PREPEND([$PNG_LIBS], [MM_LIBS])
3128         fi
3129 fi
3130
3131 if test "$with_image_tiff" = "yes"; then
3132         SXE_MM_CHECK_TIFF([have_image_tiff=yes], [have_image_tiff=no])
3133
3134         AC_MSG_CHECKING([for sufficient TIFF support])
3135         if test "$have_image_tiff" = "yes"; then
3136                 AC_MSG_RESULT([yes])
3137                 AC_DEFINE([HAVE_TIFF], [1], [
3138                         Both tiffio.h and libtiff have been found.])
3139                 SXE_PREPEND([-ltiff], [MM_LIBS])
3140         else
3141                 AC_MSG_RESULT([no])
3142         fi
3143 fi
3144
3145 dnl Check for audio output and media stream libraries.
3146
3147 dnl internal media stream analysis support
3148 if test "$with_media_internal" != "no"; then
3149         need_media_internal=yes
3150         have_media_internal=yes
3151 fi
3152
3153 ## Since almost any of the below tests uses pkgconfig we make a
3154 ## once-for-all-times check now
3155 SXE_SEARCH_CONFIG_PROG([pkg-config])
3156 if test "$have_pkg_config" = "yes" -a -n "$with_site_prefixes"; then
3157         for dir in $with_site_prefixes; do
3158                 pkgcfg_dir="${dir}/lib/pkgconfig"
3159                 if test -n "$PKG_CONFIG_PATH"; then
3160                    PKG_CONFIG_PATH="$PKG_CONFIG_PATH":"$pkgcfg_dir"
3161                 else
3162                    PKG_CONFIG_PATH="$pkgcfg_dir"
3163                 fi
3164         done
3165         export PKG_CONFIG_PATH
3166 fi
3167
3168 dnl libsndfile support
3169 if test "$with_media_sndfile" != "no"; then
3170         SXE_MM_CHECK_SNDFILE([have_media_sndfile=yes], [have_media_sndfile=no])
3171
3172         AC_MSG_CHECKING([for sufficient sndfile support])
3173         if test "$have_media_sndfile" = "yes"; then
3174                 AC_MSG_RESULT([yes])
3175                 SNDFILE_LIBS=`$PKG_CONFIG --libs sndfile`
3176                 SNDFILE_CPPFLAGS=`$PKG_CONFIG --cflags sndfile`
3177                 SNDFILE_VERSION=`$PKG_CONFIG --modversion sndfile`
3178                 SXE_PREPEND([$SNDFILE_LIBS], [MM_LIBS])
3179                 SXE_PREPEND_UNDUP([$SNDFILE_CPPFLAGS], [MM_CPPFLAGS])
3180                 SXE_ADD_MM_OBJS([media-sndfile.o])
3181                 AC_DEFINE([HAVE_SNDFILE], [1],
3182                         [Whether we appear to have support for the sndfile library!])
3183                 AC_DEFINE_UNQUOTED([SNDFILE_VERSION], [$SNDFILE_VERSION],
3184                         [Version of the sndfile library!])
3185         else
3186                 AC_MSG_RESULT([no])
3187                 have_media_sndfile=no
3188         fi
3189 fi
3190
3191 dnl libavcodec/libavformat/ffmpeg support
3192 if test "$with_media_ffmpeg" != "no"; then
3193         SXE_MM_CHECK_FFMPEG([have_media_ffmpeg=yes], [have_media_ffmpeg=no])
3194
3195         AC_MSG_CHECKING([for sufficient FFmpeg support])
3196
3197         if test "$have_media_ffmpeg" = "yes"; then
3198                 AC_MSG_RESULT([yes])
3199                 FFMPEG_LIBS=`$PKG_CONFIG --libs libavformat`
3200                 FFMPEG_CPPFLAGS=`$PKG_CONFIG --cflags libavformat`
3201                 SXE_PREPEND($FFMPEG_LIBS, MM_LIBS)
3202                 SXE_PREPEND_UNDUP($FFMPEG_CPPFLAGS, MM_CPPFLAGS)
3203                 SXE_ADD_MM_OBJS([media-ffmpeg.o])
3204                 AC_DEFINE([HAVE_FFMPEG], [1], [Description here!])
3205         else
3206                 AC_MSG_RESULT([no])
3207                 have_media_ffmpeg=no
3208         fi
3209 fi
3210
3211 dnl sox support
3212 if test "$with_media_sox" != "no"; then
3213         SXE_MM_CHECK_SOX([have_media_sox=yes], [have_media_sox=no])
3214
3215         AC_MSG_CHECKING([for sufficient SoX support])
3216         if test "$sxe_cv_feat_sox" = "yes"; then
3217                 AC_MSG_RESULT([yes])
3218                 SXE_ADD_MM_OBJS([media-sox.o])
3219                 SXE_PREPEND_UNDUP([$sox_cppflags], [MM_CPPFLAGS])
3220                 SXE_PREPEND_UNDUP([$sox_ldflags], [MM_LDFLAGS])
3221                 SXE_PREPEND([$sox_libs], [MM_LIBS])
3222                 AC_DEFINE([HAVE_SOX], [1], [Description here!])
3223         else
3224                 AC_MSG_RESULT(no)
3225                 have_media_sox=no
3226         fi
3227 fi
3228
3229 dnl mad support
3230 if test "$with_media_mad" != "no"; then
3231         SXE_MM_CHECK_MAD([have_media_mad=yes], [have_media_mad=no])
3232
3233         AC_MSG_CHECKING([for sufficient mad support])
3234         if test "$have_media_mad" = "yes"; then
3235                 AC_MSG_RESULT([yes])
3236                 SXE_ADD_MM_OBJS([media-mad.o])
3237                 SXE_PREPEND([-lmad], [MM_LIBS])
3238                 AC_DEFINE([HAVE_MAD], [1], [Description here!])
3239         else
3240                 AC_MSG_RESULT(no)
3241                 have_media_mad=no
3242         fi
3243 fi
3244
3245 ## file/libmagic support
3246 if test "$with_media_magic" != "no"; then
3247         SXE_MM_CHECK_MAGIC([have_media_magic=yes], [have_media_magic=no])
3248
3249         AC_MSG_CHECKING([for sufficient magic support])
3250         if test "$have_media_magic" = "yes"; then
3251                 AC_MSG_RESULT([yes])
3252                 SXE_ADD_MM_OBJS([media-magic.o])
3253                 SXE_PREPEND([-lmagic], [MM_LIBS])
3254                 AC_DEFINE([HAVE_MAGIC], [1], [Whether libmagic is available])
3255         else
3256                 AC_MSG_RESULT([no])
3257                 have_media_magic=no
3258         fi
3259 fi
3260
3261
3262 dnl Autodetect OSS sound
3263 AS_MESSAGE([checking for OSS sound support])
3264 dnl test -z "$with_sound_oss" -a -n "$with_oss_sound_lib" && with_sound_oss=yes
3265
3266 dnl Check for Linux/BSD sound (called OSS)
3267 if test "$with_sound_oss" != "no"; then
3268         SXE_MM_CHECK_OSS([have_sound_oss=yes], [have_sound_oss=no])
3269
3270         AC_MSG_CHECKING([for sufficient OSS support])
3271         if test "$have_sound_oss" = "yes"; then
3272                 AC_MSG_RESULT([yes])
3273                 SXE_ADD_MM_OBJS([sound-oss.o])
3274                 AC_DEFINE([HAVE_INTERNAL_SOUND], [1], [Description here!])
3275                 AC_DEFINE([HAVE_OSS_SOUND], [1], [Description here!])
3276         else
3277                 AC_MSG_RESULT([no])
3278                 have_sound_oss=yes
3279         fi
3280 fi
3281
3282 dnl NAS Sound support
3283 if test "$with_sound_nas" != "no"; then
3284         SXE_MM_CHECK_NAS([have_sound_nas=yes], [have_sound_nas=no])
3285
3286         AC_MSG_CHECKING([for sufficient NAS support])
3287         if test "$have_sound_nas" = "yes"; then
3288                 AC_MSG_RESULT([yes])
3289                 AC_DEFINE([HAVE_NAS_SOUND], [1], [Description here!])
3290                 SXE_ADD_MM_OBJS([sound-nas.o])
3291                 SXE_PREPEND([-laudio], [MM_LIBS])
3292         else
3293                 AC_MSG_RESULT([no])
3294                 have_nas_sound=no
3295         fi
3296 fi
3297
3298 dnl ESD Sound support
3299 if test "$with_sound_esd" != "no"; then
3300         SXE_MM_CHECK_ESD([have_sound_esd=yes], [have_sound_esd=no])
3301
3302         AC_MSG_CHECKING([for sufficient ESD support])
3303         if test "$have_sound_esd" = "yes"; then
3304                 AC_MSG_RESULT([yes])
3305                 need_internal_media=yes
3306                 SXE_ADD_MM_OBJS([sound-esd.o])
3307                 ESD_LIBS=$("${ESD_CONFIG}" --libs)
3308                 SXE_PREPEND(["${ESD_LIBS}"], [MM_LIBS])
3309                 AC_DEFINE([HAVE_ESD_SOUND], [1], [Description here!])
3310         else
3311                 AC_MSG_RESULT([no])
3312                 have_esd_sound=no
3313         fi
3314 fi
3315
3316 dnl PulseAudio Sound support
3317 if test "$with_sound_pulse" != "no"; then
3318         SXE_MM_CHECK_PULSE([have_sound_pulse=yes], [have_sound_pulse=no])
3319
3320         AC_MSG_CHECKING([for sufficient PulseAudio support])
3321         if test "$have_sound_pulse" = "yes"; then
3322                 AC_MSG_RESULT([yes])
3323                 need_internal_media=yes
3324                 SXE_ADD_MM_OBJS([sound-pulse.o])
3325                 SXE_PREPEND($PULSE_LIBS, MM_LIBS)
3326                 SXE_PREPEND_UNDUP($PULSE_CFLAGS, MM_CPPFLAGS)
3327                 AC_DEFINE([HAVE_PULSE_SOUND], [1],
3328                         [Whether to put in support for PulseAudio.])
3329         else
3330                 AC_MSG_RESULT(no)
3331                 have_sound_pulse=no
3332         fi
3333 fi
3334
3335 dnl Jack Sound support
3336 if test "$with_sound_jack" != "no"; then
3337         SXE_MM_CHECK_JACK([have_sound_jack=yes], [have_sound_jack=no])
3338
3339         AC_MSG_CHECKING([for sufficient Jack support])
3340         if test "$have_sound_jack" = "yes"; then
3341                 AC_MSG_RESULT([yes])
3342                 dnl okay, we have Jack on the system, but we have no working
3343                 dnl interface to it :(
3344                 JACK_LIBS=`$PKG_CONFIG --libs jack`
3345                 JACK_VERSION=`$PKG_CONFIG --modversion jack`
3346                 need_internal_media=yes
3347                 SXE_ADD_MM_OBJS([sound-jack.o])
3348                 SXE_PREPEND([$JACK_LIBS], [MM_LIBS])
3349                 AC_DEFINE([HAVE_JACK_SOUND], [1], [Description here!])
3350                 AC_DEFINE_UNQUOTED([JACK_VERSION], [$JACK_VERSION],
3351                         [Description here!])
3352         else
3353                 AC_MSG_RESULT(no)
3354         fi
3355 fi
3356
3357 dnl alsa sound support
3358 if test "$with_sound_alsa" != "no"; then
3359         SXE_MM_CHECK_ALSA([have_sound_alsa=yes], [have_sound_alsa=no])
3360
3361         AC_MSG_CHECKING([for sufficient ALSA support])
3362         if test "$have_sound_alsa" = "yes"; then
3363                 AC_MSG_RESULT([yes])
3364                 SXE_ADD_MM_OBJS([sound-alsa.o])
3365                 SXE_PREPEND([-lasound], [MM_LIBS])
3366         else
3367                 AC_MSG_RESULT(no)
3368                 have_sound_alsa=no
3369         fi
3370 fi
3371
3372 dnl libao sound support
3373 if test "$with_sound_ao" != "no"; then
3374         SXE_MM_CHECK_AO([have_sound_ao=yes], [have_sound_ao=no])
3375
3376         AC_MSG_CHECKING([for sufficient AO support])
3377         if test "$have_sound_ao" = "yes"; then
3378                 AC_MSG_RESULT([yes])
3379                 AO_LIBS=`$PKG_CONFIG --libs ao`
3380                 ao_version=`$PKG_CONFIG --modversion ao`
3381                 SXE_ADD_MM_OBJS([sound-ao.o])
3382                 SXE_PREPEND($AO_LIBS, MM_LIBS)
3383                 AC_DEFINE([HAVE_AO_SOUND], [1], [Description here!])
3384                 AC_DEFINE_UNQUOTED([AO_VERSION], [$ao_version], [Description here!])
3385         else
3386                 AC_MSG_RESULT(no)
3387                 have_sound_ao=no
3388         fi
3389 fi
3390
3391 if test \
3392    "$have_sound_alsa \
3393     $have_sound_ao \
3394     $have_sound_esd \
3395     $have_sound_jack \
3396     $have_sound_nas \
3397     $have_sound_pulse" != "no no no no no no"; then
3398         AC_DEFINE([HAVE_AUDIO], [1], [Description here!])
3399 fi
3400 if test "$need_internal_media" = "yes"; then
3401         with_internal_media=yes
3402         AC_DEFINE([HAVE_INTERNAL_MEDIA], [1], [Description here!])
3403         SXE_ADD_MM_OBJS([media-internal.o])
3404 fi
3405 AC_SUBST([MM_LIBS])
3406 AC_SUBST([MM_CPPFLAGS])
3407 AC_SUBST([MM_LDFLAGS])
3408 SXE_SUBST_MM_OBJS
3409
3410
3411 ## Internationalisation Options
3412 ## ============================
3413 echo
3414 echo "Internationalisation Options"
3415 echo "============================"
3416
3417 dnl ----------------------
3418 dnl Mule-dependent options
3419 dnl ----------------------
3420
3421 dnl if test "$with_mule" = "yes" && test ! -d "$sxe_srcdir/lisp/mule"; then
3422 dnl     echo "Attempt to Build with Mule without Mule/Lisp"
3423 dnl     echo "Please install the SXEmacs/Mule tarball or"
3424 dnl     echo "rerun configure with --with-mule=no"
3425 dnl     exit 1
3426 dnl fi
3427
3428 if test "$with_file_coding" = "yes" && test "$with_mule" = "no"; then
3429   AC_DEFINE([FILE_CODING], [1], [Description here!])
3430   SXE_ADD_MULE_OBJS(file-coding.o)
3431 fi
3432
3433 if test "$with_mule" = "yes" ; then
3434         SXE_CHECK_MULE
3435
3436 else dnl "$with_mule" = "no"
3437         for feature in xim canna wnn; do
3438                 if eval "test -n \"\$with_${feature}\" -a \
3439                         \"\$with_${feature}\" != no" ; then
3440                         AC_MSG_WARN([--with-${feature} ignored:  Not valid without Mule support])
3441                 fi
3442                 eval "with_${feature}=no"
3443         done
3444 fi dnl with_mule
3445 SXE_SUBST_MULE_OBJS
3446 AM_CONDITIONAL([WITH_MULE], [test "$with_mule" = "yes"])
3447
3448
3449 dnl At this point, we know whether we need the motif lib or not.
3450 if test "$need_motif" = "yes" ; then
3451         SXE_PREPEND([-lXm], [libs_x])
3452         dnl AIX needs the following library for use with Motif
3453         AC_CHECK_LIB([i18n], [layout_object_getvalue])
3454         if test "$ac_cv_lib_i18n_layout_object_getvalue" = "yes"; then
3455                 SXE_PREPEND([-li18n], [libs_x])
3456         fi
3457 fi
3458
3459 dnl getaddrinfo() is borked under hpux11
3460 if test "$ac_cv_func_getaddrinfo" != "no" ; then
3461   case "$opsys" in
3462     hpux11 )
3463       AC_MSG_WARN([Use of getaddrinfo is disabled for HP-UX 11.XX.])
3464       ac_cv_func_getaddrinfo=no
3465       ;;
3466   esac
3467 fi
3468
3469
3470 ## Database Options
3471 ## ================
3472 echo
3473 echo "Database Options"
3474 echo "================"
3475
3476 dnl Database support
3477 dnl We do not necessarily have to have libdb/lib(g)dbm for DB/(G)DBM support.
3478 dnl On FreeBSD, both DB and DBM are part of libc.
3479 dnl By default, we check for DBM support in libgdbm, then libc, then libdbm.
3480
3481 ## initialise values
3482 have_database_berkdb=no
3483 have_database_gdbm=no
3484 have_database_dbm=no
3485
3486 if test "$with_database_gdbm $with_database_dbm $with_database_berkdb" \
3487    != "no no no"; then
3488         AS_MESSAGE(checking for database support)
3489 fi
3490
3491 dnl Check for ndbm.h, required for either kind of DBM support.
3492 if test "$with_database_gdbm $with_database_dbm" != "no no"; then
3493         SXE_CHECK_NDBM
3494         if test "$sxe_cv_feat_ndbm" = "no"; then
3495                 have_database_gdbm="no"
3496                 have_database_dbm="no"
3497         fi
3498 fi
3499
3500 dnl Check for DBM support in libgdbm or libgdbm_compat.
3501 if test "$with_database_gdbm" != "no"; then
3502         SXE_CHECK_GDBM
3503
3504         if test "$sxe_cv_feat_gdbm" = "yes"; then
3505                 have_database_gdbm="yes"
3506         else
3507                 have_database_gdbm="no"
3508         fi
3509 fi
3510
3511 dnl Check for DBM support in libc and libdbm.
3512 if test "$with_database_dbm" != "no"; then
3513         SXE_CHECK_DBM
3514
3515         if test "$sxe_cv_feat_gdbm" != "yes" -a \
3516                 "$sxe_cv_feat_dbm" = "yes"; then
3517                 have_database_dbm="yes"
3518         else
3519                 have_database_dbm="no"
3520         fi
3521 fi
3522
3523 dnl Check for Berkeley DB.
3524 if test "$with_database_berkdb" != "no"; then
3525         SXE_CHECK_BERKDB
3526
3527         if test "$sxe_cv_feat_berkdb" = "yes"; then
3528                 have_database_berkdb="yes"
3529         else
3530                 have_database_berkdb="no"
3531         fi
3532 fi
3533
3534 if test "$have_database_gdbm $have_database_dbm $have_database_berkdb" \
3535      != "no no no"; then
3536         AC_DEFINE([HAVE_DATABASE], [1], [Description here!])
3537         SXE_ADD_DB_OBJS([database.o])
3538
3539         SXE_CHECK_NDBM_BERKDB_CONFLICT
3540         if test "$sxe_cv_db_ndbm_berkdb_conflict" = "yes"; then
3541                 ## can't do nothing because the way we designed it
3542                 ## is going to conflict at compile time
3543                 have_database_gdbm="no"
3544                 have_database_dbm="no"
3545
3546         elif test "$have_database_gdbm $have_database_dbm" != "no no"; then
3547                 AC_DEFINE([HAVE_DBM], [1], [Description here!])
3548
3549                 ## Also, tell make about the DBM support we detected.
3550                 if test -n "$libdbm"; then
3551                         SXE_PREPEND([$libdbm], [DB_LIBS])
3552                 fi
3553         fi
3554 fi
3555
3556
3557 dnl Autodetect LDAP
3558 if test "$with_ldap" != "no"; then
3559         SXE_CHECK_LDAP
3560 fi
3561 if test "$have_ldap" = "yes"; then
3562         AC_DEFINE([HAVE_LDAP], [1], [Description here!])
3563         SXE_ADD_DB_OBJS(eldap.o)
3564         if test "$have_ldap_des" = "yes" ; then
3565                 SXE_PREPEND(-ldes, DB_LIBS)
3566         fi
3567         if test "$have_ldap_krb" = "yes" ; then
3568                 SXE_PREPEND(-lkrb, DB_LIBS)
3569         fi
3570         if test "$have_ldap_lber" = "yes" ; then
3571                 SXE_PREPEND(-llber, DB_LIBS)
3572         fi
3573         SXE_PREPEND(-lldap, DB_LIBS)
3574
3575         dnl save our values until here
3576         save_LIBS="$LIBS"
3577         LIBS="$DB_LIBS $LIBS"
3578         AC_CHECK_FUNCS(
3579                 [ldap_set_option ldap_get_lderrno ldap_result2error ldap_parse_result])
3580         dnl and restore
3581         LIBS="$save_LIBS"
3582 fi
3583
3584 dnl Autodetect PostgreSQL
3585 if test "x$with_postgresql" != "xno"; then
3586         SXE_CHECK_POSTGRESQL
3587 fi
3588 SXE_SUBST_DB_OBJS
3589
3590
3591 dnl Usage tracking (undocumented and likely unused option)
3592 if test "$usage_tracking" = "yes"; then
3593   AC_DEFINE([USAGE_TRACKING], [1], [Description here!])
3594   SXE_PREPEND(-Bstatic -lut -Bdynamic, LIBS)
3595 fi
3596
3597 dnl Unfortunately, just because we can link doesn't mean we can run.
3598 dnl One of the above link tests may have succeeded but caused resulting
3599 dnl executables to fail to run.  Also any tests using AC_RUN_IFELSE will
3600 dnl have reported incorrect results.
3601 AC_RUN_IFELSE([AC_LANG_SOURCE([[int main(int c,char *v[]){return 0;}]])],[:],[
3602   echo ""
3603   echo "*** PANIC *** The C compiler can no longer build working executables."
3604   echo "*** PANIC *** Please examine the tail of config.log for runtime errors."
3605   echo "*** PANIC *** The most likely reason for this problem is that configure"
3606   echo "*** PANIC *** links with shared libraries, but those libraries cannot be"
3607   echo "*** PANIC *** found at run time."
3608   echo "*** PANIC ***"
3609   echo "*** PANIC *** On a Linux system, edit /etc/ld.so.conf and re-run ldconfig."
3610   echo "*** PANIC *** On other systems, try telling configure where to find the"
3611   echo "*** PANIC *** shared libraries using the --with-site-runtime-libraries option"
3612   echo "*** PANIC ***"
3613   echo "*** PANIC *** Another way to shoot yourself in the foot is to specify"
3614   echo "*** PANIC *** --with-FEATURE when FEATURE is not actually installed"
3615   echo "*** PANIC *** on your system.  Don't do that."
3616   exit 1], [AS_MESSAGE(cannot cross-compile)])
3617
3618 dnl Process support
3619 AC_DEFINE([HAVE_UNIX_PROCESSES], [1], [Description here!])
3620
3621 dnl --------------------------------
3622 dnl Compute SUBST-itutable variables
3623 dnl --------------------------------
3624
3625 dnl We ignore (C|LD)_SWITCH_X_(MACHINE|SYSTEM)
3626 dnl Use SXE_CONSECUTIVE_UNDUP instead of plain assignment statements to remove extraneous blanks
3627 if test "$with_module_support" = "yes"; then
3628         ld_libs_module=
3629 else
3630         SXE_CONSECUTIVE_UNDUP(ld_libs_module, $ldap_libs $postgresql_libs)
3631 fi
3632
3633 SXE_UNDUP(CFLAGS, $CFLAGS)
3634 SXE_UNDUP(c_switch_general, -DHAVE_CONFIG_H $c_switch_site $c_switch_machine $c_switch_system $CFLAGS $CPPFLAGS)
3635 SXE_UNDUP(c_switch_window_system, $c_switch_x_site $X_CFLAGS)
3636 SXE_UNDUP(c_switch_all, $c_switch_general $c_switch_window_system)
3637 SXE_UNDUP(ld_switch_general, $ld_switch_site $ld_switch_machine $ld_switch_system $ld_switch_run)
3638 SXE_UNDUP(ld_switch_window_system, $ld_switch_x_site)
3639 SXE_UNDUP(ld_switch_all, $ld_switch_general $ld_switch_window_system)
3640 dnl Since some systems need libs to be restated later, we can't just dedup, we can only safely dedup
3641 dnl consecutive occurrences
3642 SXE_CONSECUTIVE_UNDUP(ld_libs_general, $LIBS $libs_machine $libs_system $libs_standard)
3643 SXE_CONSECUTIVE_UNDUP(ld_libs_window_system, $X_EXTRA_LIBS $libs_x $X_PRE_LIBS)
3644 SXE_CONSECUTIVE_UNDUP(ld_libs_all, $OPENSSL_LIBS $DB_LIBS $ENT_LIBS $MM_LIBS $ld_libs_window_system $ld_libs_general $ld_libs_module)
3645
3646 dnl For no-module builds, make the src dir last
3647 if test "$with_module_support" = "no"; then
3648         SXE_APPEND(src, MAKE_SUBDIR)    dnl is that still important?
3649 fi
3650
3651 EMACS=$sxe_blddir/src/$PROGNAME
3652 AC_SUBST(EMACS)
3653
3654 dnl Compute lists of Makefiles and subdirs
3655 AC_SUBST(SRC_SUBDIR_DEPS)
3656 internal_makefile_list="Makefile.in"
3657 SUBDIR_MAKEFILES=''
3658 test -d lock || mkdir lock
3659 for dir in $MAKE_SUBDIR; do
3660   case "$dir" in */* ) dnl Implement mkdir -p
3661     ( for d in `echo $dir | sed 's:/: :g'` ; do
3662         test -d "$d" || mkdir "$d"; cd "$d"
3663       done ) ;;
3664    * ) test -d "$dir" || mkdir "$dir" ;;
3665   esac
3666   SXE_SPACE(SUBDIR_MAKEFILES, $SUBDIR_MAKEFILES $dir/Makefile $dir/Makefile)
3667   SXE_SPACE(internal_makefile_list, $internal_makefile_list $dir/Makefile.in)
3668 done
3669
3670 AC_SUBST(INSTALL_ARCH_DEP_SUBDIR)
3671 AC_SUBST(MAKE_SUBDIR)
3672 AC_SUBST(MAKE_AM_SUBDIR)
3673 AC_SUBST(SUBDIR_MAKEFILES)
3674
3675 dnl ----------------------------------------------
3676 dnl Create some auxiliary files for developers.
3677 dnl ----------------------------------------------
3678
3679 dnl Create a useful TAGS file
3680 if test -f "$sxe_srcdir/TAGS" -a ! -f "TAGS"; then
3681   test "$extra_verbose" = "yes" && echo "creating TAGS"
3682   echo "\f
3683 $sxe_srcdir/TAGS,include" > "TAGS"
3684 fi
3685
3686 dnl Create top level .sbinit for Sun compilers
3687 if test "$__SUNPRO_C" = "yes"; then
3688   test "$extra_verbose" = "yes" && echo "creating .sbinit"
3689   ( echo "# For use with Sun WorkShop's Source browser."
3690     echo "# See sbquery(1) and sbinit(4) for more information"
3691     for dir in $MAKE_SUBDIR; do echo "import $dir"; done
3692   ) > .sbinit
3693 fi
3694
3695 ### whether to build with profile.o
3696 AC_RUN_IFELSE([AC_LANG_SOURCE([[
3697 int main(int c, char *v[])
3698 {
3699 #ifdef HAVE_SETITIMER
3700         return 1;
3701 #else
3702         return 0;
3703 #endif
3704 }]])], [./conftest; have_setitimer=$?],
3705         [have_setitimer=$?],[have_setitimer=0])
3706 AM_CONDITIONAL([HAVE_SETITIMER], [test "$have_setitimer" = "1"])
3707
3708
3709 dnl There are no more compile tests; remove the core they created.
3710 rm -f core
3711
3712 dnl --------------------------------------------------
3713 dnl Substitute into Makefile, config.h and sxe-paths.h
3714 dnl --------------------------------------------------
3715
3716 dnl what sort of things to edit into Makefile, config.h and sxe-paths.h
3717 dnl configuration here uncanonicalized to avoid exceeding size limits.
3718
3719 AC_SUBST(PROGNAME)
3720 AC_SUBST(MULE)
3721 AC_SUBST(HAVE_LIBFFI)
3722 AC_SUBST(version)
3723 AC_SUBST(VERSION)
3724 AC_SUBST(old_version)
3725 AC_SUBST(inststaticdir)
3726 AC_SUBST(instvardir)
3727 AC_SUBST(instvarsepdir)
3728 AC_SUBST(sxe_srcdir)
3729 AC_SUBST(emodsrcdir)
3730 AC_SUBST(sxe_blddir)
3731 AC_SUBST(emodblddir)
3732 AC_SUBST(bindir)
3733 AC_SUBST(datarootdir)
3734 AC_SUBST(datadir)
3735 AC_SUBST(statedir)
3736 AC_SUBST(libdir)
3737 AC_SUBST(mandir)
3738 AC_SUBST(extra_includes)
3739
3740 AC_SUBST(prefix)
3741 AC_SUBST(PREFIX_USER_DEFINED)
3742 dnl Yo, Stephen Bourne!  I want to marry you!
3743 PREFIX=$prefix
3744 while true; do
3745   case "$PREFIX" in
3746     *\$* ) eval "PREFIX=\"${PREFIX}\"" ;;
3747     *) break ;;
3748   esac
3749 done
3750 AC_SUBST(PREFIX)
3751
3752 AC_SUBST(exec_prefix)
3753 AC_SUBST(EXEC_PREFIX_USER_DEFINED)
3754 EXEC_PREFIX=$exec_prefix
3755 while true; do
3756   case "$EXEC_PREFIX" in
3757     *\$* ) eval "EXEC_PREFIX=\"${EXEC_PREFIX}\"" ;;
3758     *) break ;;
3759   esac
3760 done
3761 AC_SUBST(EXEC_PREFIX)
3762
3763 AC_SUBST(infodir)
3764 AC_SUBST(INFODIR_USER_DEFINED)
3765 INFODIR=$infodir
3766 while true; do
3767   case "$INFODIR" in
3768     *\$* ) eval "INFODIR=\"${INFODIR}\"" ;;
3769     *) break ;;
3770   esac
3771 done
3772 AC_SUBST(INFODIR)
3773
3774 AC_SUBST(infopath,$with_infopath)
3775 AC_SUBST(INFOPATH_USER_DEFINED)
3776 INFOPATH=$with_infopath
3777 while true; do
3778   case "$INFOPATH" in
3779     *\$* ) eval "INFOPATH=\"${INFOPATH}\"" ;;
3780     *) break ;;
3781   esac
3782 done
3783 AC_SUBST(INFOPATH)
3784
3785 if test -z "$with_module_path"; then
3786     with_module_path="~/.sxemacs/${configuration}/modules:${libdir}/${PROGNAME}/${configuration}/site-modules:${libdir}/${instvardir}/${configuration}/modules"
3787 fi
3788
3789 AC_SUBST(module_path,$with_module_path)
3790 AC_SUBST(MODULE_PATH_USER_DEFINED)
3791 MODULE_PATH=$with_module_path
3792 while true; do
3793   case "$MODULE_PATH" in
3794     *\$* ) eval "MODULE_PATH=\"${MODULE_PATH}\"" ;;
3795     *) break ;;
3796   esac
3797 done
3798 AC_SUBST(MODULE_PATH)
3799
3800 if test -z "$with_package_prefix" ; then
3801   with_package_prefix=${prefix}/share/sxemacs
3802 fi
3803
3804 if test -z "$with_package_path" && test -n "$with_package_prefix" ; then
3805   if test "$with_mule" = "yes" ; then
3806     with_package_path="~/.sxemacs/site-packages:~/.sxemacs/sxemacs-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages"
3807     with_package_path="${with_package_path}:${with_package_prefix}/site-packages:${with_package_prefix}/sxemacs-packages:${with_package_prefix}/xemacs-packages:${with_package_prefix}/mule-packages"
3808   else
3809     with_package_path="~/.sxemacs/site-packages:~/.sxemacs/sxemacs-packages:~/.sxemacs/xemacs-packages"
3810     with_package_path="${with_package_path}:${with_package_prefix}/site-packages:${with_package_prefix}/sxemacs-packages:${with_package_prefix}/xemacs-packages"
3811   fi
3812 fi
3813
3814 AC_SUBST(package_path,$with_package_path)
3815 AC_SUBST(PACKAGE_PATH_USER_DEFINED)
3816 PACKAGE_PATH=$with_package_path
3817 while true; do
3818   case "$PACKAGE_PATH" in
3819     *\$* ) eval "PACKAGE_PATH=\"${PACKAGE_PATH}\"" ;;
3820     *) break ;;
3821   esac
3822 done
3823 AC_SUBST(PACKAGE_PATH)
3824
3825 AC_SUBST(lispdir, $with_lispdir)
3826 AC_SUBST(LISPDIR_USER_DEFINED)
3827 LISPDIR=$with_lispdir
3828 while true; do
3829   case "$LISPDIR" in
3830     *\$* ) eval "LISPDIR=\"${LISPDIR}\"" ;;
3831     *) break ;;
3832   esac
3833 done
3834 AC_SUBST(LISPDIR)
3835
3836 AC_SUBST(moduledir,$with_moduledir)
3837 AC_SUBST(MODULEDIR_USER_DEFINED)
3838 MODULEDIR=$with_moduledir
3839 while true; do
3840   case "$MODULEDIR" in
3841     *\$* ) eval "MODULEDIR=\"${MODULEDIR}\"" ;;
3842     *) break ;;
3843   esac
3844 done
3845 AC_SUBST(MODULEDIR)
3846
3847 AC_SUBST([sitelispdir], [$with_sitelispdir])
3848 AC_SUBST([SITELISPDIR_USER_DEFINED])
3849 SITELISPDIR=$sitelispdir
3850 while true; do
3851   case "$SITELISPDIR" in
3852     *\$* ) eval "SITELISPDIR=\"${SITELISPDIR}\"" ;;
3853     *) break ;;
3854   esac
3855 done
3856 AC_SUBST(SITELISPDIR)
3857
3858 AC_SUBST(sitemoduledir,$with_sitemoduledir)
3859 AC_SUBST(SITEMODULEDIR_USER_DEFINED)
3860 SITEMODULEDIR=$with_sitemoduledir
3861 while true; do
3862   case "$SITEMODULEDIR" in
3863     *\$* ) eval "SITEMODULEDIR=\"${SITEMODULEDIR}\"" ;;
3864     *) break ;;
3865   esac
3866 done
3867 AC_SUBST(SITEMODULEDIR)
3868
3869 AC_SUBST(etcdir,$with_etcdir)
3870 AC_SUBST(ETCDIR_USER_DEFINED)
3871 ETCDIR=$with_etcdir
3872 while true; do
3873   case "$ETCDIR" in
3874     *\$* ) eval "ETCDIR=\"${ETCDIR}\"" ;;
3875     *) break ;;
3876   esac
3877 done
3878 AC_SUBST(ETCDIR)
3879
3880 AC_SUBST(archlibdir,$with_archlibdir)
3881 AC_SUBST(ARCHLIBDIR_USER_DEFINED)
3882 ARCHLIBDIR=$with_archlibdir
3883 while true; do
3884   case "$ARCHLIBDIR" in
3885     *\$* ) eval "ARCHLIBDIR=\"${ARCHLIBDIR}\"" ;;
3886     *) break ;;
3887   esac
3888 done
3889 AC_SUBST(ARCHLIBDIR)
3890
3891 AC_SUBST(docdir,$with_docdir)
3892 AC_SUBST(DOCDIR_USER_DEFINED)
3893 DOCDIR=$with_docdir
3894 while true; do
3895   case "$DOCDIR" in
3896     *\$* ) eval "DOCDIR=\"${DOCDIR}\"" ;;
3897     *) break ;;
3898   esac
3899 done
3900 AC_SUBST(DOCDIR)
3901
3902 AC_SUBST(docdir)
3903 AC_SUBST(bitmapdir)
3904
3905 dnl The following flags combine all the information from:
3906 dnl - command line options (user always gets priority)
3907 dnl - user environment variables
3908 dnl - determined by configure
3909 dnl - the s&m header files (required for ellcc)
3910 AC_SUBST(machfile)
3911 AC_SUBST(opsysfile)
3912 AC_SUBST(c_switch_general)
3913 AC_SUBST(c_switch_window_system)
3914 AC_SUBST(c_switch_all)
3915 AC_SUBST(ld_switch_general)
3916 AC_SUBST(ld_switch_window_system)
3917 AC_SUBST(ld_switch_all)
3918 AC_SUBST(ld_libs_general)
3919 AC_SUBST(ld_libs_window_system)
3920 AC_SUBST(ld_libs_all)
3921 AC_SUBST(CFLAGS)
3922 AC_SUBST(CPPFLAGS)
3923 AC_SUBST(LDFLAGS)
3924 RECURSIVE_MAKE_ARGS="\$(MFLAGS) CC='\$(CC)' CFLAGS='\$(CFLAGS)' LDFLAGS='\$(LDFLAGS)' CPPFLAGS='\$(CPPFLAGS)'"
3925 if test -z "$MAKE"; then
3926         MAKE=make
3927 fi
3928 case `$MAKE --version 2>/dev/null` in
3929    GNU\ Make*)
3930         AM_MAKEFLAGS="-w $AM_MAKEFLAGS"
3931         RECURSIVE_MAKE_ARGS="-w $RECURSIVE_MAKE_ARGS"
3932    ;;
3933    *)
3934         echo ===================================
3935         echo $MAKE does not seem to be GNU Make
3936         echo If you find makefile errors please try using GNU Make as some
3937         echo autoconf constructs may not be proper for your make variant
3938         echo ===================================
3939    ;;
3940 esac
3941 AC_SUBST(RECURSIVE_MAKE_ARGS)
3942 AC_SUBST(AM_MAKEFLAGS)
3943
3944 AC_SUBST(sound_cflags)
3945 AC_SUBST(AR)
3946 AC_SUBST(RANLIB)
3947
3948 AC_SUBST(SXEMACS_CC)
3949 AC_SUBST(SXE_CFLAGS)
3950
3951 SXE_SUBST_CORE_OBJS()
3952
3953 SXE_SUBST_CRUFT_OBJS
3954
3955 dnl The default is yes
3956 if test "$with_prefix" = "yes"; then
3957   AC_DEFINE([PREFIX_USER_DEFINED], [1], [Description here!])
3958 fi
3959
3960 dnl Should this stay even though --with-site-modules is no longer an
3961 dnl option?  It is used in emacs.c for when the -no-site-modules cmd line
3962 dnl opt is used.  That cmd line opt definitely has usefullness.  Sebastian?
3963 dnl --SY.
3964 dnl The default is yes
3965 if test "$with_site_modules" = "no"; then
3966   AC_DEFINE([INHIBIT_SITE_MODULES], [1], [Description here!])
3967 fi
3968
3969 dnl SXE_SPACE(ac_configure_args, $ac_configure_args)
3970 AC_DEFINE_UNQUOTED([EMACS_CONFIGURATION], ["$ac_cv_build"], [Description here!])
3971 AC_DEFINE_UNQUOTED([EMACS_CONFIG_OPTIONS], ["$ac_configure_args"], [Description here!])
3972
3973 AC_SUBST([srcdir_equals_blddir_p])
3974
3975 dnl Following are deprecated
3976 null_string=""
3977 AC_DEFINE_UNQUOTED([LD_SWITCH_X_SITE], [$null_string], [Description here!])
3978 AC_DEFINE_UNQUOTED([LD_SWITCH_X_SITE_AUX], [$null_string], [Description here!])
3979 AC_DEFINE_UNQUOTED([C_SWITCH_X_SITE], [$null_string], [Description here!])
3980 AC_DEFINE_UNQUOTED([LD_SWITCH_SITE], [$null_string], [Description here!])
3981 AC_DEFINE_UNQUOTED([C_SWITCH_SITE], [$null_string], [Description here!])
3982
3983 dnl Note: as a general rule, *only* define things here that are not
3984 dnl autodetected.  For things that are autodetected, define them
3985 dnl at the point where the autodetection occurs or would occur,
3986 dnl so that the user gets immediate feedback on the results of the
3987 dnl autodetection.
3988
3989 if test "$GNU_MALLOC" = "yes"; then
3990         AC_DEFINE([GNU_MALLOC], [1], [Description here!])
3991         SXE_ADD_MEMALLOC_OBJS(vm-limit.o)
3992         if test "$doug_lea_malloc" != "yes"; then
3993                 SXE_ADD_MEMALLOC_OBJS(gmalloc.o)
3994         fi
3995         if test "$with_error_checking_malloc" = "yes"; then
3996                 dnl SXE_ADD_MEMALLOC_OBJS(free-hook.o)
3997                 :
3998         fi
3999 elif test "$with_system_malloc" = "yes" -o "$system_malloc" = "yes"; then
4000         AC_DEFINE([USE_SYSTEM_MALLOC], [1], [Description here!])
4001         AC_DEFINE([SYSTEM_MALLOC], [1], [Description here!])
4002 elif test "$with_debug_malloc"  = "yes"; then
4003         AC_DEFINE([USE_DEBUG_MALLOC], [1], [Description here!])
4004         AC_DEFINE([USE_SYSTEM_MALLOC], [1], [Description here!])
4005         AC_DEFINE([SYSTEM_MALLOC], [1], [Description here!])
4006         SXE_APPEND(-ldmalloc, MEMALLOC_LIBS)
4007 else
4008         SXE_ADD_MEMALLOC_OBJS([malloc.o])
4009 fi
4010 test "$GCC" = "yes" && \
4011         AC_DEFINE([USE_GCC], [1], [Description here!])
4012 test "$with_external_widget" = "yes" && \
4013         AC_DEFINE([EXTERNAL_WIDGET], [1], [Description here!])
4014 test "$with_quick_build" = "yes" && \
4015         AC_DEFINE([QUICK_BUILD], [1], [Description here!])
4016 if test "$with_purify" = "yes"; then
4017         AC_DEFINE([PURIFY], [1], [Description here!])
4018         AC_DEFINE([XLIB_ILLEGAL_ACCESS], [1], [Description here!])
4019 fi
4020 if test "$with_quantify" = "yes"; then
4021         AC_DEFINE([QUANTIFY], [1], [Description here!])
4022         AC_DEFINE([XLIB_ILLEGAL_ACCESS], [1], [Description here!])
4023 fi
4024 test "$with_pop" = "yes" && \
4025         AC_DEFINE([MAIL_USE_POP], [1], [Description here!])
4026 test "$with_hesiod" = "yes" && \
4027         AC_DEFINE([HESIOD], [1], [Description here!])
4028 test "$with_regex_malloc" = "yes" && \
4029         AC_DEFINE([REGEX_MALLOC], [1], [Description here!])
4030 test "$with_ipv6_cname" = "yes" && \
4031         AC_DEFINE([IPV6_CANONICALIZE], [1], [Description here!])
4032 if test "$with_pdump" = "yes"; then
4033         AC_DEFINE([PDUMP], [1], [Description here!])    dnl deprecated!
4034         AC_DEFINE([WITH_PDUMP], [1], [Description here!])
4035 fi
4036
4037 AM_CONDITIONAL([WITH_EXTW], [test "$with_external_widget" = "yes"])
4038 AM_CONDITIONAL([WITH_PDUMP], [test "$with_pdump" = "yes"])
4039 AC_SUBST([MEMALLOC_LIBS])
4040 SXE_SUBST_MEMALLOC_OBJS
4041
4042
4043 AC_DEFINE_UNQUOTED([USER_FULL_NAME], [pw->pw_gecos], [dnl
4044         USER_FULL_NAME returns a string that is the user's full name.
4045         It can assume that the variable `pw' points to the password file
4046         entry for this user.
4047
4048         At some sites, the pw_gecos field contains the user's full name.
4049         If neither this nor any other field contains the right thing, use
4050         pw_name, giving the user's login name, since that is better than
4051         nothing.])
4052
4053 AC_DEFINE([SIGTYPE], [RETSIGTYPE], [SIGTYPE is the macro we actually use])
4054 AC_DEFINE([SIGRETURN], [return], [SIGTYPE is the macro we actually use])
4055
4056 ## finally, redefine VERSION; this has to be done after all tests on C sources
4057 ## were run because otherwise the symbol VERSION would be defined twice and
4058 ## the C compiler would warn, sigh, and due to this stupid -Werror flag we ...
4059 ## tadadada ... will fail to run _any_ C test successfully
4060 AC_DEFINE_UNQUOTED([VERSION], ["$version"], [Version of SXEmacs.])
4061
4062 AH_TOP([
4063 #ifndef INCLUDED_sxe_config_h_
4064 #define INCLUDED_sxe_config_h_
4065
4066 #ifndef NOT_C_CODE
4067 #if defined (__GNUC__)
4068 #define alloca __builtin_alloca
4069 #elif defined __DECC
4070 #include <alloca.h>
4071 #pragma intrinsic(alloca)
4072 #elif defined __INTEL_COMPILER && defined HAVE_ALLOCA_H
4073 /* defer #include to end of file */
4074 #elif defined HAVE_ALLOCA_H
4075 #include <alloca.h>
4076 #elif defined(_AIX)
4077 #pragma alloca
4078 #elif ! defined (alloca)
4079 void *alloca();
4080 #endif
4081 #endif  /* C code */
4082 ])
4083
4084 AH_BOTTOM([
4085 /* The configuration script may define `opsysfile' to be the name of
4086    the s/...h file that describes your operating system.
4087    The file name is chosen based on the configuration name. */
4088
4089 #ifdef config_opsysfile
4090 #include config_opsysfile
4091 #endif
4092
4093 /* The configuration script may define `machfile' to be the name of
4094    the m/...h file that describes the machine you are using.
4095    The file name is chosen based on the configuration name. */
4096
4097 #ifdef config_machfile
4098 #include config_machfile
4099 #endif
4100
4101 /* basic system calls */
4102 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
4103 # define ENCAPSULATE_READ
4104 # define ENCAPSULATE_WRITE
4105 #endif
4106 #if defined (INTERRUPTIBLE_OPEN) || defined (MULE) || defined (DEBUG_ENCAPSULATION)
4107 # define ENCAPSULATE_OPEN
4108 #endif
4109 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
4110 # define ENCAPSULATE_CLOSE
4111 #endif
4112 /* stdio calls */
4113 #if defined (INTERRUPTIBLE_IO) || defined (DEBUG_ENCAPSULATION)
4114 # define ENCAPSULATE_FREAD
4115 # define ENCAPSULATE_FWRITE
4116 #endif
4117 #if defined (INTERRUPTIBLE_OPEN) || defined (MULE) || defined (DEBUG_ENCAPSULATION)
4118 # define ENCAPSULATE_FOPEN
4119 #endif
4120 #if defined (INTERRUPTIBLE_CLOSE) || defined (DEBUG_ENCAPSULATION)
4121 # define ENCAPSULATE_FCLOSE
4122 #endif
4123
4124 #if defined (HAVE_SOCKS) && !defined (DO_NOT_SOCKSIFY)
4125 #define accept Raccept
4126 #define bind Rbind
4127 #define connect Rconnect
4128 #define getsockname Rgetsockname
4129 #define listen Rlisten
4130 #endif                          /* HAVE_SOCKS && !DO_NOT_SOCKSIFY */
4131
4132 #ifndef NOT_C_CODE              /* Actually means C or C++ */
4133 # if defined (__cplusplus)
4134 /* Avoid C++ keywords used as ordinary C identifiers */
4135 #  define class c_class
4136 #  define new   c_new
4137 #  define this  c_this
4138 #  define catch c_catch
4139 #  define EXTERN_C extern "C"
4140 # else                          /* C code */
4141 #  define EXTERN_C extern
4142 # endif
4143 #endif                          /* C or C++ */
4144 /* Strictly speaking, only int or unsigned int are valid types in a
4145    bitfield.  In practice, we would like to use enums as bitfields.
4146    The following should just result in warning avoidance:
4147    warning: nonportable bit-field type */
4148 #ifdef __GNUC__
4149 #define enum_field(enumeration_type) enum enumeration_type
4150 #else
4151 #define enum_field(enumeration_type) unsigned int
4152 #endif
4153
4154 #ifndef NOT_C_CODE
4155 #if defined __INTEL_COMPILER && defined HAVE_ALLOCA_H
4156 /* icc's alloca.h pulls in <features.h>,
4157    but that must be done after _GNU_SOURCE and friends are defined */
4158 #include <alloca.h>
4159 #endif
4160 #endif                          /* C code */
4161
4162 #endif  /* INCLUDED_sxe_config_h_ */
4163 ])
4164
4165
4166 dnl -------------------------------------------------------------------------
4167 dnl -------------------------------
4168 dnl Report on what we decided to do
4169 dnl -------------------------------
4170
4171 dnl #### We should tag this as the _build_ environment.
4172 dnl Before doing that, though, must check if tools care about line 1.
4173
4174 (
4175 dnl /etc/osversion is on SONY NEWS-OS
4176 if test -f /etc/osversion; then dnl SONY NEWS-OS
4177   echo "osversion: `cat /etc/osversion`"
4178 else
4179   echo "uname -a: `uname -a`"
4180 fi
4181 echo ""
4182 echo "$0 $ac_configure_args"
4183 ) > Installation
4184
4185 if test ! -z ${emacs_beta_version} ; then
4186   if test -z "${emacs_is_beta}" ; then
4187         sxemacs_betaname=".${emacs_beta_version}"
4188   else
4189         sxemacs_betaname="-b${emacs_beta_version}"
4190   fi
4191 else
4192   sxemacs_betaname=""
4193 fi
4194
4195 dnl -----------------
4196 dnl Talking LFSL now!
4197 dnl -----------------
4198
4199 dnl -----------------------------------
4200 dnl Now generate config.h and Makefiles
4201 dnl -----------------------------------
4202
4203 dnl This has to be called in order for this variable to get into config.status
4204 AC_SUBST([internal_makefile_list])
4205 # Remove any trailing slashes in these variables.
4206 if test -n "$prefix"; then
4207         prefix=`echo '' "$prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
4208 fi
4209 if test -n "$exec_prefix"; then
4210         exec_prefix=`echo '' "$exec_prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
4211 fi
4212
4213 make_ifeq="ifeq"
4214 make_endif="endif"
4215 make_else="else"
4216 AC_SUBST([make_ifeq])
4217 AC_SUBST([make_endif])
4218 AC_SUBST([make_else])
4219
4220 dnl Coupla things needed for subst'ing into the sxemacs.desktop file
4221 ABS_PROGNAME=${prefix}/bin/${PROGNAME}
4222 ABS_ETCDIR=${ETCDIR}
4223 SXE_CANONICALISE_PATH([ABS_PROGNAME])
4224 SXE_CANONICALISE_PATH([ABS_ETCDIR])
4225 AC_SUBST([ABS_PROGNAME])
4226 AC_SUBST([ABS_ETCDIR])
4227
4228 AC_CONFIG_FILES([src/sxe-paths.h])
4229 AC_CONFIG_FILES([Makefile])
4230 AC_CONFIG_FILES([lib-src/Makefile])
4231 AC_CONFIG_FILES([src/Makefile])
4232 AC_CONFIG_FILES([src/ui/Makefile])
4233 AC_CONFIG_FILES([src/ui/TTY/Makefile])
4234 AC_CONFIG_FILES([src/ui/lwlib/Makefile])
4235 AC_CONFIG_FILES([src/ui/X11/Makefile])
4236 AC_CONFIG_FILES([src/events/Makefile])
4237 AC_CONFIG_FILES([src/ent/Makefile])
4238 AC_CONFIG_FILES([src/media/Makefile])
4239 AC_CONFIG_FILES([src/mem/Makefile])
4240 AC_CONFIG_FILES([src/database/Makefile])
4241 AC_CONFIG_FILES([src/mule/Makefile])
4242 AC_CONFIG_FILES([src/.gdbinit:src/gdbinit])
4243 AC_CONFIG_FILES([src/.dbxrc:src/dbxrc])
4244 AC_CONFIG_FILES([lisp/Makefile])
4245 AC_CONFIG_FILES([info/Makefile])
4246 AC_CONFIG_FILES([tests/Makefile])
4247 AC_CONFIG_FILES([modules/Makefile])
4248 AC_CONFIG_FILES([etc/Makefile])
4249 AC_CONFIG_FILES([etc/sxemacs.desktop])
4250 AC_CONFIG_FILES([sxemacs.pc])
4251 AC_CONFIG_LINKS([.sxemacs.source.tree:])
4252
4253 AC_OUTPUT
4254 SXE_SUMMARY