From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXJBY-0003Et-8v for garchives@archives.gentoo.org; Sun, 04 Dec 2011 21:01:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBA4A21C114; Sun, 4 Dec 2011 21:01:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3307C21C043 for ; Sun, 4 Dec 2011 20:59:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id BB4211B4013 for ; Sun, 4 Dec 2011 20:59:21 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -3.643 X-Spam-Level: X-Spam-Status: No, score=-3.643 tagged_above=-999 required=5.5 tests=[AWL=-0.540, BAYES_00=-1.9, RP_MATCHES_RCVD=-1.201, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GT3WweesIJzj for ; Sun, 4 Dec 2011 20:59:12 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 6B8F81B4007 for ; Sun, 4 Dec 2011 20:59:10 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RXJ9Q-0000Y8-Fc for gentoo-user@gentoo.org; Sun, 04 Dec 2011 21:59:08 +0100 Received: from c-98-215-179-64.hsd1.in.comcast.net ([98.215.179.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Dec 2011 21:59:08 +0100 Received: from reader by c-98-215-179-64.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Dec 2011 21:59:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] ECONF behavior Date: Sun, 04 Dec 2011 14:58:02 -0600 Organization: Still searching... Message-ID: <874nxgyrz9.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-179-64.hsd1.in.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:6aJwFGUf+nK7EU/2UZUaXH0ExXU= X-Archives-Salt: d69580a7-e914-4a41-be0e-e29c1febca0b X-Archives-Hash: 4586d9cfd56194bb3624f87369732ca9 If I wanted to enable something during an emerge using ECONF to add a ./configure option... what is the proper syntax? I want to enable rootcommit for cvs. I thought I remembered something like: ECONF='--enable-rootcommit' USE='server' emerge -v cvs But when I watch that run I see --enable-rootcommit is not added to the configure flags. What have I done wrong? What should the cmdline look like?