Commit bfa762d4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Portability fix: use head -n 1 iso head -1

parent c36c1553
......@@ -64,7 +64,7 @@ fi
# Check for autoconf
rm -f m4/autoconf260.m4
case "$(autoconf --version|head -1)" in
case "$(autoconf --version|head -n 1)" in
*2.5[012345678]*)
echo "Hey, your autoconf is quite old. Update it." >&2
exit 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment