summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.12.5.1.12.5Richard W.M. Jones2011-08-281-1/+1
|
* python: Newer versions want parentheses around arguments of "print"Hilko Bengen2011-08-281-2/+2
| | | | (cherry picked from commit 54911bdd325393d1f7f2861f298463c364b45469)
* configure: Add --with-extra flag to allow setting the extra version string.Richard W.M. Jones2011-08-281-9/+19
| | | | | | | Intended use in Fedora and RHEL is to encode the release string, eg. ./configure [...] --with-extra="-%{release}"
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-281-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. (cherry picked from commit 70c033998e0e721dc4f9eb2a20348098b259752c)
* Version 1.12.4.1.12.4Richard W.M. Jones2011-08-171-1/+1
|
* Version 1.12.3.1.12.3Richard W.M. Jones2011-08-071-1/+1
|
* debian: bash is required to run libtool replacement script.Richard W.M. Jones2011-08-071-1/+1
| | | | | This was failing on Debian where $(SHELL) is the minimal dash shell. (cherry picked from commit 6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d)
* configure: Fix info about virt-resize when OCaml bindings are disabled.Richard W.M. Jones2011-08-071-1/+1
| | | | (cherry picked from commit e1c6d1738a2b9123dd08fb4ecff8176daf558f35)
* Version 1.12.2.1.12.2Richard W.M. Jones2011-07-271-1/+1
|
* Version 1.12.1.1.12.1Richard W.M. Jones2011-07-261-1/+1
|
* Require PCRE library.Richard W.M. Jones2011-07-261-8/+3
| | | | | This library is widely available in distros. (cherry picked from commit 41cd0e302d6554facd6b9f7daaa78304361efaef)
* build: Redirect ./configure errors in general to config.log.Richard W.M. Jones2011-07-261-6/+6
| | | | (cherry picked from commit 71eb0bf45649eefa1f0cd4b1372cfc2653c8e7a5)
* build: Send failed Perl test configure output to config.log.Richard W.M. Jones2011-07-261-1/+1
| | | | (cherry picked from commit 610642491a4846f45c7b233060ffde46f6ca09f0)
* Version 1.12.0.1.12.0stable-1.12Richard W.M. Jones2011-07-201-2/+2
|
* configure: Remove -Wmissing-noreturn warning.Richard W.M. Jones2011-07-201-0/+2
|
* Partially revert d82438431c1551610eb7d9945fa76d6387534582.Richard W.M. Jones2011-07-201-11/+1
| | | | | | | It appears qemu-kvm does *not* require -machine accel=tcg option. That problem disappeared after upgrading seabios(!) However leave the test for qemu -help option, since that's useful to determine if qemu is completely broken or not.
* build: Fix virtio-serial test for qemu 0.15.Richard W.M. Jones2011-07-191-1/+24
| | | | | Now qemu 0.15 won't even start up unless the -machine accel=... option is specified. Essentially this is a regression in qemu.
* Version 1.11.20.1.11.20Richard W.M. Jones2011-07-191-1/+1
|
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-191-0/+1
|
* Version 1.11.19.1.11.19Richard W.M. Jones2011-07-181-1/+1
|
* ocaml: Generate ocamldoc.Richard W.M. Jones2011-07-171-0/+2
| | | | Also includes improvements to the OCaml documentation.
* Version 1.11.18.1.11.18Richard W.M. Jones2011-07-151-1/+1
|
* Version 1.11.17.1.11.17Richard W.M. Jones2011-07-141-1/+1
|
* Version 1.11.16.1.11.16Richard W.M. Jones2011-07-131-1/+1
|
* Version 1.11.15.1.11.15Richard W.M. Jones2011-07-121-1/+1
|
* Version 1.11.14.1.11.14Richard W.M. Jones2011-07-061-1/+1
|
* Version 1.11.13.1.11.13Richard W.M. Jones2011-06-301-1/+1
|
* Add caution subdirectory containing safety and liveness tests.Richard W.M. Jones2011-06-301-0/+1
| | | | | Not that I'm paranoid about qemu breaking snapshots of anything like that ...
* Version 1.11.12.1.11.12Richard W.M. Jones2011-06-281-1/+1
|
* Version 1.11.11.1.11.11Richard W.M. Jones2011-06-211-1/+1
|
* Version 1.11.10.1.11.10Richard W.M. Jones2011-06-101-1/+1
|
* Version 1.11.9.1.11.9Richard W.M. Jones2011-06-041-1/+1
|
* Version 1.11.8.1.11.8Richard W.M. Jones2011-05-181-1/+1
|
* Version 1.11.7.1.11.7Richard W.M. Jones2011-05-171-1/+1
|
* Version 1.11.6.1.11.6Richard W.M. Jones2011-05-121-1/+1
|
* configure: Use Python platform-dependent site-packages.Richard W.M. Jones2011-05-091-1/+1
| | | | This updates commit c446e6e26e317e105870b0ab25fb082887e23bf6.
* Version 1.11.5.1.11.5Richard W.M. Jones2011-05-091-1/+1
|
* Use Python distutils to determine include and site-packages directories.Richard W.M. Jones2011-05-091-32/+11
| | | | | This change was inspired by Hilko Bengen's similar change to hivex: http://git.annexia.org/?p=hivex.git;a=commitdiff;h=b808c875a34e62fcdf360534f923d6030590ff44
* Rewrite virt-edit in C.Richard W.M. Jones2011-05-091-0/+1
|
* Version 1.11.4.1.11.4Richard W.M. Jones2011-05-081-1/+1
|
* configure: Sort output files in AC_CONFIG_FILES section.Richard W.M. Jones2011-05-061-21/+30
|
* Version 1.11.3.1.11.3Richard W.M. Jones2011-04-221-1/+1
|
* Version 1.11.2.1.11.2Richard W.M. Jones2011-04-181-1/+1
|
* Version 1.11.1.1.11.1Richard W.M. Jones2011-04-161-1/+1
|
* Version 1.11.0.1.11.0Richard W.M. Jones2011-04-121-2/+2
|
* Version 1.9.18.1.9.18Richard W.M. Jones2011-04-091-1/+1
|
* Rewrite virt-resize in OCaml.Richard W.M. Jones2011-04-091-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly straightforward translation of Perl virt-resize into OCaml. It is bug-for-bug and feature-for-feature identical to the Perl version, except as noted below. The motivation is to have a more solid, high-level, statically safe compiled language to go forwards with fixing some of the harder bugs in virt-resize. In particular contracts between different parts of the program are now handled by statically typed structures checked at compile time, instead of the very ad-hoc unchecked hash tables used by the Perl version. OCaml and the ocaml-pcre library (Perl-Compatible Regular Expressions bindings for OCaml) are required. Extra features in this version: - 32 bit hosts are now supported. - We try hard to handle the case where the target disk is not "clean" (ie. all zeroes). It usually works for this case, whereas the previous version would usually fail. However it is still recommended that the system administrator creates a fresh blank disk for the target before running the program. - User messages are a bit more verbose and helpful. You can turn these off with the -q (--quiet) option. There is one lost feature: - Ability to specify >= T (terabytes) sizes in command line size expressions has been removed. This probably didn't work in the Perl version. Other differences: - The first partition on the target is no longer aligned; instead we place it at the same sector as on the source. I suspect that aligning it was causing the bootloader failures. - Because it's easier, we do more sanity checking on the source disk. This might lead to more failures, but they'd be failures you'd want to know about. - The order in which operations are performed has been changed to make it more logical. The user should not notice any functional difference, but debug messages will be quite a bit different. - virt-resize is a compiled binary, not a script.
* Version 1.9.17.1.9.17Richard W.M. Jones2011-04-051-1/+1
|
* mkisofs is obsolete. Require genisoimage everywhere instead.Nikita A Menkovich2011-04-021-3/+3
|
* Pull translations from Transifex.Richard W.M. Jones2011-04-021-0/+1
| | | | New Ukrainian po-docs translation added.