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.
This commit is contained in:
Jim Meyering
2009-09-04 18:00:23 +02:00
parent 97ef6a82ed
commit cfab42b407

View File

@@ -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