gambas-source-code/gb.openal/configure.ac
Benoît Minisini 8ba257cf9b [GB.OPENAL]
* NEW: Support for OpenAL-soft 1.13.


git-svn-id: svn://localhost/gambas/trunk@5763 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-07-23 08:30:10 +00:00

13 lines
267 B
Text

dnl ---- configure.ac for gb.openal
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.openal)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
openal,
OPENAL,
gb.openal,
[src],
['openal >= 1.13' alure])
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES