[Libguestfs] [PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14

Richard W.M. Jones rjones at redhat.com
Fri Feb 14 12:31:19 UTC 2014


On Thu, Feb 13, 2014 at 06:56:38PM +0100, Hilko Bengen wrote:
> "AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716
> ---
>  configure.ac | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index ee9d377..df31014 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4])
>  AC_USE_SYSTEM_EXTENSIONS
>  AC_SYS_LARGEFILE
>  
> -AM_INIT_AUTOMAKE(foreign) dnl NB: Do not [quote] this parameter.
> +dnl NB: Do not [quote] this parameter.
> +AM_INIT_AUTOMAKE(foreign)
>  LT_INIT
>  
>  dnl Check for basic C environment.
> -- 
> 1.9.0.rc3

ACK.

I have added you to the ACL for nbdkit, so you should be able to push this.

Thanks, Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW




More information about the Libguestfs mailing list