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.49 by ayin, Wed Jun 13 11:19:41 2007 UTC vs.
Revision 1.50 by ayin, Wed Jun 13 11:30:42 2007 UTC

439 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval" 439 AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
440 fi]) 440 fi])
441 441
442dnl# -------------------------------------------------------------------------- 442dnl# --------------------------------------------------------------------------
443 443
444AC_PATH_PROG(MV, mv, mv)
445AC_PATH_PROG(CP, cp, cp) 444AC_PATH_PROG(CP, cp, cp)
446AC_PATH_PROG(LN, ln, ln)
447AC_PATH_PROG(SED, sed, sed) 445AC_PATH_PROG(SED, sed, sed)
448AC_PATH_PROG(ECHO, echo, echo) 446AC_PATH_PROG(ECHO, echo, echo)
449AC_PATH_PROG(CMP, cmp, cmp)
450AC_PATH_PROG(TIC, tic) 447AC_PATH_PROG(TIC, tic)
451 448
452dnl# need a neat way to detect SVR4 or its features 449dnl# need a neat way to detect SVR4 or its features
453dnl# in src/command.c we use these functions: 450dnl# in src/command.c we use these functions:
454dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h> 451dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines