diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-04 18:00:23 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-04 18:00:23 +0200 |
commit | cfab42b40752f6dc44971b3c48523b917b374e91 (patch) | |
tree | 1be3c7baed720d8c6871127cd7ac38fe27670df4 /bootstrap | |
parent | 97ef6a82ed32404b751a23b6658e0f9c7ab3298c (diff) | |
download | libguestfs-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-x | bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |