- 21 Sep, 2009 1 commit
-
-
Ian Lynagh authored
-
- 18 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 14 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 May, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 06 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 03 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 21 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 04 Sep, 2008 1 commit
-
-
Ross Paterson authored
An incorrect libraries/ prefix was being added.
-
- 24 Aug, 2008 1 commit
-
-
Ian Lynagh authored
The packages file has an extra component (for "darcs" or "git") so we need to take that into account when grepping.
-
- 29 Jul, 2008 1 commit
-
-
Ian Lynagh authored
-
- 14 Sep, 2007 1 commit
-
-
Ian Lynagh authored
-
- 07 Sep, 2007 1 commit
-
-
Ian Lynagh authored
find on Windows doesn't understand -L, so stop trying to be clever and just autoreconf everything. Also, print out the names of directories as we autoreconf them, so that if autoreconfing one breaks then we know which one it was.
-
- 05 Sep, 2007 1 commit
-
-
Simon Marlow authored
Two problems here: find needs to dereference symbolic links (-L option, I really hope that's portable), and we need to notice when aclocal.m4 is updated. Somehow I think this was easier when it just always ran autoreconf... what was wrong with that?
-
- 25 Aug, 2007 2 commits
-
-
sven.panne@aedion.de authored
-
sven.panne@aedion.de authored
* Call autoreconf only if necessary, avoiding a strict tool dependency. * Be a good *nix citizen and don't clutter the output when everything is fine. * Make a few more scripts executable.
-
- 05 Jul, 2007 1 commit
-
-
Ian Lynagh authored
gmp is now in a top-level directory and we only have the tarball in the darcs repo. It gets untarred if it is needed.
-
- 19 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 24 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 30 Apr, 2007 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 29 Apr, 2007 1 commit
-
-
Ian Lynagh authored
This fixes a problem where patches altering the darcs-all script break on Windows as the file is open. The script is now also slightly nicer, on balance.
-
- 18 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 10 Apr, 2007 1 commit
-
-
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.
-