summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.16.27.1.16.27stable-1.16Richard W.M. Jones2012-07-071-1/+1
|
* daemon: Run fsync on block devices after sync (RHBZ#836710).Richard W.M. Jones2012-07-071-0/+1
| | | | | | | | | | | | | | | | | | | On Linux, sync(2) does not actually issue a write barrier, thus it doesn't force a flush of the underlying hardware write cache (or qemu's disk cache in the virtual case). This can be a problem, because libguestfs relies on running sync in the appliance, followed by killing qemu (using SIGTERM). In most cases, this is fine, because killing qemu with SIGTERM should cause it to flush out the disk cache before it exits. However we have found various bugs in qemu which cause qemu to crash while doing the flush, leaving the data unwritten (see RHBZ#836913). The solution is to issue fsync(2) to the block devices. This has a write barrier, so it ensures that qemu writes out its cache long before we get around to killing qemu. (cherry picked from commit c0a3c9ce70b98171e737e49e6dccc4457963f2ec)
* ruby: Fix detection of library (thanks Hilko Bengen).Richard W.M. Jones2012-07-071-7/+25
| | | | | | | | | | On Debian, the Ruby C extensions library isn't '-lruby', it's something like '-lruby1.8' or '-lruby-1.9.1' and these can even be parallel-installed. Fix detection so we use Ruby's own rbconfig.rb file to find the right library to use. (cherry picked from commit cba49169094f04dead9b165b6b5991afa92132ff)
* ruby: Changing spacing in configure file.Richard W.M. Jones2012-07-071-5/+5
| | | | | No functional change. (cherry picked from commit b07d0968823d008776345a1c724713d2320e1571)
* ruby: Remove useless AC_SUBST in configure file.Richard W.M. Jones2012-07-071-1/+0
| | | | (cherry picked from commit b9f858e5eefa0d2abae5ff0a61a39b0d34334bc1)
* Version 1.16.26.1.16.26Richard W.M. Jones2012-06-281-1/+1
|
* ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.Richard W.M. Jones2012-06-281-0/+6
| | | | | This function was first added to Ruby in 1.8.7. (cherry picked from commit 8098d062b4cb70defd4aecba0ba8cd75cf893751)
* ruby: Fix libruby test.Richard W.M. Jones2012-06-281-3/+2
| | | | | | | If -lruby was not available, this used to define HAVE_LIBRUBY=0. However this meant that the later test -n "$HAVE_LIBRUBY" would be successful, whereas it should fail in this case. (cherry picked from commit 823ba05ebd8f1a12574a3f154aaf7c8b4f2aeeac)
* Version 1.16.25.1.16.25Richard W.M. Jones2012-06-211-1/+1
|
* build: Workaround for AC_PROG_SED not existing.Richard W.M. Jones2012-06-211-1/+7
| | | | | This didn't exist on ancient autoconf in RHEL 5. (cherry picked from commit 489da3ccdf96e995d3f53fe68eced37b16baa1d2)
* fuse: Add replacement for fuse_opt_add_opt_escaped.Richard W.M. Jones2012-06-211-3/+13
| | | | | | | | | | | | RHEL 5-era FUSE didn't have this function. I copied the function out of upstream FUSE, since the license is compatible. Cherry picked from commit 4846b84476015874d569c14c2c30fcd71aa4d54c and backported to libguestfs 1.16. This includes more of the development 'configure.ac' than is strictly necessary, but on the other hand it brings the code closer to that development branch.
* configure: Look for mkisofs as well as genisoimage.Richard W.M. Jones2012-06-211-2/+2
| | | | | For our purposes, the two tools are compatible. (cherry picked from commit 87de36670108a19b832e8f5ded8d413e7b575d70)
* Version 1.16.24.1.16.24Richard W.M. Jones2012-06-011-1/+1
|
* Version 1.16.23.1.16.23Richard W.M. Jones2012-05-181-1/+1
|
* Version 1.16.22.1.16.22Richard W.M. Jones2012-05-141-1/+1
|
* configure: Fix valgrind --vgdb test.Richard W.M. Jones2012-05-141-1/+1
| | | | (cherry picked from commit 77afc92fcd08677f9a9ae3b4f6c6919eb8ec2b33)
* configure: Add a comment about vmchannel_test.Richard W.M. Jones2012-05-141-2/+5
| | | | (cherry picked from commit 0e960614ab0f7d878347d74229ffbb69a4a05540)
* configure: Allow systemtap/DTrace userspace probes to be disabled.Richard W.M. Jones2012-05-141-3/+13
| | | | | | | | | | './configure --disable-probes' will disable these probes. Otherwise they are autodetected as before. The <sys/sdt.h> produces lots of errors when you try to compile with these probes enabled under clang, so it is necessary to provide a way to disable them for clang users. (cherry picked from commit a1680f03b7d38bf007d29ac23035e5af33736b0e)
* Version 1.16.21.1.16.21Richard W.M. Jones2012-05-011-1/+1
|
* configure: Comment fix.Richard W.M. Jones2012-05-011-2/+2
| | | | (cherry picked from commit 79822d46e3d7785ae7b02272e6661f15a61f4b5e)
* Move 'libguestfs.pc' (pkgconfig file) to src/ directory.Richard W.M. Jones2012-05-011-1/+1
| | | | | Since it describes the C library, it's better in the src/ directory. (cherry picked from commit bb73cf0941ba9d34eb2ecf82d10ecb5fc5d2362d)
* Version 1.16.20.1.16.20Richard W.M. Jones2012-04-241-1/+1
|
* maint: fix doc typosJim Meyering2012-04-241-1/+1
| | | | | | | | Fix typos spotted by http://github.com/lyda/misspell-check. * configure.ac: As above. * ocaml/examples/guestfs-ocaml.pod: Likewise. * fish/guestfish.pod: Likewise. (cherry picked from commit e97b6a1bb15e8cad319dceff53c58f8267e8152f)
* extra-tests: Check if valgrind supports --vgdb=no option.Richard W.M. Jones2012-04-241-0/+14
| | | | | This option didn't exist in RHEL 6 valgrind. (cherry picked from commit 58a5b5bd944655b028c915a91dad2220176986db)
* Version 1.16.19.1.16.19Richard W.M. Jones2012-04-171-1/+1
|
* Version 1.16.18.1.16.18Richard W.M. Jones2012-04-131-1/+1
|
* Version 1.16.17.1.16.17Richard W.M. Jones2012-04-111-1/+1
|
* Version 1.16.16.1.16.16Richard W.M. Jones2012-04-101-1/+1
|
* Version 1.16.15.1.16.15Richard W.M. Jones2012-04-031-1/+1
|
* Version 1.16.14.1.16.14Richard W.M. Jones2012-04-021-1/+1
|
* Version 1.16.13.1.16.13Richard W.M. Jones2012-03-301-1/+1
|
* configure: Don't fail if GOBJECT_INTROSPECTION_CHECK is not defined.Richard Jones2012-03-301-9/+14
| | | | (cherry picked from commit 8111b108d224dda868f257ac0ef23838991b3594)
* Version 1.16.12.1.16.12Richard W.M. Jones2012-03-231-1/+1
|
* Version 1.16.11.1.16.11Richard W.M. Jones2012-03-161-1/+1
|
* Version 1.16.10.1.16.10Richard W.M. Jones2012-03-131-1/+1
|
* Version 1.16.9.1.16.9Richard W.M. Jones2012-03-081-1/+1
|
* build: Make netpbm and icoutils into proper optional dependencies.Richard W.M. Jones2012-03-081-0/+24
| | | | | | | | | Netpbm and icoutils (wrestool) have always been dependencies. Since they are not always present, make these into optional dependencies (which they were, sort of, before). Also document these dependencies in the README file. (cherry picked from commit 2c9c0525ebda105f37e6a6eea2307db4cb2f0a73)
* Version 1.16.8.1.16.8Richard W.M. Jones2012-03-051-1/+1
|
* Version 1.16.7.1.16.7Richard W.M. Jones2012-03-031-1/+1
|
* Version 1.16.6.1.16.6Richard W.M. Jones2012-03-011-1/+1
|
* Version 1.16.5.1.16.5Richard W.M. Jones2012-02-131-1/+1
|
* Version 1.16.4.1.16.4Richard W.M. Jones2012-02-101-1/+1
|
* java: Make use of JAR_INSTALL_DIR, JNI_INSTALL_DIRHilko Bengen2012-02-101-4/+7
| | | | (cherry picked from commit 016ae77e6c2331560a3716ea1ebae82f122b4909)
* Version 1.16.3.1.16.3Richard W.M. Jones2012-02-081-1/+1
|
* build: Choose a virtual directory for the daemon which is not a symlink.Richard W.M. Jones2012-02-061-0/+22
| | | | | | | | Check /sbin, /usr/sbin, /bin and /usr/bin to ensure that neither the directory nor the parent (eg. /usr) is a symlink, and use this directory for the virtual directory used to store guestfsd in the appliance. (cherry picked from commit 3c9ef0e9780443d28a078c49bab80cb13e5608ae)
* Version 1.16.2.1.16.2Richard W.M. Jones2012-01-301-1/+1
|
* Version 1.16.1.1.16.1Richard W.M. Jones2012-01-241-1/+1
|
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-241-0/+15
| | | | | | | | | | | | | | | | | | This commit allows you to run the daemon under valgrind. You have to enable it at configure time: ./configure --enable-valgrind-daemon This should *not* be done for production builds. When this feature is enabled, valgrind is added to the appliance and the daemon is run under valgrind. Log messages from valgrind are passed back over a virtio-serial channel into a file called 'valgrind.log.$PID' in the top build directory. Running 'make check', 'make extra-tests' etc causes many valgrind.log.* files to be created which must be examined by hand. (cherry picked from commit d08806adfc5d111b4b6c761540ff508d3f25b66e)
* Fix --{en,dis}able-install-daemonHilko Bengen2012-01-241-1/+1
| | | | | | | | | This fixes... configure: error: conditional "INSTALL_DAEMON" was never defined. ... when specifying --disable-daemon (cherry picked from commit 22224254fa4676735985818d2ff3c8feafe4457c)
* Version 1.16.0.1.16.0Richard W.M. Jones2012-01-231-2/+2
|