Lines Matching refs:null
17 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
40 if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then
52 ($am --version < /dev/null > /dev/null 2>&1) || continue
53 ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
66 ($ac --version < /dev/null > /dev/null 2>&1) || continue
67 ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
89 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
97 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {