git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd093a7
)
configure: Make "fedora-13" the default repository.
author
Richard Jones
<rjones@redhat.com>
Wed, 15 Sep 2010 21:08:35 +0000
(22:08 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 15 Sep 2010 21:08:35 +0000
(22:08 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1ebb8c6
..
9b71abb
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-384,9
+384,9
@@
fi
dnl --with-repo to specify a Fedora repository.
AC_ARG_WITH([repo],
[AS_HELP_STRING([--with-repo],
- [set name of Fedora repository @<:@default=fedora-1
2
@:>@])],
+ [set name of Fedora repository @<:@default=fedora-1
3
@:>@])],
[],
- [with_repo=fedora-1
2
])
+ [with_repo=fedora-1
3
])
REPO="$with_repo"
AC_SUBST(REPO)
AC_DEFINE_UNQUOTED([REPO],["$REPO"],[Name of Fedora repository.])