Add autogen.sh phase

svn path=/nixpkgs/trunk/; revision=24706
This commit is contained in:
Michael Raskin 2010-11-16 07:38:33 +00:00
parent 1b4fe21978
commit c5bb72d0da

View File

@ -275,6 +275,11 @@ let inherit (builtins) head tail trace; in
autoconf
")["minInit" "addInputs" "doUnpack"];
# changing this ? see [1]
doAutogen = fullDepEntry (''
./autogen.sh
'')["minInit" "addInputs" "doUnpack"];
# changing this ? see [1]
doMake = fullDepEntry ("
make ${toString makeFlags}