]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/notmuch-deliver/autogen.sh
contrib: remove notmuch deliver
[notmuch] / contrib / notmuch-deliver / autogen.sh
diff --git a/contrib/notmuch-deliver/autogen.sh b/contrib/notmuch-deliver/autogen.sh
deleted file mode 100755 (executable)
index 2c660bc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# vim: set sw=4 et sts=4 tw=80 :
-
-die() {
-    echo "$@" >&2
-    exit 1
-}
-
-echo ">>> libtoolize --copy --force --automake"
-libtoolize --copy --force --automake || die "libtoolize failed"
-echo ">>> rm -f config.cache"
-rm -f config.cache
-echo ">>> aclocal -I m4"
-aclocal -I m4 || die "aclocal failed"
-echo ">>> autoheader"
-autoheader || die "autoheader failed"
-echo ">>> autoconf"
-autoconf || die "autoconf failed"
-echo ">>> automake --foreign --add-missing --copy"
-automake --foreign --add-missing --copy || die "automake failed"