From: Kay Sievers Date: Mon, 11 Jul 2011 22:45:28 +0000 (+0200) Subject: build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL X-Git-Tag: v30~25 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d98b9b63456dd2e99261ae1ddd4cb635c5e11b69;hp=a268a6a38febcb9182cac92aaef8803f2d20d6eb;ds=sidebyside build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL kay, mezcalero: https://bugzilla.gnome.org/show_bug.cgi?id=627789 so we can drop that entirely? kay: if you drop those two lines, does it improve things for you? kay: but ./configure should work now resp. autogen.sh mezcalero, mbiebl: autogen.sh seems a lot better without the two lines mezcalero: works without the 'touch' thing kay: ok, commit please --- diff --git a/configure.ac b/configure.ac index bc7ab429e..46d8eebbd 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