X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=boot;h=600469d06dbc8c71c560337954de37d2a3e35900;hb=76e8250846766faddb262eb2b648c14a326e1777;hp=11e1785adc0fc58d6166e690d917039f937039d1;hpb=02856ea491a11076e293af3ec8c1d35740bcb551;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 ../..