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. I redefined it in configure.ac to make it work. 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 | 9 ++++++++- sheep/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) -- 1.7.6.4 |