X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=806beca53d8fa01205339dcebb322a9b5d693b6e;hb=refs%2Ftags%2F1.5.24;hp=94e65b470cdd7f738bf2ae2166085f9ab29e0ad9;hpb=14490c3e1aac61c6ac90f28828896683f64f0dc9;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 94e65b4..806beca 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], [22]) +m4_define([libguestfs_release], [24]) # extra can be any string m4_define([libguestfs_extra], []) @@ -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.