X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=2bd98c67fdc5d9e676c7043c49c4f7764981f135;hp=ec02ff1bae715ff39ade7faf956b7965aff248fe;hb=c49819f9b3a29329da87e2001d8025b3842bb0db;hpb=e59e35708b4ad66c99f908c5226cb232931e1791 diff --git a/configure.ac b/configure.ac index ec02ff1..2bd98c6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # freeform string. m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [13]) -m4_define([libguestfs_release], [18]) +m4_define([libguestfs_release], [19]) AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release) AC_CONFIG_AUX_DIR([build-aux]) @@ -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