]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found