Hi Bruno,
> Le 13 avr. 2020 à 16:45, Bruno Haible a écrit :
>
> Indeed, 'git submodule update --init' fixes the situation, that
> 'git submodule init' could not fix:
Good! I installed the following commit. Cheers!
commit 64e1ff019f9318c63da67d5396ac49a0df53437c
Author: Akim Demaille
Date:
Hi Akim,
> I don't have that with your tarball.
>
> $ git -C submodules/autoconf status
> error: le répertoire objet
> /media/develdata/devel/GNULIB/gnulib-git/.git/objects n'existe pas ; vérifiez
> .git/objects/info/alternates
> fatal: bad object HEAD
> fatal: 'git status --porcelain=2' a écho
Hi Bruno,
> Le 7 avr. 2020 à 10:52, Bruno Haible a écrit :
>
> Hi Akim,
>
>> $ git submodule init
>> $ ./bootstrap
>> ...
>> ./bootstrap: some git submodules are not initialized. Run 'git submodule
>> init' and bootstrap again.
>> $ echo $?
>> 1
>
> More details:
>
> $ git -C submodul
Hi Akim,
I wrote:
> I have an old bison checkout, without modifications. Now updated it
> using "git pull", then ran
> $ ./bootstrap
>
> The run ends with
>
> Don't forget to
> - "include gnulib.mk" from within "lib/Makefile.am",
> - add "gnulib-po/Makefile.in" to AC_CONFIG_FILES in
On Mon, Mar 30, 2020 at 8:17 PM Bruno Haible wrote:
>
> I have an old bison checkout, without modifications. Now updated it
> using "git pull", then ran
> $ ./bootstrap
>
> The run ends with
>
> Don't forget to
> - "include gnulib.mk" from within "lib/Makefile.am",
> - add "gnulib-po/M