Greg Padgett has uploaded a new change for review. Change subject: build: fix build for new autoconf ......................................................................
build: fix build for new autoconf The path for the m4 directory wasn't correct, causing autoreconf to fail for automake 1.13, which doesn't create AC_CONFIG_MACRO_DIR automatically. See https://bugzilla.redhat.com/show_bug.cgi?id=901333 for details. Change-Id: I33ddf7bcf950411ddc89e88b3ebc3d99df5ff617 Signed-off-by: Greg Padgett <[email protected]> --- M Makefile.am R build/m4/ax_python_module.m4 2 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/99/17799/1 diff --git a/Makefile.am b/Makefile.am index 1472887..f451d55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ # AUTOMAKE_OPTIONS = foreign 1.9 -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I build/m4 include build/var_subst.inc diff --git a/m4/ax_python_module.m4 b/build/m4/ax_python_module.m4 similarity index 100% rename from m4/ax_python_module.m4 rename to build/m4/ax_python_module.m4 -- To view, visit http://gerrit.ovirt.org/17799 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I33ddf7bcf950411ddc89e88b3ebc3d99df5ff617 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
