Brian, [email protected] said: > Yes, with this fix,, I can build from git master just fine and all my > tests pass.
OK, I cleaned up autogen.sh and changed it to use the construct "command -v COMMAND" to test for presence of COMMAND which should work on any POSIX system and doesn't actually try to execute COMMAND, just looks it up on the PATH. I also clarified some of the error messages to be more explicit, i.e. "XYZ was not found, is required to run autogen.sh". Cheers, -mato _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
