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.152 by sf-exg, Tue Jun 16 11:56:37 2015 UTC vs.
Revision 1.154 by sf-exg, Tue Jun 16 12:00:07 2015 UTC

293 [ --disable-delete-key disable handling of the delete key], 293 [ --disable-delete-key disable handling of the delete key],
294 [if test x$enableval = xno; then 294 [if test x$enableval = xno; then
295 AC_DEFINE(NO_DELETE_KEY, 1, Define if you don't want support for the (non-keypad) delete key) 295 AC_DEFINE(NO_DELETE_KEY, 1, Define if you don't want support for the (non-keypad) delete key)
296 fi]) 296 fi])
297 297
298support_resources=yes
298AC_ARG_ENABLE(resources, 299AC_ARG_ENABLE(resources,
299 [ --disable-resources disable all resource checking], 300 [ --disable-resources disable all resource checking],
300 [if test x$enableval = xno; then 301 [if test x$enableval = xno; then
301 AC_DEFINE(NO_RESOURCES, 1, Define if you don't want any resources read) 302 support_resources=no
302 fi]) 303 fi])
303 304
304AC_ARG_ENABLE(8bitctrls, 305AC_ARG_ENABLE(8bitctrls,
305 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)], 306 [ --enable-8bitctrls enable 8 bit control sequences (not recommended)],
306 [if test x$enableval = xyes -o x$enableval = xno; then 307 [if test x$enableval = xyes -o x$enableval = xno; then
410 [ --with-terminfo=PATH set the path to the terminfo tree to PATH], 411 [ --with-terminfo=PATH set the path to the terminfo tree to PATH],
411 [if test x$withval != x; then 412 [if test x$withval != x; then
412 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 413 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
413 fi]) 414 fi])
414 415
416if test x$support_resources = xno; then
417 if test x$support_frills = xyes || test x$support_perl = xyes; then
418 AC_MSG_ERROR([--disable-resources requires --disable-frills --disable-perl])
419 fi
420
421 AC_DEFINE(NO_RESOURCES, 1, Define if you don't want any resources read)
422fi
423
415dnl# -------------------------------------------------------------------------- 424dnl# --------------------------------------------------------------------------
416 425
417LIBEV_M4_AVOID_LIBRT=1 426LIBEV_M4_AVOID_LIBRT=1
418m4_include([libev/libev.m4]) 427m4_include([libev/libev.m4])
419 428
449 ], [:]) 458 ], [:])
450fi 459fi
451 460
452AC_SUBST(STARTUP_NOTIFICATION_CFLAGS) 461AC_SUBST(STARTUP_NOTIFICATION_CFLAGS)
453AC_SUBST(STARTUP_NOTIFICATION_LIBS) 462AC_SUBST(STARTUP_NOTIFICATION_LIBS)
463
464if test x$support_frills = xyes; then
465 RXVT_CHECK_MODULES([XMU], [xmu], [
466 X_LIBS="$XMU_LIBS $X_LIBS"
467 CPPFLAGS="$CPPFLAGS $XMU_CFLAGS"
468 AC_DEFINE(HAVE_XMU, 1, Define to enable Xmu support)
469 ], [:])
470fi
454 471
455dnl# -------------------------------------------------------------------------- 472dnl# --------------------------------------------------------------------------
456dnl# CHECKING FOR HEADER FILES 473dnl# CHECKING FOR HEADER FILES
457dnl# -------------------------------------------------------------------------- 474dnl# --------------------------------------------------------------------------
458AC_CHECK_HEADERS( \ 475AC_CHECK_HEADERS( \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines