Add GNU Automake 1.10 (1.9 is kept as the default, though).

svn path=/nixpkgs/trunk/; revision=10645
This commit is contained in:
Ludovic Courtès 2008-02-12 14:00:26 +00:00
parent 79cc1c7307
commit c27c09ada1

View File

@ -1711,6 +1711,10 @@ rec {
inherit fetchurl stdenv perl autoconf;
};
automake110x = import ../development/tools/misc/automake/automake-1.10.x.nix {
inherit fetchurl stdenv perl autoconf;
};
# commented out because it's using the new configuration style proposal which is unstable
#avrdude = import ../development/tools/misc/avrdude {
# inherit lib fetchurl stdenv flex yacc;