Hi Bruno,
On 01/07/2024 20:10, Bruno Haible wrote:
Hi Ileana,
Here is the relevant code in bootstrap:
```
# func_error ARG...
# -
# Echo program name prefixed message to standard error.
func_error ()
{
$debug_cmd
$require_term_colors
func_echo_infix_1 " $tc
Hi Ileana,
> Here is the relevant code in bootstrap:
> ```
> # func_error ARG...
> # -
> # Echo program name prefixed message to standard error.
> func_error ()
> {
> $debug_cmd
>
> $require_term_colors
>
> func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset"
Hi,
It was reported [1] that error messages from a libtool invocation have
additional spaces after the package name before the error message. After
looking into this, it seems that gnulib-modules/bootstrap is the cause.
Here is an example:
libtool: error: only absolute run-paths are allowed
H