summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.15.7.1.15.7Richard W.M. Jones2011-11-291-1/+1
|
* Version 1.15.6.1.15.6Richard W.M. Jones2011-11-241-1/+1
|
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-241-0/+1
| | | | | These tests are optional, and require a special environment and tools to run.
* gnulib: Rebase to latest.Richard W.M. Jones2011-11-221-0/+3
|
* Version 1.15.5.1.15.5Richard W.M. Jones2011-11-211-1/+1
|
* Version 1.15.4.1.15.4Richard W.M. Jones2011-11-171-1/+1
|
* Version 1.15.3.1.15.3Richard W.M. Jones2011-11-091-1/+1
|
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* Version 1.15.2.1.15.2Richard W.M. Jones2011-11-031-1/+1
|
* resize: Remove requirement for ocaml Pcre library.Richard W.M. Jones2011-11-031-6/+1
| | | | | This library is not available in RHEL 6, and in any case removing the dependency is a simple change.
* python: Use sys.version_info[0] instead of sys.version_info.major.Richard W.M. Jones2011-11-031-2/+2
| | | | | | | | | The major/minor fields only exist in Python >= 2.7. This works for at least Python 2.5 and 2.6. Thanks to Hilko Bengen. This updates commit 646142f5136da9cfe2b908703a822c53350f70e9.
* python: Fixes for Python 3 (RHBZ#750889).Richard W.M. Jones2011-11-021-2/+12
| | | | | | | | | | | | | These fixes allow libguestfs bindings to work with Python 3 (tested with Python 3.2) You can select which Python you compile against by doing: PYTHON=python ./configure && make && make check or: PYTHON=python3 ./configure && make && make check
* python: Correctly check for Python major/minor.Richard W.M. Jones2011-11-021-1/+3
| | | | | | | | The manual for sys.version warns that you should not parse the string, which we were doing. It would have failed on python "2.10" or similar. Do it correctly using the sys.version_info struct instead.
* Version 1.15.1.1.15.1Richard W.M. Jones2011-11-011-1/+1
|
* Version 1.15.0.1.15.0Richard W.M. Jones2011-10-271-2/+2
|
* Version 1.13.26.1.13.26Richard W.M. Jones2011-10-261-1/+1
|
* Version 1.13.25.1.13.25Richard W.M. Jones2011-10-261-1/+1
|
* Version 1.13.24.1.13.24Richard W.M. Jones2011-10-241-1/+1
|
* Add test for qemu broken -machine option (RHBZ#748266).Richard W.M. Jones2011-10-241-1/+46
| | | | | | | Also add this option, if necessary, when testing for virtio-serial support. When the workaround is enabled, we specify machine type 'pc'.
* Fix ./configure --disable-erlang.Richard W.M. Jones2011-10-211-3/+3
|
* Version 1.13.23.1.13.23Richard W.M. Jones2011-10-201-1/+1
|
* Version 1.13.22.1.13.22Richard W.M. Jones2011-10-191-1/+1
|
* Version 1.13.21.1.13.21Richard W.M. Jones2011-10-141-1/+1
|
* Partially fix --disable-erlangMichael Scherer2011-10-141-4/+6
| | | | | | Without this, configure will always enable erlang, no matter what argument are passed. Now, we can disable it, even if configure still need the erlang compiler for some obscure reason.
* Version 1.13.20.1.13.20Richard W.M. Jones2011-10-111-1/+1
|
* Add systemtap/DTrace probes.Richard W.M. Jones2011-10-101-0/+5
| | | | | Mainly this is a documentation change. However a sample of DTrace-compatible userspace probes are also added.
* Version 1.13.19.1.13.19Richard W.M. Jones2011-10-081-1/+1
|
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-0/+3
|
* Version 1.13.18.1.13.18Richard W.M. Jones2011-10-051-1/+1
|
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-051-0/+1
|
* Version 1.13.17.1.13.17Richard W.M. Jones2011-10-041-1/+1
|
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-0/+1
|
* Version 1.13.16.1.13.16Richard W.M. Jones2011-10-011-1/+1
|
* Version 1.13.15.1.13.15Richard W.M. Jones2011-09-281-1/+1
|
* Version 1.13.14.1.13.14Richard W.M. Jones2011-09-241-1/+1
|
* erlang: Use the official autoconf macros.Richard W.M. Jones2011-09-221-26/+5
|
* Version 1.13.13.1.13.13Richard W.M. Jones2011-09-211-1/+1
|
* Add Erlang bindings.Richard W.M. Jones2011-09-211-0/+42
|
* Version 1.13.12.1.13.12Richard W.M. Jones2011-09-141-1/+1
|
* Stable OCaml dependencies.Richard Jones2011-09-121-0/+2
|
* Version 1.13.11.1.13.11Richard W.M. Jones2011-09-011-1/+1
|
* Version 1.13.10.1.13.10Richard W.M. Jones2011-08-281-1/+1
|
* Version 1.13.9.1.13.9Richard W.M. Jones2011-08-261-1/+1
|
* Version 1.13.8.1.13.8Richard W.M. Jones2011-08-261-1/+1
|
* python: Newer versions want parentheses around arguments of "print"Hilko Bengen2011-08-241-2/+2
|
* Version 1.13.7.1.13.7Richard W.M. Jones2011-08-231-1/+1
|
* configure: Add --with-extra flag to allow setting the extra version string.Richard W.M. Jones2011-08-191-9/+19
| | | | | | | Intended use in Fedora and RHEL is to encode the release string, eg. ./configure [...] --with-extra="-%{release}"
* Version 1.13.6.1.13.6Richard W.M. Jones2011-08-191-1/+1
|
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-181-0/+2
| | | | | | | ./run can now be run in a separate build directory. Since some files needed in the image checks are found in the source tree (but not the build tree), the source tree location is passed to make-*-img.sh via an environment variable.
* Version 1.13.51.13.5Richard W.M. Jones2011-08-171-1/+1
|