gambas-source-code/examples/configure.ac

15 lines
221 B
Text
Raw Normal View History

dnl ---- configure.ac for examples
m4_include([../version.m4])
AC_INIT(gambas3-examples, GB_VERSION, GB_MAIL, [], GB_URL)
GB_INIT_SHORT(examples)
dnl ---- Create makefiles
AC_OUTPUT( \
Makefile \
)
GB_PRINT_MESSAGES