]> code.delx.au - pulseaudio/commit
Check for stow using AC_CHECK_PROG rather than type -p.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 20 Nov 2009 20:37:16 +0000 (21:37 +0100)
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 20 Nov 2009 20:37:16 +0000 (21:37 +0100)
commit5150a101efbf46d5235813e4bb6651a3a108bb78
tree50914d9e9b354dd803a8d09c0e88aaeade8da62a
parent4923f3ca773662b2d147bc374995571b5dacdc7f
Check for stow using AC_CHECK_PROG rather than type -p.

The type -p check is not compatible with POSIX shells, and indeed fails
when used with the FreeBSD 8 default shell. Instead the AC_CHECK_PROG macro
is written properly to look for the command.
configure.ac