Mercurial > sdl-ios-xcode
changeset 696:8042c28039ad
Hopefully this will fix the last of the problems with OBJ depend mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 27 Aug 2003 05:14:40 +0000 |
parents | 8f579a0e17e6 |
children | 8468fc0504f3 |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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) ;;