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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.18 by pcg, Thu Mar 4 03:04:53 2004 UTC vs.
Revision 1.19 by pcg, Fri Mar 5 04:26:54 2004 UTC

1381 lastlog file: $rxvt_cv_path_lastlog 1381 lastlog file: $rxvt_cv_path_lastlog
1382 ttys/ttytab file: $rxvt_cv_path_ttytab 1382 ttys/ttytab file: $rxvt_cv_path_ttytab
1383" 1383"
1384fi 1384fi
1385if test x$term != x; then 1385if test x$term != x; then
1386 echo " set TERM to: $term 1386 echo " set TERM to: $term"
1387"
1388fi 1387fi
1389if test x$terminfo != x; then 1388if test x$terminfo != x; then
1390 echo " set TERMINFO to: $terminfo 1389 echo " set TERMINFO to: $terminfo"
1391"
1392fi 1390fi
1391echo " default resource name: $RESNAME"
1392echo " resource class: $RESCLASS"
1393if test x$RESFALLBACK != x; then
1394 echo " resource class fallback: $RESFALLBACK"
1395fi
1396echo
1393if test x$rxvt_cv_ptys = xUNKNOWN; then 1397if test x$rxvt_cv_ptys = xUNKNOWN; then
1394 echo ".----------------------------------------------------------------." 1398 echo ".----------------------------------------------------------------."
1395 echo ". WARNING: could not determine pty/tty type. Do not build until ." 1399 echo ". WARNING: could not determine pty/tty type. Do not build until ."
1396 echo ". the appropriate PTYS_ARE_* is defined in config.h ." 1400 echo ". the appropriate PTYS_ARE_* is defined in config.h ."
1397 echo ".----------------------------------------------------------------." 1401 echo ".----------------------------------------------------------------."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines