summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 16:05:09 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 16:05:09 +0100
commit440d0a51e7ae131decc91a3b7d5b1f197f9e711b (patch)
tree9be15b5ec0dd6272bfdf95b9d50f5b6a3e40f801
parentb544f812182a00da93435491a39919844d48349e (diff)
parent5de7c3b47e04fe76980e9d8aa97ee5d17363140a (diff)
downloadautomake-440d0a51e7ae131decc91a3b7d5b1f197f9e711b.tar.gz
Merge branch 'minor'
* minor: plans: enabling subdir-object by default is blocked on bug#13928
-rw-r--r--PLANS/subdir-objects.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/PLANS/subdir-objects.txt b/PLANS/subdir-objects.txt
index 94c6305ec..3cf610124 100644
--- a/PLANS/subdir-objects.txt
+++ b/PLANS/subdir-objects.txt
@@ -5,6 +5,9 @@ We want to make the behaviour currently enabled by the 'subdir-objects'
the default one, and in fact the *only* one, in Automake 2.0.
See automake bug#13378: <http://debbugs.gnu.org/13378>.
+Sadly, **THIS IS IMPOSSIBLE** until automake bug#13928 is resolved:
+http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
+
Details
-------
@@ -50,6 +53,12 @@ We also make sure to avoid the warning when it would be irrelevant, i.e.,
if all source files sit in "current" directory (thanks to Peter Johansson
for suggesting this).
+For some automake 1.x (*before* 2.0 can be released)
+----------------------------------------------------
+
+Find a proper way to fix the blocking automake bug#13928:
+http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
+
For automake 2.0
----------------