libtool-patches
[Top][All Lists]
Advanced

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

Re: mdemo ltdl failure


From: Ralf Wildenhues
Subject: Re: mdemo ltdl failure
Date: Thu, 19 Apr 2007 20:29:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Charles Wilson wrote on Thu, Apr 19, 2007 at 08:08:41PM CEST:
> >
> >>--- libltdl/m4/argz.m4      25 Mar 2006 11:05:02 -0000      1.3
> >>+++ libltdl/m4/argz.m4      17 Mar 2007 06:09:50 -0000
> >[...]
> >>+            os_ver=$(uname -r | $SED -e 's,^\([[0123456789\.]]*\).*,\1,')
> >>+            os_major=${os_ver%%\.*}
> >>+            os_micro=${os_ver##*\.}
> >>+            os_minor=${os_ver%\.*}
> >>+            os_minor=${os_minor##*\.}

One more thing: please use variables prefixed with lt_, or with gl_.
Also I think the range [0-9] is portable sed.

Cheers,
Ralf




reply via email to

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