]> git.notmuchmail.org Git - notmuch/commit
configure: have bash_absolute and perl_absolute always defined
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 7 Dec 2021 19:11:41 +0000 (21:11 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 11 Dec 2021 11:17:42 +0000 (07:17 -0400)
commitab8d0e572537006a4e1dafa266075ed0d848c80f
tree155ab3e465e2ebf9fe7c5597cb6851de3acf4b3c
parenta06b76b9b3c1212b17d2bb170bdd511711f578f8
configure: have bash_absolute and perl_absolute always defined

Since set -u is used, without bash or perl, configure would fail.

This has gone unnoticed as (almost) everyone always had both
bash and perl installed (and in $PATH).

Thanks to FreeBSD ports this bug became visible; this change is
verbatim copy of `patch-configure` in FreeBSD ports tree.
configure