diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-26 10:04:56 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 10:59:45 +0100 |
commit | 607dcadd2dc7883865ada5ae158e750f19dfff67 (patch) | |
tree | 81266a5e705b283bbf079d83186926a1aa17580c | |
parent | f1930720d96d4a601f1ff63e6ce50da23b90188c (diff) | |
download | libguestfs-607dcadd2dc7883865ada5ae158e750f19dfff67.tar.gz libguestfs-607dcadd2dc7883865ada5ae158e750f19dfff67.tar.xz libguestfs-607dcadd2dc7883865ada5ae158e750f19dfff67.zip |
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.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fb19f2d8..c0b37167 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. |