From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6VkG-0008Sb-7Z for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6Vk1-0000PG-9D for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:44 -0500 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:45325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6Vk0-0000Oe-K0 for qemu-devel@nongnu.org; Thu, 23 Jan 2014 20:39:29 -0500 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Jan 2014 07:09:25 +0530 From: Stewart Smith Date: Fri, 24 Jan 2014 12:39:05 +1100 Message-Id: <1390527551-22069-1-git-send-email-stewart@linux.vnet.ibm.com> In-Reply-To: <1390452896-20146-1-git-send-email-stewart@linux.vnet.ibm.com> References: <1390452896-20146-1-git-send-email-stewart@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/6] configure: make output and errors more friendly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Stewart Smith This expands on my previous patch which was just the "configure: helpfully output package names for some missing dependencies" patch. Based on feedback I've added a hint to the could not find DTC error message. There's also other changes that were suggested and the ordering of output from configure and configure --help which I found rather useful when attempting to find what package was needed for each configure option. Stewart Smith (6): configure: add hint of libfdt to DTC dependency not found message configure: sort output of configure results alphabetically configure: alphabetize output of --help and separate into groups configure: add help for --disable-xfsctl and --enable-xfsctl configure: add hints to a remedy for feature_not_found errors configure: helpfully output package names for some missing dependencies. configure | 378 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 197 insertions(+), 181 deletions(-) -- 1.8.4.2