>>>>> "Dan" == mcmahill <[EMAIL PROTECTED]> writes:
Sorry for the delay in my reply. Dan> I'm doing some stuff where i really need to use the '.m' suffix, Dan> but its not for objective-C. automake says: Dan> automake: mex-wcalc/Makefile.am: Objective C source seen but `OBJC' not Dan> defined in `configure.in' Dan> is there a way to turn off objective-c in automake? There ought to be. I think setting `SUFFIXES = .m' and then having your own .m.o rule ought to be sufficient. Unfortunately I don't remember actually implementing this ... What does your Makefile.am look like? Tom