From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NIV74-0006f4-FM for mharc-grub-devel@gnu.org; Wed, 09 Dec 2009 17:34:26 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIV73-0006dh-Bl for grub-devel@gnu.org; Wed, 09 Dec 2009 17:34:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIV6y-0006ZP-Pz for grub-devel@gnu.org; Wed, 09 Dec 2009 17:34:24 -0500 Received: from [199.232.76.173] (port=59302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIV6y-0006ZF-LO for grub-devel@gnu.org; Wed, 09 Dec 2009 17:34:20 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:50969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIV6x-0007IY-UO for grub-devel@gnu.org; Wed, 09 Dec 2009 17:34:20 -0500 Received: from [85.180.4.144] (e180004144.adsl.alicedsl.de [85.180.4.144]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0LnDv3-1NzpY536dh-00hzZ2; Wed, 09 Dec 2009 23:34:16 +0100 From: Felix Zielcke To: The development of GNU GRUB In-Reply-To: <4B20225C.40807@gmail.com> References: <4B1D3D7E.5000909@gmail.com> <20091207192128.GG6439@riva.ucam.org> <20091209215253.GH7093@thorin> <4B20225C.40807@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 09 Dec 2009 23:34:15 +0100 Message-ID: <1260398055.2881.14.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.29.3 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18AdvIElu4HVQydqLVq6bD2MJdplibDcLGKDLj 0ljqFWnoH3rH/IxVyf5WLUxnSqSSS2loVBmX8ReYINI4PYIyaV bNe17MydzeUSlf8z117QAdp8HlHHUFg X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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: Wed, 09 Dec 2009 22:34:25 -0000 Am Mittwoch, den 09.12.2009, 16:19 -0600 schrieb Bruce Dubbs: > config.guess, config.sub, missing, mkinstalldirs, and install-sh are > only copied from /usr/share/automake- as a part of automake. > AFAICT, they are not used in GRUB. I'm pretty sure they are the same > on > all architectures, but I could be wrong about that. config.guess and config.sub are used by configure. mkinstalldirs is used by the generated Makefile. Looks like configure checks if install-sh is there but except of this it isn't used. missing isn't used because we don't use automake and maintainer mode. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer