configure: redirect all compile output to our local config.log
commit716c4fa3943e74e72cbbd442acf93b08072614aa
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 12 Jul 2013 09:04:40 +0000 (12 11:04 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Fri, 12 Jul 2013 09:04:40 +0000 (12 11:04 +0200)
tree4a7691df8c97248650e7cb84aaf9493b87f6a00a
parent138f28aaafc3bd3087efbc25f49f752c66d14157
configure: redirect all compile output to our local config.log

On errors in the configuration, redirect everything to config.log,
and not some parts to config.log and some others to $TMPDIR/config.log.

This will give a nice summary of what goes wrong to the user. Also,
in case everything looks fine, the config.log file will be created,
but with size 0 and no warning is thrown. So looks good.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
configure