From: paul k. <pau...@xs...> - 2005-05-11 06:46:40
|
Hi Michael, Ok, I think I know what the problems is. But I am not sure on how to solve it. For some reason the python.m4 in the local directory is not found by aclocal. If I run aclocal -I . to specify the local directory as an include directory, followed by make, it works fine. So there are several possible causes of this different behaviour. 1) you run a different version of aclocal. I use aclocal 1.4 but I noticed that version 1.9 has the python.m4 in its standard macro set. (I still can't figure out how gentoo selects different version of aclocal to use) 2) for some reason you have the local directory included in the aclocal include path by default. Only explaination I found so far is at: http://sources.redhat.com/automake/automake.html#Extending-aclocal Any suggestions? Paul |