Title: [154787] trunk
- Revision
- 154787
- Author
- [email protected]
- Date
- 2013-08-28 16:35:34 -0700 (Wed, 28 Aug 2013)
Log Message
[GTK] Enable maintainer mode configure switch
https://bugs.webkit.org/show_bug.cgi?id=120424
Reviewed by Martin Robinson.
The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
regeneration will happen for a regular tarball build; ostree builders, for instance, are very
conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
(2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
the version of aclocal that was used for generating the tarball (1.13).
* configure.ac: enable maintainer mode feature.
Modified Paths
Diff
Modified: trunk/ChangeLog (154786 => 154787)
--- trunk/ChangeLog 2013-08-28 23:34:43 UTC (rev 154786)
+++ trunk/ChangeLog 2013-08-28 23:35:34 UTC (rev 154787)
@@ -1,3 +1,18 @@
+2013-08-28 Gustavo Noronha Silva <[email protected]>
+
+ [GTK] Enable maintainer mode configure switch
+ https://bugs.webkit.org/show_bug.cgi?id=120424
+
+ Reviewed by Martin Robinson.
+
+ The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
+ regeneration will happen for a regular tarball build; ostree builders, for instance, are very
+ conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
+ (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
+ the version of aclocal that was used for generating the tarball (1.13).
+
+ * configure.ac: enable maintainer mode feature.
+
2013-08-28 Zan Dobersek <[email protected]>
[GTK] Add support for building JSC with FTL JIT enabled
Modified: trunk/configure.ac (154786 => 154787)
--- trunk/configure.ac 2013-08-28 23:34:43 UTC (rev 154786)
+++ trunk/configure.ac 2013-08-28 23:35:34 UTC (rev 154787)
@@ -32,6 +32,7 @@
# We would put AM_INIT_AUTOMAKE into SetupAutomake.m4, but seems to cause autoconf errors.
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
+AM_MAINTAINER_MODE([enable])
m4_include([Source/autotools/SetupAutomake.m4])
######################################################################################
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes