summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2014-06-10 18:44:08 +0200
committerRuediger Meier2014-06-10 20:20:35 +0200
commitf8d75a6647830b496d6ff4697925204cb4d420d9 (patch)
tree1d60a1d474302d59577a711f9320a50c244fbf88 /configure.ac
parentbuild-sys: use gettext 0.18.3 if possible (diff)
downloadkernel-qcow2-util-linux-f8d75a6647830b496d6ff4697925204cb4d420d9.tar.gz
kernel-qcow2-util-linux-f8d75a6647830b496d6ff4697925204cb4d420d9.tar.xz
kernel-qcow2-util-linux-f8d75a6647830b496d6ff4697925204cb4d420d9.zip
build-sys: fix autopoint gettext version fun
We avoid or fix many portability issues. The first more generic "sort --version-sort" solution was almost useless anyway because autopoint itself can also only deal with a few hardcoded versions. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba31abca7..7b9959e53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,7 @@ UL_SET_ARCH([HPPA], [hppa*])
AC_SYS_LARGEFILE
-dnl we want this gettext version but still allow older ones via autogen.sh
+dnl Don't forget to maintain alternatively allowed versions in autogen.sh!
AM_GNU_GETTEXT_VERSION([0.18.3])
AM_GNU_GETTEXT([external])