Hello Simon, the problem is not like you say. so sad.

On Thu, Jul 4, 2024 at 4:26 PM Simon Josefsson <si...@josefsson.org> wrote:

> anlex N <an0291...@gmail.com> writes:
>
> > me@DESKTOP UCRT64 /e/workspace/github.com/gnu/gnulib
> > $ ./gnulib-tool --list
> >
> > I run this command in the gnulib source code, but have no output, why?
>
> Could this be EOL character problem?  In one of my .gitlab-ci.yml files
> I have needed to add this:
>
>     #
> https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
>     # ./iconv_open-aix.gperf:27: warning: junk after %% is ignored
>     # ./iconv_open-aix.gperf:18: junk after declaration
>     file configure.ac
>     git config --global core.autocrlf false
>     git config --global core.eol lf
>     git rm -rf --cached . | tail
>     git reset --hard HEAD
>     file configure.ac
>
> Maybe the problem is similar here.
>
> /Simon
>

Reply via email to