repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 9732c2b3e5bcc480c6ed0cb9970f485c4a08f583: path_to: revision_to:
commit 9732c2b3e5bcc480c6ed0cb9970f485c4a08f583 Author: Marc LehmannDate: Sun Mar 14 17:50:40 2004 +0000 *** empty log message *** diff --git a/autoconf/configure.in b/autoconf/configure.in
--- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1370,8 +1370,8 @@ The following are set in config.h " echo " pty/tty type: "$rxvt_cv_ptys if test x$support_utmp != xyes; then - echo " utmp support: disabled -" + echo " utmp support: disabled" + echo else echo " utmp support: enabled utmp file: $rxvt_cv_path_utmp @@ -1379,8 +1379,8 @@ else wtmp file: $rxvt_cv_path_wtmp wtmpx file: $rxvt_cv_path_wtmpx lastlog file: $rxvt_cv_path_lastlog - ttys/ttytab file: $rxvt_cv_path_ttytab -" + ttys/ttytab file: $rxvt_cv_path_ttytab" + echo fi if test x$term != x; then echo " set TERM to: $term" @@ -1417,5 +1417,13 @@ if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then echo ". XIM is now being DISABLED! ." echo ".----------------------------------------------------------------." fi -echo " *** Please check src/feature.h for further options *** -" + +echo " *** Please check src/feature.h for further options ***" +echo + +echo ".----------------------------------------------------------------." +echo ". NOTE: most features are disabled by default, try ." +echo ". configure --help to get an idea of the optional features ." +echo ".----------------------------------------------------------------." +echo + diff --git a/configure b/configure
--- a/configure +++ b/configure @@ -16409,7 +16409,7 @@ fi if test x$support_combining = xyes; then cat >>confdefs.h <<\_ACEOF -#define ENCODING_COMPOSE 1 +#define ENABLE_COMBINING 1 _ACEOF fi @@ -18033,8 +18033,8 @@ The following are set in config.h " echo " pty/tty type: "$rxvt_cv_ptys if test x$support_utmp != xyes; then - echo " utmp support: disabled -" + echo " utmp support: disabled" + echo else echo " utmp support: enabled utmp file: $rxvt_cv_path_utmp @@ -18042,8 +18042,8 @@ else wtmp file: $rxvt_cv_path_wtmp wtmpx file: $rxvt_cv_path_wtmpx lastlog file: $rxvt_cv_path_lastlog - ttys/ttytab file: $rxvt_cv_path_ttytab -" + ttys/ttytab file: $rxvt_cv_path_ttytab" + echo fi if test x$term != x; then echo " set TERM to: $term" @@ -18080,5 +18080,13 @@ if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then echo ". XIM is now being DISABLED! ." echo ".----------------------------------------------------------------." fi -echo " *** Please check src/feature.h for further options *** -" + +echo " *** Please check src/feature.h for further options ***" +echo + +echo ".----------------------------------------------------------------." +echo ". NOTE: most features are disabled by default, try ." +echo ". configure --help to get an idea of the optional features ." +echo ".----------------------------------------------------------------." +echo +
-----END OF PAGE-----