summaryrefslogtreecommitdiff
path: root/libmailutils
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-12-06 11:51:55 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-12-06 11:51:55 +0200
commitf1614e7c34bb22c374c234e7c9565b4ef628bd5b (patch)
tree611c108920474c01f22bab1e1ac3730e692d55be /libmailutils
parentccb68a69450766276b0a23397197f4ec8b060145 (diff)
downloadmailutils-f1614e7c34bb22c374c234e7c9565b4ef628bd5b.tar.gz
mailutils-f1614e7c34bb22c374c234e7c9565b4ef628bd5b.tar.bz2
Build package.m4 in Makefilelibadd-cleanup
The decision to build package.m4 in config.status makes proper maintenance of the file problematic. It is reverted. This patch also uses colon-separated VPATH for compatibility with other make implementations. * configure.ac: Don't build package.m4 * testsuite/Makefile.am: Do it here. * libmailutils/tests/Makefile.am: Use colon-separated VPATH for compatibility with BSD make. * testsuite/package.m4.in: Remove.
Diffstat (limited to 'libmailutils')
-rw-r--r--libmailutils/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index 51a24e92f..f0f7ff034 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -200,5 +200,5 @@ noinst_PROGRAMS += wsp
wsp_SOURCES =
nodist_wsp_SOURCES = wsp.c
wsp.o: $(srcdir)/wordsplit-version.h
-VPATH += $(top_srcdir)/libmailutils/wordsplit
+VPATH = $(srcdir):$(top_srcdir)/libmailutils/wordsplit

Return to:

Send suggestions and report system problems to the System administrator.