Title: [157712] trunk/Tools
Revision
157712
Author
zandober...@gmail.com
Date
2013-10-21 02:00:49 -0700 (Mon, 21 Oct 2013)

Log Message

[Jhbuild] Bump the required Jhbuild revision
https://bugs.webkit.org/show_bug.cgi?id=123089

Reviewed by Carlos Garcia Campos.

* jhbuild/jhbuild-wrapper: Latest versions of the gnome-common tools produce failures when configuring Jhbuild
due to the configure.ac script using both IT_PROG_INTLTOOL and AM_GNU_GETTEXT macros. This is already fixed
in the Jhbuild source so a more recent revision of it should be used.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (157711 => 157712)


--- trunk/Tools/ChangeLog	2013-10-21 08:57:23 UTC (rev 157711)
+++ trunk/Tools/ChangeLog	2013-10-21 09:00:49 UTC (rev 157712)
@@ -1,3 +1,14 @@
+2013-10-21  Zan Dobersek  <zdober...@igalia.com>
+
+        [Jhbuild] Bump the required Jhbuild revision
+        https://bugs.webkit.org/show_bug.cgi?id=123089
+
+        Reviewed by Carlos Garcia Campos.
+
+        * jhbuild/jhbuild-wrapper: Latest versions of the gnome-common tools produce failures when configuring Jhbuild
+        due to the configure.ac script using both IT_PROG_INTLTOOL and AM_GNU_GETTEXT macros. This is already fixed
+        in the Jhbuild source so a more recent revision of it should be used.
+
 2013-10-19  Alexey Proskuryakov  <a...@apple.com>
 
         Mac build fix.

Modified: trunk/Tools/jhbuild/jhbuild-wrapper (157711 => 157712)


--- trunk/Tools/jhbuild/jhbuild-wrapper	2013-10-21 08:57:23 UTC (rev 157711)
+++ trunk/Tools/jhbuild/jhbuild-wrapper	2013-10-21 09:00:49 UTC (rev 157712)
@@ -23,7 +23,7 @@
 import subprocess
 import sys
 
-jhbuild_revision = '496974221c3a8ac4fbbc3b0a577c71cac224130d'
+jhbuild_revision = '24a7dd8e2be84026bf3b303321adad371a694b23'
 
 dependencies_path = jhbuildutils.get_dependencies_path()
 installation_prefix = os.path.abspath(os.path.join(dependencies_path, 'Root'))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to