Mercurial > sdl-ios-xcode
comparison configure.in @ 436:3691cc3e14b3
Updated configure.in for automake 1.6.2
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Aug 2002 16:58:31 +0000 |
parents | 706de3956894 |
children | 26dafefeebb2 |
comparison
equal
deleted
inserted
replaced
435:140798e1e7a6 | 436:3691cc3e14b3 |
---|---|
55 AC_PROG_CXX | 55 AC_PROG_CXX |
56 AC_PROG_INSTALL | 56 AC_PROG_INSTALL |
57 AC_FUNC_ALLOCA | 57 AC_FUNC_ALLOCA |
58 ASFLAGS="" | 58 ASFLAGS="" |
59 AC_SUBST(ASFLAGS) | 59 AC_SUBST(ASFLAGS) |
60 CCAS="$CC" | |
61 AC_SUBST(CCAS) | |
62 CCASFLAGS="" | |
63 AC_SUBST(CCASFLAGS) | |
60 | 64 |
61 dnl The alpha architecture needs special flags for binary portability | 65 dnl The alpha architecture needs special flags for binary portability |
62 case "$target" in | 66 case "$target" in |
63 alpha*-*-linux*) | 67 alpha*-*-linux*) |
64 if test x$ac_cv_prog_gcc = xyes; then | 68 if test x$ac_cv_prog_gcc = xyes; then |