X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=m4%2Fsxe-summary.m4;h=8aa5f4953dfb5da1a892b3c27d028b5a4a34e8b8;hb=c04986f95b6fe2733bc057a05b70c8faf1496da9;hp=13b638b865a21cec44b9acbc75b4c247631ac7f4;hpb=3197b6ea8a0ff24ff7e24e468e6eaad5487c3289;p=sxemacs diff --git a/m4/sxe-summary.m4 b/m4/sxe-summary.m4 index 13b638b..8aa5f49 100644 --- a/m4/sxe-summary.m4 +++ b/m4/sxe-summary.m4 @@ -112,7 +112,7 @@ elif test "${sxemacs_betaname}" != ""; then echo " WARNING: troubleshooting information available." echo " WARNING: ---------------------------------------------------------" fi -unset tmp_enabled +unset tmp_enabled echo " @@ -135,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], [ ]) @@ -165,9 +171,9 @@ fi case "$with_menubars" in 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 @@ -178,12 +184,12 @@ case "$with_scrollbars" in esac case "$with_dialogs" in 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 @@ -201,6 +207,10 @@ esac echo " TTY:" test "$with_ncurses" = yes && echo " Compiling in support for ncurses." +test "$with_curses" = yes && echo " Compiling in support for curses." +test "$with_terminfo" = yes && echo " Compiling in support for terminfo ." +test "$with_termlib" = yes && echo " Compiling in support for termlib." +test "$with_termcap" = yes && echo " Compiling in support for termcap." test "$with_gpm" = yes && echo " Compiling in support for GPM (General Purpose Mouse)." echo " @@ -231,7 +241,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