]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/notmuch-deliver/configure.ac
emacs: tree: remove unneeded declarations
[notmuch] / contrib / notmuch-deliver / configure.ac
index b6142bcec30a28a459b307c1c4018735e4886b3f..4deb6587b5649dbae9e6772d6104b4bc631244e5 100644 (file)
@@ -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 }}}