On 2024-11-20 21:56, Li, Changqing via Bug reports for Automake wrote:
> The failure is caused by the long path of the perl in aclocal.in, the
> shebang is cutted. Could we change it like following diff?
> [...]
> -#!@PERL@
> +#!/usr/bin/env perl
Hardcoding program names like this isn't reall
On 2024-11-20 23:53, Collin Funk wrote:
> "Li, Changqing" via Bug reports for Automake
> writes:
>
>> I met an issue when try to compile automake with the perl installed
>> in a very long path which larger then max length of shebang , here
>> is the reproduce steps
>
> What shell cut off the p
Hi,
"Li, Changqing" via Bug reports for Automake
writes:
> I met an issue when try to compile automake with the perl installed in a
> very long path which larger then max length of shebang , here is the
> reproduce steps
What shell cut off the path? Seems like a bug in that shell.
As Bruno
Hi, Dear Maintainers
I met an issue when try to compile automake with the perl installed in a very
long path which larger then max length of shebang , here is the reproduce steps
1.
git clone g...@github.com:autotools-mirror/automake.git; cd automake
2.
./bootstrap
3.
./configure
4.
m
Hi Karl,
Karl Berry writes:
> Hi Maxim - thanks for the report and doing the research to find that old
> answer. Do you have any ideas for a better solution? I can't think of
> one. We can't change Automake syntax now. Nor does it seem maintainble
> for automake to have special knowledge of all