you should never use `uname` in an autotools project to try and detect the host system
use AC_CANONICAL_HOST and then check $host_os
Log in to post a comment.