Use a boot script instead of having autoreconf recurse
authorIan Lynagh <igloo@earth.li>
Tue, 10 Apr 2007 21:52:52 +0000 (21:52 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 10 Apr 2007 21:52:52 +0000 (21:52 +0000)
commitbdd44abe63ce79b32e3570e846afabad2024cd09
treeb25fb1b882fff0ee82466475936e95ae67951c1e
parenteaa67895758acd3ea1546c8d026a1ed67d5eae25
Use a boot script instead of having autoreconf recurse
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.
boot [new file with mode: 0644]
configure.ac
libraries/aclocal.m4 [deleted file]
libraries/configure.ac [deleted file]