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.25 by pcg, Mon Mar 29 21:02:11 2004 UTC vs.
Revision 1.27 by root, Sat Jul 10 20:59:39 2004 UTC

50AC_LANG(C++) 50AC_LANG(C++)
51 51
52dnl# system hacks 52dnl# system hacks
53AC_AIX 53AC_AIX
54AC_ISC_POSIX 54AC_ISC_POSIX
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"])
55 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
81support_xim=no 88support_xim=no
82support_xpm=no 89support_xpm=no
83support_xft=no 90support_xft=no
84support_unicode3=no 91support_unicode3=no
85support_combining=no 92support_combining=no
93support_8bitctrls=no
86codesets= 94codesets=
87 95
88dnl# -------------------------------------------------------------------------- 96dnl# --------------------------------------------------------------------------
89dnl# CHECKING COMMAND LINE OPTIONS 97dnl# CHECKING COMMAND LINE OPTIONS
90dnl# -------------------------------------------------------------------------- 98dnl# --------------------------------------------------------------------------
123 support_xim=yes 131 support_xim=yes
124 support_xpm=yes 132 support_xpm=yes
125 support_xft=yes 133 support_xft=yes
126 support_unicode3=yes 134 support_unicode3=yes
127 support_combining=yes 135 support_combining=yes
136 #support_8bitctrls=yes
128 codesets=all 137 codesets=all
129 fi]) 138 fi])
130 139
131AC_ARG_ENABLE(unicode3, 140AC_ARG_ENABLE(unicode3,
132 [ --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],
254 263
255AC_ARG_ENABLE(xgetdefault, 264AC_ARG_ENABLE(xgetdefault,
256 [ --enable-xgetdefault enable resources via X instead of our small version], 265 [ --enable-xgetdefault enable resources via X instead of our small version],
257 [if test x$enableval = xyes; then 266 [if test x$enableval = xyes; then
258 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
259 fi]) 274 fi])
260 275
261RESFALLBACK=Rxvt 276RESFALLBACK=Rxvt
262AC_ARG_ENABLE(fallback, 277AC_ARG_ENABLE(fallback,
263 [ --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)],
1152fi 1167fi
1153if test x$pch2 != x; then 1168if test x$pch2 != x; then
1154 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX) 1169 AC_DEFINE_UNQUOTED(PTYCHAR2, "$pch2", Define for second char in devptyXX)
1155fi 1170fi
1156 1171
1157dnl# FreeBSD needs to link libxpg4
1158AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
1159
1160dnl# -------------------------------------------------------------------------- 1172dnl# --------------------------------------------------------------------------
1161dnl# now add and remove other stuff 1173dnl# now add and remove other stuff
1162dnl# -------------------------------------------------------------------------- 1174dnl# --------------------------------------------------------------------------
1175if test x$support_8bitctrls = xyes; then
1176 AC_DEFINE(EIGHT_BIT_CONTROLS, 1, Define if you want 8 bit control sequences)
1177fi
1163if test x$support_tinting = xyes; then 1178if test x$support_tinting = xyes; then
1164 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted) 1179 AC_DEFINE(TINTING, 1, Define if you want your background to be tinted)
1165fi 1180fi
1166if test x$support_inheritpixmap = xyes; then 1181if test x$support_inheritpixmap = xyes; then
1167 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines