summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.2.14.1.2.14stable-1.2Richard W.M. Jones2010-10-231-1/+1
|
* configure: Make "fedora-13" the default repository.Richard Jones2010-10-231-2/+2
| | | | (cherry picked from commit 6b2ae9a8b0efba044f4d409b70211aba450a6899)
* Version 1.2.13.1.2.13Richard Jones2010-09-081-1/+1
|
* build: Don't add version extra string to the version number.Richard Jones2010-09-081-1/+1
| | | | | | | | | | | | | If this string was non-empty, then it broke a lot of things because autoconf and other parts of the build system were expecting this string to contain a simple MAJOR.MINOR.RELEASE version number. This requires changes to guestfish and guestmount so they use the guestfs_version API to fetch the version from the library. (The Perl tools were already doing it this way). In a way this is more accurate, because it's no longer hard-coded in the binary, but fetched from the dynamically linked libguestfs.so. (cherry picked from commit 4932fdca3ca1e9002164a1c0b73876f32739d34d)
* Version 1.2.12.1.2.12Richard Jones2010-08-271-1/+1
|
* Version 1.2.11.1.2.11Richard Jones2010-08-171-1/+1
|
* Use an unsigned type (size_t) for all loop iterators.Richard Jones2010-08-171-1/+0
| | | | | | | | | | This resolves a warning from gcc 4.5: assuming signed overflow does not occur when simplifying conditional to constant This page explains the issues in some detail: http://www.airs.com/blog/archives/120 (cherry picked from commit 321ca1ef91a90cec5b94058b84420e8018e3f1d8)
* build: Don't warn about 'long long'.Richard Jones2010-08-171-0/+2
| | | | | | Various language bindings simply need this, so we have to allow it even though it's a GCC extension. (cherry picked from commit 0c0976496dafda4d172c5a7fc787d6a87d5bce8d)
* Version 1.2.10.1.2.10Richard Jones2010-07-121-1/+1
|
* Version 1.2.9.1.2.9Richard Jones2010-06-021-1/+1
|
* Version 1.2.8.1.2.8Richard Jones2010-05-241-1/+1
|
* build: For development releases, print a notice.Richard Jones2010-05-241-0/+16
| | | | (cherry picked from commit 613d041c78e25dafc238696f2fe35b51e443f23b)
* Version 1.2.7.Richard Jones2010-05-171-1/+1
|
* Version 1.2.61.2.6Richard Jones2010-05-141-1/+1
|
* Version 1.2.51.2.5Richard Jones2010-04-301-1/+1
|
* Version 1.2.41.2.4Richard Jones2010-04-231-1/+1
|
* Remove checks for Test::Pod and Test::Pod::Coverage.Richard Jones2010-04-221-1/+1
| | | | | | | | Although these modules are optionally used by the Perl tests, they aren't necessary and won't break the build if they are not there. These modules aren't available in RHEL 5. Therefore remove these checks. (cherry picked from commit c8f302a17453ad58acccd137342438795763606a)
* Check user doesn't run configure, make or make check as root.Richard Jones2010-04-221-0/+11
| | | | | (Thanks to Yufang Zhang for helping to debug this issue). (cherry picked from commit 199f218bf431b77c12a728f7072bed1553a0f0af)
* Prepare for 1.2.3.Richard Jones2010-04-201-1/+1
|
* Version 1.2.21.2.2Richard Jones2010-04-121-1/+1
|
* Prepare for stable version 1.2.1.Richard Jones2010-04-081-2/+2
|
* configure: Default to using Fedora 12 repo (was Fedora 11).Richard Jones2010-04-081-4/+4
| | | | | Fedora 11 is almost EOL at this point. (cherry picked from commit 0ce9b2bb9bcac61f7fb5dd2811d9b3b621f8309b)
* Prepare for 1.0.89.Richard Jones2010-03-301-1/+1
|
* Improved version of virt-win-reg, supporting exporting and merging.Richard Jones2010-03-301-1/+1
|
* Prepare for 1.0.88.1.0.88Richard Jones2010-03-261-1/+1
|
* Version 1.0.87.1.0.87Richard Jones2010-03-231-1/+1
|
* Mac OS X: implement readline functions.Richard Jones2010-03-221-1/+6
| | | | | OS X has an older version of readline with some differences in the names of functions.
* Mac OS X: provide alternate implementation of posix_fallocate.Richard Jones2010-03-221-0/+3
|
* configure: Add --disable-daemon and --disable-appliance options.Richard Jones2010-03-221-76/+101
| | | | | Use these on any platforms where you don't want or need to build the daemon/appliance combination.
* Run qemu with -nographic option.Richard Jones2010-03-221-3/+3
| | | | | On Mac OS X this prevents a short "flash" as qemu opens a toplevel window.
* configure: Move host_cpu definition to earlier in the file.Richard Jones2010-03-221-3/+3
|
* Prepare for version 1.0.86.1.0.86Richard Jones2010-03-121-1/+1
|
* Prepare for version 1.0.85.1.0.85Richard Jones2010-03-011-1/+1
| | | | Update PO files.
* Spin off hivex as a separate upstream project.Richard Jones2010-02-221-7/+10
| | | | | | | | | | | | | | This commit makes the semi-independent hivex library into a separate upstream project. The git repo for hivex is now: http://git.annexia.org/?p=hivex.git;a=summary Downloads of hivex are available here: http://libguestfs.org/download/ All questions, patches, bugs etc should be sent to the libguestfs mailing list and bug tracker.
* Version 1.0.84.1.0.84Richard Jones2010-02-121-1/+1
|
* Make virtio block driver be the default for the appliance.Richard Jones2010-02-081-4/+4
| | | | | | Previously this caused a serious performance regression, but we believe this is now fixed: https://bugzilla.redhat.com/show_bug.cgi?id=509383
* Prepare for version 1.0.83.Richard Jones2010-02-051-1/+1
|
* hivex: Minimal registry example.Richard Jones2010-02-041-0/+1
| | | | | This is the smallest registry you can make and still have it load correctly in Windows regedit.
* Tools for analyzing and reverse engineering hive files.Richard Jones2010-02-041-0/+1
| | | | | | | | | | | | | | This commit is not of general interest. It contains the tools which I used to reverse engineer the hive format and to test changes. Keeping these with the rest of the code is useful in case in future we encounter a hive file that we fail to modify. Note that the tools are not compiled by default. You have to compile each explicitly with: make -C hivex/tools <toolname>.opt You will also need ocaml-extlib-devel and ocaml-bitstring-devel.
* Version 1.0.82.1.0.82Richard Jones2010-01-281-1/+1
|
* supermin: Prevent multilib corruption (RHBZ#558593).Richard Jones2010-01-271-2/+0
| | | | | | | | | | | | | | | | | | | On some combination of installing, upgrading and removing the base libguestfs package on x86_64, multilib can corrupt libguestfs by leaving a copy of /usr/bin/libguestfs-supermin-helper around which references the wrong architecture (usually, contains links to the i386-based appliance, when the x86_64 appliance should be constructed). This commit changes libguestfs-supermin-helper so that the script is the same on all architectures. Instead, the library passes the differences to the script (eg. $host_cpu). Because the i386 and x86_64 libraries should be at different locations (/usr/lib vs /usr/lib64) this should prevent multilib from screwing things up. Related links: https://bugzilla.redhat.com/show_bug.cgi?id=558593 http://rwmj.wordpress.com/2009/11/16/please-someone-shoot-multilib/#content https://bugzilla.redhat.com/show_bug.cgi?id=235752
* Prepare for version 1.0.81.Richard Jones2010-01-131-1/+1
|
* Use linker script to control visibility of symbols.Richard Jones2010-01-041-0/+6
|
* Remove separate inspector_generator.ml, combine this with generator.ml.Richard Jones2009-12-311-2/+1
| | | | | | | | | | | This commit combines the previously separate "inspector_generator.ml" program which generated bindings for virt-inspector. Having two separate programs caused no end of troubles for developers, so we now combine them into a single program. NOTE: OCaml xml-light is now *required* in order to rebuild the generated code.
* Prepare for 1.0.80.1.0.80Richard Jones2009-12-161-1/+1
|
* Prepare for version 1.0.79.Richard Jones2009-11-181-1/+1
|
* Prepare for version 1.0.78Richard Jones2009-11-101-1/+1
|
* indent with spaces, not TABsJim Meyering2009-11-091-2/+2
| | | | | | | | | | | * HACKING: Expand indentation TABs. * configure.ac: Likewise. * daemon/daemon.h: Likewise. * daemon/guestfsd.c: Likewise. * fuse/guestmount.c: Likewise. * hivex/LICENSE: Likewise. * src/generator.ml: Likewise. * tools/virt-win-reg: Likewise.
* configure: Fix summary messages.Richard Jones2009-11-041-3/+3
| | | | | | | | | | | | | The following 3 summary messages in the configure output always displayed "yes" even if they were not actually enabled. Haskell bindings .................... yes virt-inspector ...................... yes virt-* tools ........................ yes Fixed by correcting the code that tests if the automake conditional is set.
* Prepare for 1.0.77.Richard Jones2009-11-031-1/+1
|