X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=600469d06dbc8c71c560337954de37d2a3e35900;hb=f750bec77c4f1b6d986dfa237df63a70689e9849;hp=dc7c9c062371641f788628102112d3a495b2d123;hpb=610379bc0660cc9df6bb8cfaa98e566157236026;p=ghc-hetmet.git diff --git a/boot b/boot index dc7c9c0..600469d 100644 --- a/boot +++ b/boot @@ -12,11 +12,15 @@ do fi done +chmod +x rts/gmp/configure + +echo "Booting ." autoreconf for lib in libraries/*; do if test -e $lib/configure.ac then + echo "Booting $lib" cd $lib autoreconf cd ../..