X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=7c533eb5ba7b97e8f1c771d8eed98e77d30be480;hb=e7eca50046e9a69dac27c0bee832af0a3014e02c;hp=e0cdcded57a0e477298cd1655c1040e909235936;hpb=bf26360e5e91148a4479f812c2b43acce4f5884e;p=libguestfs.git diff --git a/configure.ac b/configure.ac index e0cdcde..7c533eb 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[0.5]) +AC_INIT([libguestfs],[0.7]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -90,6 +90,18 @@ AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of Fedora repository.]) AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) +dnl --with-updates to specify a Fedora updates repository. +AC_ARG_WITH([updates], + [AS_HELP_STRING([--with-updates], + [set name of Fedora updates repository @<:@default=updates-released-f10@:>@])], + [], + [with_updates=updates-released-f10]) +UPDATES="$with_updates" +AC_SUBST(UPDATES) +AC_DEFINE_UNQUOTED([UPDATES],["$UPDATES"],[Name of Fedora updates repository.]) + +AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) + dnl --with-mirror to specify a local Fedora mirror. AC_ARG_WITH([mirror], [AS_HELP_STRING([--with-mirror],