]> git.notmuchmail.org Git - notmuch/commit
configure: Be more verbose when compiler sanity checks fail
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 8 Apr 2017 19:23:32 +0000 (22:23 +0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 Apr 2017 19:14:26 +0000 (16:14 -0300)
commit807a9cb8aa897462e247993a1cdfa96377aa20e4
tree195a3fe006339909b3739b50587b5496460c393e
parente08f5f76e406de2c6bdcf85952aaeb66ec0d37de
configure: Be more verbose when compiler sanity checks fail

When configure could not get past initial compiler sanity check
the user was left with no explanation why this happened (usually
the reason is that compilers are not installed).

By printing the executed command line and re-executing it without
output redirection user gets better information how to proceed
(or ask for help) to resolve this problem.

The shell builtin 'printf' is used to print the executed command
line to ensure verbatim output.
configure