From: CHEN Baozi <chenbaozi.pt at taobao.com> This patchset fix bugs when trying "make rpm" on rhel6. The early version autoconf installed on rhel5 & rhel6 does not have the macro "m4_esyscmd_s", which would lead a error when running autogen.sh. Replace it with "m4_eyscmd". Also I've added the missing "cluster.h" in sheep/Makefile.am. CHEN Baozi (2): Add m4 macros in configure.ac Add missing cluster.h in sheep/Makfile.am. configure.ac | 3 ++- sheep/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -- 1.7.6.4 |