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

Comparing rxvt-unicode/configure (file contents):
Revision 1.173 by root, Fri Dec 30 16:51:59 2022 UTC vs.
Revision 1.174 by root, Mon Jan 2 17:12:43 2023 UTC

6844 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 6844 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
6845fi 6845fi
6846 6846
6847 6847
6848 6848
6849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libptytty" >&5 6849 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libptytty (via pkg-config)" >&5
6850printf %s "checking for libptytty... " >&6; } 6850printf %s "checking for libptytty (via pkg-config)... " >&6; }
6851 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libptytty; then 6851 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libptytty; then
6852 PTYTTY_CFLAGS="`$PKG_CONFIG --cflags libptytty`" 6852 PTYTTY_CFLAGS="`$PKG_CONFIG --cflags libptytty`"
6853 PTYTTY_LIBS="`$PKG_CONFIG --libs libptytty`" 6853 PTYTTY_LIBS="`$PKG_CONFIG --libs libptytty`"
6854 6854
6855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6855 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6872PIXBUF_CFLAGS= 6872PIXBUF_CFLAGS=
6873PIXBUF_LIBS= 6873PIXBUF_LIBS=
6874 6874
6875if test x$support_pixbuf = xyes; then 6875if test x$support_pixbuf = xyes; then
6876 6876
6877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf-2.0" >&5 6877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf-2.0 (via pkg-config)" >&5
6878printf %s "checking for gdk-pixbuf-2.0... " >&6; } 6878printf %s "checking for gdk-pixbuf-2.0 (via pkg-config)... " >&6; }
6879 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-2.0; then 6879 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-2.0; then
6880 PIXBUF_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-2.0`" 6880 PIXBUF_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-2.0`"
6881 PIXBUF_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-2.0`" 6881 PIXBUF_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-2.0`"
6882 6882
6883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6883 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6902STARTUP_NOTIFICATION_CFLAGS= 6902STARTUP_NOTIFICATION_CFLAGS=
6903STARTUP_NOTIFICATION_LIBS= 6903STARTUP_NOTIFICATION_LIBS=
6904 6904
6905if test x$support_startup_notification = xyes; then 6905if test x$support_startup_notification = xyes; then
6906 6906
6907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification-1.0" >&5 6907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification-1.0 (via pkg-config)" >&5
6908printf %s "checking for libstartup-notification-1.0... " >&6; } 6908printf %s "checking for libstartup-notification-1.0 (via pkg-config)... " >&6; }
6909 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then 6909 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then
6910 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG --cflags libstartup-notification-1.0`" 6910 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG --cflags libstartup-notification-1.0`"
6911 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG --libs libstartup-notification-1.0`" 6911 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG --libs libstartup-notification-1.0`"
6912 6912
6913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6913 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6928 6928
6929 6929
6930 6930
6931if test x$support_frills = xyes; then 6931if test x$support_frills = xyes; then
6932 6932
6933 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmu" >&5 6933 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xmu (via pkg-config)" >&5
6934printf %s "checking for xmu... " >&6; } 6934printf %s "checking for xmu (via pkg-config)... " >&6; }
6935 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xmu; then 6935 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xmu; then
6936 XMU_CFLAGS="`$PKG_CONFIG --cflags xmu`" 6936 XMU_CFLAGS="`$PKG_CONFIG --cflags xmu`"
6937 XMU_LIBS="`$PKG_CONFIG --libs xmu`" 6937 XMU_LIBS="`$PKG_CONFIG --libs xmu`"
6938 6938
6939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6939 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7463 support_image=yes 7463 support_image=yes
7464fi 7464fi
7465if test x$support_xft = xyes || test x$support_image = xyes; then 7465if test x$support_xft = xyes || test x$support_image = xyes; then
7466 rxvt_have_xrender=no 7466 rxvt_have_xrender=no
7467 7467
7468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrender" >&5 7468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xrender (via pkg-config)" >&5
7469printf %s "checking for xrender... " >&6; } 7469printf %s "checking for xrender (via pkg-config)... " >&6; }
7470 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then 7470 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
7471 XRENDER_CFLAGS="`$PKG_CONFIG --cflags xrender`" 7471 XRENDER_CFLAGS="`$PKG_CONFIG --cflags xrender`"
7472 XRENDER_LIBS="`$PKG_CONFIG --libs xrender`" 7472 XRENDER_LIBS="`$PKG_CONFIG --libs xrender`"
7473 7473
7474 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 7474 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7506 7506
7507fi 7507fi
7508 7508
7509if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then 7509if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7510 7510
7511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fontconfig xft" >&5 7511 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fontconfig xft (via pkg-config)" >&5
7512printf %s "checking for fontconfig xft... " >&6; } 7512printf %s "checking for fontconfig xft (via pkg-config)... " >&6; }
7513 if test $PKG_CONFIG != no && $PKG_CONFIG --exists fontconfig xft; then 7513 if test $PKG_CONFIG != no && $PKG_CONFIG --exists fontconfig xft; then
7514 XFT_CFLAGS="`$PKG_CONFIG --cflags fontconfig xft`" 7514 XFT_CFLAGS="`$PKG_CONFIG --cflags fontconfig xft`"
7515 XFT_LIBS="`$PKG_CONFIG --libs fontconfig xft`" 7515 XFT_LIBS="`$PKG_CONFIG --libs fontconfig xft`"
7516 7516
7517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5 7517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7830printf "%s\n" "no" >&6; } 7830printf "%s\n" "no" >&6; }
7831fi 7831fi
7832 7832
7833 7833
7834 7834
7835
7836 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for xext (via pkg-config)" >&5
7837printf %s "checking for xext (via pkg-config)... " >&6; }
7838 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xext; then
7839 XEXT_CFLAGS="`$PKG_CONFIG --cflags xext`"
7840 XEXT_LIBS="`$PKG_CONFIG --libs xext`"
7841
7842 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7843printf "%s\n" "ok" >&6; }
7844 :
7845 else
7846 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
7847printf "%s\n" "no" >&6; }
7848
7849 as_fn_error $? "unable to find xext, required for perl" "$LINENO" 5
7850
7851 fi
7852
7853
7854 X_LIBS="$XEXT_LIBS $X_LIBS"
7855 CPPFLAGS="$CPPFLAGS $XEXT_CFLAGS"
7856
7835 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PERL suitability" >&5 7857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PERL suitability" >&5
7836printf %s "checking for $PERL suitability... " >&6; } 7858printf %s "checking for $PERL suitability... " >&6; }
7837 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 7859 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
7838 7860
7839 save_CXXFLAGS="$CXXFLAGS" 7861 save_CXXFLAGS="$CXXFLAGS"
7840 save_LIBS="$LIBS" 7862 save_LIBS="$LIBS"
7841 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 7863 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
7842 LIBS="$LIBS -lXext `$PERL -MExtUtils::Embed -e ldopts`" 7864 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`"
7843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7844/* end confdefs.h. */ 7866/* end confdefs.h. */
7845 7867
7846#include <EXTERN.h> 7868#include <EXTERN.h>
7847#include <perl.h> 7869#include <perl.h>
7877 IF_PERL= 7899 IF_PERL=
7878 PERL_O=rxvtperl.o 7900 PERL_O=rxvtperl.o
7879 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 7901 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
7880 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 7902 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
7881 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 7903 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
7882 LIBS="$LIBS -lXext"
7883 else 7904 else
7884 as_fn_error $? "no, unable to link" "$LINENO" 5 7905 as_fn_error $? "no, unable to link" "$LINENO" 5
7885 fi 7906 fi
7886 else 7907 else
7887 as_fn_error $? "no working perl found, or perl not version >= 5.8" "$LINENO" 5 7908 as_fn_error $? "no working perl found, or perl not version >= 5.8" "$LINENO" 5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines