gambas-source-code/gb.openal/configure.ac

14 lines
267 B
Text
Raw Normal View History

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