X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=600469d06dbc8c71c560337954de37d2a3e35900;hp=11e1785adc0fc58d6166e690d917039f937039d1;hb=bd59a99889308cddf9a755b12b7a347ae6ce44bb;hpb=9bf5168492d49ea9b73e33f914422875cca74a92 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 ../..