hexchat/plugins/plugin-conf.in

20 lines
410 B
Plaintext
Raw Normal View History

2011-02-23 22:14:30 -05:00
AC_INIT(@PLUGIN@-config.h.in)
AM_CONFIG_HEADER(@PLUGIN@-config.h)
AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
AM_MAINTAINER_MODE
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_ARG_WITH(plugin-includes,
[ --with-plugin-includes directory containing xchat-plugin.h],
PLUGIN_INCLUDES=$enableval)
AC_SUBST(PLUGIN_INCLUDES)
2012-07-14 08:42:53 -04:00
hexchatlibdir=${libdir}/hexchat
AC_SUBST(hexchatlibdir)
2011-02-23 22:14:30 -05:00
AC_OUTPUT(
Makefile
)