2007-12-30 17:41:49 +01:00
|
|
|
dnl ---------------------------------------------------
|
|
|
|
dnl
|
|
|
|
dnl configure.in for components written in Gambas
|
2010-07-14 03:50:18 +02:00
|
|
|
dnl (c) Benoît Minisini 2000-2005
|
2007-12-30 17:41:49 +01:00
|
|
|
dnl
|
|
|
|
dnl ----------------------------------------------------
|
|
|
|
|
|
|
|
dnl ---- Initialization
|
|
|
|
|
|
|
|
AC_INIT(configure.ac)
|
|
|
|
GB_INIT_SHORT(comp)
|
|
|
|
|
|
|
|
dnl ---- Create makefiles
|
|
|
|
|
|
|
|
AC_OUTPUT( \
|
|
|
|
Makefile \
|
|
|
|
)
|
2010-07-14 03:50:18 +02:00
|
|
|
|
|
|
|
GB_PRINT_MESSAGES
|