Commit b6e9694e b6e9694e3bb1e2d9fa149131938e265ef66577c3 by Sergey Poznyakoff

Define and export SIEVE_MODDIR.

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