Update PUI to use ffi-curl
[sxemacs] / m4 / sxe-summary.m4
index 7319a94..2cfe1ba 100644 (file)
@@ -42,14 +42,17 @@ echo "    - Compiler command:              $CC $CFLAGS"
 echo "    - Global CPPFLAGS:               $CPPFLAGS"
 echo "    - Global LDFLAGS:                $LDFLAGS"
 echo "    - C flags"
+echo "              System:                $c_switch_system"
 echo "              General:               $c_switch_general"
 echo "              Window system:         $c_switch_window_system"
 echo "              All:                   $c_switch_all"
 echo "    - Linker flags"
+echo "              System:                $ld_switch_system"
 echo "              General:               $ld_switch_general"
 echo "              Window system:         $ld_switch_window_system"
 echo "              All:                   $ld_switch_all"
 echo "    - Linked libraries:"
+echo "              System:                $ld_libs_system"
 echo "              General:               $ld_libs_general"
 echo "              Window system:         $ld_libs_window_system"
 echo "              All:                   $ld_libs_all"
@@ -86,11 +89,11 @@ fi
 if test "$with_modules" != "no"; then
   echo "
     - Module search path:"
-  echo "       " `echo ${MODULE_PATH} | sed -e 's/:/\\n/'`
+  echo ${MODULE_PATH} | ${AWK-awk} 'BEGIN {RS=":"} { print "       ",[$]1[] }'
 fi
 echo "
     - Package search path:"
-  echo "       " `echo ${PACKAGE_PATH} | sed -e 's/:/\\n/'`
+  echo ${PACKAGE_PATH} | ${AWK-awk} 'BEGIN {RS=":"} { print "       ",[$]1[] }'
 
 echo "
 Debugging options:"
@@ -109,7 +112,7 @@ elif test "${sxemacs_betaname}" != ""; then
   echo "    WARNING: troubleshooting information available."
   echo "    WARNING: ---------------------------------------------------------"
 fi
-unset tmp_enabled 
+unset tmp_enabled
 
 
 echo "
@@ -132,6 +135,12 @@ else
   echo "    Good question ... where is it?"
 fi
 
+if test "$have_compre" = yes; then
+  echo "  Compiled regex caching: yes"
+else
+  echo "  Compiled regex caching: no"
+fi
+
 dnl summary for ENT and ASE
 OG_MULTIARG_SUMMARY([ent], [Enhanced Number Types], [  ])
 dnl OG_MULTIARG_SUMMARY([ase], [Algebraic Structures based on ENT], [  ])
@@ -160,48 +169,55 @@ if test "$need_athena" = "yes"; then
   echo "    - Athena library to link:                     $athena_lib"
 fi
 case "$with_menubars" in
-  gtk   ) echo "  Using GTK menubars."   ;;
   lucid ) echo "  Using Lucid menubars." ;;
   motif ) echo "  Using Motif menubars."
-          echo "  *WARNING*  The Motif menubar implementation is currently buggy."
-          echo "             We recommend using the Lucid menubar instead."
-          echo "             Re-run configure with --with-menubars='lucid'." ;;
+         echo "  *WARNING*  The Motif menubar implementation is currently buggy."
+         echo "             We recommend using the Lucid menubar instead."
+         echo "             Re-run configure with --with-menubars='lucid'." ;;
   * )      echo "  No support for menubars."   ;;
 esac
 case "$with_scrollbars" in
-  gtk    ) echo "  Using GTK scrollbars."        ;;
   lucid  ) echo "  Using Lucid scrollbars."      ;;
   motif  ) echo "  Using Motif scrollbars."      ;;
   athena ) echo "  Using Athena scrollbars."     ;;
   * )      echo "  No support for scrollbars."   ;;
 esac
 case "$with_dialogs" in
-  gtk    ) echo "  Using GTK dialog boxes." ;;
   motif  ) echo "  Using Motif dialog boxes."
-           if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then
-             echo "  *WARNING*  The Motif dialog boxes cause problems on AIX 4.3 and higher."
-             echo "             We recommend using the Athena dialog boxes instead."
-             echo "             Install libXaw and re-run configure with --with-dialogs='athena'."
-             echo "             Read the PROBLEMS file for more information."
-           fi; fi ;;
+          if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then
+            echo "  *WARNING*  The Motif dialog boxes cause problems on AIX 4.3 and higher."
+            echo "             We recommend using the Athena dialog boxes instead."
+            echo "             Install libXaw and re-run configure with --with-dialogs='athena'."
+            echo "             Read the PROBLEMS file for more information."
+          fi; fi ;;
   athena ) echo "  Using Athena dialog boxes."     ;;
   * )      echo "  No support for dialog boxes." ;;
 esac
 case "$with_widgets" in
-  gtk    ) echo "  Using GTK native widgets."        ;;
   motif  ) echo "  Using Motif native widgets."      ;;
   athena ) echo "  Using Athena native widgets."     ;;
   * )      echo "  No support for native widgets."   ;;
 esac
 case "$with_toolbars" in
-  yes | gtk ) echo "  Support for toolbars."         ;;
+  yes )       echo "  Support for toolbars."         ;;
   no )        echo "  No support for toolbars."      ;;
   * ) ;;
 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 "
@@ -232,7 +248,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