From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx1Yc-0001d4-BT for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx1Yb-0002Jh-GO for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:26 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:38092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx1Yb-0002Gh-88 for qemu-devel@nongnu.org; Mon, 13 Feb 2012 14:27:25 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Feb 2012 19:26:54 -0000 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1DJQha32486390 for ; Mon, 13 Feb 2012 19:26:43 GMT Received: from d06av07.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1DJQg1i026917 for ; Mon, 13 Feb 2012 12:26:43 -0700 From: Stefan Hajnoczi Date: Mon, 13 Feb 2012 18:15:36 +0000 Message-Id: <1329156936-28869-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] trace: fix documentation ./configure line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi The quickstart documentation still shows the old ./configure --trace-backend= syntax. This was changed in commit 74242e0f7f4bf3d85fe28b939a3d66827fe653e5 to be more like autoconf using --enable-trace-backend=. Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index ea29f2c..7b11d15 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -9,7 +9,7 @@ for debugging, profiling, and observing execution. 1. Build with the 'simple' trace backend: - ./configure --trace-backend=simple + ./configure --enable-trace-backend=simple make 2. Create a file with the events you want to trace: -- 1.7.9