]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Makefile: workaround an automake bug for "make check" 7700/head
authorKefu Chai <kchai@redhat.com>
Fri, 12 Feb 2016 15:52:56 +0000 (23:52 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 19 Feb 2016 14:37:04 +0000 (15:37 +0100)
commit9d25202a1ababf2d6347978966049fe2b88e46dd
treee606792f3983b93bc5b965075a7d50a7f918b980
parentc7eba2aa3d4605851ec2d1cf9fa04ea6dc1d5ebd
Makefile: workaround an automake bug for "make check"

override the automake variable of am__is_gnu_make. it is a workaround
for http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18744. this bug was
fixed in automake 1.15, but automake 1.13 is supported. so we can not
just require 1.15 using `AM_INIT_AUTOMAKE`. this only happens when we
have lots of source files *and* we are using automake v1.14 or lower.

Fixes: #14723
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 19391b71497555c9bcc37b1e063fd4895df605c5)
src/Makefile.am