From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bootstrap imperfection Date: Thu, 14 Feb 2013 17:43:13 +0100 Message-ID: <87mwv6alsu.fsf@gnu.org> References: <20130214032053.GA21351@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U61uC-0001cL-1M for bug-guix@gnu.org; Thu, 14 Feb 2013 11:43:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U61u6-0002Vi-Oc for bug-guix@gnu.org; Thu, 14 Feb 2013 11:43:27 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38338 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U61u6-0002UC-I6 for bug-guix@gnu.org; Thu, 14 Feb 2013 11:43:22 -0500 In-Reply-To: <20130214032053.GA21351@gmail.com> (carl's message of "Wed, 13 Feb 2013 19:20:53 -0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: carl Cc: bug-guix@gnu.org Hi, carl skribis: > configure.ac:18: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and > will soon be removed. > configure.ac:18: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' > macro instead, > configure.ac:18: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your That actually comes from =E2=80=98AM_GNU_GETTEXT=E2=80=99, which is not und= er our control. Ludo=E2=80=99.