From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTGb0-00049Z-UA for qemu-devel@nongnu.org; Wed, 23 Nov 2011 12:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTGaz-0008Ui-QC for qemu-devel@nongnu.org; Wed, 23 Nov 2011 12:26:54 -0500 From: Peter Maydell Date: Wed, 23 Nov 2011 17:26:42 +0000 Message-Id: <1322069204-1824-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] configure: minor improvements to config.log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org Two trivial patches which make it a little easier to look at config.log and figure out what's going on. The next step down this road would probably be something like test_start() { echo "# Checking for $1..." >> config.log } and then lots of: test_start "zlib" in the relevant places. Peter Maydell (2): configure: Include #define name in check_define compiler error configure: Print a banner comment at the top of config.log configure | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)