Title: [98699] trunk
Revision
98699
Author
[email protected]
Date
2011-10-27 23:44:54 -0700 (Thu, 27 Oct 2011)

Log Message

[GTK] Create .xz tarballs during distcheck
https://bugs.webkit.org/show_bug.cgi?id=71001

Patch by Priit Laes <[email protected]> on 2011-10-27
Reviewed by Martin Robinson.

* configure.ac: Switched tarballs to use .xz compression.

Modified Paths

Diff

Modified: trunk/ChangeLog (98698 => 98699)


--- trunk/ChangeLog	2011-10-28 06:26:07 UTC (rev 98698)
+++ trunk/ChangeLog	2011-10-28 06:44:54 UTC (rev 98699)
@@ -1,3 +1,12 @@
+2011-10-27  Priit Laes  <[email protected]>
+
+        [GTK] Create .xz tarballs during distcheck
+        https://bugs.webkit.org/show_bug.cgi?id=71001
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac: Switched tarballs to use .xz compression.
+
 2011-10-27  Daniel Bates  <[email protected]>
 
         CMake: Add support to optionally install the built _javascript_ shell

Modified: trunk/configure.ac (98698 => 98699)


--- trunk/configure.ac	2011-10-28 06:26:07 UTC (rev 98698)
+++ trunk/configure.ac	2011-10-28 06:44:54 UTC (rev 98699)
@@ -38,7 +38,7 @@
 LIBWEBKITGTK_VERSION=11:1:11
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
-AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
+AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
 
 # Use AM_SILENT_RULES if present
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to