comparison configure.in @ 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 6c119628180d
children dfc1c102e825
comparison
equal deleted inserted replaced
695:8f579a0e17e6 696:8042c28039ad
2625 AC_SUBST(OBJC) 2625 AC_SUBST(OBJC)
2626 OBJCFLAGS="$CFLAGS" 2626 OBJCFLAGS="$CFLAGS"
2627 AC_SUBST(OBJCFLAGS) 2627 AC_SUBST(OBJCFLAGS)
2628 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here 2628 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here
2629 dnl _AM_DEPENDENCIES(OBJC) 2629 dnl _AM_DEPENDENCIES(OBJC)
2630 dnl Of course, hard coding doesn't work for newer versions of automake 2630 dnl Of course, hard coding doesn't work for some versions of automake
2631 dnl OBJCDEPMODE="depmode=gcc3" 2631 OBJCDEPMODE="depmode=gcc"
2632 dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) 2632 AC_SUBST(OBJCDEPMODE)
2633 dnl Trying this to satisfy everybody... 2633 dnl Trying this to satisfy everybody...
2634 AC_MSG_RESULT(not implemented yet) 2634 AC_MSG_RESULT(not implemented yet)
2635 ;; 2635 ;;
2636 esac 2636 esac
2637 2637