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.75 by sasha, Wed Sep 12 21:06:07 2007 UTC vs.
Revision 1.76 by ayin, Tue Sep 18 12:17:58 2007 UTC

419 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 419 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
420 fi]) 420 fi])
421 421
422dnl# -------------------------------------------------------------------------- 422dnl# --------------------------------------------------------------------------
423 423
424AC_PATH_PROG(TIC, tic) 424AC_PATH_PROG(TIC, tic, :)
425 425
426dnl# need a neat way to detect SVR4 or its features 426dnl# need a neat way to detect SVR4 or its features
427dnl# in src/command.c we use these functions: 427dnl# in src/command.c we use these functions:
428dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h> 428dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
429dnl# - but are these also defined for other systems? 429dnl# - but are these also defined for other systems?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines