summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-04 18:00:23 +0200
committerJim Meyering <meyering@redhat.com>2009-09-04 18:00:23 +0200
commitcfab42b40752f6dc44971b3c48523b917b374e91 (patch)
tree1be3c7baed720d8c6871127cd7ac38fe27670df4 /bootstrap
parent97ef6a82ed32404b751a23b6658e0f9c7ab3298c (diff)
downloadlibguestfs-cfab42b40752f6dc44971b3c48523b917b374e91.tar.gz
libguestfs-cfab42b40752f6dc44971b3c48523b917b374e91.tar.xz
libguestfs-cfab42b40752f6dc44971b3c48523b917b374e91.zip
avoid build-from-scratch failure due to missing daemon/configure
* bootstrap: Don't use autoreconf's --norecursive option. We require the default --recursive behavior in order to create daemon/configure. Reported by Matthew Booth.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index c3f7d6e9..60e71fd7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -82,5 +82,4 @@ $gnulib_tool \
--import $modules
# Disable autopoint and libtoolize, since they were already done above.
-AUTOPOINT=true LIBTOOLIZE=true \
- autoreconf --verbose --install --no-recursive
+AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install