Stan Guillory wrote: > > 2) Is there a way to force automake to set the depmode to makedepend? >
What happens if you run
make CCDEPMODE=depmode=makedepend CXXDEPMODE=depmode=makedepend
? If it works as expected, then you might add a test for the
compiler version to your configure.ac, and AC_SUBST these
variables.
Good luck
Harri
