Autoconf fails on configure.in
silentjohnny opened this issue · 2 comments
silentjohnny commented
When running autogen.sh on OSX with autoconf 2.69 & automake 1.13.1, autoconf complains
configure.in:13: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
This indeed solves my problem, but it would probably break automake on other setups. Any thoughts how to fix this in a compatible way?
hintjens commented
This has been fixed on master (zeromq/libzmq@21c97f0)
We could backport that to 3.x stable. I think it's safe.
hintjens commented
I've backported this fix, you can get the zeromq3.x sources by cloning https://github.com/zeromq/zeromq3-x