2014-04-05 23:22:43 +02:00
|
|
|
dnl ---- configure.ac for Gambas components written in Gambas
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
dnl ---- Initialization
|
|
|
|
|
2014-04-05 23:22:43 +02:00
|
|
|
m4_include([../version.m4])
|
2022-09-03 13:24:51 +02:00
|
|
|
AC_INIT([gambas3-comp],[GB_VERSION],[GB_MAIL],[],[GB_URL])
|
2014-04-05 23:22:43 +02:00
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
GB_INIT_SHORT(comp)
|
|
|
|
|
|
|
|
dnl ---- Create makefiles
|
|
|
|
|
2022-09-03 13:24:51 +02:00
|
|
|
AC_CONFIG_FILES([\
|
2007-12-30 17:41:49 +01:00
|
|
|
Makefile \
|
2022-09-03 13:24:51 +02:00
|
|
|
])
|
|
|
|
AC_OUTPUT
|
2010-07-14 03:50:18 +02:00
|
|
|
|
|
|
|
GB_PRINT_MESSAGES
|