Mercurial > sdl-ios-xcode
comparison configure.in @ 1692:75f2ace8511a SDL-1.3
Bug #250, pkg-config support contributed by Mikael Eriksson
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Jun 2006 05:50:12 +0000 |
parents | 281d3f4870e5 |
children | 393092a3ebf6 |
comparison
equal
deleted
inserted
replaced
1691:c901fd2a42da | 1692:75f2ace8511a |
---|---|
2659 AC_SUBST(EXTRA_CFLAGS) | 2659 AC_SUBST(EXTRA_CFLAGS) |
2660 AC_SUBST(BUILD_LDFLAGS) | 2660 AC_SUBST(BUILD_LDFLAGS) |
2661 AC_SUBST(EXTRA_LDFLAGS) | 2661 AC_SUBST(EXTRA_LDFLAGS) |
2662 | 2662 |
2663 AC_OUTPUT([ | 2663 AC_OUTPUT([ |
2664 Makefile sdl-config SDL.spec SDL.qpg | 2664 Makefile sdl-config SDL.spec SDL.qpg sdl.pc |
2665 ], [ | 2665 ], [ |
2666 : >build-deps | 2666 : >build-deps |
2667 if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend | 2667 if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend |
2668 ]) | 2668 ]) |