Title: [140430] trunk
Revision
140430
Author
[email protected]
Date
2013-01-22 09:15:25 -0800 (Tue, 22 Jan 2013)

Log Message

[Autotools] Place a warning in configure.ac about adding new configuration options
https://bugs.webkit.org/show_bug.cgi?id=107559

Reviewed by Martin Robinson.

* configure.ac: Add an eye-catching section explaining that changes in this file might
not be necessary at all and a link pointing to the guidelines on the Trac wiki.

Modified Paths

Diff

Modified: trunk/ChangeLog (140429 => 140430)


--- trunk/ChangeLog	2013-01-22 16:52:49 UTC (rev 140429)
+++ trunk/ChangeLog	2013-01-22 17:15:25 UTC (rev 140430)
@@ -1,3 +1,13 @@
+2013-01-22  Zan Dobersek  <[email protected]>
+
+        [Autotools] Place a warning in configure.ac about adding new configuration options
+        https://bugs.webkit.org/show_bug.cgi?id=107559
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac: Add an eye-catching section explaining that changes in this file might
+        not be necessary at all and a link pointing to the guidelines on the Trac wiki.
+
 2013-01-21  Dirk Schulze  <[email protected]>
 
         Add build flag for Canvas's Path object (disabled by default)

Modified: trunk/configure.ac (140429 => 140430)


--- trunk/configure.ac	2013-01-22 16:52:49 UTC (rev 140429)
+++ trunk/configure.ac	2013-01-22 17:15:25 UTC (rev 140430)
@@ -1159,6 +1159,14 @@
 # Farstream feature conditional
 AM_CONDITIONAL([USE_FARSTREAM], [test "$have_farstream" = "yes"])
 
+#######################################################################################
+#                                     ATTENTION                                       #
+# Please refer to the following guidelines if you're about to add an Automake         #
+# conditional that reflects any configuration option you've probably also added.      #
+# Chances are neither of these changes are required.                                  #
+# http://trac.webkit.org/wiki/AddingFeatures#ActivatingafeatureforAutotoolsbasedports #
+#######################################################################################
+
 # WebKit feature conditionals
 AM_CONDITIONAL([ENABLE_DEBUG],[test "$enable_debug_features" = "yes"])
 AM_CONDITIONAL([ENABLE_WEBGL],[test "$enable_webgl" = "yes"])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to