diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-07 19:22:11 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-08 13:38:30 +0100 |
commit | 1e35941f62bddafd6b88270b22b3afe4a5d37baa (patch) | |
tree | 7cf9a782549e2b6a6aa8bf3e3db0e1b353579dfd /configure.ac | |
parent | 3a546663655abfcd6399d4fdb7febc6b0d83b822 (diff) | |
download | libguestfs-1e35941f62bddafd6b88270b22b3afe4a5d37baa.tar.gz libguestfs-1e35941f62bddafd6b88270b22b3afe4a5d37baa.tar.xz libguestfs-1e35941f62bddafd6b88270b22b3afe4a5d37baa.zip |
New tool: virt-sysprep: system preparation for guests.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ec02ff1b..a2ea8800 100644 --- a/configure.ac +++ b/configure.ac @@ -936,6 +936,8 @@ AC_SUBST([LIBTOOL]) dnl Produce output files. AC_CONFIG_HEADERS([config.h]) dnl http://www.mail-archive.com/automake@gnu.org/msg10204.html +AC_CONFIG_FILES([clone/virt-sysprep], + [chmod +x clone/virt-sysprep]) AC_CONFIG_FILES([podwrapper.sh], [chmod +x podwrapper.sh]) AC_CONFIG_FILES([run], @@ -946,6 +948,7 @@ AC_CONFIG_FILES([Makefile capitests/Makefile cat/Makefile caution/Makefile + clone/Makefile csharp/Makefile daemon/Makefile debian/changelog |