Julien ÉLIE <jul...@trigofacile.com> writes: >> The actual bug is that it should be set to gpgv. Damn autoconf. :-( >> >> ac_cv_path_PATH_GPGV=/usr/bin/gpgv \
> Maybe you should just change this line in configure.ac: > - AC_PATH_PROGS([GPGV], [gpgv2 gpgv]) > + AC_PATH_PROGS([GPGV], [gpgv gvgv2]) > ? The solution he had would work, except that we changed the variable name from PATH_GPGV to just GPGV to be more consistent with the rest of Autoconf. So it now needs to be either ac_cv_path_GPGV (or just GPGV will also work). -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org