Re: patch to fix haiku directory in libtool.m4

2010-02-24 Thread Ralf Wildenhues
* scott mc wrote on Tue, Feb 23, 2010 at 10:09:22AM CET:
> On Sat, Feb 20, 2010 at 1:07 AM, Ralf Wildenhues wrote:
> > * scott mc wrote on Wed, Feb 17, 2010 at 09:14:55PM CET:
> >> Haiku has changed their legacy /boot/beos/system directory to be just
> >> /boot/system, this patch makes that change in libtool.m4
> >
> > Thanks for the patch.  What about users of older systems, where the
> > change has not been done yet?  Put another way, how long do you support
> > older Haiku releases, and should this be differentiated by os version?

> Since Haiku is still at Alpha1 this shouldn't be an issue.  In fact
> this change was made prior to the alpha release so no worries in
> regards to the older versions using /boot/beos.

Good.  Applied as below, added you to THANKS.  Please consider also
writing a ChangeLog entry next time.

Cheers, and thanks again,
Ralf

2010-02-24  Scott McCreary(tiny change)

Update search path on Haiku for legacy system directory.
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [haiku]
: Replace legacy
/boot/beos/system/lib directory with /boot/system/lib.
* THANKS: Update.

diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 29f1222..b538fa6 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -2335,7 +2335,7 @@ haiku*)
   soname_spec='${libname}${release}${shared_ext}$major'
   shlibpath_var=LIBRARY_PATH
   shlibpath_overrides_runpath=yes
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib 
/boot/beos/system/lib'
+  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib 
/boot/system/lib'
   hardcode_into_libs=yes
   ;;
 




Re: patch to fix haiku directory in libtool.m4

2010-02-23 Thread scott mc
On Sat, Feb 20, 2010 at 1:07 AM, Ralf Wildenhues  wrote:
> Hi Scott,
>
> * scott mc wrote on Wed, Feb 17, 2010 at 09:14:55PM CET:
>> Haiku has changed their legacy /boot/beos/system directory to be just
>> /boot/system, this patch makes that change in libtool.m4
>
> Thanks for the patch.  What about users of older systems, where the
> change has not been done yet?  Put another way, how long do you support
> older Haiku releases, and should this be differentiated by os version?
>
> Thanks,
> Ralf
>

Since Haiku is still at Alpha1 this shouldn't be an issue.  In fact
this change was made prior to the alpha release so no worries in
regards to the older versions using /boot/beos.
-scottmc




Re: patch to fix haiku directory in libtool.m4

2010-02-20 Thread Ralf Wildenhues
Hi Scott,

* scott mc wrote on Wed, Feb 17, 2010 at 09:14:55PM CET:
> Haiku has changed their legacy /boot/beos/system directory to be just
> /boot/system, this patch makes that change in libtool.m4

Thanks for the patch.  What about users of older systems, where the
change has not been done yet?  Put another way, how long do you support
older Haiku releases, and should this be differentiated by os version?

Thanks,
Ralf