415de7b257
[CONFIGURATION] * NEW: Update configuration files to autoconf 2.71.
17 lines
286 B
Text
17 lines
286 B
Text
dnl ---- configure.ac for Gambas components written in Gambas
|
|
|
|
dnl ---- Initialization
|
|
|
|
m4_include([../version.m4])
|
|
AC_INIT([gambas3-comp],[GB_VERSION],[GB_MAIL],[],[GB_URL])
|
|
|
|
GB_INIT_SHORT(comp)
|
|
|
|
dnl ---- Create makefiles
|
|
|
|
AC_CONFIG_FILES([\
|
|
Makefile \
|
|
])
|
|
AC_OUTPUT
|
|
|
|
GB_PRINT_MESSAGES
|