GNU Automake: Add TODO.

svn path=/nixpkgs/trunk/; revision=29494
This commit is contained in:
Ludovic Courtès 2011-09-26 12:07:21 +00:00
parent 201fab6841
commit b7d32054da

View file

@ -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;