Even though this doesn't stop the compile phase, I find it a bit distracting that this is what I get with bootstrap:
../.gnulib/gnulib-tool: *** cannot find ./configure.ac - make sure you run gnulib-tool from within your package's directory ../.gnulib/gnulib-tool: *** Stop. Signed-off-by: Martin Kletzander <[email protected]> --- Notes: The parameter '--dir' should suffice, even though I must admit I'm not sure it doesn't mess something else up. It seems cleaner than making a symlink to configure.ac in daemon/. bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 227a5fd..b4afcdb 100755 --- a/bootstrap +++ b/bootstrap @@ -34,7 +34,7 @@ libtoolize --copy --install gnulib_tool=$GNULIB_SRCDIR/gnulib-tool <$gnulib_tool || exit -(cd daemon && mkdir -p tests lib && ../$gnulib_tool --update) +(cd daemon && mkdir -p tests lib && ../$gnulib_tool --dir=.. --update) modules=' accept4 -- 1.8.3.2 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
