Re: building a modified GNU bison on Debian

Hans Ã…berg <[email protected]> Fri, 18 Oct 2024 18:05:18 +0200
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
> On 18 Oct 2024, at 10:19, Basile STARYNKEVITCH =
<[email protected]> wrote:
>=20
> =E2=80=A6I git cloned GNU bison to =
https://github.com/bstarynk/misc-basile/tree/master/bison-refpersys
>=20
> Perhaps I was wrong in copying it in some existing repository =
https://github.com/bstarynk/misc-basile ? If that is the case please =
tell!

My notes (from 2018) to get Bison from the repository say:

# Getting branch 'maint' from archive:
git clone -b maint https://git.savannah.gnu.org/git/bison.git

# Then, cf. file README-hacking:
cd bison/

git submodule update --init

./bootstrap
./configure
make

make check