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.26 by pcg, Mon Apr 5 15:54:23 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
101 [if test x$enableval = xyes; then 109 [if test x$enableval = xyes; then
102 support_24bit=yes 110 support_24bit=yes
103 support_frills=yes 111 support_frills=yes
104 support_linespace=yes 112 support_linespace=yes
105 support_inheritpixmap=yes 113 support_inheritpixmap=yes
114 support_tinting=yes
106 support_keepscrolling=yes 115 support_keepscrolling=yes
107 support_selectionscrolling=yes 116 support_selectionscrolling=yes
108 support_lastlog=yes 117 support_lastlog=yes
109 support_menubar=yes 118 support_menubar=yes
110 support_mousewheel=yes 119 support_mousewheel=yes
170 179
171AC_ARG_ENABLE(transparency, 180AC_ARG_ENABLE(transparency,
172 [ --enable-transparency enable transparent backgrounds], 181 [ --enable-transparency enable transparent backgrounds],
173 [if test x$enableval = xyes -o x$enableval = xno; then 182 [if test x$enableval = xyes -o x$enableval = xno; then
174 support_inheritpixmap=$enableval 183 support_inheritpixmap=$enableval
184 fi])
185
186AC_ARG_ENABLE(tinting,
187 [ --enable-tinting enable tinting of transparent bg],
188 [if test x$enableval = xyes -o x$enableval = xno; then
189 support_tinting=$enableval
175 fi]) 190 fi])
176 191
177AC_ARG_ENABLE(menubar, 192AC_ARG_ENABLE(menubar,
178 [ --enable-menubar enable menubar], 193 [ --enable-menubar enable menubar],
179 [if test x$enableval = xyes -o x$enableval = xno; then 194 [if test x$enableval = xyes -o x$enableval = xno; then
1144fi 1159fi
1145if test x$pch2 != x; then 1160if test x$pch2 != x; then
1146 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX) 1161 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX)
1147fi 1162fi
1148 1163
1149dnl# FreeBSD needs to link libxpg4
1150AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
1151
1152dnl# -------------------------------------------------------------------------- 1164dnl# --------------------------------------------------------------------------
1153dnl# now add and remove other stuff 1165dnl# now add and remove other stuff
1154dnl# -------------------------------------------------------------------------- 1166dnl# --------------------------------------------------------------------------
1167if test x$support_tinting = xyes; then
1168 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1169fi
1155if test x$support_inheritpixmap = xyes; then 1170if test x$support_inheritpixmap = xyes; then
1156 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background) 1171 AC_DEFINE(TRANSPARENT, 1, Define if you want your background to use the parent window background)
1157fi 1172fi
1158if test x$support_keepscrolling = xno; then 1173if 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) 1174 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