aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-11-17 20:42:46 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-11-17 20:42:46 +0200
commitf55d72b20824261b5ee2fa6a87573b3f6ed2863a (patch)
tree23453daf68f72ce1020b7093266f0b509bc1c495
parent6cecc808e5552f3220b97033306e42ce152908bb (diff)
downloadidest-f55d72b20824261b5ee2fa6a87573b3f6ed2863a.tar.gz
idest-f55d72b20824261b5ee2fa6a87573b3f6ed2863a.tar.bz2
bootstrap: remove the schizophrenic use of --no-recursive.
Don't know what it served for. Gnulib stuff is sometimes extremely ... ehm ... idiosyncratic.
-rwxr-xr-xbootstrap8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap b/bootstrap
index e72894c..08a7221 100755
--- a/bootstrap
+++ b/bootstrap
@@ -942,14 +942,6 @@ find "$m4_base" "$source_base" \
# such as ylwrap.
AUTORECONFFLAGS="--verbose --install --force -I $m4_base $ACLOCAL_FLAGS"
-# Some systems (RHEL 5) are using ancient autotools, for which the
-# --no-recursive option had not been invented. Detect that lack and
-# omit the option when it's not supported. FIXME in 2017: remove this
-# hack when RHEL 5 autotools are updated, or when they become irrelevant.
-case $($AUTORECONF --help) in
- *--no-recursive*) AUTORECONFFLAGS="$AUTORECONFFLAGS --no-recursive";;
-esac
-
# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
echo "running: AUTOPOINT=true LIBTOOLIZE=true $AUTORECONF $AUTORECONFFLAGS"
AUTOPOINT=true LIBTOOLIZE=true $AUTORECONF $AUTORECONFFLAGS \

Return to:

Send suggestions and report system problems to the System administrator.