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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.19 by ayin, Sat Jan 21 23:07:38 2006 UTC vs.
Revision 1.20 by root, Sun Jan 22 04:09:17 2006 UTC

1051 1051
1052if test x$support_xpm = xyes; then 1052if test x$support_xpm = xyes; then
1053 echo " Xpm library: $XPM_LIBS" 1053 echo " Xpm library: $XPM_LIBS"
1054fi 1054fi
1055 1055
1056echo "
1057The following are set in config.h
1058"
1059if test x$support_utmp != xyes; then 1056if test x$support_utmp != xyes; then
1060 echo " utmp support: disabled" 1057 echo " utmp support: disabled"
1061 echo 1058 echo
1062else 1059else
1063 echo " utmp support: enabled 1060 echo " utmp support: enabled
1064 utmp file: $rxvt_cv_path_utmp 1061 utmp file: $path_utmp
1065 utmpx file: $rxvt_cv_path_utmpx 1062 utmpx file: $path_utmpx
1066 wtmp file: $rxvt_cv_path_wtmp 1063 wtmp file: $path_wtmp
1067 wtmpx file: $rxvt_cv_path_wtmpx 1064 wtmpx file: $path_wtmpx
1068 lastlog file: $rxvt_cv_path_lastlog 1065 lastlog file: $path_lastlog
1069 ttys/ttytab file: $rxvt_cv_path_ttytab 1066 lastlogx file: $path_lastlogx"
1070 embedded perl: $support_perl"
1071 echo
1072fi 1067fi
1073if test x$term != x; then 1068if test x$term != x; then
1074 echo " set TERM to: $term" 1069 echo " set TERM to: $term"
1075fi 1070fi
1076if test x$terminfo != x; then 1071if test x$terminfo != x; then
1079echo " default resource name: $RESNAME" 1074echo " default resource name: $RESNAME"
1080echo " resource class: $RESCLASS" 1075echo " resource class: $RESCLASS"
1081if test x$RESFALLBACK != x; then 1076if test x$RESFALLBACK != x; then
1082 echo " resource class fallback: $RESFALLBACK" 1077 echo " resource class fallback: $RESFALLBACK"
1083fi 1078fi
1079echo
1080echo " embedded perl: $support_perl"
1084echo 1081echo
1085if test x$support_xpm = xneedsmanualspecification; then 1082if test x$support_xpm = xneedsmanualspecification; then
1086 echo ".----------------------------------------------------------------." 1083 echo ".----------------------------------------------------------------."
1087 echo ". WARNING: --enable-xpm-background was specified however the ." 1084 echo ". WARNING: --enable-xpm-background was specified however the ."
1088 echo ". XPM includes files and libraries could not be found. ." 1085 echo ". XPM includes files and libraries could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines