Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -7/+19 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | Fix: "aclocal: couldn't open directory `m4': No such file or directory" | Richard Jones | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Run autoreconf with -i parameter. | Richard Jones | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | Now using febootstrap. | rjones | 2009-03-24 | 1 | -3/+5 |
| | |||||
* | Running qemu as a subprocess. | rjones | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | Final fixes to build environment, and added autogen.sh. | rjones | 2009-03-03 | 1 | -0/+26 |