X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=c0b371677976ac6d5b9c91ea86083c44014e2893;hp=40880d94f5a58cf06df09349d2dd24952b27f64e;hb=d600342b7d29c0176ff96a7807ebb38303ecb3a6;hpb=a50cdb512c31efd75fe09ff6646b02a9a23faa02 diff --git a/configure.ac b/configure.ac index 40880d9..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], [20]) +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.