From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIxbD-00062V-Q2 for qemu-devel@nongnu.org; Tue, 12 Jan 2016 06:58:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIxb8-0008Rg-OE for qemu-devel@nongnu.org; Tue, 12 Jan 2016 06:58:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIxb8-0008RW-Id for qemu-devel@nongnu.org; Tue, 12 Jan 2016 06:58:50 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id EA8B06E786 for ; Tue, 12 Jan 2016 11:58:49 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Tue, 12 Jan 2016 11:58:48 +0000 Message-Id: <1452599928-7471-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH] config.status: Pass extra parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com From: "Dr. David Alan Gilbert" This allows you to do: ./config.status --the-option-you-forgot Signed-off-by: Dr. David Alan Gilbert --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 44ac9ab..9a9e978 100755 --- a/configure +++ b/configure @@ -5954,7 +5954,7 @@ cat <config.status EOD printf "exec" >>config.status printf " '%s'" "$0" "$@" >>config.status -echo >>config.status +echo ' "$@"' >>config.status chmod +x config.status rm -r "$TMPDIR1" -- 2.5.0