uber-archive / statsrelay

A consistent-hashing relay for statsd and carbon metrics
Other
101 stars 28 forks source link

Fixes for building on centos 7 #58

Closed s4z closed 8 years ago

s4z commented 9 years ago

Current version of tooling on centos 7 complains about missing AM_PROG_CC_C_O

eklitzke commented 8 years ago

I have PR #61 out which might conflict with this, but this LGTM and I'll update my diff.

Do you know what version of autotools is installed on Centos 7?

s4z commented 8 years ago

here's the versions from a freshly installed centos 7 box:

cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core)

yum list installed | egrep "^auto|^libtool" autoconf.noarch 2.69-11.el7 @base automake.noarch 1.13.4-3.el7 @base libtool.x86_64 2.4.2-20.el7 @base

Thanks!

eklitzke commented 8 years ago

Great, it looks like the change I merged in my other configure.ac script should be compatible with this.