Build Fix -- compatibility issue with newer autoconf
[sxemacs] / m4 / sxe-summary.m4
index fdcdbd7..3667edb 100644 (file)
@@ -59,7 +59,6 @@ echo "              All:                   $ld_libs_all"
 echo ""
 echo "  libc version:                      $libc_version"
 echo "  Relocating allocator for buffers:  $with_rel_alloc"
-echo "  GNU version of malloc:             ${GNU_MALLOC}${GNU_MALLOC_reason}"
 case "$ld_switch_site" in
   *nocombreloc*) echo "  Linking with \`-z nocombreloc'.
     - Consider configuring with --with-pdump." ;;
@@ -94,6 +93,8 @@ fi
 echo "
     - Package search path:"
   echo ${PACKAGE_PATH} | ${AWK-awk} 'BEGIN {RS=":"} { print "       ",[$]1[] }'
+echo "
+      (defaults shown, runtime paths may differ)"
 
 echo "
 Debugging options:"
@@ -206,7 +207,18 @@ esac
 
 echo "
 TTY:"
-test "$with_ncurses" = yes && echo "  Compiling in support for ncurses."
+test "$with_ncurses" = yes     && echo "  Compiling in support for ncurses."
+test "$with_curses" = yes      && echo "  Compiling in support for curses."
+test "$with_tinfo" = yes       && echo "  Compiling in support for tinfo."
+test "$with_terminfo" = yes    && echo "  Compiling in support for terminfo."
+test "$with_termlib" = yes     && echo "  WARNING! Compiling in support for termlib."  \
+                               && echo "  Consider installing ncurses."
+test "$with_termcap" = yes     && echo "  WARNING! Compiling in support for termcap."  \
+                               && echo "  Consider installing ncurses."                \
+                               && echo "  You may need to set TERMCAP or have the file /etc/termcap."
+test "$with_builtin_tty" = yes && echo "  WARNING! Using (brittle) builtin TTY." \
+                               && echo "  Consider installing ncurses."          \
+                               && echo "  You WILL need to set TERMCAP or have the file /etc/termcap."
 test "$with_gpm" = yes && echo "  Compiling in support for GPM (General Purpose Mouse)."
 
 echo "
@@ -237,7 +249,6 @@ Media:"
 dnl
 OG_MULTIARG_SUMMARY([image], [Image Formats], [  ])
 OG_MULTIARG_SUMMARY([sound], [Audio Outputs], [  ])
-test "$with_pulseaudio" = yes && echo "    PulseAudio has been enabled.  Good luck!"
 OG_MULTIARG_SUMMARY([media], [Media Stream Handlers], [  ])
 
 dnl old stuff ... originally these were elifs