summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-12 00:45:28 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-12 00:45:28 +0200
commitd98b9b63456dd2e99261ae1ddd4cb635c5e11b69 (patch)
treeab0c9d8eda215c280fb719d6862c10579e22a7f1 /configure.ac
parenta268a6a38febcb9182cac92aaef8803f2d20d6eb (diff)
build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL
<mbiebl> kay, mezcalero: https://bugzilla.gnome.org/show_bug.cgi?id=627789 <mezcalero> so we can drop that entirely? <mezcalero> kay: if you drop those two lines, does it improve things for you? <mbiebl> kay: but ./configure should work now <mbiebl> resp. autogen.sh <kay> mezcalero, mbiebl: autogen.sh seems a lot better without the two lines <kay> mezcalero: works without the 'touch' thing <mezcalero> kay: ok, commit please
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bc7ab429e7..46d8eebbdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,9 +49,6 @@ IT_PROG_INTLTOOL([0.40.0])
GETTEXT_PACKAGE=systemd
AC_SUBST(GETTEXT_PACKAGE)
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18.1])
-
AC_PROG_MKDIR_P
AC_PROG_LN_S
AC_PROG_SED