Commit b6e9694e b6e9694e3bb1e2d9fa149131938e265ef66577c3 by Sergey Poznyakoff

Define and export SIEVE_MODDIR.

1 parent 73ef57ae
......@@ -567,6 +567,9 @@ MU_LTLIBOBJS=`echo "$S" |
sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`
AC_SUBST(MU_LTLIBOBJS)
AC_SUBST(SIEVE_MODDIR)
SIEVE_MODDIR='$(libdir)/$(PACKAGE)'
dnl Output Makefiles
AC_CONFIG_FILES([Makefile mailutils.spec
include/Makefile include/mailutils/Makefile include/mailutils/gnu/Makefile
......