SparkleShare/build/m4/sparkleshare/smartirc4net.m4
Bertrand Lorentz 0da399295a Include SmartIrc4net library as a git submodule
This follows the recommendation from SmartIrc4net's author, and avoids
any dependency issues.
2010-09-11 17:48:56 +02:00

10 lines
253 B
Plaintext

AC_DEFUN([SPARKLESHARE_SMARTIRC4NET],
[
if test ! -d "$srcdir/SmartIrc4net"; then
AC_MSG_ERROR([SmartIrc4net folder not found])
fi
AC_CONFIG_SUBDIRS([SmartIrc4net])
AC_SUBST([SMARTIRC4NET_ASSEMBLY], "SmartIrc4net/bin/Meebey.SmartIrc4net.dll")
])