summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.7.20.1.7.20Richard W.M. Jones2010-12-071-1/+1
|
* Add --with-febootstrap-yum-config.Richard W.M. Jones2010-12-061-13/+9
| | | | | | | This allows the febootstrap --yum-config option to be passed through, allowing a separate yum configuration to be used. The hope is that this will enable building in Koji.
* build: Look for other db_dump variations (for Ubuntu).Richard W.M. Jones2010-12-061-2/+4
|
* ubuntu: Make Ubuntu into a separate distro for the package list.Richard W.M. Jones2010-12-061-0/+3
| | | | This allows us to select Ubuntu packages separately from Debian ones.
* build: Don't emit warnings about stack protector failures.Richard W.M. Jones2010-12-061-0/+2
| | | | These are seen on gcc 4.5.1 used in Ubuntu.
* Version 1.7.19.1.7.19Richard W.M. Jones2010-12-051-1/+1
|
* appliance: Change to using febootstrap 3.x supermin appliance.Richard W.M. Jones2010-12-051-115/+38
| | | | | | | | | This removes all support for building the ordinary / old style appliance using febootstrap 2.x, debootstrap, debirf, fakeroot and fakechroot. Instead this uses febootstrap 3.x to build the supermin appliance in a simpler cross-distro manner.
* Version 1.7.18.1.7.18Richard W.M. Jones2010-12-011-1/+1
|
* Version 1.7.17.1.7.17Richard W.M. Jones2010-11-301-1/+1
|
* Version 1.7.16.1.7.16Richard W.M. Jones2010-11-261-1/+1
|
* Version 1.7.15.1.7.15Richard W.M. Jones2010-11-261-1/+1
|
* Remove dependency_libs from libtool *.la files.Richard W.M. Jones2010-11-261-0/+5
| | | | | | | | Add a libtool wrapper which kills dependency_libs in libtool *.la files, to ensure that libtool doesn't add unnecessary extra libraries when linking. See http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html
* rescue: Rewrite virt-rescue in C.Richard W.M. Jones2010-11-261-0/+1
|
* Version 1.7.14.1.7.14Richard W.M. Jones2010-11-251-1/+1
|
* df: Rewrite virt-df in C.Richard W.M. Jones2010-11-251-0/+1
| | | | | | | | | | | | I have diffed the output from the original virt-df with this new version, and they agree very closely. Some differences: - Old virt-df have a divide-by-zero error in cases where the number of used inodes was 0. New virt-df fixes this. - New virt-df uses gnulib human_readable library which displays numbers to 3 significant figures for -h output (old version used an ad hoc function).
* Version 1.7.13.1.7.13Richard W.M. Jones2010-11-241-1/+1
|
* ruby: Translate C examples into Ruby and include documentation.Richard W.M. Jones2010-11-241-1/+1
|
* python: Translate C examples into Python and include documentation.Richard W.M. Jones2010-11-241-1/+1
|
* build: Centralize all POD manipulation in 'podwrapper.sh' script.Richard W.M. Jones2010-11-241-1/+6
|
* build: virt-make-fs requires String::ShellQuote, add to configure.Richard W.M. Jones2010-11-241-1/+1
|
* inspect: Detect if db_dump and db_load programs are available.Richard W.M. Jones2010-11-241-0/+10
| | | | | | If db_dump is not available then disable RPM application detection. Note these utilities have odd names on Debian.
* build: Move po4a detection up near other program detection.Richard W.M. Jones2010-11-241-4/+4
|
* build: XML::Writer Perl module is no longer required.Richard W.M. Jones2010-11-231-1/+1
|
* Version 1.7.12.1.7.12Richard W.M. Jones2010-11-231-1/+1
|
* Version 1.7.11.1.7.11Richard W.M. Jones2010-11-191-1/+1
|
* inspector: Rewrite virt-inspector in C.Richard W.M. Jones2010-11-191-6/+3
|
* Version 1.7.10.1.7.10Richard W.M. Jones2010-11-171-1/+1
|
* Version 1.7.9.1.7.9Richard W.M. Jones2010-11-161-1/+1
|
* Version 1.7.8.1.7.8Richard W.M. Jones2010-11-151-1/+1
|
* Version 1.7.7.1.7.7Richard W.M. Jones2010-11-151-1/+1
|
* Version 1.7.6.1.7.6Richard W.M. Jones2010-11-131-1/+1
|
* Version 1.7.5.1.7.5Richard W.M. Jones2010-11-131-1/+1
|
* Version 1.7.4.1.7.4Richard W.M. Jones2010-11-111-1/+1
|
* build: xml-light is no longer required (thanks Maxim Koltsov).Richard W.M. Jones2010-11-111-7/+1
| | | | | | At some point we removed the last thing that required xml-light, but were still testing for it at various places in the build. This removes all traces.
* Rewrite virt-cat in C.Richard W.M. Jones2010-11-111-0/+1
| | | | | | | | | | | | | | | | | With changes in the core API since 1.5, virt-cat was little more than a Perl wrapper which did some command line argument processing. Thus it could easily be rewritten in C. This version also shares core command line argument processing with guestfish and guestmount, so the options have changed slightly (old-style command line *is* supported). virt-cat -a disk.img file [file ...] virt-cat -d domname file [file ...] Several other guestfish options are supported including encryption, and with the new style multiple files can be downloaded. See the man page for details.
* capitests: Add the code to test (proposed) add-libvirt-dom C API.Richard W.M. Jones2010-11-111-0/+1
| | | | | This API was dropped as there are some problems with it. This commit adds the original test code, but commented out.
* fish: Use core add-domain API to implement '-d' option.Richard Jones2010-11-111-9/+14
| | | | | | This also makes libxml2 and libvirt into optional dependencies. If they are missing then the core API will print an error, as will the '-d' option to guestfish.
* lib: Make pcre, libmagic and hivex libraries optional.Richard Jones2010-11-101-22/+23
| | | | | | | | | | | | | | | This change makes these libraries optional. If they are not available at compile time then certain core API features will be disabled (see below). This also changes PCRE detection to use pkg-config instead of the ad hoc autoconf checks. The large inspect.c file has been split out into separate function-specific files. file-architecture: requires pcre & libmagic inspection: requires pcre & hivex
* lib: Augeas (client side) is not needed by the library.Richard Jones2010-11-101-4/+0
| | | | However it is used by the daemon.
* Version 1.7.3.1.7.3Richard W.M. Jones2010-11-081-1/+1
|
* build: Add ./configure --disable-php option.Maxim Koltsov2010-11-081-5/+14
| | | | This disables the PHP language bindings.
* build: Test for virt tools Perl libraries conditionally.Richard W.M. Jones2010-11-081-13/+16
| | | | | Only test for these if $PERL is defined, and use $PERL as the interpreter.
* build: Add ./configure --disable-haskell option.Maxim Koltsov2010-11-081-2/+10
| | | | This disables the Haskell language bindings.
* build: Add ./configure --disable-ruby option.Maxim Koltsov2010-11-081-3/+9
| | | | This disables the Ruby language bindings.
* build: Warn if Python include or site-packages not found.Maxim Koltsov2010-11-081-0/+6
|
* build: Add ./configure --disable-python option.Maxim Koltsov2010-11-081-43/+50
| | | | This disables the Python language bindings.
* build: Add ./configure --disable-perl option.Maxim Koltsov2010-11-081-19/+26
| | | | This disables the Perl bindings.
* ocaml: Remove the old OCaml viewer program.Richard W.M. Jones2010-11-081-10/+0
| | | | | | This program is obsolete and the code has been reused for guestfs-browser here: http://people.redhat.com/~rjones/guestfs-browser/
* build: Add ./configure --disable-ocaml option.Maxim Koltsov2010-11-081-8/+20
| | | | | | This can be used to disable the OCaml bindings. Note that OCaml is still required in any case where you need to rerun the generator.
* build: Add ./configure --disable-fuse option.Maxim Koltsov2010-11-081-6/+10
| | | | | If this option is specified, FUSE support is unconditionally disabled.