bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: require gettext-0.18 after all, because


From: Jim Meyering
Subject: [PATCH] build: require gettext-0.18 after all, because
Date: Fri, 28 May 2010 20:23:35 +0200

I am requiring gettext-0.18 after all (note that this affects
only those who build from git-cloned sources, not those
who build from a distribution tarball).
Otherwise, when one installs 0.18, currently
that would render the project unbuildable from git.
This is due to an interaction between the bootstrap
script and gnulib-tool.

However, if someone takes the time to write a clean
patch to make it buildable with 0.18 in $PATH and
AM_GNU_GETTEXT_VERSION([0.17]) in configure.ac,
I'll be happy to apply it.

>From aa083ca8260601ca97cd2782e511c2216c6ff07d Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Fri, 28 May 2010 19:55:34 +0200
Subject: [PATCH] build: require gettext-0.18 after all, because

since gnulib is pulling in m4/gettext.m4 from 0.18, and there's
a cross-check between that file and po/Makefile.in.in, it's easiest
simply to require 0.18 of those who run build tools.  Otherwise,
requiring 0.17, build-from-git would fail due to the mismatch:
0.17 in Makefile.in.in and 0.18 in m4/gettext.m4.
* configure.ac (AM_GNU_GETTEXT_VERSION): Require gettext 0.18.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index a994d09..9ae5783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,7 +295,7 @@ libraries.)
 fi
 AM_PROG_LIBTOOL

-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
 AM_GNU_GETTEXT([external])
 if test "$USE_INCLUDED_LIBINTL" = "yes"; then
        AC_MSG_ERROR([
--
1.7.1.348.gb26ba



reply via email to

[Prev in Thread] Current Thread [Next in Thread]