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

Comparing rxvt-unicode/configure (file contents):
Revision 1.88 by root, Sun Jan 22 00:48:13 2006 UTC vs.
Revision 1.89 by root, Sun Jan 22 04:09:16 2006 UTC

14764 14764
14765if test x$support_xpm = xyes; then 14765if test x$support_xpm = xyes; then
14766 echo " Xpm library: $XPM_LIBS" 14766 echo " Xpm library: $XPM_LIBS"
14767fi 14767fi
14768 14768
14769echo "
14770The following are set in config.h
14771"
14772if test x$support_utmp != xyes; then 14769if test x$support_utmp != xyes; then
14773 echo " utmp support: disabled" 14770 echo " utmp support: disabled"
14774 echo 14771 echo
14775else 14772else
14776 echo " utmp support: enabled 14773 echo " utmp support: enabled
14777 utmp file: $rxvt_cv_path_utmp 14774 utmp file: $path_utmp
14778 utmpx file: $rxvt_cv_path_utmpx 14775 utmpx file: $path_utmpx
14779 wtmp file: $rxvt_cv_path_wtmp 14776 wtmp file: $path_wtmp
14780 wtmpx file: $rxvt_cv_path_wtmpx 14777 wtmpx file: $path_wtmpx
14781 lastlog file: $rxvt_cv_path_lastlog 14778 lastlog file: $path_lastlog
14782 ttys/ttytab file: $rxvt_cv_path_ttytab 14779 lastlogx file: $path_lastlogx"
14783 embedded perl: $support_perl"
14784 echo
14785fi 14780fi
14786if test x$term != x; then 14781if test x$term != x; then
14787 echo " set TERM to: $term" 14782 echo " set TERM to: $term"
14788fi 14783fi
14789if test x$terminfo != x; then 14784if test x$terminfo != x; then
14792echo " default resource name: $RESNAME" 14787echo " default resource name: $RESNAME"
14793echo " resource class: $RESCLASS" 14788echo " resource class: $RESCLASS"
14794if test x$RESFALLBACK != x; then 14789if test x$RESFALLBACK != x; then
14795 echo " resource class fallback: $RESFALLBACK" 14790 echo " resource class fallback: $RESFALLBACK"
14796fi 14791fi
14792echo
14793echo " embedded perl: $support_perl"
14797echo 14794echo
14798if test x$support_xpm = xneedsmanualspecification; then 14795if test x$support_xpm = xneedsmanualspecification; then
14799 echo ".----------------------------------------------------------------." 14796 echo ".----------------------------------------------------------------."
14800 echo ". WARNING: --enable-xpm-background was specified however the ." 14797 echo ". WARNING: --enable-xpm-background was specified however the ."
14801 echo ". XPM includes files and libraries could not be found. ." 14798 echo ". XPM includes files and libraries could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines