[tex-live] DESTDIR not working

Jonathan Kew jonathan_kew at sil.org
Wed Aug 16 13:23:25 CEST 2006


On 16 Aug 2006, at 10:43 am, Dr. Werner Fink wrote:
>
> Beside this I'd like to see the following change in
> libs/freetype2/configure:
>
>
> --- libs/freetype2/configure
> +++ libs/freetype2/configure	2006-08-15 15:38:44.000000000 +0000
> @@ -91,6 +91,10 @@
>
>  # call make
>
> -CFG="$@" $GNUMAKE setup unix
> +CFG=
> +for x in ${1+"$@"}; do
> +  CFG="$CFG \"$x\""
> +done
> +CFG=$CFG $GNUMAKE setup unix
>
>  # eof
>
> to be able to handle configure options with string including spaces.

This file comes directly from the Freetype project; while we could  
modify it in TL, I'd prefer to see the change happen upstream. Could  
you submit it to the Freetype developers?

JK




More information about the tex-live mailing list