summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2014-06-10 12:08:51 +0200
committerKarel Zak2014-06-10 13:41:11 +0200
commit91c520bc9b90dea6d93d41b1437ae25ec948e639 (patch)
tree18c79f77c7fc9d362fb124ed17ec7ba6f59ccbbd /configure.ac
parentlibblkid: cleanup internal return codes (diff)
downloadkernel-qcow2-util-linux-91c520bc9b90dea6d93d41b1437ae25ec948e639.tar.gz
kernel-qcow2-util-linux-91c520bc9b90dea6d93d41b1437ae25ec948e639.tar.xz
kernel-qcow2-util-linux-91c520bc9b90dea6d93d41b1437ae25ec948e639.zip
build-sys: use gettext 0.18.3 if possible
We add a little hack for backward compatibility on systems with older gettext installed See 0576dbd3 and 81ed13ed. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 107184bf9..ba31abca7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,7 +152,8 @@ UL_SET_ARCH([HPPA], [hppa*])
AC_SYS_LARGEFILE
-AM_GNU_GETTEXT_VERSION([0.18])
+dnl we want this gettext version but still allow older ones via autogen.sh
+AM_GNU_GETTEXT_VERSION([0.18.3])
AM_GNU_GETTEXT([external])
AS_IF([test -d "$srcdir/po"], [