automake: use 1.14.* as the default

I see 1.15 has been released recently,
but that's probably too new to be the default.
This commit is contained in:
Vladimír Čunát
2015-03-09 15:55:21 +01:00
committed by Peter Simons
parent a22c19f56a
commit 0619c852cb
4 changed files with 9 additions and 14 deletions
@@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, autoconf
, automake114x
, automake
, findutils # for xargs
, gettext_0_19
, libtool
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
sha256 = "0flq8baqzifhmf61zyiipdipvgy4h0kl551clxrhwa8gvzf75im4";
};
buildInputs = [ autoconf automake114x gettext_0_19 libtool makeWrapper texinfo ];
buildInputs = [ autoconf automake gettext_0_19 libtool makeWrapper texinfo ];
preConfigure = ''
./autogen.sh