[tlbuild] --with-fontconfig-includes and --with-fontconfig-libdir

Peter Breitenlohner peb at mppmu.mpg.de
Wed Jun 3 11:49:57 CEST 2009


On Wed, 3 Jun 2009, Vladimir Volovich wrote:

> at least one typo is obvious in Build/source/m4/kpse-fontconfig-flags.m4:
>
>  if test "x$with_fontconfig_libdir" != x; then
>    kpse_cv_fontconfig_libdir="-L$with_fontconfig_libdir -lfontconfig"
>  fi
>
> should be
>
>  if test "x$with_fontconfig_libdir" != x; then
>    kpse_cv_fontconfig_libs="-L$with_fontconfig_libdir -lfontconfig"
>  fi

Hi Vladimir,

yet another of my stupid typos. It actually should be

   if test "x$with_fontconfig_libdir" != x; then
     kpse_cv_fontconfig_libs="-L$with_fontconfig_libdir -lfontconfig"
   else
     kpse_cv_fontconfig_libs="-lfontconfig"
   fi

or equivalent (fixed in r13603).

> this could explain why it failed when i used --with-fontconfig-includes
> and --with-fontconfig-libdir; but would not explain why it failed when
> it used pkg-config, which seems to be using the correct variable name.

Indeed. Are you sure, that '/opt/home/vvv/bin-tl/pkg-config fontconfig'
succeeds? Maybe you would have to set PKG_CONFIG_PATH for that.

Regards
Peter


More information about the tlbuild mailing list