Changeset 1443


Ignore:
Timestamp:
Nov 30, 2006, 6:00:02 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Use PKG_CHECK_MODULES the right way.
Location:
cacatris/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cacatris/trunk/configure.ac

    r1311 r1443  
    2727
    2828CACA="no"
    29 PKG_CHECK_MODULES(caca, caca >= 0.99.beta9,
     29PKG_CHECK_MODULES(CACA, caca >= 0.99.beta9,
    3030 [CACA="yes"],
    3131 [AC_MSG_RESULT(no)
  • cacatris/trunk/src/Makefile.am

    r1083 r1443  
    33
    44cacatris_SOURCES = main.c
    5 cacatris_CFLAGS = `pkg-config --cflags caca`
    6 cacatris_LDFLAGS = `pkg-config --libs caca`
     5cacatris_CFLAGS = @CACA_CFLAGS@
     6cacatris_LDFLAGS = @CACA_LIBS@
    77
Note: See TracChangeset for help on using the changeset viewer.