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.41 by ayin, Sat Jun 9 11:15:38 2007 UTC vs.
Revision 1.47 by ayin, Sun Jun 10 13:44:27 2007 UTC

467 467
468LIBAFTERIMAGE_CFLAGS= 468LIBAFTERIMAGE_CFLAGS=
469AFTERIMAGE_LIBS= 469AFTERIMAGE_LIBS=
470have_afterimage= 470have_afterimage=
471 471
472if test x$support_afterimage == xyes; then 472if test x$support_afterimage = xyes; then
473 AC_MSG_CHECKING(installed libAfterImage)
474 support_afterimage=no 473 support_afterimage=no
474
475 if test "x$afterimage_config" = "x" ; then 475 if test "x$afterimage_config" = "x" ; then
476 if afterimage-config --version > /dev/null 2>&1 ; then 476 AC_PATH_PROG(afterimage_config, afterimage-config, no)
477 afterimage_config=afterimage-config 477 else
478 else
479 if test -x /usr/local/bin/afterimage-config; then
480 afterimage_config=/usr/local/bin/afterimage-config
481 fi
482 fi
483 else
484 afterimage_config=$afterimage_config/afterimage-config 478 afterimage_config=$afterimage_config/afterimage-config
485 fi 479 fi
480
481 AC_MSG_CHECKING(for libAfterImage)
486 if $afterimage_config --version > /dev/null 2>&1 ; then 482 if $afterimage_config --version >/dev/null 2>&1 ; then
487 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 483 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
488 AFTERIMAGE_LIBS=`$afterimage_config --libs` 484 AFTERIMAGE_LIBS=`$afterimage_config --libs`
489 if test "x$AFTERIMAGE_LIBS" != "x"; then 485 if test "x$AFTERIMAGE_LIBS" != "x"; then
490 support_afterimage=yes 486 support_afterimage=yes
491 fi 487 fi
492 fi 488 fi
493 489
494 if test "x$support_afterimage" = "xyes"; then 490 if test "x$support_afterimage" = "xyes"; then
495 AC_MSG_RESULT($AFTERIMAGE_LIBS) 491 AC_MSG_RESULT($AFTERIMAGE_LIBS)
496 else 492 else
497 AC_MSG_RESULT(afterimage-config not found in $afterimage_config - can't use libAfterImage for images.) 493 AC_MSG_RESULT(no)
498 fi 494 fi
499fi 495fi
500 496
501if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then 497if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
502 VT_FIND_LIBXPM 498 VT_FIND_LIBXPM
503 if test x$no_xpm = xyes; then 499 if test x$no_xpm = xyes; then
1032if test x$support_xpm = xyes; then 1028if test x$support_xpm = xyes; then
1033 echo " Xpm library: $XPM_LIBS" 1029 echo " Xpm library: $XPM_LIBS"
1034fi 1030fi
1035 1031
1036if test x$support_afterimage = xyes; then 1032if test x$support_afterimage = xyes; then
1037 echo " AfterImage library: $AFTERIMAGE_LIBS" 1033 echo " AfterImage support: yes"
1038fi 1034fi
1039 1035
1040if test x$support_afterstep = xyes; then 1036if test x$support_afterstep = xyes; then
1041 echo " With AfterStep integration" 1037 echo " AfterStep integration: yes"
1042fi 1038fi
1043 1039
1044if test x$term != x; then 1040if test x$term != x; then
1045 echo " set TERM to: $term" 1041 echo " set TERM to: $term"
1046fi 1042fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines