summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-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 Jones2009-04-071-0/+1
|
* Run autoreconf with -i parameter.Richard Jones2009-04-011-2/+2
|
* Now using febootstrap.rjones2009-03-241-3/+5
|
* Running qemu as a subprocess.rjones2009-03-031-0/+2
|
* Final fixes to build environment, and added autogen.sh.rjones2009-03-031-0/+26