ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.153 by root, Sat Jan 21 12:44:11 2012 UTC vs.
Revision 1.154 by root, Thu May 10 22:42:03 2012 UTC

598PERLPRIVLIBEXP 598PERLPRIVLIBEXP
599PERLFLAGS 599PERLFLAGS
600PERLLIB 600PERLLIB
601PERL 601PERL
602XFT_CONFIG 602XFT_CONFIG
603AFTERIMAGE_LIBS
604AFTERIMAGE_CFLAGS
605afterimage_config
606STARTUP_NOTIFICATION_LIBS 603STARTUP_NOTIFICATION_LIBS
607STARTUP_NOTIFICATION_CFLAGS 604STARTUP_NOTIFICATION_CFLAGS
608PIXBUF_LIBS 605PIXBUF_LIBS
609PIXBUF_CFLAGS 606PIXBUF_CFLAGS
610PKG_CONFIG 607PKG_CONFIG
690enable_256_color 687enable_256_color
691enable_unicode3 688enable_unicode3
692enable_combining 689enable_combining
693enable_xft 690enable_xft
694enable_font_styles 691enable_font_styles
695enable_afterimage
696with_afterimage_config
697enable_pixbuf 692enable_pixbuf
698enable_startup_notification 693enable_startup_notification
699enable_transparency 694enable_transparency
700enable_fading 695enable_fading
701enable_rxvt_scroll 696enable_rxvt_scroll
1367 --enable-256-color enable 256-color support 1362 --enable-256-color enable 256-color support
1368 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1363 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1369 --enable-combining enable composition of base and combining characters 1364 --enable-combining enable composition of base and combining characters
1370 --enable-xft enable xft support on systems that have it 1365 --enable-xft enable xft support on systems that have it
1371 --enable-font-styles enable bold and italic support 1366 --enable-font-styles enable bold and italic support
1372 --enable-afterimage enable integration with libAfterImage for background images (deprecated)
1373 --enable-pixbuf enable integration with gdk-pixbuf for background images 1367 --enable-pixbuf enable integration with gdk-pixbuf for background images
1374 --enable-startup-notification enable freedesktop startup notification support 1368 --enable-startup-notification enable freedesktop startup notification support
1375 --enable-transparency enable transparent backgrounds 1369 --enable-transparency enable transparent backgrounds
1376 --enable-fading enable colors fading when off focus 1370 --enable-fading enable colors fading when off focus
1377 --enable-rxvt-scroll enable rxvt style scrollbar 1371 --enable-rxvt-scroll enable rxvt style scrollbar
1399 --enable-lastlog enable lastlog support (requires --enable-utmp) 1393 --enable-lastlog enable lastlog support (requires --enable-utmp)
1400 1394
1401Optional Packages: 1395Optional Packages:
1402 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1396 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1403 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1397 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1404 --with-afterimage-config=DIR use libAfterImage config script in DIR
1405 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all) 1398 --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
1406 --with-res-name=NAME use this as default resource name (default: urxvt) 1399 --with-res-name=NAME use this as default resource name (default: urxvt)
1407 --with-res-class=CLASS use this as the resource class (default: URxvt) 1400 --with-res-class=CLASS use this as the resource class (default: URxvt)
1408 --with-name=NAME set the basename for the installed binaries (default: urxvt) 1401 --with-name=NAME set the basename for the installed binaries (default: urxvt)
1409 --with-term=NAME set the terminal to NAME (default: rxvt) 1402 --with-term=NAME set the terminal to NAME (default: rxvt)
4829 support_styles=$enableval 4822 support_styles=$enableval
4830 fi 4823 fi
4831fi 4824fi
4832 4825
4833 4826
4834# Check whether --enable-afterimage was given.
4835if test "${enable_afterimage+set}" = set; then :
4836 enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
4837 support_afterimage=$enableval
4838 fi
4839fi
4840
4841
4842
4843# Check whether --with-afterimage_config was given.
4844if test "${with_afterimage_config+set}" = set; then :
4845 withval=$with_afterimage_config; if test "x$withval" != x; then
4846 afterimage_config=$withval/afterimage-config
4847 fi
4848fi
4849
4850
4851# Check whether --enable-pixbuf was given. 4827# Check whether --enable-pixbuf was given.
4852if test "${enable_pixbuf+set}" = set; then : 4828if test "${enable_pixbuf+set}" = set; then :
4853 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then 4829 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4854 support_pixbuf=$enableval 4830 support_pixbuf=$enableval
4855 fi 4831 fi
6326 6302
6327 if test x$support_pixbuf = xyes; then 6303 if test x$support_pixbuf = xyes; then
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6329$as_echo "ok" >&6; } 6305$as_echo "ok" >&6; }
6330 image_lib=gdk-pixbuf 6306 image_lib=gdk-pixbuf
6331 support_afterimage=no
6332 6307
6333$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h 6308$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6334 6309
6335 6310
6336$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h 6311$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6405$as_echo "#define HAVE_STARTUP_NOTIFICATION 1" >>confdefs.h 6380$as_echo "#define HAVE_STARTUP_NOTIFICATION 1" >>confdefs.h
6406 6381
6407 else 6382 else
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6409$as_echo "no" >&6; } 6384$as_echo "no" >&6; }
6410 fi
6411fi
6412
6413
6414
6415
6416AFTERIMAGE_CFLAGS=
6417AFTERIMAGE_LIBS=
6418
6419if test x$support_afterimage = xyes; then
6420 support_afterimage=no
6421
6422 if test "x$afterimage_config" = "x" ; then
6423 # Extract the first word of "afterimage-config", so it can be a program name with args.
6424set dummy afterimage-config; ac_word=$2
6425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6426$as_echo_n "checking for $ac_word... " >&6; }
6427if test "${ac_cv_path_afterimage_config+set}" = set; then :
6428 $as_echo_n "(cached) " >&6
6429else
6430 case $afterimage_config in
6431 [\\/]* | ?:[\\/]*)
6432 ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
6433 ;;
6434 *)
6435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6436for as_dir in $PATH
6437do
6438 IFS=$as_save_IFS
6439 test -z "$as_dir" && as_dir=.
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6442 ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 break 2
6445 fi
6446done
6447 done
6448IFS=$as_save_IFS
6449
6450 test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
6451 ;;
6452esac
6453fi
6454afterimage_config=$ac_cv_path_afterimage_config
6455if test -n "$afterimage_config"; then
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $afterimage_config" >&5
6457$as_echo "$afterimage_config" >&6; }
6458else
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6460$as_echo "no" >&6; }
6461fi
6462
6463
6464 fi
6465 if test "x$afterimage_config" != "xno" ; then
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
6467$as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
6468 AFTERIMAGE_VERSION=`$afterimage_config --version`
6469 if test -n "$AFTERIMAGE_VERSION" ; then
6470 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
6471 AFTERIMAGE_LIBS=`$afterimage_config --libs`
6472 if test "x$AFTERIMAGE_LIBS" != "x"; then
6473 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .`
6474 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .`
6475 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
6476 support_afterimage=yes
6477 fi
6478 fi
6479 fi
6480 if test "x$support_afterimage" = "xyes"; then
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6482$as_echo "$AFTERIMAGE_LIBS" >&6; }
6483 image_lib=libafterimage
6484
6485$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
6486
6487
6488$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6489
6490 else
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492$as_echo "no" >&6; }
6493 AFTERIMAGE_CFLAGS=
6494 AFTERIMAGE_LIBS=
6495 fi
6496 fi 6385 fi
6497fi 6386fi
6498 6387
6499 6388
6500 6389
7986 fi 7875 fi
7987done 7876done
7988 done 7877 done
7989IFS=$as_save_IFS 7878IFS=$as_save_IFS
7990 7879
7991 ;; 7880 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl"
7992esac
7993fi
7994PERL=$ac_cv_path_PERL
7995if test -n "$PERL"; then
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
7997$as_echo "$PERL" >&6; }
7998else
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8000$as_echo "no" >&6; }
8001fi
8002
8003
8004 # Extract the first word of "perl", so it can be a program name with args.
8005set dummy perl; ac_word=$2
8006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8007$as_echo_n "checking for $ac_word... " >&6; }
8008if test "${ac_cv_path_PERL+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010else
8011 case $PERL in
8012 [\\/]* | ?:[\\/]*)
8013 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
8014 ;;
8015 *)
8016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8017for as_dir in $PATH
8018do
8019 IFS=$as_save_IFS
8020 test -z "$as_dir" && as_dir=.
8021 for ac_exec_ext in '' $ac_executable_extensions; do
8022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8023 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
8024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8025 break 2
8026 fi
8027done
8028 done
8029IFS=$as_save_IFS
8030
8031 ;; 7881 ;;
8032esac 7882esac
8033fi 7883fi
8034PERL=$ac_cv_path_PERL 7884PERL=$ac_cv_path_PERL
8035if test -n "$PERL"; then 7885if test -n "$PERL"; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines