summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 15:31:49 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-04-21 15:31:49 +0100
commit5de7c3b47e04fe76980e9d8aa97ee5d17363140a (patch)
tree10f378d7453f7c35e5d95bd0f654fe1d1b0e21a2
parenta78f63c5d54abe8ba020083aa665e62281c80ae9 (diff)
downloadautomake-5de7c3b47e04fe76980e9d8aa97ee5d17363140a.tar.gz
plans: enabling subdir-object by default is blocked on bug#13928
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-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
----------------