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

Comparing rxvt-unicode/configure (file contents):
Revision 1.133 by sf-exg, Wed Jul 21 09:06:20 2010 UTC vs.
Revision 1.134 by sf-exg, Thu Sep 2 15:51:55 2010 UTC

591# include <unistd.h> 591# include <unistd.h>
592#endif" 592#endif"
593 593
594ac_subst_vars='LTLIBOBJS 594ac_subst_vars='LTLIBOBJS
595LIBOBJS 595LIBOBJS
596AFTERIMAGE_LIBS
597AFTERIMAGE_CFLAGS
598PERL_O 596PERL_O
599IF_PERL 597IF_PERL
600PERLPRIVLIBEXP 598PERLPRIVLIBEXP
601PERLFLAGS 599PERLFLAGS
602PERLLIB 600PERLLIB
603PERL 601PERL
604XFT_CONFIG 602XFT_CONFIG
603AFTERIMAGE_LIBS
604AFTERIMAGE_CFLAGS
605afterimage_config
606PIXBUF_LIBS
607PIXBUF_CFLAGS
605PKG_CONFIG 608PKG_CONFIG
606afterimage_config
607X_EXTRA_LIBS 609X_EXTRA_LIBS
608X_LIBS 610X_LIBS
609X_PRE_LIBS 611X_PRE_LIBS
610X_CFLAGS 612X_CFLAGS
611XMKMF 613XMKMF
688enable_combining 690enable_combining
689enable_xft 691enable_xft
690enable_font_styles 692enable_font_styles
691enable_afterimage 693enable_afterimage
692with_afterimage_config 694with_afterimage_config
695enable_pixbuf
693enable_transparency 696enable_transparency
694enable_fading 697enable_fading
695enable_rxvt_scroll 698enable_rxvt_scroll
696enable_next_scroll 699enable_next_scroll
697enable_xterm_scroll 700enable_xterm_scroll
1337 1340
1338X features: 1341X features:
1339 --x-includes=DIR X include files are in DIR 1342 --x-includes=DIR X include files are in DIR
1340 --x-libraries=DIR X library files are in DIR 1343 --x-libraries=DIR X library files are in DIR
1341 1344
1342Program names:
1343 --program-prefix=PREFIX prepend PREFIX to installed program names
1344 --program-suffix=SUFFIX append SUFFIX to installed program names
1345 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1346
1347System types: 1345System types:
1348 --build=BUILD configure for building on BUILD [guessed] 1346 --build=BUILD configure for building on BUILD [guessed]
1349 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1347 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1350_ACEOF 1348_ACEOF
1351fi 1349fi
1366 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1364 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1367 --enable-combining enable composition of base and combining characters 1365 --enable-combining enable composition of base and combining characters
1368 --enable-xft enable xft support on systems that have it 1366 --enable-xft enable xft support on systems that have it
1369 --enable-font-styles enable bold and italic support 1367 --enable-font-styles enable bold and italic support
1370 --enable-afterimage enable integration with libAfterImage for background images 1368 --enable-afterimage enable integration with libAfterImage for background images
1369 --enable-pixbuf enable integration with gdk-pixbuf for background images
1371 --enable-transparency enable transparent backgrounds 1370 --enable-transparency enable transparent backgrounds
1372 --enable-fading enable colors fading when off focus 1371 --enable-fading enable colors fading when off focus
1373 --enable-rxvt-scroll enable rxvt style scrollbar 1372 --enable-rxvt-scroll enable rxvt style scrollbar
1374 --enable-next-scroll enable NeXT style scrollbar 1373 --enable-next-scroll enable NeXT style scrollbar
1375 --enable-xterm-scroll enable Xterm style scrollbar 1374 --enable-xterm-scroll enable Xterm style scrollbar
4848 fi 4847 fi
4849fi 4848fi
4850 4849
4851 4850
4852 4851
4852# Check whether --enable-pixbuf was given.
4853if test "${enable_pixbuf+set}" = set; then :
4854 enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
4855 support_pixbuf=$enableval
4856 fi
4857fi
4858
4859
4853# Check whether --enable-transparency was given. 4860# Check whether --enable-transparency was given.
4854if test "${enable_transparency+set}" = set; then : 4861if test "${enable_transparency+set}" = set; then :
4855 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then 4862 enableval=$enable_transparency; if test x$enableval = xyes -o x$enableval = xno; then
4856 support_inheritpixmap=$enableval 4863 support_inheritpixmap=$enableval
4857 fi 4864 fi
5007cat >>confdefs.h <<_ACEOF 5014cat >>confdefs.h <<_ACEOF
5008#define RXVTNAME "$RXVTNAME" 5015#define RXVTNAME "$RXVTNAME"
5009_ACEOF 5016_ACEOF
5010 5017
5011 5018
5012RXVTNAME=`echo "$RXVTNAME"|sed "$program_transform_name"`
5013 5019
5014 5020
5015# Check whether --enable-swapscreen was given. 5021# Check whether --enable-swapscreen was given.
5016if test "${enable_swapscreen+set}" = set; then : 5022if test "${enable_swapscreen+set}" = set; then :
5017 enableval=$enable_swapscreen; if test x$enableval = xno; then 5023 enableval=$enable_swapscreen; if test x$enableval = xno; then
6227 LDFLAGS=$ac_save_LDFLAGS 6233 LDFLAGS=$ac_save_LDFLAGS
6228 6234
6229fi 6235fi
6230 6236
6231 6237
6238PIXBUF_CFLAGS=
6239PIXBUF_LIBS=
6240
6241if test x$support_pixbuf = xyes; then
6242 support_pixbuf=no
6243 # Extract the first word of "pkg-config", so it can be a program name with args.
6244set dummy pkg-config; ac_word=$2
6245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6246$as_echo_n "checking for $ac_word... " >&6; }
6247if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6248 $as_echo_n "(cached) " >&6
6249else
6250 case $PKG_CONFIG in
6251 [\\/]* | ?:[\\/]*)
6252 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6253 ;;
6254 *)
6255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6256for as_dir in $PATH
6257do
6258 IFS=$as_save_IFS
6259 test -z "$as_dir" && as_dir=.
6260 for ac_exec_ext in '' $ac_executable_extensions; do
6261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6262 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6264 break 2
6265 fi
6266done
6267 done
6268IFS=$as_save_IFS
6269
6270 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
6271 ;;
6272esac
6273fi
6274PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6275if test -n "$PKG_CONFIG"; then
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6277$as_echo "$PKG_CONFIG" >&6; }
6278else
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6280$as_echo "no" >&6; }
6281fi
6282
6283
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf" >&5
6285$as_echo_n "checking for gdk-pixbuf... " >&6; }
6286 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-xlib-2.0; then
6287 PIXBUF_CFLAGS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --cflags`"
6288 PIXBUF_LIBS="`$PKG_CONFIG gdk-pixbuf-xlib-2.0 --libs`"
6289 support_pixbuf=yes
6290 fi
6291
6292 if test x$support_pixbuf = xyes; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6294$as_echo "ok" >&6; }
6295 support_afterimage=no
6296
6297$as_echo "#define HAVE_PIXBUF 1" >>confdefs.h
6298
6299
6300$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6301
6302 else
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6304$as_echo "no" >&6; }
6305 fi
6306fi
6307
6308
6309
6310
6232AFTERIMAGE_CFLAGS= 6311AFTERIMAGE_CFLAGS=
6233AFTERIMAGE_LIBS= 6312AFTERIMAGE_LIBS=
6234AFTERIMAGE_VERSION= 6313AFTERIMAGE_VERSION=
6235 6314
6236if test x$support_afterimage = xyes; then 6315if test x$support_afterimage = xyes; then
6298 fi 6377 fi
6299 fi 6378 fi
6300 if test "x$support_afterimage" = "xyes"; then 6379 if test "x$support_afterimage" = "xyes"; then
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5 6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
6302$as_echo "$AFTERIMAGE_LIBS" >&6; } 6381$as_echo "$AFTERIMAGE_LIBS" >&6; }
6382
6383$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
6384
6385
6386$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
6387
6303 else 6388 else
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6305$as_echo "no" >&6; } 6390$as_echo "no" >&6; }
6306 fi 6391 fi
6307 fi 6392 fi
6308fi 6393fi
6394
6395
6396
6309 6397
6310for ac_header in \ 6398for ac_header in \
6311 sys/byteorder.h \ 6399 sys/byteorder.h \
6312 sys/ioctl.h \ 6400 sys/ioctl.h \
6313 sys/sockio.h \ 6401 sys/sockio.h \
7866if test x$support_mouseslipwheel = xyes; then 7954if test x$support_mouseslipwheel = xyes; then
7867 7955
7868$as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h 7956$as_echo "#define MOUSE_SLIP_WHEELING 1" >>confdefs.h
7869 7957
7870fi 7958fi
7871if test x$support_afterimage = xyes; then
7872
7873$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
7874
7875
7876$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
7877
7878fi
7879 7959
7880 7960
7881scrolltypes=plain 7961scrolltypes=plain
7882 7962
7883$as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h 7963$as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h
8090 8170
8091 8171
8092 8172
8093 8173
8094 8174
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108test "$program_prefix" != NONE &&
8109 program_transform_name="s&^&$program_prefix&;$program_transform_name"
8110# Use a double $ so make ignores it.
8111test "$program_suffix" != NONE &&
8112 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
8113# Double any \ or $.
8114# By default was `s,x,x', remove it if useless.
8115ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
8116program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
8117 8175
8118 8176
8119ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile" 8177ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
8120 8178
8121cat >confcache <<\_ACEOF 8179cat >confcache <<\_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines