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.156 by sf-exg, Thu May 13 19:40:27 2021 UTC vs.
Revision 1.158 by sf-exg, Sun Nov 7 14:13:40 2021 UTC

5AC_INIT 5AC_INIT
6AC_PREREQ(2.71) 6AC_PREREQ(2.71)
7AC_CONFIG_SRCDIR([src/feature.h]) 7AC_CONFIG_SRCDIR([src/feature.h])
8AC_CONFIG_HEADERS(config.h:config.h.in) 8AC_CONFIG_HEADERS(config.h:config.h.in)
9 9
10AC_CANONICAL_HOST
11
12dnl RXVT version 10dnl RXVT version
13changequote(, )dnl
14VERSION=`sed -n -e 's/^.* VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 11VERSION=`sed -n -e 's/^.* VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
15DATE=`sed -n -e 's/^.* DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` 12DATE=`sed -n -e 's/^.* DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
16changequote([, ])dnl
17AC_SUBST(VERSION)dnl 13AC_SUBST(VERSION)dnl
18AC_SUBST(DATE)dnl 14AC_SUBST(DATE)dnl
19 15
20echo "" 16echo ""
21echo "configuring for rxvt $VERSION" 17echo "configuring for rxvt $VERSION"
113 support_frills=no 109 support_frills=no
114 support_inheritpixmap=no 110 support_inheritpixmap=no
115 support_fading=no 111 support_fading=no
116 support_keepscrolling=no 112 support_keepscrolling=no
117 support_selectionscrolling=no 113 support_selectionscrolling=no
118 support_lastlog=no
119 support_mousewheel=no 114 support_mousewheel=no
120 support_mouseslipwheel=no 115 support_mouseslipwheel=no
121 support_text_blink=no 116 support_text_blink=no
122 support_pointer_blank=no 117 support_pointer_blank=no
123 support_scroll_rxvt=no 118 support_scroll_rxvt=no
124 support_scroll_next=no 119 support_scroll_next=no
125 support_scroll_xterm=no 120 support_scroll_xterm=no
126 support_utmp=no
127 support_wtmp=no
128 support_xim=no 121 support_xim=no
129 support_pixbuf=no 122 support_pixbuf=no
130 support_startup_notification=no 123 support_startup_notification=no
131 support_xft=no 124 support_xft=no
132 support_unicode3=no 125 support_unicode3=no
141 support_frills=yes 134 support_frills=yes
142 support_inheritpixmap=yes 135 support_inheritpixmap=yes
143 support_fading=yes 136 support_fading=yes
144 support_keepscrolling=yes 137 support_keepscrolling=yes
145 support_selectionscrolling=yes 138 support_selectionscrolling=yes
146 support_lastlog=yes
147 support_mousewheel=yes 139 support_mousewheel=yes
148 support_mouseslipwheel=yes 140 support_mouseslipwheel=yes
149 support_text_blink=yes 141 support_text_blink=yes
150 support_pointer_blank=yes 142 support_pointer_blank=yes
151 support_scroll_rxvt=yes 143 support_scroll_rxvt=yes
152 support_scroll_next=yes 144 support_scroll_next=yes
153 support_scroll_xterm=yes 145 support_scroll_xterm=yes
154 support_utmp=yes
155 support_wtmp=yes
156 support_xim=yes 146 support_xim=yes
157 support_pixbuf=yes 147 support_pixbuf=yes
158 support_startup_notification=yes 148 support_startup_notification=yes
159 support_xft=yes 149 support_xft=yes
160 support_unicode3=yes 150 support_unicode3=yes
434 424
435AC_PATH_XTRA 425AC_PATH_XTRA
436 426
437AC_PATH_TOOL(PKG_CONFIG, pkg-config, no) 427AC_PATH_TOOL(PKG_CONFIG, pkg-config, no)
438 428
429RXVT_CHECK_MODULES([PTYTTY], [libptytty], [:], [
430 AC_MSG_ERROR([unable to find libptytty])
431])
432
433AC_SUBST(PTYTTY_CFLAGS)
434AC_SUBST(PTYTTY_LIBS)
435
439image_lib=none 436image_lib=none
440 437
441PIXBUF_CFLAGS= 438PIXBUF_CFLAGS=
442PIXBUF_LIBS= 439PIXBUF_LIBS=
443 440
512 509
513dnl# -------------------------------------------------------------------------- 510dnl# --------------------------------------------------------------------------
514dnl# CHECKING FOR LIBRARY FUNCTIONS 511dnl# CHECKING FOR LIBRARY FUNCTIONS
515dnl# -------------------------------------------------------------------------- 512dnl# --------------------------------------------------------------------------
516AC_CHECK_FUNCS(unsetenv) 513AC_CHECK_FUNCS(unsetenv)
517
518UTMP_CHECK
519 514
520dnl# -------------------------------------------------------------------------- 515dnl# --------------------------------------------------------------------------
521 516
522dnl# -------------------------------------------------------------------------- 517dnl# --------------------------------------------------------------------------
523dnl# -------------------------------------------------------------------------- 518dnl# --------------------------------------------------------------------------
573[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <langinfo.h>]], [[nl_langinfo(CODESET);]])],[rxvt_cv_func_nl_langinfo=yes],[rxvt_cv_func_nl_langinfo=no])]) 568[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <langinfo.h>]], [[nl_langinfo(CODESET);]])],[rxvt_cv_func_nl_langinfo=yes],[rxvt_cv_func_nl_langinfo=no])])
574if test x$rxvt_cv_func_nl_langinfo = xyes; then 569if test x$rxvt_cv_func_nl_langinfo = xyes; then
575 AC_DEFINE(HAVE_NL_LANGINFO, 1, Define if nl_langinfo(CODESET) works) 570 AC_DEFINE(HAVE_NL_LANGINFO, 1, Define if nl_langinfo(CODESET) works)
576fi 571fi
577 572
578SCM_RIGHTS_CHECK
579
580PTY_CHECK
581
582TTY_GROUP_CHECK
583
584dnl# -------------------------------------------------------------------------- 573dnl# --------------------------------------------------------------------------
585dnl# now add and remove other stuff 574dnl# now add and remove other stuff
586dnl# -------------------------------------------------------------------------- 575dnl# --------------------------------------------------------------------------
587support_image=no 576support_image=no
588if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then 577if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines