5e76433eeb
* NEW: Do not use deprecated autoconf macros anymore. * NEW: The version information is now located in the 'version.m4' file in the source root directory. git-svn-id: svn://localhost/gambas/trunk@6230 867c0c6c-44f3-4631-809d-bfa615b0a4ec
16 lines
265 B
Text
16 lines
265 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_OUTPUT( \
|
|
Makefile \
|
|
)
|
|
|
|
GB_PRINT_MESSAGES
|