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.51 by ayin, Wed Jun 13 12:34:32 2007 UTC vs.
Revision 1.52 by ayin, Wed Jun 13 16:20:41 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines