From a032de191ec32be363d1feedfbd839f6dbde2579 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Sun, 2 Sep 2012 07:15:46 +0200 Subject: Detect python > 2.5, make sure MKDIR_P is substituted gluster build machine generate configure scripts unable to detect python > 2.5 This change include a more recent python.m4 so that newer python can be correctly detected. Build.gluster.com also produces a configure that fails to subsitute MKDIR_P, leading to bugs at make install. Works this around by introducing mkdirp.m4 from aclocal-1.11, with the autoconf version test removed because build.gluster.com also has an outdated autoconf. And we need a bit from a recent autoconf NB: this patchset changes nothing since the last one, I just fix title in gerrit. BUG: 764655 Change-Id: I3ffac50cc7a10cb9e56dd490dbc2b550bba3fabd Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/3888 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e20408bf2..ca69d4624 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -aclocal +aclocal -I ./contrib/aclocal autoheader (libtoolize --automake --copy --force || glibtoolize --automake --copy --force) autoconf -- cgit