X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=600469d06dbc8c71c560337954de37d2a3e35900;hb=fd7f8e936e50b3ee589efc36ac2fc54cc6c05300;hp=11e1785adc0fc58d6166e690d917039f937039d1;hpb=13949af533615dac3f27982a0321c82945260dcd;p=ghc-hetmet.git diff --git a/boot b/boot index 11e1785..600469d 100644 --- a/boot +++ b/boot @@ -14,11 +14,13 @@ 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 ../..