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.157 by sf-exg, Fri Jul 23 19:18:52 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines