From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: automake warning Date: Sat, 20 Jul 2019 10:57:19 +0200 Message-ID: <66E0FBEE-67A6-48B6-BF4C-C6595D867E0F@vllmrt.net> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53484) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1holBL-0007sC-CM for guix-devel@gnu.org; Sat, 20 Jul 2019 04:57:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1holBK-0001DR-7u for guix-devel@gnu.org; Sat, 20 Jul 2019 04:57:31 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:63552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1holBK-0001Cb-1u for guix-devel@gnu.org; Sat, 20 Jul 2019 04:57:30 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 16C224E5FA for ; Sat, 20 Jul 2019 10:57:27 +0200 (CEST) Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id iRvWeXOvwcBY for ; Sat, 20 Jul 2019 10:57:21 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org When I run `make` in the guix repository, I always get the following block of warnings at the start: configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and = its use is discouraged. configure.ac:23: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' = macro instead, configure.ac:23: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your = Makefile.am files. Makefile.am:613: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS I tried figuring out what=E2=80=99s wrong, but am a bit at a loss. Web = search indicates this might have to do with an old gettext version, but that info is from several = years, and should have been fixed for a while. Any ideas? Robert