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.22 by ayin, Sun Jan 22 17:00:42 2006 UTC

713 setutent \ 713 setutent \
714 seteuid \ 714 seteuid \
715 setresuid \ 715 setresuid \
716 setreuid \ 716 setreuid \
717 on_exit \ 717 on_exit \
718 nanosleep \
719) 718)
720 719
721UTMP_CHECK 720UTMP_CHECK
722 721
723dnl# -------------------------------------------------------------------------- 722dnl# --------------------------------------------------------------------------
806dnl# -------------------------------------------------------------------------- 805dnl# --------------------------------------------------------------------------
807dnl# now add and remove other stuff 806dnl# now add and remove other stuff
808dnl# -------------------------------------------------------------------------- 807dnl# --------------------------------------------------------------------------
809if test x$support_xft = xyes; then 808if test x$support_xft = xyes; then
810 AC_PATH_PROG(PKG_CONFIG, pkg-config, no) 809 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
811 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
812 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then 810 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xft; then
813 LIBS="$LIBS `$PKG_CONFIG xft --libs`" 811 LIBS="$LIBS `$PKG_CONFIG xft --libs`"
814 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`" 812 CPPFLAGS="$CPPFLAGS `$PKG_CONFIG xft --cflags`"
815 else 813 else
814 AC_PATH_PROG(XFT_CONFIG, xft-config, no)
816 if test $XFT_CONFIG != no; then 815 if test $XFT_CONFIG != no; then
817 LIBS="$LIBS `$XFT_CONFIG --libs`" 816 LIBS="$LIBS `$XFT_CONFIG --libs`"
818 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`" 817 CPPFLAGS="$CPPFLAGS `$XFT_CONFIG --cflags`"
819 fi 818 fi
820 fi 819 fi
1051 1050
1052if test x$support_xpm = xyes; then 1051if test x$support_xpm = xyes; then
1053 echo " Xpm library: $XPM_LIBS" 1052 echo " Xpm library: $XPM_LIBS"
1054fi 1053fi
1055 1054
1056echo "
1057The following are set in config.h
1058"
1059if test x$support_utmp != xyes; then 1055if test x$support_utmp != xyes; then
1060 echo " utmp support: disabled" 1056 echo " utmp support: disabled"
1061 echo 1057 echo
1062else 1058else
1063 echo " utmp support: enabled 1059 echo " utmp support: enabled
1064 utmp file: $rxvt_cv_path_utmp 1060 utmp file: $path_utmp
1065 utmpx file: $rxvt_cv_path_utmpx 1061 utmpx file: $path_utmpx
1066 wtmp file: $rxvt_cv_path_wtmp 1062 wtmp file: $path_wtmp
1067 wtmpx file: $rxvt_cv_path_wtmpx 1063 wtmpx file: $path_wtmpx
1068 lastlog file: $rxvt_cv_path_lastlog 1064 lastlog file: $path_lastlog
1069 ttys/ttytab file: $rxvt_cv_path_ttytab 1065 lastlogx file: $path_lastlogx"
1070 embedded perl: $support_perl"
1071 echo
1072fi 1066fi
1073if test x$term != x; then 1067if test x$term != x; then
1074 echo " set TERM to: $term" 1068 echo " set TERM to: $term"
1075fi 1069fi
1076if test x$terminfo != x; then 1070if test x$terminfo != x; then
1079echo " default resource name: $RESNAME" 1073echo " default resource name: $RESNAME"
1080echo " resource class: $RESCLASS" 1074echo " resource class: $RESCLASS"
1081if test x$RESFALLBACK != x; then 1075if test x$RESFALLBACK != x; then
1082 echo " resource class fallback: $RESFALLBACK" 1076 echo " resource class fallback: $RESFALLBACK"
1083fi 1077fi
1078echo
1079echo " embedded perl: $support_perl"
1084echo 1080echo
1085if test x$support_xpm = xneedsmanualspecification; then 1081if test x$support_xpm = xneedsmanualspecification; then
1086 echo ".----------------------------------------------------------------." 1082 echo ".----------------------------------------------------------------."
1087 echo ". WARNING: --enable-xpm-background was specified however the ." 1083 echo ". WARNING: --enable-xpm-background was specified however the ."
1088 echo ". XPM includes files and libraries could not be found. ." 1084 echo ". XPM includes files and libraries could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines