[tlbuild] problem compiling

Peter Breitenlohner peb at mppmu.mpg.de
Mon Jan 7 09:41:27 CET 2013


On Sun, 6 Jan 2013, Norbert Preining wrote:

> The error comes from the
> 	texlibs:
> target and the line:
>            (cd $$texlibs && echo "=== configuring in $$texlibs (`pwd`)" && \
>              if $(AM_V_P); then echo "make: running $(SHELL) $$cmd$$skip"; fi && \
>              CONFIG_SHELL=$(SHELL) && export CONFIG_SHELL && \
>
> Where AM_V_P is nowhere defined
>
> Anyone an idea what might be the reason for this?
> autoconf (GNU Autoconf) 2.69
> automake (GNU automake) 1.11.6

Hi Norbert,

the current version of silent-rule support exists since 1.11.3, but it have
just seen that AM_V_P was introduced only in 1.12.3.  Sorry for that, but I
see no simple way other than upgrading automake (need not be system wide).

As a temporary workaround you can put 'AM_V_P=true' or 'AM_V_P=false' into the
environment.

Regards
Peter


More information about the tlbuild mailing list