git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97ef6a8
)
avoid build-from-scratch failure due to missing daemon/configure
author
Jim Meyering
<meyering@redhat.com>
Fri, 4 Sep 2009 16:00:23 +0000
(18:00 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 4 Sep 2009 16:00:23 +0000
(18:00 +0200)
* bootstrap: Don't use autoreconf's --norecursive
option. We require the default --recursive behavior in order
to create daemon/configure. Reported by Matthew Booth.
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
c3f7d6e
..
60e71fd
100755
(executable)
--- 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