/[cvs]/ccvs/configure.in
ViewVC logotype

Diff of /ccvs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.362 by dprice, Thu Oct 6 20:26:24 2005 UTC revision 1.362.2.1 by dprice, Wed Oct 12 02:45:40 2005 UTC
# Line 101  AC_PATH_PROG(PR, pr, no) Line 101  AC_PATH_PROG(PR, pr, no)
101  if test x"$PR" != xno; then  if test x"$PR" != xno; then
102          AC_DEFINE_UNQUOTED([PR_PROGRAM], ["$PR"], [Path to the pr utility])          AC_DEFINE_UNQUOTED([PR_PROGRAM], ["$PR"], [Path to the pr utility])
103  fi  fi
104    # For src/gpg.c
105    AC_PATH_PROG(GPG, gpg, no)
106    if test x"$GPG" != xno; then
107            AC_DEFINE_UNQUOTED([GPG_PROGRAM], ["$GPG"], [Path to the gpg utility])
108    fi
109    
110  dnl FIXME This is truly gross.  dnl FIXME This is truly gross.
111  missing_dir=`cd $ac_aux_dir && pwd`  missing_dir=`cd $ac_aux_dir && pwd`

Legend:
Removed from v.1.362  
changed lines
  Added in v.1.362.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26