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 1MayHJ-0004ct-EB for garchives@archives.gentoo.org; Tue, 11 Aug 2009 20:49:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D447E0414; Tue, 11 Aug 2009 20:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72001E0414 for ; Tue, 11 Aug 2009 20:49:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1EB78666F0 for ; Tue, 11 Aug 2009 20:49:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.53 X-Spam-Level: X-Spam-Status: No, score=-3.53 required=5.5 tests=[AWL=0.069, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] 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 flheN0y5oRak for ; Tue, 11 Aug 2009 20:48:58 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 435BC66E71 for ; Tue, 11 Aug 2009 20:48:57 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MayH2-0000ts-UV for gentoo-devhelp@gentoo.org; Tue, 11 Aug 2009 20:48:49 +0000 Received: from athedsl-377364.home.otenet.gr ([79.131.26.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2009 20:48:48 +0000 Received: from realnc by athedsl-377364.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2009 20:48:48 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-devhelp@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-devhelp] Re: ebuild environment Date: Tue, 11 Aug 2009 23:48:40 +0300 Organization: Lucas Barks Message-ID: References: <4A81D7C8.5020105@gmx.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-377364.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090730 Thunderbird/3.0b3 In-Reply-To: <4A81D7C8.5020105@gmx.de> Sender: news X-Archives-Salt: 9e27ab75-3b14-4f95-93ed-9cc3ca260bff X-Archives-Hash: 42e44517a3df03aec505340e620feeab On 08/11/2009 11:42 PM, Thomas Kahle wrote: > Hi, > > I'm having some autotools trouble. In an ebuild I use sed to modify > configure.ac with something like > > sed "s/\"-lntl\"/\"-lntl\" \"-lgf2x -lntl\"/" -i "${S}/configure.ac" > > make configure is run by the ebuild after this! "make configure"? Don't you need eautoreconf?