From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHni9-0004lf-GJ for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 19:13:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHni8-0004kl-Bx for grub-devel@gnu.org; Mon, 07 Dec 2009 19:13:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHni3-0004fe-Iu for grub-devel@gnu.org; Mon, 07 Dec 2009 19:13:47 -0500 Received: from [199.232.76.173] (port=48668 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHni3-0004fQ-Ai for grub-devel@gnu.org; Mon, 07 Dec 2009 19:13:43 -0500 Received: from mail-yw0-f196.google.com ([209.85.211.196]:63496) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHni3-00086n-G9 for grub-devel@gnu.org; Mon, 07 Dec 2009 19:13:43 -0500 Received: by ywh34 with SMTP id 34so4786884ywh.1 for ; Mon, 07 Dec 2009 16:13:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=hsVDt7rBppssrlOllqxiXC9GqmAGLoNfwqRr4Ja2DGA=; b=OK5N1PExsAocOWD05bOUZlWsEYnJn+MM5ZV4Ir7xr6b/a2ToBBnU4MNxzLs+DK2Zl/ HsFl3AAylCNmE3xMtWT0A0KS37etpvlM4Quo1tFg7vZ/e2sFgD5X2s6FLiYwfJvo/8yg c5BK1XThyZLpr92CTkfQ3a7MAjfPDFi6V2NQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=FnEoaJvm+GDvu8NjspaA5vVXMfScNvSWxTOluocdotx5FPGhUDu859kY+igNJxb1rf iY7ybw6OkgON7Quvjp7OIkphmrR4d8qs6oqtRI6w6PSx1qSeer4VVIi3HlS3M5LBkjcN qd30bxC70PVbpo0AjvTI9oMnUxKkef7sO0Q1A= Received: by 10.91.54.18 with SMTP id g18mr3446563agk.53.1260231218199; Mon, 07 Dec 2009 16:13:38 -0800 (PST) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 8sm2782210yxb.43.2009.12.07.16.13.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 16:13:37 -0800 (PST) Message-ID: <4B1D9A2D.6000802@gmail.com> Date: Mon, 07 Dec 2009 18:13:33 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <4B1D3D7E.5000909@gmail.com> <4B1D5C89.8080104@gmail.com> <4B1D6AB9.8070105@gmail.com> <4B1D8664.4070403@gmail.com> <20091207235455.GL6439@riva.ucam.org> <4B1D9758.1020303@gmail.com> In-Reply-To: <4B1D9758.1020303@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: autogen.sh warnings X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 00:13:48 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Why can't Makefile.in moved to Makefile.am and then just let automake > mostly copy Makefile.am to Makefile.in ? (I'm automake newbie), just an idea I've been invoking automake for years, but not writing for it. I'll volunteer to try to make a proper Makefile.am. No guarantees. -- Bruce