GNOME Bugzilla – Bug 711818
Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
Last modified: 2013-11-11 18:51:23 UTC
When using IT_PROG_INTLTOOL using the gettect automake macros isn't necessary. To make matters worse, when mixing the marcos both try to generate po/Makefile.in.in. Recent versions of intltool detect when gettext won and bails when building.
Created attachment 259524 [details] [review] Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
Review of attachment 259524 [details] [review]: ++
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. From c14b16af23529afb7371890e3c686457c365e8be Mon Sep 17 00:00:00 2001 From: Laurent Bigonville <bigon@bigon.be> Date: Mon, 11 Nov 2013 06:36:26 +0000 Subject: Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL When using IT_PROG_INTLTOOL using the gettect automake macros isn't necessary. To make matters worse, when mixing the marcos both try to generate po/Makefile.in.in. Recent versions of intltool detect when gettext won and bails when building. https://bugzilla.gnome.org/show_bug.cgi?id=711818
This breaks Continuous: ob: running: ./autogen.sh autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. I think we just need to remove autopoint from the autogen.sh. Testing.
https://git.gnome.org/browse/gdm/commit/?id=33d9344a323fb58709d3c29668926c46c5a3aa44