Hello all I\'m attempting to follow the directions located at: https://github.com/nathanmarz/storm/wiki/Installing-native-dependencies for installing Zero MQ as a dependency
For Ubuntu 13.04 (Raring), I needed to run the following before the ./autogen.sh step:
sed -i 's/classdist_noinst.stamp/classnoinst.stamp/g' src/Makefile.am
I found this workaround here, and I think that this thread could be useful to anyone with that kind of problems: https://github.com/zeromq/jzmq/issues/114