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.21 by pcg, Sun Mar 14 17:33:07 2004 UTC vs.
Revision 1.22 by pcg, Sun Mar 14 17:50:40 2004 UTC

1368echo " 1368echo "
1369The following are set in config.h 1369The following are set in config.h
1370" 1370"
1371echo " pty/tty type: "$rxvt_cv_ptys 1371echo " pty/tty type: "$rxvt_cv_ptys
1372if test x$support_utmp != xyes; then 1372if test x$support_utmp != xyes; then
1373 echo " utmp support: disabled 1373 echo " utmp support: disabled"
1374" 1374 echo
1375else 1375else
1376 echo " utmp support: enabled 1376 echo " utmp support: enabled
1377 utmp file: $rxvt_cv_path_utmp 1377 utmp file: $rxvt_cv_path_utmp
1378 utmpx file: $rxvt_cv_path_utmpx 1378 utmpx file: $rxvt_cv_path_utmpx
1379 wtmp file: $rxvt_cv_path_wtmp 1379 wtmp file: $rxvt_cv_path_wtmp
1380 wtmpx file: $rxvt_cv_path_wtmpx 1380 wtmpx file: $rxvt_cv_path_wtmpx
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 echo
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"
1387fi 1387fi
1388if test x$terminfo != x; then 1388if test x$terminfo != x; then
1415 echo ". WARNING: --enable-xim was specified however the locale support ." 1415 echo ". WARNING: --enable-xim was specified however the locale support ."
1416 echo ". functions could not be found. ." 1416 echo ". functions could not be found. ."
1417 echo ". XIM is now being DISABLED! ." 1417 echo ". XIM is now being DISABLED! ."
1418 echo ".----------------------------------------------------------------." 1418 echo ".----------------------------------------------------------------."
1419fi 1419fi
1420
1420echo " *** Please check src/feature.h for further options *** 1421echo " *** Please check src/feature.h for further options ***"
1421" 1422echo
1423
1424echo ".----------------------------------------------------------------."
1425echo ". NOTE: most features are disabled by default, try ."
1426echo ". configure --help to get an idea of the optional features ."
1427echo ".----------------------------------------------------------------."
1428echo
1429

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines