nano-devel
[Top][All Lists]
Advanced

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

Re: running autoreconf for nano-8.0


From: Benno Schulenberg
Subject: Re: running autoreconf for nano-8.0
Date: Sun, 12 May 2024 11:04:06 +0200
User-agent: Mozilla Thunderbird


Hello Jordi,

Then I remembered that autogen.sh was changed to call the
auto stuff in a particular order:

    https://git.savannah.gnu.org/cgit/nano.git/commit/?id=4a1db96d

Oh, this is annoying.

It is.  So I've been trying different versions of gettext,
and version 0.20 is the first that doesn't overwrite the
'extern-inline.m4' file any more.

When making the following change in configure.ac in the
unpacked nano-8.0 source, then running `autoreconf -ifs`
runs to completion without problems.

  -AM_GNU_GETTEXT_VERSION([0.18.3])
  +AM_GNU_GETTEXT_VERSION([0.20])

Does that work for you too on your machines?


Gettext-0.20 is five years old, so most machines should
have upgraded by now to a distro that has that version
or newer.  So it should be fine to bump the requirement.


Benno

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

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