libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OSX 10.3.x and libtool1.5.14


From: Ralf Wildenhues
Subject: Re: Mac OSX 10.3.x and libtool1.5.14
Date: Fri, 4 Mar 2005 17:58:57 +0100
User-agent: Mutt/1.4.1i

* Peter O'Gorman wrote on Fri, Mar 04, 2005 at 03:32:48PM CET:
> 
> Okay to apply and forward port?

Notes below.

>       * configure.ac [darwin]: Set program_transform_name to install the
>       libtool script as glibtool on darwin.
>       * NEWS: Document it.
> 
> --- NEWS 12 Feb 2005 13:54:43 -0000 1.109.2.26
> +++ NEWS 4 Mar 2005 14:30:27 -0000
> @@ -1,6 +1,8 @@
>  NEWS - list of user-visible changes between releases of GNU Libtool
>  
>  New in 1.5.15a: 2005-??-??; CVS version 1.5.15a, Libtool team:
> +* Install libtool as glibtool on darwin unless a different transformation
> +  was specified.

I think we need to note how `libtool' would be installed as `libtool'.
The obvious `s,x,x,' won't work, neither program_transform_name `'.
:->

I fear this note needs to also appear in libtool.texi somewhere.

> --- configure.ac 12 Feb 2005 13:54:43 -0000 1.14.2.20
> +++ configure.ac 4 Mar 2005 14:30:27 -0000
> @@ -133,6 +133,15 @@
>  AC_PROG_LIBTOOL
>  
>  
> +## ----------------------------------------------- ##
> +## Change libtool -> glibtool at install on darwin ##
> +## if no other transformations were specifeid      ##

Typo.

> +## ----------------------------------------------- ##
> +case ${program_prefix}${program_suffix}${program_transform_name}${host_os} in
> +     NONENONEs,x,x,darwin*) 
> +                         program_transform_name=[s,libtool\$\$,glibtool,]

Took me a while to realize why you really need two $ here (which you
don't on the cmdline).

BTW, you don't change libtoolize to glibtoolize?

> +                         ;;
> +esac

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]