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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.24 by pcg, Wed Mar 17 03:07:36 2004 UTC vs.
Revision 1.27 by root, Sat Jul 10 20:59:39 2004 UTC

51 51
52dnl# system hacks 52dnl# system hacks
53AC_AIX 53AC_AIX
54AC_ISC_POSIX 54AC_ISC_POSIX
55 55
56dnl# FreeBSD needs to link libxpg4
57AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
58
59dnl solaris needs to link libnsl and socket
60AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])
61AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
62
56AC_ENABLE_SHARED(no)dnl# libtool 63AC_ENABLE_SHARED(no)dnl# libtool
57AC_ENABLE_STATIC(yes)dnl# libtool 64AC_ENABLE_STATIC(yes)dnl# libtool
58AC_PROG_LIBTOOL()dnl# libtool 65AC_PROG_LIBTOOL()dnl# libtool
59 66
60MALLOC_TYPE=S 67MALLOC_TYPE=S
61support_addstrings=no 68support_addstrings=no
62support_frills=no 69support_frills=no
63support_linespace=no 70support_linespace=no
64support_inheritpixmap=no 71support_inheritpixmap=no
72support_tinting=no
65support_keepscrolling=no 73support_keepscrolling=no
66support_selectionscrolling=no 74support_selectionscrolling=no
67support_menubar=no 75support_menubar=no
68support_mousewheel=no 76support_mousewheel=no
69support_mouseslipwheel=no 77support_mouseslipwheel=no
80support_xim=no 88support_xim=no
81support_xpm=no 89support_xpm=no
82support_xft=no 90support_xft=no
83support_unicode3=no 91support_unicode3=no
84support_combining=no 92support_combining=no
93support_8bitctrls=no
85codesets= 94codesets=
86 95
87dnl# -------------------------------------------------------------------------- 96dnl# --------------------------------------------------------------------------
88dnl# CHECKING COMMAND LINE OPTIONS 97dnl# CHECKING COMMAND LINE OPTIONS
89dnl# -------------------------------------------------------------------------- 98dnl# --------------------------------------------------------------------------
101 [if test x$enableval = xyes; then 110 [if test x$enableval = xyes; then
102 support_24bit=yes 111 support_24bit=yes
103 support_frills=yes 112 support_frills=yes
104 support_linespace=yes 113 support_linespace=yes
105 support_inheritpixmap=yes 114 support_inheritpixmap=yes
115 support_tinting=yes
106 support_keepscrolling=yes 116 support_keepscrolling=yes
107 support_selectionscrolling=yes 117 support_selectionscrolling=yes
108 support_lastlog=yes 118 support_lastlog=yes
109 support_menubar=yes 119 support_menubar=yes
110 support_mousewheel=yes 120 support_mousewheel=yes
121 support_xim=yes 131 support_xim=yes
122 support_xpm=yes 132 support_xpm=yes
123 support_xft=yes 133 support_xft=yes
124 support_unicode3=yes 134 support_unicode3=yes
125 support_combining=yes 135 support_combining=yes
136 #support_8bitctrls=yes
126 codesets=all 137 codesets=all
127 fi]) 138 fi])
128 139
129AC_ARG_ENABLE(unicode3, 140AC_ARG_ENABLE(unicode3,
130 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 141 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
170 181
171AC_ARG_ENABLE(transparency, 182AC_ARG_ENABLE(transparency,
172 [ --enable-transparency enable transparent backgrounds], 183 [ --enable-transparency enable transparent backgrounds],
173 [if test x$enableval = xyes -o x$enableval = xno; then 184 [if test x$enableval = xyes -o x$enableval = xno; then
174 support_inheritpixmap=$enableval 185 support_inheritpixmap=$enableval
186 fi])
187
188AC_ARG_ENABLE(tinting,
189 [ --enable-tinting enable tinting of transparent bg],
190 [if test x$enableval = xyes -o x$enableval = xno; then
191 support_tinting=$enableval
175 fi]) 192 fi])
176 193
177AC_ARG_ENABLE(menubar, 194AC_ARG_ENABLE(menubar,
178 [ --enable-menubar enable menubar], 195 [ --enable-menubar enable menubar],
179 [if test x$enableval = xyes -o x$enableval = xno; then 196 [if test x$enableval = xyes -o x$enableval = xno; then
246 263
247AC_ARG_ENABLE(xgetdefault, 264AC_ARG_ENABLE(xgetdefault,
248 [ --enable-xgetdefault enable resources via X instead of our small version], 265 [ --enable-xgetdefault enable resources via X instead of our small version],
249 [if test x$enableval = xyes; then 266 [if test x$enableval = xyes; then
250 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version) 267 AC_DEFINE(USE_XGETDEFAULT, 1, Define if you want to use XGetDefault instead of our internal version)
268 fi])
269
270AC_ARG_ENABLE(8bitctrls,
271 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)],
272 [if test x$enableval = xyes -o x$enableval = xno; then
273 support_8bitctrls=yes
251 fi]) 274 fi])
252 275
253RESFALLBACK=Rxvt 276RESFALLBACK=Rxvt
254AC_ARG_ENABLE(fallback, 277AC_ARG_ENABLE(fallback,
255 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)], 278 [ --enable-fallback(=CLASS) fall back on CLASS resources in addition to URxvt ones (default: Rxvt)],
1144fi 1167fi
1145if test x$pch2 != x; then 1168if test x$pch2 != x; then
1146 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX) 1169 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX)
1147fi 1170fi
1148 1171
1149dnl# FreeBSD needs to link libxpg4
1150AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
1151
1152dnl# -------------------------------------------------------------------------- 1172dnl# --------------------------------------------------------------------------
1153dnl# now add and remove other stuff 1173dnl# now add and remove other stuff
1154dnl# -------------------------------------------------------------------------- 1174dnl# --------------------------------------------------------------------------
1175if test x$support_8bitctrls = xyes; then
1176 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
1177fi
1178if test x$support_tinting = xyes; then
1179 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1180fi
1155if test x$support_inheritpixmap = xyes; then 1181if test x$support_inheritpixmap = xyes; then
1156 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 1182 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background)
1157fi 1183fi
1158if test x$support_keepscrolling = xno; then 1184if test x$support_keepscrolling = xno; then
1159 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 1185 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines