GNU bug report logs -
#6169
[PATCH 1/2] build: update gnulib submodule to latest
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Tue, 11 May 2010 08:33:02 UTC
Severity: normal
Tags: patch
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
FYI,
From 844b2570b3206f5483522242ca369929c7cff062 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering <at> redhat.com>
Date: Tue, 11 May 2010 09:50:29 +0200
Subject: [PATCH 1/2] build: update gnulib submodule to latest
* tests/init.sh: Update from gnulib, to fix typo.
---
gnulib | 2 +-
tests/init.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnulib b/gnulib
index 204e7fe..34ccc00 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 204e7feaf617b2e14fdf1226dfaf858e984c1737
+Subproject commit 34ccc0097f0161afab82df3025b342d98ad63f01
diff --git a/tests/init.sh b/tests/init.sh
index 1c0b4b4..05a983a 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -98,7 +98,7 @@ test -n "$EXEEXT" && shopt -s expand_aliases
# This is cheap and useful for exposing code that depends on the fact that
# malloc-related functions often return memory that is mostly zeroed.
# If you have the time and cycles, use valgrind to do an even better job.
-${MALLOC_PERTURB_=87}
+: ${MALLOC_PERTURB_=87}
export MALLOC_PERTURB_
# We use a trap below for cleanup. This requires us to go through
--
1.7.1.189.g07419
From 7e978a7b2d2d2088543f6d7370a7b19ff28771c9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering <at> redhat.com>
Date: Tue, 11 May 2010 10:31:21 +0200
Subject: [PATCH 2/2] build: record the gettext-0.18 requirement also in configure.ac
* configure.ac: Require gettext-0.18 here, too.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index b07a52b..e7037a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -432,7 +432,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES])
# As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in
# translatable strings, we must use need-formatstring-macros here.
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
# For a test of uniq: it uses the $LOCALE_FR envvar.
gt_LOCALE_FR
--
1.7.1.189.g07419
This bug report was last modified 14 years and 360 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.