comparison configure.in @ 1865:d688ac43a76b

Bug #250, pkg-config support contributed by Mikael Eriksson
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Jun 2006 05:49:20 +0000
parents 5ff2c01e475e
children 9ff9a58fa1e3
comparison
equal deleted inserted replaced
1864:7bea26ad3130 1865:d688ac43a76b
2634 AC_SUBST(EXTRA_CFLAGS) 2634 AC_SUBST(EXTRA_CFLAGS)
2635 AC_SUBST(BUILD_LDFLAGS) 2635 AC_SUBST(BUILD_LDFLAGS)
2636 AC_SUBST(EXTRA_LDFLAGS) 2636 AC_SUBST(EXTRA_LDFLAGS)
2637 2637
2638 AC_OUTPUT([ 2638 AC_OUTPUT([
2639 Makefile sdl-config SDL.spec SDL.qpg 2639 Makefile sdl-config SDL.spec SDL.qpg sdl.pc
2640 ], [ 2640 ], [
2641 : >build-deps 2641 : >build-deps
2642 if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend 2642 if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend
2643 ]) 2643 ])