configure: do_compiler: Dump some extra info under bash
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 25 Sep 2017 15:41:03 +0000 (16:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 26 Apr 2018 15:29:52 +0000 (16:29 +0100)
commit8bbe05d77360b73c1834808023016a778ccf55ca
tree553bfe798e7a391371ffee3f53a637d8bfcddfd7
parenta7aaec148e27193cc6f7d33d2f18f81eed011a5c
configure: do_compiler: Dump some extra info under bash

This makes it much easier to find a particular thing in config.log.

We have to use the ${BASH_LINENO[*]} syntax which is a syntax error in
other shells, so test what shell we are running and use eval.

The extra output is only printed if configure is run with bash.  On
systems where /bin/sh is not bash, it is necessary to say bash
./configure to get the extra debug info in the log.

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Kent R. Spillner <kspillner@acm.org>
CC: Janosch Frank <frankja@linux.vnet.ibm.com>
CC: Thomas Huth <thuth@redhat.com>
CC: Peter Maydell <peter.maydell@linaro.org>
CC: Paolo Bonzini <pbonzini@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
configure