> I think the problem is that DEFS is being defined in src/Makefile.am, and > it's blocking the value that configure would otherwise create. > > I can't imagine why this would be specific to this box, but it isn't > specific to rpmbuild. I get the same Makefiles from a direct call to > configure. And I can't see how this could be building anywhere on a > config.h-driven platform. Maybe I just caught a bad snapshot?
Should have checked first...I did indeed. There's a src/Makefile.am checkin that broke the DEFS line. Used to be += and now it's just = http://svn.apache.org/viewvc/xerces/c/trunk/src/Makefile.am?r1=405840&r2=408 962 Not sure what the goal was, but don't do that. ;-) -- Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
