1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

Detect missing 'witch' before detecting missing autoconf

This commit is contained in:
Andrew Bartlett 2009-05-18 15:56:31 +10:00
parent 6d91ac2a64
commit 078343906d

View File

@ -22,7 +22,12 @@ TESTAUTOCONF="autoconf autoconf-2.53 autoconf2.50 autoconf259 autoconf253"
AUTOHEADERFOUND="0"
AUTOCONFFOUND="0"
if which which > /dev/null 2>&1; then
echo -n
else
echo "$0: need 'which' to figure out if we have the right autoconf to build samba from git" >&2
exit 1
fi
##
## Look for autoheader
##