Mercurial > sdl-ios-xcode
comparison configure.in @ 680:34f03ca736b7
Grumble grumble
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 09 Aug 2003 21:14:26 +0000 |
parents | 7f691fa4c1c7 |
children | 4b5e553ec916 |
comparison
equal
deleted
inserted
replaced
679:74b4b9f9e5e1 | 680:34f03ca736b7 |
---|---|
2600 OBJC="$CC" | 2600 OBJC="$CC" |
2601 AC_SUBST(OBJC) | 2601 AC_SUBST(OBJC) |
2602 OBJCFLAGS="$CFLAGS" | 2602 OBJCFLAGS="$CFLAGS" |
2603 AC_SUBST(OBJCFLAGS) | 2603 AC_SUBST(OBJCFLAGS) |
2604 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here | 2604 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here |
2605 #OBJCDEPMODE="depmode=gcc3" | 2605 dnl _AM_DEPENDENCIES(OBJC) |
2606 #AC_SUBST(OBJCDEPMODE) | 2606 dnl Of course, hard coding doesn't work for newer versions of automake |
2607 _AM_DEPENDENCIES(OBJC) | 2607 dnl OBJCDEPMODE="depmode=gcc3" |
2608 dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) | |
2608 AC_MSG_RESULT(not implemented yet) | 2609 AC_MSG_RESULT(not implemented yet) |
2609 ;; | 2610 ;; |
2610 esac | 2611 esac |
2611 | 2612 |
2612 # Finally create all the generated files | 2613 # Finally create all the generated files |