summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-09-26 12:07:21 +0000
committerLudovic Courtès <ludo@gnu.org>2011-09-26 12:07:21 +0000
commitb7d32054da2ee65e7b111284e12cfc6dfa049a9a (patch)
tree8f932f7a7565f70f7f34d3eca2018db9b220539e
parent201fab68410e72cd89c7b93a600da0d147e30440 (diff)
downloadnixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar.gz
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar.bz2
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar.lz
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar.xz
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.tar.zst
nixlib-b7d32054da2ee65e7b111284e12cfc6dfa049a9a.zip
GNU Automake: Add TODO.
svn path=/nixpkgs/trunk/; revision=29494
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.11.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.11.x.nix b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
index ca04293e3456..148d0a600eb1 100644
--- a/pkgs/development/tools/misc/automake/automake-1.11.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
@@ -3,6 +3,9 @@
 stdenv.mkDerivation rec {
   name = "automake-1.11.1";
 
+  # TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
+  # available upstream; see
+  # <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9026>.
   builder = ./builder.sh;
 
   setupHook = ./setup-hook.sh;