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

Hilko Bengen bengen at hilluzination.de
Thu Feb 13 17:56:38 UTC 2014


"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




More information about the Libguestfs mailing list