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: Peter O'Gorman
Subject: Re: Mac OSX 10.3.x and libtool1.5.14
Date: Sat, 05 Mar 2005 08:06:18 +0900
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Ralf Wildenhues wrote:

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 `'.
:->

Okay, having to do something like --program-transform-name=s%x%x% should probably go into libtool.texi, I agree.

------- ##
+## Change libtool -> glibtool at install on darwin ##
+## if no other transformations were specifeid      ##
Typo.

I can spell, really, I can :)



+## ----------------------------------------------- ##
+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).

Took me a while too :)


BTW, you don't change libtoolize to glibtoolize?

Apple does not install a completely different /usr/bin/libtoolize, so I figured that it was better to leave libtoolize as is. However, when I consider it, because apple installs /usr/bin/glibtoolize some software looks for glibtoolize on darwin in their bootstrap/autogen scripts. Hmm...

Thanks for looking,
Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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