ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.18 by pcg, Sat Mar 6 00:05:00 2004 UTC vs.
Revision 1.20 by pcg, Sun Mar 14 17:50:40 2004 UTC

16407 16407
16408fi 16408fi
16409if test x$support_combining = xyes; then 16409if test x$support_combining = xyes; then
16410 16410
16411cat >>confdefs.h <<\_ACEOF 16411cat >>confdefs.h <<\_ACEOF
16412#define ENCODING_COMPOSE 1 16412#define ENABLE_COMBINING 1
16413_ACEOF 16413_ACEOF
16414 16414
16415fi 16415fi
16416if test x$codesets = xall; then 16416if test x$codesets = xall; then
16417 codesets=jp,jp-ext,kr,cn,cn-ext 16417 codesets=jp,jp-ext,kr,cn,cn-ext
18031echo " 18031echo "
18032The following are set in config.h 18032The following are set in config.h
18033" 18033"
18034echo " pty/tty type: "$rxvt_cv_ptys 18034echo " pty/tty type: "$rxvt_cv_ptys
18035if test x$support_utmp != xyes; then 18035if test x$support_utmp != xyes; then
18036 echo " utmp support: disabled 18036 echo " utmp support: disabled"
18037" 18037 echo
18038else 18038else
18039 echo " utmp support: enabled 18039 echo " utmp support: enabled
18040 utmp file: $rxvt_cv_path_utmp 18040 utmp file: $rxvt_cv_path_utmp
18041 utmpx file: $rxvt_cv_path_utmpx 18041 utmpx file: $rxvt_cv_path_utmpx
18042 wtmp file: $rxvt_cv_path_wtmp 18042 wtmp file: $rxvt_cv_path_wtmp
18043 wtmpx file: $rxvt_cv_path_wtmpx 18043 wtmpx file: $rxvt_cv_path_wtmpx
18044 lastlog file: $rxvt_cv_path_lastlog 18044 lastlog file: $rxvt_cv_path_lastlog
18045 ttys/ttytab file: $rxvt_cv_path_ttytab 18045 ttys/ttytab file: $rxvt_cv_path_ttytab"
18046" 18046 echo
18047fi 18047fi
18048if test x$term != x; then 18048if test x$term != x; then
18049 echo " set TERM to: $term" 18049 echo " set TERM to: $term"
18050fi 18050fi
18051if test x$terminfo != x; then 18051if test x$terminfo != x; then
18078 echo ". WARNING: --enable-xim was specified however the locale support ." 18078 echo ". WARNING: --enable-xim was specified however the locale support ."
18079 echo ". functions could not be found. ." 18079 echo ". functions could not be found. ."
18080 echo ". XIM is now being DISABLED! ." 18080 echo ". XIM is now being DISABLED! ."
18081 echo ".----------------------------------------------------------------." 18081 echo ".----------------------------------------------------------------."
18082fi 18082fi
18083
18083echo " *** Please check src/feature.h for further options *** 18084echo " *** Please check src/feature.h for further options ***"
18084" 18085echo
18086
18087echo ".----------------------------------------------------------------."
18088echo ". NOTE: most features are disabled by default, try ."
18089echo ". configure --help to get an idea of the optional features ."
18090echo ".----------------------------------------------------------------."
18091echo
18092

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines