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.45 by root, Sat Jun 9 13:04:27 2007 UTC vs.
Revision 1.48 by ayin, Mon Jun 11 17:36:47 2007 UTC

239 support_afterimage=$enableval 239 support_afterimage=$enableval
240 fi]) 240 fi])
241 241
242AC_ARG_WITH(afterimage_config, 242AC_ARG_WITH(afterimage_config,
243 [ --with-afterimage-config=DIR use libAfterImage config script in DIR], 243 [ --with-afterimage-config=DIR use libAfterImage config script in DIR],
244 [afterimage_config="$withval"]) 244 [if test "x$withval" != x; then
245 afterimage_config=$withval/afterimage-config
246 fi])
245 247
246AC_ARG_ENABLE(afterstep, 248AC_ARG_ENABLE(afterstep,
247 [ --enable-afterstep enable integration with AfterStep window manager], 249 [ --enable-afterstep enable integration with AfterStep window manager],
248 [if test x$enableval = xyes -o x$enableval = xno; then 250 [if test x$enableval = xyes -o x$enableval = xno; then
249 support_afterstep=$enableval 251 support_afterstep=$enableval
470have_afterimage= 472have_afterimage=
471 473
472if test x$support_afterimage = xyes; then 474if test x$support_afterimage = xyes; then
473 support_afterimage=no 475 support_afterimage=no
474 476
475 if test "x$afterimage_config" = "x" ; then 477 if test "x$afterimage_config" = "x" ; then
476 AC_PATH_PROG(afterimage_config, afterimage-config, no) 478 AC_PATH_PROG(afterimage_config, afterimage-config, no)
477 else
478 afterimage_config=$afterimage_config/afterimage-config
479 fi 479 fi
480 480
481 AC_MSG_CHECKING(for libAfterImage) 481 AC_MSG_CHECKING(for libAfterImage)
482 if $afterimage_config --version >/dev/null 2>&1 ; then 482 if $afterimage_config --version >/dev/null 2>&1 ; then
483 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 483 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
1032if test x$support_afterimage = xyes; then 1032if test x$support_afterimage = xyes; then
1033 echo " AfterImage support: yes" 1033 echo " AfterImage support: yes"
1034fi 1034fi
1035 1035
1036if test x$support_afterstep = xyes; then 1036if test x$support_afterstep = xyes; then
1037 echo " AfterStep intergration: yes" 1037 echo " AfterStep integration: yes"
1038fi 1038fi
1039 1039
1040if test x$term != x; then 1040if test x$term != x; then
1041 echo " set TERM to: $term" 1041 echo " set TERM to: $term"
1042fi 1042fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines