On Wed, Mar 9, 2022 at 2:45 PM Stefan Eissing <ste...@eissing.org> wrote:
>
> > Am 09.03.2022 um 14:25 schrieb Yann Ylavic <ylavic....@gmail.com>:
> >
> > On Tue, Mar 8, 2022 at 6:22 PM Rainer Jung <rainer.j...@kippdata.de> wrote:
> >>
> >> - configure for APR in the dependency tarball still fails for me due to
> >> a bug in autoconf 2.71 used to create the configure script. That problem
> >> was already reported by me during another release vote. I replaced the
> >> changed three files in the bundled apr and apr-util with the earlier ones.
> >
> > Does this depend on the RM's autoconf version?
> > If so, Stefan could you downgrade to autoconf 2.69 on your system? I
> > just did that on mine with:
> > $ apt install autoconf=2.69-1
> >
> > Sorry, I don't have a better idea..
>
> I downgraded my autoconf from 2.71 to 2.69. Can I make some check before
> or will we just see the outcome of the rc2? (which is easy to make)

Thanks, I think a clean build on your local 2.4.x should do it:
$ cd 2.4.x
$ make distclean
$ rm `find . -name configure`
$ ./builconf
$ ./config.nice
$ make depend && make

or something like that.

Reply via email to