]> git.sur5r.net Git - i3/i3.github.io/commitdiff
Remove autotools goal
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2016 06:52:20 +0000 (08:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2016 06:52:20 +0000 (08:52 +0200)
For more details, see
https://github.com/i3/i3/commit/3f33edf31b4286bee4b604c5d27f95c13ae52727

index.html

index 53c48352bdca60e32286bfd82d06e074a9967012..adfd7e94a361f63a63cf63c63946a922e46b446a 100644 (file)
@@ -66,12 +66,6 @@ we agreed upon the following goals for i3:
     when in the 'resize' mode than when you are in the default mode, for
     example.
   </li> 
-  <li> 
-    Do <strong>not</strong> use programs such as autoconf/automake for configuration and
-    creating unreadable/broken makefiles. Instead, use a clean makefile which automatically
-    enables/disables features for specific platforms. Also, document the dependencies
-    properly, so that package maintainers have an easy job packaging i3.
-  </li> 
   <li> 
     Implement an IPC interface for other programs. Provide subscription to
     certain events and accept commands.