gambas-source-code/gb.net.smtp/configure.ac

20 lines
261 B
Text
Raw Normal View History

dnl ---- configure.ac for gb.net.smtp
AC_INIT(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.net.smtp)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
smtp,
SMTP,
[STMP client],
[src],
glib-2.0)
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES