* Some cleanup, and the autoconf259 attribute actually referred to

Autoconf 2.61.

svn path=/nixpkgs/trunk/; revision=8575
This commit is contained in:
Eelco Dolstra 2007-04-15 21:23:07 +00:00
parent e626055170
commit e317c7de41
2 changed files with 2 additions and 16 deletions

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl, m4, perl}:
stdenv.mkDerivation {
name = "autoconf-2.60";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/autoconf-2.60.tar.bz2;
md5 = "019609c29d0cbd9110c38480304aafc8";
};
buildInputs = [m4 perl];
}

View file

@ -994,13 +994,9 @@ rec {
name = "ant-" + j2sdk14x.name;
};
autoconf = autoconf259;
autoconf = autoconf261;
autoconf259 = import ../development/tools/misc/autoconf {
inherit fetchurl stdenv perl m4;
};
autoconf260 = import ../development/tools/misc/autoconf-2.60 {
autoconf261 = import ../development/tools/misc/autoconf {
inherit fetchurl stdenv perl m4;
};