Fix pdump on Mac OS Lion from Nelson
[sxemacs] / m4 / sxe-summary.m4
1 dnl sxe-summary.m4 -- print a nice summary describing the build
2 dnl
3 dnl Copyright (C) 2005 Malcolm Purvis.
4 dnl Copyright (C) 2005, 2006, 2007 Steve Youngs.
5 dnl Copyright (C) 2006, 2007, 2008 Sebastian Freundt.
6 dnl
7 dnl This file is part of SXEmacs
8
9 dnl Start stdout redirection to '| tee -a Installation'
10 AC_DEFUN([SXE_SUMMARY], [dnl
11         pushdef([CODENAME], m4_ifdef([SXEM4CS_CODENAME],
12                 [SXEM4CS_CODENAME], [unknown]))
13
14 (
15 echo "
16
17 SXEmacs $sxemacs_git_version \"[]CODENAME[]\" configured for \`$ac_cv_build'.
18 "
19 echo "
20 Compilation Environment and Installation Defaults:"
21 echo "  Source code location:              $sxe_srcdir"
22 echo "  Installation prefix:               $prefix"
23 echo "  Arch-dependent files go to:        $ARCHLIBDIR"
24 echo "  Core emodules go to:               $MODULEDIR"
25 echo "  Core lisp files go to:             $LISPDIR"
26 echo "  Additional external data goes to:  $ETCDIR"
27
28 if test -n "$opsysfile"
29 then echo "  Operating system description file: \`$opsysfile'"
30 else echo "  Not using any operating system description file"
31 fi
32 if test -n "$machfile"
33 then echo "  Machine description file:          \`$machfile'"
34 else echo "  Not using any machine description file"
35 fi
36
37 echo "  Compiler version:                  $compiler_version"
38 if test -n "$gcc_compiler_specs"; then
39   echo "    - GCC specs file:                $gcc_compiler_specs"
40 fi
41 echo "    - Compiler command:              $CC $CFLAGS"
42 echo "    - Global CPPFLAGS:               $CPPFLAGS"
43 echo "    - Global LDFLAGS:                $LDFLAGS"
44 echo "    - C flags"
45 echo "              General:               $c_switch_general"
46 echo "              Window system:         $c_switch_window_system"
47 echo "              All:                   $c_switch_all"
48 echo "    - Linker flags"
49 echo "              General:               $ld_switch_general"
50 echo "              Window system:         $ld_switch_window_system"
51 echo "              All:                   $ld_switch_all"
52 echo "    - Linked libraries:"
53 echo "              General:               $ld_libs_general"
54 echo "              Window system:         $ld_libs_window_system"
55 echo "              All:                   $ld_libs_all"
56 echo ""
57 echo "  libc version:                      $libc_version"
58 echo "  Relocating allocator for buffers:  $with_rel_alloc"
59 echo "  GNU version of malloc:             ${GNU_MALLOC}${GNU_MALLOC_reason}"
60 case "$ld_switch_site" in
61   *nocombreloc*) echo "  Linking with \`-z nocombreloc'.
62     - Consider configuring with --with-pdump." ;;
63 esac
64 echo "
65 Build Options:"
66
67 if test -n "$with_site_includes"; then
68   echo "  Additional header files:           $with_site_includes"
69 fi
70 if test -n "$with_site_libraries"; then
71   echo "  Additional libraries:              $with_site_libraries"
72 fi
73 if test -n "$with_site_prefixes"; then
74   echo "  Additional prefixes:               $with_site_prefixes"
75 fi
76 if test -n "$runpath"; then
77   echo "  Runtime library search path:       $runpath"
78 fi
79
80 echo "  Runtime behaviour:"
81 if test "$with_prefix" = "yes"; then
82   echo "    - Value of prefix ($prefix) is compiled into the binary."
83 elif test "$with_prefix" = "no"; then
84   echo "    - Value of prefix ($prefix)is not compiled into the binary."
85 fi
86 if test "$with_modules" != "no"; then
87   echo "
88     - Module search path:"
89   echo "       " `echo ${MODULE_PATH} | sed -e 's/:/\\n/'`
90 fi
91 echo "
92     - Package search path:"
93   echo "       " `echo ${PACKAGE_PATH} | sed -e 's/:/\\n/'`
94
95 echo "
96 Debugging options:"
97
98 OG_MULTIARG_SUMMARY([error-checking], [Runtime Error Checking], [  ])
99
100 if test "$tmp_enabled" != "None."; then
101   echo "    WARNING: ---------------------------------------------------------"
102   echo "    WARNING: SXEmacs will run noticeably more slowly as a result."
103   echo "    WARNING: Error checking is on by default for SXEmacs beta releases."
104   echo "    WARNING: ---------------------------------------------------------"
105 elif test "${sxemacs_betaname}" != ""; then
106   echo "    WARNING: ---------------------------------------------------------"
107   echo "    WARNING: This SXEmacs is a beta release."
108   echo "    WARNING: By disabling all error checking there will be limited "
109   echo "    WARNING: troubleshooting information available."
110   echo "    WARNING: ---------------------------------------------------------"
111 fi
112 unset tmp_enabled 
113
114
115 echo "
116 Internals:"
117
118 if test "$with_dynamic" = "yes"; then
119   echo "  How to link external libraries:  dynamic"
120 elif test "$with_dynamic" = "no"; then
121   echo "  How to link external libraries:  static"
122 else
123   echo "  How to link external libraries:  uncertain"
124 fi
125
126 echo "  Foreign Function Interface:"
127 if test "$have_ffi" = yes; then
128   echo "    Compiling in support for FFI."
129 elif test "$have_ffi" = no; then
130   echo "    No support for FFI."
131 else
132   echo "    Good question ... where is it?"
133 fi
134
135 dnl summary for ENT and ASE
136 OG_MULTIARG_SUMMARY([ent], [Enhanced Number Types], [  ])
137 dnl OG_MULTIARG_SUMMARY([ase], [Algebraic Structures based on ENT], [  ])
138 dnl summary for EF
139 OG_MULTIARG_SUMMARY([experimental-features], [Experimental Features], [  ])
140
141 echo "
142 Window System:"
143 if test "$with_x11" = "yes"; then
144   echo "  Compiling in support for the X window system:"
145   echo "    - X Windows headers location:                 $x_includes"
146   echo "    - X Windows libraries location:               $x_libraries"
147   if test "$with_xauth" != yes; then
148     echo "    - Xau (X authority) not available."
149   fi
150   if test "$with_xmu" != yes; then
151     echo "    - Xmu library not available; substituting equivalent routines."
152   fi
153   if test "$with_wmcommand" != no; then
154     echo "    - Handling WM_COMMAND properly."
155   fi
156 fi
157 if test "$need_athena" = "yes"; then
158   echo "  Compiling in support for the Athena widget set:"
159   echo "    - Athena headers location:                    $athena_h_path"
160   echo "    - Athena library to link:                     $athena_lib"
161 fi
162 case "$with_menubars" in
163   gtk   ) echo "  Using GTK menubars."   ;;
164   lucid ) echo "  Using Lucid menubars." ;;
165   motif ) echo "  Using Motif menubars."
166           echo "  *WARNING*  The Motif menubar implementation is currently buggy."
167           echo "             We recommend using the Lucid menubar instead."
168           echo "             Re-run configure with --with-menubars='lucid'." ;;
169   * )      echo "  No support for menubars."   ;;
170 esac
171 case "$with_scrollbars" in
172   gtk    ) echo "  Using GTK scrollbars."        ;;
173   lucid  ) echo "  Using Lucid scrollbars."      ;;
174   motif  ) echo "  Using Motif scrollbars."      ;;
175   athena ) echo "  Using Athena scrollbars."     ;;
176   * )      echo "  No support for scrollbars."   ;;
177 esac
178 case "$with_dialogs" in
179   gtk    ) echo "  Using GTK dialog boxes." ;;
180   motif  ) echo "  Using Motif dialog boxes."
181            if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then
182              echo "  *WARNING*  The Motif dialog boxes cause problems on AIX 4.3 and higher."
183              echo "             We recommend using the Athena dialog boxes instead."
184              echo "             Install libXaw and re-run configure with --with-dialogs='athena'."
185              echo "             Read the PROBLEMS file for more information."
186            fi; fi ;;
187   athena ) echo "  Using Athena dialog boxes."     ;;
188   * )      echo "  No support for dialog boxes." ;;
189 esac
190 case "$with_widgets" in
191   gtk    ) echo "  Using GTK native widgets."        ;;
192   motif  ) echo "  Using Motif native widgets."      ;;
193   athena ) echo "  Using Athena native widgets."     ;;
194   * )      echo "  No support for native widgets."   ;;
195 esac
196 case "$with_toolbars" in
197   yes | gtk ) echo "  Support for toolbars."         ;;
198   no )        echo "  No support for toolbars."      ;;
199   * ) ;;
200 esac
201
202 echo "
203 TTY:"
204 test "$with_ncurses" = yes && echo "  Compiling in support for ncurses."
205 test "$with_gpm" = yes && echo "  Compiling in support for GPM (General Purpose Mouse)."
206
207 echo "
208 Databases:"
209 OG_MULTIARG_SUMMARY([database], [File-based Databases], [  ])
210
211 echo "  Compiling in support for further database interfaces:"
212 if test "$have_ldap" = "yes"; then
213   echo $ECHO_N "    - LDAP"$ECHO_C
214   if test "$have_ldap_lber" = "yes" -o "$have_ldap_krb" -o "$have_ldap_des"; then
215         echo $ECHO_N " (with"$ECHO_C
216         test "$have_ldap_lber" = "yes" && echo $ECHO_N " lber"$ECHO_C
217         test "$have_ldap_krb" = "yes" && echo $ECHO_N " krb"$ECHO_C
218         test "$have_ldap_des" = "yes" && echo $ECHO_N " des"$ECHO_C
219         echo $ECHO_N ")"$ECHO_C
220   fi
221   echo "."
222 fi
223 if test "$have_postgresql" = "yes"; then
224   echo $ECHO_N "    - PostgreSQL"$ECHO_C
225   test "$have_postgresqlv7" = yes && \
226         echo $ECHO_N " (V7 bindings)"$ECHO_C
227   echo "."
228 fi
229
230 echo "
231 Media:"
232 dnl
233 OG_MULTIARG_SUMMARY([image], [Image Formats], [  ])
234 OG_MULTIARG_SUMMARY([sound], [Audio Outputs], [  ])
235 test "$with_pulseaudio" = yes && echo "    PulseAudio has been enabled.  Good luck!"
236 OG_MULTIARG_SUMMARY([media], [Media Stream Handlers], [  ])
237
238 dnl old stuff ... originally these were elifs
239 dnl if test "$with_x11" = yes; then
240 dnl   echo "    WARNING: -----------------------------------------------------------"
241 dnl   echo "    WARNING: Compiling without XPM image support."
242 dnl   if test "$xpm_problem" != ""; then
243 dnl     echo "    Reason: $xpm_problem"
244 dnl   fi
245 dnl   echo "    WARNING: You should strongly consider installing XPM."
246 dnl   echo "    WARNING: Otherwise toolbars and other graphics will look suboptimal."
247 dnl   echo "    WARNING: -----------------------------------------------------------"
248 dnl fi
249 dnl if test "$window_system" != "none"; then
250 dnl   echo "    WARNING: -----------------------------------------------------------"
251 dnl   echo "    WARNING: Compiling without PNG image support."
252 dnl   if test "$png_problem" != ""; then
253 dnl     echo "    Reason: $png_problem"
254 dnl   fi
255 dnl   echo "    WARNING: You should strongly consider installing the PNG libraries."
256 dnl   echo "    WARNING: Otherwise certain images and glyphs may not display."
257 dnl   echo "    WARNING: -----------------------------------------------------------"
258 dnl fi
259
260 echo "
261 Cryptography:"
262 if test "$have_openssl $with_openssl" = "yes yes"; then
263   echo "  Compiling in support for OpenSSL ciphers and digests."
264   echo "    - Submodules: RAND MD HMAC CIPHER HYBRID SIGN" \
265   `test "$openssl_no_rsa" = no && echo "RSA"` \
266   `test "$openssl_no_dsa" = no && echo "DSA"` \
267   `test "$openssl_no_ec" = no && echo "EC"` \
268   `test "$openssl_no_dh" = no && echo "DH"` \
269   "PEM" \
270   `test "$openssl_ssl" = yes && echo "SSL"`
271 fi
272
273 echo "
274 Internationalization:"
275 test "$with_mule" = yes && echo "  Compiling in support for Mule (multi-lingual Emacs)."
276 test "$with_file_coding" = yes && echo "  Compiling in support for file coding."
277 test "$with_xim" != no && echo "  Compiling in support for XIM (X11R5+ I18N input method)."
278 test "$with_xim" = motif && echo "    - Using Motif to provide XIM support."
279 test "$with_xim" = xlib && echo "    - Using raw Xlib to provide XIM support."
280 test "$with_xfs" = yes && echo "    - Using XFontSet to provide bilingual menubar."
281 test "$with_canna" = yes && echo "  Compiling in support for Canna on Mule."
282 if test "$with_wnn" = yes; then
283   echo "  Compiling in support for the WNN input method on Mule."
284   test "$with_wnn6" = yes && echo "    - Using WNN version 6."
285 fi
286
287 echo "
288 Mail:"
289 test "$with_pop" = yes && echo "  Compiling in support for POP mail retrieval."
290 test "$with_kerberos" = yes && echo "  Compiling in support for Kerberos POP authentication."
291 test "$with_hesiod" = yes && echo "  Compiling in support for Hesiod POP server access."
292 test -n "$with_mail_locking" && echo "  Compiling in support for \"$with_mail_locking\" mail spool file locking method."
293
294 echo "
295 Modules:"
296 OG_MULTIARG_SUMMARY([modules], [Dynamic Shared Object Modules], [  ])
297 OG_MULTIARG_SUMMARY([static-modules], [Static Modules], [  ])
298
299 echo "
300 Other Features:"
301 test "$with_ipv6_cname" = no && echo "  Inhibiting IPv6 canonicalization at startup."
302 test "$with_socks" = yes && echo "  Compiling in support for SOCKS."
303 test "$with_dnet" = yes && echo "  Compiling in support for DNET."
304 if test "$with_regex_malloc" = no; then
305   echo "  WARNING: -----------------------------------------------------------"
306   echo "  Using alloca to allocate the failure stack."
307   echo "  It may be impossible to detect stack exhaustion, and you will crash."
308   echo "  Do NOT use this build of SXEmacs for ordinary work."
309   echo "  WARNING: -----------------------------------------------------------"
310 fi
311 test "$with_pdump" = yes && echo "  Using the new portable dumper."
312 test "$with_debug" = yes && echo "  Compiling in support for extra debugging code."
313 test "$usage_tracking" = yes && echo "  Compiling in support for active usage tracking (Sun internal)."
314 echo ""
315
316 ## explanation for flags
317 echo "Footnotes:"
318 echo "  + means not requested but enabled"
319 echo "  * means requested but disabled"
320 echo ""
321
322 ## bogus configure opts
323 if test -n "$bogus_cmd_opts"; then
324         echo "The following option were unrecognised and will be ignored:
325 ----------------------------------------------------------"
326         echo "$bogus_cmd_opts"
327         echo ""
328         echo "I'm tempted to remove the entire directory now ..."
329         echo "... fortunately I think I'm in a good mood, so have a nice build anyway."
330 else
331         echo "No bogus options. Have a nice build :)"
332 fi
333 echo ""
334 ) | tee -a Installation
335 dnl echo "The above configure report is appended to \"Installation\" file."
336
337         popdef([CODENAME])
338 ])dnl SXE_SUMMARY
339
340 dnl sxe-summary.m4 ends here