zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoconf fails on configure.in

silentjohnny opened this issue · comments

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?

This has been fixed on master (zeromq/libzmq@21c97f0)

We could backport that to 3.x stable. I think it's safe.

I've backported this fix, you can get the zeromq3.x sources by cloning https://github.com/zeromq/zeromq3-x