From b7d32054da2ee65e7b111284e12cfc6dfa049a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 26 Sep 2011 12:07:21 +0000 Subject: [PATCH] GNU Automake: Add TODO. svn path=/nixpkgs/trunk/; revision=29494 --- pkgs/development/tools/misc/automake/automake-1.11.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 + # . builder = ./builder.sh; setupHook = ./setup-hook.sh;