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.70 by ayin, Thu Aug 2 00:09:54 2007 UTC vs.
Revision 1.71 by ayin, Thu Aug 2 00:19:32 2007 UTC

941 Install path: ${prefix}/bin 941 Install path: ${prefix}/bin
942 Compiler: $CXX 942 Compiler: $CXX
943 Compiler flags: $CXXFLAGS 943 Compiler flags: $CXXFLAGS
944 Linker: $LINKER" 944 Linker: $LINKER"
945 945
946if test x$support_afterimage = xyes; then
947 echo " AfterImage support: yes"
948fi
949
950dnl if test x$support_afterstep = xyes; then
951dnl echo " AfterStep integration: yes"
952dnl fi
953
954if test x$term != x; then 946if test x$term != x; then
955 echo " set TERM to: $term" 947 echo " set TERM to: $term"
956fi 948fi
957if test x$terminfo != x; then 949if test x$terminfo != x; then
958 echo " set TERMINFO to: $terminfo" 950 echo " set TERMINFO to: $terminfo"
963 echo " resource class fallback: $RESFALLBACK" 955 echo " resource class fallback: $RESFALLBACK"
964fi 956fi
965echo 957echo
966echo " embedded perl: $support_perl" 958echo " embedded perl: $support_perl"
967echo " libafterimage: $support_afterimage" 959echo " libafterimage: $support_afterimage"
960dnl echo " AfterStep integration: $support_afterstep"
968echo 961echo
969if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 962if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
970 echo ".----------------------------------------------------------------." 963 echo ".----------------------------------------------------------------."
971 echo ". WARNING: --enable-xim was specified however the locale support ." 964 echo ". WARNING: --enable-xim was specified however the locale support ."
972 echo ". functions could not be found. ." 965 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines