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.85 by root, Mon Nov 26 20:07:49 2007 UTC vs.
Revision 1.87 by ayin, Mon Dec 10 19:17:29 2007 UTC

131fi 131fi
132AC_SUBST(INSTALL_LIBRXVT) 132AC_SUBST(INSTALL_LIBRXVT)
133 133
134AC_ARG_ENABLE(everything, 134AC_ARG_ENABLE(everything,
135 [ --enable-everything enable standard non-multichoice features 135 [ --enable-everything enable standard non-multichoice features
136 NOTE: this option is order dependent 136 NOTE: this option is order dependent],
137 NOTE: automatically enabled with --enable-shared],
138 [ 137 [
139 if test x$enableval = xno; then 138 if test x$enableval = xno; then
140 support_frills=no 139 support_frills=no
141 support_inheritpixmap=no 140 support_inheritpixmap=no
142 support_fading=no 141 support_fading=no
282 [ --enable-xterm-scroll enable Xterm style scrollbar], 281 [ --enable-xterm-scroll enable Xterm style scrollbar],
283 [if test x$enableval = xyes -o x$enableval = xno; then 282 [if test x$enableval = xyes -o x$enableval = xno; then
284 support_scroll_xterm=$enableval 283 support_scroll_xterm=$enableval
285 fi]) 284 fi])
286 285
286AC_ARG_ENABLE(plain-scroll,
287 [ --enable-plain-scroll enable plain style scrollbar],
288 [if test x$enableval = xyes -o x$enableval = xno; then
289 support_scroll_plain=$enableval
290 fi])
291
287AC_ARG_ENABLE(perl, 292AC_ARG_ENABLE(perl,
288 [ --enable-perl enable embedded perl interpreter], 293 [ --enable-perl enable embedded perl interpreter],
289 [if test x$enableval = xyes -o x$enableval = xno; then 294 [if test x$enableval = xyes -o x$enableval = xno; then
290 support_perl=$enableval 295 support_perl=$enableval
291 fi])
292
293AC_ARG_ENABLE(plain-scroll,
294 [ --enable-plain-scroll enable plain style scrollbar],
295 [if test x$enableval = xyes -o x$enableval = xno; then
296 support_scroll_plain=$enableval
297 fi]) 296 fi])
298 297
299AC_ARG_WITH(codesets, 298AC_ARG_WITH(codesets,
300 [ --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)], 299 [ --with-codesets=CS,... compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)],
301 [codesets="$withval"]) 300 [codesets="$withval"])
442m4_include([libev/libev.m4]) 441m4_include([libev/libev.m4])
443 442
444dnl# -------------------------------------------------------------------------- 443dnl# --------------------------------------------------------------------------
445 444
446AC_PATH_PROG(TIC, tic, :) 445AC_PATH_PROG(TIC, tic, :)
447
448dnl# need a neat way to detect SVR4 or its features
449dnl# in src/command.c we use these functions:
450dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
451dnl# - but are these also defined for other systems?
452
453dnl# hack to find if this is SVR4 -- who knows?
454dnl## AC_MSG_CHECKING(for SVR4)
455dnl## AC_EGREP_CPP(yes,
456dnl## [#if defined (SVR4) || defined (_SVR4) || defined (__svr4__)
457dnl## yes;
458dnl## #endif
459dnl## ], [AC_MSG_RESULT(yes); AC_DEFINE(PERHAPS_SVR4)], AC_MSG_RESULT(perhaps not?))
460 446
461AC_PATH_XTRA 447AC_PATH_XTRA
462 448
463AFTERIMAGE_CFLAGS= 449AFTERIMAGE_CFLAGS=
464AFTERIMAGE_LIBS= 450AFTERIMAGE_LIBS=

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines