From: Jim Meyering Date: Thu, 6 Aug 2009 11:47:48 +0000 (+0200) Subject: build: fix build failure X-Git-Tag: 1.0.66~9 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=03e59ae92a640def5e651eb092e8e8dba8c0daab build: fix build failure * bootstrap (gnulib_tool): Create lib and tests directories under daemon/ before running gnulib-tool there. --- diff --git a/bootstrap b/bootstrap index 0f14038..aa3c5dc 100755 --- a/bootstrap +++ b/bootstrap @@ -78,7 +78,7 @@ sed ' gnulib_tool=$GNULIB_SRCDIR/gnulib-tool <$gnulib_tool || exit -(cd daemon && $GNULIB_SRCDIR/../gnulib-tool --update) +(cd daemon && mkdir -p tests lib && $GNULIB_SRCDIR/../gnulib-tool --update) modules=' gitlog-to-changelog