Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add version numbers to Perl modules (RHBZ#521674). | Richard Jones | 2010-05-12 | 1 | -2/+2 |
| | | | | | | | | | | Sys::Guestfs now contains a version number which reflects the ABI that we are compiled against, ie. '0.<MAX_PROC_NR>'. This has the beneficial side effect of causing an error if the user tries to mix versions of the Perl module and the XS code. Sys::Guestfs::Lib now contains a synthetic version number which will reflect future changes in that module. | ||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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 dependencies in perl so it doesn't always rebuild | Matthew Booth | 2009-06-24 | 1 | -1/+2 |
| | |||||
* | First version of Perl bindings, compiled but not tested. | Richard Jones | 2009-04-08 | 1 | -0/+28 |