]> andersk Git - openssh.git/blame - aclocal.m4
- Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
[openssh.git] / aclocal.m4
CommitLineData
d3083fbd 1dnl $Id$
2dnl
3dnl OpenSSH-specific autoconf macros
4dnl
5
6dnl AC_PATH_ENTROPY_PROG(variablename, command):
7dnl Tidiness function, sets 'undef' if not found, and does the AC_SUBST
8AC_DEFUN(AC_PATH_ENTROPY_PROG, [
9 AC_PATH_PROG([$1], [$2])
10 if test -z "[$]$1" ; then
11 $1="undef"
12 fi
13 AC_SUBST([$1])
14])
15
This page took 0.071951 seconds and 5 git commands to generate.