Richard W.M. Jones
2010-Oct-26 09:46 UTC
[Libguestfs] [PATCH] appliance: Repo name is not Fedora-specific.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------->From d4be7216d245bdc0283bb573c8a9a7907e3ce4de Mon Sep 17 00:00:00 2001From: Richard W.M. Jones <rjones at redhat.com> Date: Tue, 26 Oct 2010 10:04:56 +0100 Subject: [PATCH] appliance: Repo name is not Fedora-specific. The --with-repo parameter is also used by Debian to specify the Debian software repository, so remove references to Fedora. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fb19f2d..c0b3716 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- 1.7.3.1