]> git.notmuchmail.org Git - notmuch/commit
Add a simple configure script.
authorCarl Worth <cworth@cworth.org>
Mon, 2 Nov 2009 17:11:37 +0000 (09:11 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 2 Nov 2009 17:11:37 +0000 (09:11 -0800)
commitddb4713b4bf4e7a3dd1845745dc979343e2983ea
treee0ed83abd6f40f59c7cac13917d951b31c11c0f5
parentf6183a92b5b375370238fe5dc9da672d115bdd6a
Add a simple configure script.

This is *not* based on autoconf. In fact, this doesn't actually
configure anything, (one can compile notmuch directly with just
"make" without running configure if the dependencies are all
satisfied).

The only thing that this configure script does is to check for the
presence of the various dependencies and provide some guidance to
the user if they are not all available.
configure [new file with mode: 0755]