comparison configure.in @ 682:8b2b97e466bc

*sigh*
author Sam Lantinga <slouken@libsdl.org>
date Sat, 09 Aug 2003 22:49:28 +0000
parents 4b5e553ec916
children 9dcfc694a1e4
comparison
equal deleted inserted replaced
681:4b5e553ec916 682:8b2b97e466bc
58 AC_SUBST(ASFLAGS) 58 AC_SUBST(ASFLAGS)
59 CCAS="$CC" 59 CCAS="$CC"
60 AC_SUBST(CCAS) 60 AC_SUBST(CCAS)
61 CCASFLAGS="" 61 CCASFLAGS=""
62 AC_SUBST(CCASFLAGS) 62 AC_SUBST(CCASFLAGS)
63 AM_CONDITIONAL([am__fastdepOBJC], false)
63 64
64 dnl The alpha architecture needs special flags for binary portability 65 dnl The alpha architecture needs special flags for binary portability
65 case "$target" in 66 case "$target" in
66 alpha*-*-linux*) 67 alpha*-*-linux*)
67 if test x$ac_cv_prog_gcc = xyes; then 68 if test x$ac_cv_prog_gcc = xyes; then
2605 dnl _AM_DEPENDENCIES(OBJC) 2606 dnl _AM_DEPENDENCIES(OBJC)
2606 dnl Of course, hard coding doesn't work for newer versions of automake 2607 dnl Of course, hard coding doesn't work for newer versions of automake
2607 dnl OBJCDEPMODE="depmode=gcc3" 2608 dnl OBJCDEPMODE="depmode=gcc3"
2608 dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE) 2609 dnl AC_SUBST(OBJCDEPMODE, $OBJCDEPMODE)
2609 dnl Trying this to satisfy everybody... 2610 dnl Trying this to satisfy everybody...
2610 AM_CONDITIONAL([am__fastdepOBJC], false)
2611 AC_MSG_RESULT(not implemented yet) 2611 AC_MSG_RESULT(not implemented yet)
2612 ;; 2612 ;;
2613 esac 2613 esac
2614 2614
2615 # Finally create all the generated files 2615 # Finally create all the generated files