comparison configure.in @ 1203:a67c8b2ae356

Fixed configure script on latest Mac OS X developer tools (and hopefully didn't break it everywhere else...grumble...) --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 12 Dec 2005 11:14:29 +0000
parents 718d00094f82
children 09c1408645df
comparison
equal deleted inserted replaced
1202:0748fbb272e7 1203:a67c8b2ae356
3073 AC_MSG_CHECKING(for an Objective-C compiler) 3073 AC_MSG_CHECKING(for an Objective-C compiler)
3074 OBJC="$CC" 3074 OBJC="$CC"
3075 AC_SUBST(OBJC) 3075 AC_SUBST(OBJC)
3076 OBJCFLAGS="$CFLAGS" 3076 OBJCFLAGS="$CFLAGS"
3077 AC_SUBST(OBJCFLAGS) 3077 AC_SUBST(OBJCFLAGS)
3078 dnl _AM_DEPENDENCIES(OBJC) doesn't work, so hard code OBJCDEPMODE here 3078 _AM_DEPENDENCIES(OBJC)
3079 dnl _AM_DEPENDENCIES(OBJC)
3080 dnl Of course, hard coding doesn't work for some versions of automake
3081 OBJCDEPMODE="depmode=gcc"
3082 AC_SUBST(OBJCDEPMODE)
3083 dnl Trying this to satisfy everybody...
3084 AC_MSG_RESULT(not implemented yet)
3085 ;; 3079 ;;
3086 esac 3080 esac
3087 3081
3088 # Finally create all the generated files 3082 # Finally create all the generated files
3089 dnl Important: Any directory that you want to be in the distcheck should 3083 dnl Important: Any directory that you want to be in the distcheck should