summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parentccb68a69450766276b0a23397197f4ec8b060145 (diff)
downloadmailutils-libadd-cleanup.tar.gz
mailutils-libadd-cleanup.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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7dcfeeeab..575ff22f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1358,7 +1358,6 @@ AC_CONFIG_FILES([include/mailutils/types.h:include/mailutils/types.hin])
AC_CONFIG_TESTDIR(testsuite)
AC_CONFIG_FILES([testsuite/Makefile testsuite/atlocal])
-AC_CONFIG_FILES([testsuite/package.m4])
MU_CONFIG_TESTSUITE(libmailutils)
MU_CONFIG_TESTSUITE(frm)
MU_CONFIG_TESTSUITE(mda/lmtpd)

Return to:

Send suggestions and report system problems to the System administrator.