From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek "marx" Grac Date: Mon, 27 Oct 2014 16:56:06 +0100 Subject: [Cluster-devel] new AC_PYTHON_MODULE M4 macro In-Reply-To: <544925DB.3080701@linux.vnet.ibm.com> References: <544925DB.3080701@linux.vnet.ibm.com> Message-ID: <544E6B16.6080108@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 10/23/2014 05:59 PM, Alan Evangelista wrote: > In fence agents repository, commit > 5a87866c70e3dc77798d3e6fd77e2607757d26b5 > added ac_python_module.m4 to make/ directory. I think this file should > have > been added to m4 directory instead. > > I had problems building fence-agents today from master branch, > moving the file fixed the problem. After running autogen.sh it should work directly, the problem is that m4/ directory is created during autogen.sh. The autogen.sh was changed so it will look also in make/ for macro definition. Where it does not work for you? Thanks, m,