X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=c0b371677976ac6d5b9c91ea86083c44014e2893;hp=c3b4bf1276dbaf3b0d002f92e34dc2b4495d77e2;hb=fb998000e60b32219c2bf839044cff59f499dff1;hpb=460aa67118656e7bb53d2d04c70e9ee3a301c076 diff --git a/configure.ac b/configure.ac index c3b4bf1..c0b3716 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [5]) -m4_define([libguestfs_release], [17]) +m4_define([libguestfs_release], [23]) # extra can be any string m4_define([libguestfs_extra], []) @@ -266,7 +266,7 @@ the --with-qemu option. fi fi -dnl Set drive interface used by the guestfs_add_drive{,_ro} calls +dnl Set default drive interface used by the guestfs_add_drive_opts call dnl ('-drive ...,if=...' option to qemu). dnl dnl If you encounter performance problems with virtio (RHBZ#509383) @@ -381,7 +381,7 @@ if test "x$enable_appliance" = "xyes"; then AC_SUBST(MIRROR) fi -dnl --with-repo to specify a Fedora repository. +dnl --with-repo to specify a repository. AC_ARG_WITH([repo], [AS_HELP_STRING([--with-repo], [set name of Fedora repository @<:@default=fedora-13@:>@])], @@ -389,7 +389,7 @@ AC_ARG_WITH([repo], [with_repo=fedora-13]) REPO="$with_repo" AC_SUBST(REPO) -AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of Fedora repository.]) +AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of software repository.]) dnl Build the supermin appliance? Please see README file before dnl enabling this option.