aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-deliver/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-12-29 12:00:30 +0100
committerAli Polatel <alip@exherbo.org>2011-11-05 01:12:35 +0200
commit38b245b46a51be82a5a5f798255cbbbbc0186f78 (patch)
treed4210e76396f3d45614f329f8288e10762fad407 /contrib/notmuch-deliver/configure.ac
parent5f53ce3e2b9704f4f2a4be92c91f82c697c15b9d (diff)
Move files copied from maildrop to a separate hierarchy.
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
Diffstat (limited to 'contrib/notmuch-deliver/configure.ac')
-rw-r--r--contrib/notmuch-deliver/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/notmuch-deliver/configure.ac b/contrib/notmuch-deliver/configure.ac
index b6142bc..4deb658 100644
--- a/contrib/notmuch-deliver/configure.ac
+++ b/contrib/notmuch-deliver/configure.ac
@@ -146,10 +146,11 @@ AC_SUBST([NOTMUCH_DELIVER_CFLAGS])
dnl }}}
dnl {{{ Output
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_LINKS([maildrop/numlib/config.h:config.h])
AC_OUTPUT(
Makefile
- numlib/Makefile
+ maildrop/numlib/Makefile
src/Makefile
)
dnl }}}