[Libguestfs] [PATCH 3/4] Fix generation of gettext stubs for out-of-tree builds

Hilko Bengen bengen at hilluzination.de
Wed May 23 23:21:05 UTC 2012


---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 75c5ae0..d1ba577 100644
--- a/configure.ac
+++ b/configure.ac
@@ -815,7 +815,7 @@ AS_IF([test "x$OCAMLC" != "xno"],[
     dnl Write gettext modules for each OCaml tool.  If OCaml gettext
     dnl is not available then we write dummy functions.
     for program in resize sparsify sysprep; do
-        output=$program/${program}_gettext.ml
+        output=$builddir/$program/${program}_gettext.ml
         AC_MSG_NOTICE([creating $output])
         rm -f $output
 
-- 
1.7.10




More information about the Libguestfs mailing list