doc,build: Look for yat2m in $prefix/bin
* configure.ac: Look for yat2m first in $prefix/bin and then in $PATH. -- This makes sure that yat2m is found in case libgpg-error and gpgme are installed in the same prefix.
This commit is contained in:
parent
e4b04ae153
commit
9747f18962
@ -104,7 +104,7 @@ AC_CANONICAL_HOST
|
||||
AM_SILENT_RULES
|
||||
AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory])
|
||||
|
||||
AC_PATH_PROG(YAT2M, [yat2m], [:])
|
||||
AC_PATH_PROG(YAT2M, [yat2m], [:], [$prefix/bin:$PATH])
|
||||
AC_ARG_VAR(YAT2M, [tool to convert texi to man pages])
|
||||
AM_CONDITIONAL(HAVE_YAT2M, test "$ac_cv_path_YAT2M" != ":")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user