From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHj9N-0003si-6X for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 14:21:37 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHj9K-0003ph-PG for grub-devel@gnu.org; Mon, 07 Dec 2009 14:21:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHj9G-0003kj-PZ for grub-devel@gnu.org; Mon, 07 Dec 2009 14:21:34 -0500 Received: from [199.232.76.173] (port=54511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHj9G-0003kR-Jl for grub-devel@gnu.org; Mon, 07 Dec 2009 14:21:30 -0500 Received: from smarthost03.mail.zen.net.uk ([212.23.3.142]:48281) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHj9G-0001JI-Fo for grub-devel@gnu.org; Mon, 07 Dec 2009 14:21:30 -0500 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost03.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1NHj9F-0006rb-AZ for grub-devel@gnu.org; Mon, 07 Dec 2009 19:21:29 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1NHj9E-0000rl-00; Mon, 07 Dec 2009 19:21:28 +0000 Date: Mon, 7 Dec 2009 19:21:28 +0000 From: Colin Watson To: grub-devel@gnu.org Message-ID: <20091207192128.GG6439@riva.ucam.org> References: <4B1D3D7E.5000909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B1D3D7E.5000909@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost03-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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: Mon, 07 Dec 2009 19:21:35 -0000 On Mon, Dec 07, 2009 at 11:38:06AM -0600, Bruce Dubbs wrote: > configure.ac:176: required file `./config.rpath' not found > > The can be fixed by `touch config.rpath` configure does actually run this, so I'd recommend copying the file from gettext or gnulib instead. > automake: no `Makefile.am' found for any configure output > > I created a one line Makefile.am with the contents: > > SUBDIRS = . po > > This also fixes a warning generated by AM_GNU_GETTEXT which needed to be > changed to AM_GNU_GETTEXT([external]) to avoid a complaint about a > missing intl/ directory. Adding an empty ABOUT-NLS was also needed. This is likely to be delicate since we're not actually using Automake as such, and we already have a separate Makefile.in which needs to not be overwritten. I think adding a Makefile.am would make it just too easy to clobber that by accident, even if it does suppress a warning message. -- Colin Watson [cjwatson@ubuntu.com]