From: Michael R. <re...@eu...> - 2005-05-11 19:28:53
|
Hi Paul, > 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. I don't think that you have to include . in the search path. If this would be necessary, aclocal would not find drivers.m4, curses.m4 neither. But I've another strong suspicion: aclocal loads the global python.m4 before the local one (as you said, aclocal-1.9 provides a python.m4). You could try to rename the python.m4 and change the reference in.. in.. wherever it's referenced. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |