Skip to content
  • Ian Lynagh's avatar
    Use a boot script instead of having autoreconf recurse · bdd44abe
    Ian Lynagh authored
    It used to be the case that
        autoreconf
    in the root would also autoreconf in any libraries that need it, and
        ./configure
    in the root would also configure all the libraries.
    
    However, cabal now configures the libraries, so they were getting
    configured twice.
    
    Thus now a small shellscript, boot, autoreconfs the root and all libraries
    that need it, and ./configure in the root doesn't configure the libraries.
    bdd44abe