# HG changeset patch # User Sam Lantinga # Date 1061961280 0 # Node ID 8042c28039adc6933dba4da1f3f9431917fea668 # Parent 8f579a0e17e60c6619c6f69b3223aec5e472e7ea Hopefully this will fix the last of the problems with OBJ depend mode. diff -r 8f579a0e17e6 -r 8042c28039ad configure.in --- a/configure.in Wed Aug 27 04:53:40 2003 +0000 +++ b/configure.in Wed Aug 27 05:14:40 2003 +0000 @@ -2627,9 +2627,9 @@ AC_SUBST(OBJCFLAGS) dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here dnl _AM_DEPENDENCIES(OBJC) - dnl Of course, hard coding doesn't work for newer versions of automake - dnl OBJCDEPMODE="depmode=gcc3" - dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) + dnl Of course, hard coding doesn't work for some versions of automake + OBJCDEPMODE="depmode=gcc" + AC_SUBST(OBJCDEPMODE) dnl Trying this to satisfy everybody... AC_MSG_RESULT(not implemented yet) ;;