diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-11 13:41:26 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-11 13:42:04 +0100 |
commit | e903739935ce32190b1c7b087d2cd9c2d2a7ec88 (patch) | |
tree | 9ff6832ed65685f4c4f51b36aa6176bca6538789 /README | |
parent | 67fd3a7d99f3001aaf90682e102eba6708d8337a (diff) | |
download | libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.gz libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.xz libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.zip |
build: require Augeas for library.
Augeas has been required since we moved the inspection code to C,
however we were not correctly enforcing this in configure.ac, nor
correctly linking to the library until now.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,6 +55,8 @@ Requirements - libxml2 +- Augeas (http://augeas.net/) + - squashfs-tools (mksquashfs only) - genisoimage / mkisofs @@ -63,8 +65,6 @@ Requirements - (Optional) FUSE to build the FUSE module -- (Optional) Augeas (http://augeas.net/) - - perldoc (pod2man, pod2text) to generate the manual pages and other documentation. |