changes
This commit is contained in:
parent
a7512898a7
commit
19223f6f37
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker doc
|
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker doc
|
||||||
EXTRA_DIST = m4
|
EXTRA_DIST = m4/*.m4
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ STRIP = @STRIP@
|
|||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
|
||||||
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker doc
|
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker doc
|
||||||
EXTRA_DIST = m4
|
EXTRA_DIST = m4/*.m4
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_HEADER = config.h
|
CONFIG_HEADER = config.h
|
||||||
@ -280,6 +280,7 @@ distdir: $(DISTFILES)
|
|||||||
distdir=`cd $(distdir) && pwd`; \
|
distdir=`cd $(distdir) && pwd`; \
|
||||||
cd $(top_srcdir) \
|
cd $(top_srcdir) \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
|
||||||
|
$(mkinstalldirs) $(distdir)/m4
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user