Displaying 3 results from an estimated 3 matches for "8f025d0".
2013 May 31
2
[PATCH] Change fallback name for external supermin helper
...s now also possible to use private
builds of supermin (if they are in PATH) with a given libguestfs binary
package.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 30af871..8f025d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -442,9 +442,9 @@ AC_SUBST([ENABLE_APPLIANCE])
dnl Check for supermin >= 4.1.0 or febootstrap >= 3.20.
AC_CHECK_PROGS([SUPERMIN],
- [supermin febootstrap],[no])
+ [supermin febootstrap],[supermin])
AC_CHECK_PROGS(...
2013 May 31
0
Re: [PATCH] Change fallback name for external supermin helper
...supermin (if they are in PATH) with a given libguestfs binary
> package.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> ---
> configure.ac | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 30af871..8f025d0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -442,9 +442,9 @@ AC_SUBST([ENABLE_APPLIANCE])
>
> dnl Check for supermin >= 4.1.0 or febootstrap >= 3.20.
> AC_CHECK_PROGS([SUPERMIN],
> - [supermin febootstrap],[no])
> + [supermin f...
2013 May 31
3
Re: [PATCH] Change fallback name for external supermin helper
...ibguestfs binary
> > package.
> >
> > Signed-off-by: Olaf Hering <olaf@aepfle.de>
> > ---
> > configure.ac | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index 30af871..8f025d0 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -442,9 +442,9 @@ AC_SUBST([ENABLE_APPLIANCE])
> >
> > dnl Check for supermin >= 4.1.0 or febootstrap >= 3.20.
> > AC_CHECK_PROGS([SUPERMIN],
> > - [supermin febootstrap],[no...