f469044015
* NEW: New component that manages MIME messages. It is based on the GMime library. Just the beginning of the implementation, not tested. git-svn-id: svn://localhost/gambas/trunk@5112 867c0c6c-44f3-4631-809d-bfa615b0a4ec
14 lines
243 B
Text
14 lines
243 B
Text
dnl ---- configure.ac for gb.mime
|
|
|
|
AC_INIT(configure.ac)
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
GB_INIT(gb.mime)
|
|
AC_PROG_LIBTOOL
|
|
GB_COMPONENT_PKG_CONFIG(
|
|
mime,
|
|
MIME,
|
|
gb.mime,
|
|
[src],
|
|
gmime-2.6)
|
|
AC_OUTPUT( Makefile src/Makefile )
|
|
GB_PRINT_MESSAGES
|