From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Minimal gettext version Date: Mon, 30 Jun 2014 18:28:35 +0200 Message-ID: <20140630162835.GA20570@debian.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1eRm-0001cU-4u for guix-devel@gnu.org; Mon, 30 Jun 2014 12:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1eRg-0005Uu-2V for guix-devel@gnu.org; Mon, 30 Jun 2014 12:28:50 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:57882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1eRf-0005Tl-OF for guix-devel@gnu.org; Mon, 30 Jun 2014 12:28:43 -0400 Content-Disposition: inline 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, commit ee76417 contains the following change: diff --git a/configure.ac b/configure.ac -AM_GNU_GETTEXT_VERSION([0.18.1]) +AM_GNU_GETTEXT_VERSION([0.18.3]) Is this really necessary or just a side-effect of some automatic treatment? It prevents compilation with debian stable, which has only version 0.18.1.1 of gettext. Andreas