bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] bootstrap: remove code that accommodated RHEL5's old autorec


From: Bruno Haible
Subject: Re: [PATCH] bootstrap: remove code that accommodated RHEL5's old autoreconf
Date: Thu, 09 Mar 2023 18:14:13 +0100

Hi Jim,

$ /gnu-inst-autoconf/2.59/bin/autoreconf --help | grep no-recursive
$ /gnu-inst-autoconf/2.60/bin/autoreconf --help | grep no-recursive
      --no-recursive       don't rebuild sub-packages
$ /gnu-inst-autoconf/2.71/bin/autoreconf --help | grep no-recursive
      --no-recursive       don't rebuild sub-packages

So, old Autoconf versions did not support the --no-recursive option,
but new versions do.

Your patch claims to "Drop that workaround", but in fact, what it does,
is to treat *all* autoconf versions as if they were old. It should
do the opposite: use the option --no-recursive unconditionally.

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]