|
Lines 43-50
Link Here
|
| 43 |
USE_SQLITE= 3 |
43 |
USE_SQLITE= 3 |
| 44 |
USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf |
44 |
USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf |
| 45 |
LIBTOOLIZE_ARGS=--copy --force |
45 |
LIBTOOLIZE_ARGS=--copy --force |
| 46 |
ACLOCAL_ARGS= # none |
46 |
AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign |
| 47 |
AUTOMAKE_ARGS= --copy --force-missing --foreign |
|
|
| 48 |
CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \ |
47 |
CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \ |
| 49 |
LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \ |
48 |
LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \ |
| 50 |
TINYXML_CFLAGS="-I${LOCALBASE}/include" \ |
49 |
TINYXML_CFLAGS="-I${LOCALBASE}/include" \ |